﻿.tab-content
{
    display: inline-block;
    width: 100%;
    border: solid 1px #ccc;
    border-top: 0;
}
.tab-content > .tab-pane
{
    padding: 10px;
}
.supportclock
{
    display: inline-block;
    width: 100%;
    background-color: #ddd;
    position: fixed;
    bottom: 0;
    z-index: 999;
    border-top: solid 1px #282828;
}
.supportclock input
{
    border: 0;
    background-color: #c5691d;
    color: #fff;
    font-size: 22px;
    float: left;
    padding: 2px 10px;
}
.supportclock input:focus
{
    outline: 0;
}
.supportclock a
{
    float: left;
    z-index: 999999;
}
.supportclock span
{
    display: block;
    float: left; /* background-color: #eee; */ /* width: 100%; */
    padding: 6px 10px;
    font-size: 16px;
}
.logout
{
    color: white;
}

.logout i
{
    color: white;
    border: 3px solid white;
    border-radius: 100%;
    margin: 0 5px 0 2px;
    padding: 4px 4px 4px 7px;
}
.logoutdiv
{
    margin: -7px 8px 0px 0;
}

.logout:hover i
{
    color: #000;
    border: 3px solid #000;
}
.logout:hover
{
    color: #000;
}


.user i
{
    padding: 4px 7px 4px 7px;
}
.ulJewelResp
{
    width: 100% !important;
}

.divExeDetail
{
    width: 200px;
    padding: 0;
    margin: -28px auto;
    height: 27px;
    background-color: rgba(0, 0, 0, 0.69);
    color: #fff;
    z-index: 99999;
    display: none;
    font-size: 14px; /* margin-left: 8px; */
}
.spnCompare
{
    background: url(../images/compare.png) no-repeat;
    background-size: 17px;
    background-position: 3px;
    padding: 4px 1px 4px 22px;
    float: left;
    width: 105px;
    text-align: left;
    margin-left: 6px;
    cursor: pointer;
}
.spnDetail
{
    background: url(../images/det.png) no-repeat;
    background-size: 17px;
    background-position: 3px;
    padding: 4px 1px 4px 23px;
    float: left;
    cursor: pointer;
}
.SingleCheckbox input[type=checkbox]
{
    display: none;
}
.SingleCheckbox input[type=checkbox] + label
{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    text-indent: 20px;
    font-size: 14px;
    padding: 1px 1px;
    background: rgba(15, 15, 15, 0);
    border: 2px solid #F97A20;
    margin: 4px 5px 0 3px;
}
.SingleCheckbox label
{
    display: block;
    float: left;
    color: #000;
    cursor: pointer;
}
.divisDefault
{
    background: url(../images/isDefault.png) left top no-repeat;
    position: absolute;
    padding: 20px;
    z-index: 9999;
}
.SingleCheckbox input[type=checkbox]:checked + label::before
{
    content: "\2714";
    color: #F97A20;
    line-height: 10px;
    padding: 0 3px;
    margin-left: -42px;
    margin-top: 1px;
    position: absolute;
}
.modelmovie
{
    background: transparent !important;
    width: 100%;
}


.moviemodel
{
    padding: 0 !important;
}
.modelmoviesm
{
    padding: 0 !important;
}



.closebtn
{
    background: #fff !important;
    border: 2px solid #ddd !important;
    padding: 10px !important;
    font-size: 32px;
    color: #000;
    z-index: 9999999999999;
    position: fixed;
    top: 0;
    right: 0;
}
.csVideo
{
    position: absolute;
    bottom: 20px;
    width: 87%;
    color: #fff;
}
.csVideo h1
{
    color: #fff;
}
.divDataView
{
    width: 200px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 4px;
    text-transform: uppercase;
    background: #000;
}
.diaHeading
{
    padding: 10px;
    color: #000000;
    font-weight: bold;
}

.spnDiamondName
{
    color: #c6681e;
    padding: 13px;
}

.SampleLinks
{
    font-weight: bold;
    font-size: 20px;
    color: #000;
    border-bottom: 1px double rgb(186, 186, 186);
    padding: 5px;
}
.SampleLinks i
{
    padding: 5px;
    color: #000;
}
.diamondstyle
{
    position: relative;
    cursor: pointer;
}
.Selected
{
    background: url(../images/isDefault.png) left top no-repeat;
    position: absolute;
    padding: 20px !important;
    z-index: 9999;
    width: 86%;
    height: 100%;
    pointer-events: none;
}
.spnSelected
{
    position: absolute;
    background-color: transparent !important;
}
.ulBrilliance
{
    width: 100%;
}
.ulBrilliance li
{
    width: 17%;
}
.ulb2b5 li
{
    width: 13%;
    display: inline-block;
}
.btn-sup
{
    text-align: center;
    display: inline-block;
    background-color: #C5691D;
    color: #fff !important;
    margin-top: 20px;
    padding: 9px 30px;
    border-radius: 3px;
}
.btn-sup:hover
{
    background: #000;
}
.verAlign
{
    vertical-align: baseline;
}

.newReg
{
    color: #c5691d !important;
    padding: 0 0 0 8px;
}
.newReg:hover
{
    color: #fff;
}

