﻿* {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
    width: 100%;
    background-color: #fff; /*#F6FBFE*/
    padding: 0;
    margin: 0;
}


.wrapper {
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    width: 87%;
    box-shadow: 0px 5px 15px #808080;
}

.navbar-header {
    width: 316px !important;
}

.dvPageContent {
    width: 94%;
    margin: 0 auto;
}

.newContainer {
    width: 1150px !important;
    border-left: 1px Solid #808080;
    border-right: 1px Solid #808080;
    box-shadow: 0px 5px 5px #808080;
}

.header-content {
    padding: 25px;
}

.mainBody .body-content {
    margin-top: 0px !important;
    width: 98%;
}

.size-lg-11 {
    width: 1100px !important;
}

table.DDDetailsTable tr th {
    background-color: #F0F1FF;
}

table.DDDetailsTable tr td.tabcontent {
    padding: 20px 20px 20px 5px !important;
}

.headline {
    margin-bottom: 15px;
}

.trackerDetails {
    margin-top: 40px;
}


.footer-bottom {
    /*height: 170px;*/
    background: #363636;
    z-index: 9;
    position: relative;
    opacity: 0.8;
}

.footer1 {
    background: #363636;
    margin-top: -29px;
    z-index: 99;
    opacity: 0.5;
    height: 25px;
    position: relative;
}

.Custfooter1 {
    background: #363636;
    margin-top: -29px;
    z-index: 99;
    opacity: 0.5;
    height: 25px;
    position: absolute;
    bottom: 112px;
    width: 100%;
}

.main-content {
    background-image: url('Images/WebXpress_TMS_BG.png');
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
}

.main-customer-content {
    background-image: url('Images/Business1.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.main-vendor-content {
    background-image: url('Images/Vendor.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.dvCustFeedback, .dvCustCopyright {
margin: 18px 0px;
text-align: center;
}

.dvCustFeedback{
    width:20% !important;
}

.dvCustCopyright {
    width:22% !important;
}

.dvCustCompatibility{
    width:52% !important;
}

.lblwelcome {
    font-size: 28px;
    font-family: Verdana;
    color: #eeece1;
    text-align: center;
}

.logincontent {
    background-color: #F5F7DB;
    width: 350px;
    margin-top: 25px;
    z-index: 2;
    position: relative;
    opacity: 0.9;
    height: 424px;
}

.rightpart {
    margin: 50px 37px 0 30px;
    float: right;
}

.welcomeback {
    text-align: center;
}

.webtms {
    text-align: center;
    padding: 20px 0px 0px;
}

    .webtms img {
        width: 60%;
    }

.btn-submit {
    background-color: #4483d0;
    width: 100px;
    color: #fff;
}

.inputcontrol input[type="text"], .inputcontrol input[type="password"] {
    height: 20px;
    padding-left: 11px;
    width: 272px;
    background-color: #fff;
    -moz-box-shadow: inset 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: inset 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: inset 0px 0px 10px rgba(68,68,68,0.6);
    zoom: 1;
    outline: none;
    border: 1px solid #000;
    margin:0;
}

.inputcontrol {
    font-family: Verdana;
    color: #7f7f7f;
    margin: 20px 30px 10px;
    border-bottom: 1px solid #7f7f7f;
    font-size: 15px;
}

.dvloginissue {
    padding: 0px 33px 27px 33px;
    font-family: Verdana;
    color: #7f7f7f;
    font-size: 15px;
}

/*.dvusername, .dvpassword {
    margin: 16px 0px;
}*/

.dvremember, .dvbtnsubmit {
    float: left;
    margin: 10px;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

/*.dvsubmit {
            margin: 0 23px;
        }*/

.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 3px solid #4f81bd;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 4px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 3px solid #4f81bd;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #4f81bd;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 15px;
            position: absolute;
            top: -9px;
            left: -1px;
            color: #4f81bd;
        }

.btn-submit {
    background-color: #4483d0;
    width: 110px !important;
    color: #fff;
    height: 25px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.lnkclickhere {
    color: #4483d0;
}

.dvConnect_linked, .dvSubscribe {
    float: left;
}

.btnSubscribe {
    background-color: #4483d0;
    width: 180px;
    color: #fff;
    height: 25px;
    border: none;
    font-size: 16px;
}

.foot-wrapper {
    width: 95%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/*.foot-content {
            width: 90%;
            overflow: hidden;
            position: relative;
            margin: 0 auto;
        }*/

.dvConnect_linked {
    margin: 20px 70px;
}

.dvSubscribe {
width: 48%;
margin-top: 29px;
margin-left: 41px;
}

.dvsupport {
    float: right;
    margin: 28px;
}

.btnSupportDesk {
    background-color: #3a6ca8;
    border: none;
    color: #fff;
    width: 251px !important;
    height: 30px;
    border-radius: 5px;
    margin: 28px 0px;
}

.dvSubscribe input[type="text"] {
    width: 285px;
    padding-left: 9px;
    height: 18px;
    background-color: #fff;
    box-shadow: inset 0px 0px 10px rgba(68,68,68,0.6);
    border: none;
    zoom: 1;
    outline: none;
    border-radius: 0;
    margin:0;
}

.dvCustCompatibility input[type="text"] {
    width: 285px;
    padding-left: 9px;
    height: 18px;
    background-color: #fff;
    box-shadow: inset 0px 0px 10px rgba(68,68,68,0.6);
    border: none;
    zoom: 1;
    outline: none;
    border-radius: 0;
    margin:0;
}

.dvCustCompatibility{
margin: 18px auto;
float: left;
width: 60%;
text-align: center;
}

.Cust-footer-bottom {
/* height: 170px; */
background: #363636;
z-index: 9;
position: absolute;
width: 100%;
bottom: 0;
}

.btnSubscribe {
    width: 200px !important;
    height: 26px;
    margin-left: -4px;
    background-color: #4881c5;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-family: verdana;
    font-size: 13px;
}

.dvfeedback, .dvcompatibility {
    float: left;
}

.dvCustFeedback, .dvCustCompatibility {
    float: left;
}

.dvcopyright {
    float: right;
}

.dvCustCopyright {
    float: right;
}

    .dvcopyright span {
        color: #777777;
    }
    .dvcopyright b{
        color:#fff !important;
    }
    .dvcopyright a:hover {
        text-decoration:none !important;
    }

    .dvCustCopyright span {
        color: #777777;
    }
    .dvCustCopyright b{
        color:#fff !important;
    }
    .dvCustCopyright a:hover {
        text-decoration:none !important;
    }

.foo-content-bottom {
    font-family: Verdana;
    font-size: 14px;
    color: #fff;
}

.dvcompatibility {
    width: 56%;
    text-align: center;
    margin-top: 29px;
}

.foot-content-top {
    border-bottom: 1px solid #fff;
}

.dvfeedback, .dvcopyright {
    margin: 30px 50px;
}

.dvremember label {
    margin-bottom:-1px !important;
}

.pnlFailure{
    color:#ff0000;
}

.dvCustSocial1 {
margin: 15px 70px;
}

.dvCustSocial2 {
margin: 15px 70px;
}