body {
    margin: 0;
    padding: 0;
    color: #333333;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background:url(../images/vm-wmark.svg) no-repeat bottom right -33px;
}
.wrapper {
    width: 90vw;
    margin: 0 auto;
}
.header {
    width: 100%;
    margin-top: 25px;
}
.siteheading {
    font-size: 1.5em;
    font-weight: bold;
    border-left: 2px solid #cccccc;
    margin-left: 40px;
    padding-left: 20px;
}
.separator {
    width: 2px;
    height: 20px;
    background: #cccccc;
}
.loggedin-user {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 7px 7px 15px #f4f4f6;
    width: 100%;
    padding: 8px 16px;
}

.loggedin-user .dropdown-toggle{ padding: 0;}

.mainmenu .nav-link {
    width: 162px;
    height: 26px;
    line-height: 12px;
    background: #F0F0F0;
    border-radius: 3px;
    text-align: center;
    margin-left: 13px;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 10px;
}
.mainmenu .nav-link.active {
    background: #ffffff;
    border: 1px solid #5D62B5;
    box-shadow: 0px 9px 11px rgba(114, 120, 183, 0.26);
    color: #4f5b99;
    line-height: 10px;
}
.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3A448B;
    text-align: center;
    line-height: 45px;
}
.login-user-details {
    text-align: left;
    margin-left: 10px;
}
.login-user-name {
    font-size: 16px;
    font-weight: 500;
}
.login-user-email {
    font-size: 13px;
    font-weight: 400;
}
.tab-content {
    margin-top: 25px;
}
.tab-content .card {
    border: 1px solid #F0F0F0;
    box-shadow: 2px 10px 26px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.tab-content .card h2 {
    font-size: 16px;
    font-weight: bold;
    /* border-bottom: 1px solid #DDDDDD;
    padding-bottom: 18px; */
}
.tab-content .form-control {
    border: none;
    font-weight: bold;
    font-size: 15px;
    color:#333333
}
.tab-content .form-control::placeholder {
    color: #333333
}
.tab-content .form-control + label {
    color: #888888;
    font-weight: normal;
    font-size: 13px;
    padding-left: 12px;
}
/* .tab-content .form-group {
    border-right: 1px solid #e9e9e9;
} */
.tab-content label + .form-control {
    border: 1px solid #ced4da;
    width: 90%;
    margin-left: 10px;
}
.tab-content .card h3 {
    font-size: 14px;
    font-weight: bold;
    color: #323876;
    padding: 10px 0 18px 11px;
}
.tabsmenu .nav-link {
    width: 132px;
    height: 35px;
    background:#E9E9E9;
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-size: 13px;
    color: #777777;
    font-weight: 500;
}
.tabsmenu .nav-item {
    margin-left: 3px;
}
.tabsmenu .nav-item:first-child {
    margin-left: 0;
}
.tabsmenu .nav-link.active {
    background: #3A448B;
    color: #ffffff;
}
.tab-content.contacts-tabs {
    background: #FAFAFC;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    padding-top:0;
    border: 1px solid #DDE2E6;
    border-top: none;
}
.tab-content.contacts-tabs .form-control {
    background: none;
}
.noborder {
    border:none !important
}
.custom-control {
    font-size: 15px; font-weight: 500; display: inline-block; margin-left: 70px;
}
.custom-control:first-child, .categories .custom-control:nth-of-type(1){
    margin-left: 0;
}
.custom-control-label:before{
    background-color:#ffffff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#FFB900; border: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
    background-color:#FFB900; border: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-control-input:active~.custom-control-label::before{
    background-color:#FFFFFF;
}
.servicedetails .form-control {
    border: 1px solid #ced4da;
}
.servicedetails .form-control::placeholder {
    color: #666666 !important;
}
.btn-dashed {
    background: #EAECFB;
    border: 1px dashed #0C5192;
    color: #3A448B;
    font-weight: bold;
    width: 75px;
}
.h100 {
    height: 100%;
}
.addeditem {
    border-radius: 5px;
    background: #f0f0f0;
    font-size: 12px;
    text-align:center;
    /*height: 30px;
    line-height: 30px;*/
	padding:6px;
    margin: 6px auto;
    word-break: break-all;
}
.latestui .form-control {
    border: none;
    color: #333333;
    font-weight: bold;
    font-size: 15px;
}
.logo img { position: relative; top: 10px; left: 15px;}
.logocolors div:nth-child(1) {
    height: 10px;
    background: #0075B9;
}
.logocolors div:nth-child(2) {
    height: 10px;
    background: #FFB900;
}
.logocolors div:nth-child(3) {
    height: 10px;
    background: #FB0000;
}
.logocolors div:nth-child(4) {
    height: 10px;
    background: #008535;
}
.btn-submit {
    width: 118px;
    height: 48px;
    background: #999999;
    color: #ffffff;
}
.btn-submit:hover {
    color: #ffffff;
}
.btn-canceled {
    width: 118px;
    height: 48px;
    background: #ffffff;
    color: #666666;
    border: 1px solid #CCCCCC;
    margin-left: 20px;
}
.btn-canceled:hover {
    color: #666666;
}
.submitbuttons { text-align: right; width: 100%; padding-right: 12px;}
.tabnumber { width: 18px; height: 18px; background: #ffffff; color: #888888; border-radius: 50%; display: inline-block;}
.active .tabnumber { color: #7278B7 }
.rightborder {border-right: 1px solid #e9e9e9; height: 60px;}
.rightborderfull {border-right: 1px solid #e9e9e9}
.note{font-weight: bold;color: #D03637;padding-left: 10px;}
.fileupload { padding: 3px; font-weight: normal !important; font-size: 12px !important;}
.info-grey { color: #666666 !important; font-size: 13px;}
.normaltext::placeholder { font-weight: normal !important; font-size: 14px;}
.menubtn { position: absolute; top: 0px; right: 20px;}
.lighttext { color: #888888 !important;}
.checkbtn {
    font-size: 30px;
    color: #000000;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 80px;
    cursor: pointer;
    display: none;
}
#check { display: none}
.dropdown-toggle::after { border: none; font-family: FontAwesome; content: '\f0dd';}





/* --------------------------------------- */


.loginWrapper {
    width: 80%;
    height: 100%;
    margin: 0 auto !important;
}

.loginrow {
    height: 100%;
    width: 100%;
}
.login-Left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.login-Rgt{
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-Rgt img{width: 100%;}
.loginLogo{margin-bottom: 40px;}
.loginLogo img{width: 165px;}

.login-Left .lgnFrm{justify-content: flex-start; width: 80%; margin-left: 15%; color: #474B52;}
.login-Left .lgnFrm .form-control{border: 0; border-bottom: 1px solid #979797;
border-radius: 0; padding: 0;}
.login-Left .lgnFrm label{font-size: 14px; font-weight: bold; color: #474B52;  margin-bottom: 5px;}
.login-Left .lgnFrm .btn{ background: #2873B9;}

.loggedin-user .dropdown-toggle::after{    margin-left: 1.255em;}
.profile label{margin-bottom: 5px; color: #aaaaaa;}


/* ------------------------------------ */




@media(max-width:767px) {
    .mainmenu .nav-link { margin-bottom: 10px;}
    .login-Left .lgnFrm{margin-left: inherit;}
     
}
@media(max-width:768px) {
    .login-Left .lgnFrm{margin-left: inherit;}
     
}