.mailSend
{
    background: #D9FFC7;
    padding: 12px;
    font-size: 13px;
    color: rgb(16, 107, 16);
    margin: 5px 0;
    border: 1px double #295a12;
}
.mailnotFound
{
    background: #ffe2e2;
    padding: 12px;
    font-size: 13px;
    color: rgb(255, 30, 30);
    margin: 5px 0;
    border: 1px double #ff0707;
}

.mailSend .mailIcon
{
    font-size: 50px;
    color: #295a12;
    margin: 0 !important;
    padding: 9px 9px;
}


.mailnotFound .mailIcon
{
    font-size: 50px;
    color: #ec1e1e;
    margin: 0 !important;
    padding: 9px 9px;
}
.tblMail
{
    width: 100%;
}

.zindexVideo
{
    z-index: 99999;
}

.lnkbtnMore
{
    display: inline-block;
    background-color: #c5691d;
    color: #fff;
    font-size: 13px;
    padding: 8px 21px;
    border-radius: 3px;
    margin: 20px;
    float: right;
}
.loginBtn
{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #c5691d;
    padding: 4px 19px;
    text-transform: uppercase;
}
.loginBtn a
{
    color: #fff;
    background: #c5691d;
}

.reserved
{
    border: 1px solid;
    border-radius: 50%;
    padding: 0px 3px;
    font-size: 8px;
    margin: 4px 2px;
    display: inline-block;
    vertical-align: top;
}
.ddlInte
{
    width: 86% !important;
    display: inline-block !important;
}
.HelpInterest
{
    font-size: 24px;
    padding: 5px 5px;
    display: inline-block;
    vertical-align: middle;
    color: #c5691d;
}
.tblModel td img
{
    width: 75%;
    padding: 10px;
}
.rowspan
{
    background: #fff;
    vertical-align: top !important;
}
.tblModel td
{
   /* width: 25%;*/
    vertical-align: middle !important;
    border: 1px solid;
    text-align: center;
}
.tblModel .head
{
    background: #ddd;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.headbold
{
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #c5691d;
    text-align: center;
}

.modelhead
{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    color: #c5691d;
}
.modeldesc
{
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    padding: 3px;
    margin-bottom: 15px;
}


/* CSS talk bubble */
.talk-bubble
{
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    background-color: lightyellow;
}
.round
{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.triangle-down
{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222222;
    margin: 0 auto;
}

.tooltipnogoes
{
    padding: 5px 9px;
    display: inline-block;
    background: #222;
    color: #fff;
    border-radius: 5px;
}
.detailtab
{
    position: absolute; /* left: 29%; */
    top: -18px;
    margin-left: -58px;
    width: 117px;
}
.nav > li
{
    position: relative;
    display: block;
    text-align: center;
}

.contactright
{
    color: #c5691d;
}

.outputHome
{
    text-align: center;
    padding: 16px 1px 12px 1px;
    font-size: 28px;
    color: #020203;
}
.RightText
{
    text-align: right !important;
}
.LeftText
{
    text-align: left !important;
}
.centerText
{
    text-align: center !important;
}
.leftH2
{
    font-size: 17px;
    font-weight: bold;
}

.divVimeo
{
    text-align: right;
    padding: 0 0 12px;
    font-size: 18px;
}
.divVimeo a
{
    color: #000;
}
.imgVimeo
{
    vertical-align: bottom;
}

.teamviewer
{
    background: rgba(0, 0, 0, 0.55);
    padding: 15px;
    text-align: center;
}

.teamImg
{
    height: 52px;
    vertical-align: bottom;
}
.aVisionteam
{
    font-weight: bold;
    font-size: 32px;
    color: #0d87e4;
    text-decoration: none;
}
.aVisionteam:hover, .aVisionteam:focus, .aVisionteam:click
{
    text-decoration: none;
}

.varborder
{
    border-left: 2px solid #c5691d;
    height: 60px;
    background-color: #e8e8e8;
    width: 0px;
    display: block;
    margin-left: 131px;
}
.sndblock
{
    float: left;
    margin-left: 69px;
}
.secondline
{
    height: 2px;
    width: 250px;
    background-color: #c5691d;
    position: relative;
    top: 53px;
    display: block;
    margin-left: 100px;
}
.widsm
{
    display: none;
}
.switch-field input
{
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label
{
    float: left;
}

.switch-field label
{
    display: inline-block;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover
{
    cursor: pointer;
}
.switch-field tr
{
    display: inline-block;
}
.switch-field input:checked + label
{
    background-color: #C5691D;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width:1200px)
{
    .varborder
    {
        margin-left: 90px;
    }
    .sndblock
    {
        float: left;
        margin-left: 35px;
    }
    .secondline
    {
        top: 45px;
        width: 100px;
    }
    .widmd
    {
        display: block;
    }
}
@media (max-width:992px)
{
    .widsm
    {
        display: block;
    }
    .widmd
    {
        display: none;
    }
}
.SampleImage
{
    position: absolute;
    right: 59px;
    margin-top: -32px;
    font-weight: bold;
    font-size: 18px;
}

.nopadd {
padding:0;
}