﻿body {
    font-family: Arial;
}

#caixa {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#framecontentTop, #framecontentBottom {
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 100px; Height of top frame div*/
    /*overflow: hidden; Disable scrollbars. Set to "scroll" to enable*/
    color: white;
}

#framecontentBottom {
    top: auto;
    bottom: 0;
    height: 22px; /*Height of bottom frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#maincontent {
    position: fixed;
    top: 115px; /*Set top value to HeightOfTopFrameDiv*/
    margin-left: auto;
    margin-right: auto;
    bottom: 26px; /*Set bottom value to HeightOfBottomFrameDiv*/
    overflow: auto;
    background: #fff;
    width: 100%;
}

.innertube {
}

.main_header_bg {
     background-image: url('../images/yellow strp.svg');
    /*background-image: url('../images/main-top-header.svg');*/
    /*background-image: url('../images/bgcmri.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    float: left;
    height: 65px;
}

.user_top_strip {
    position: absolute;
    bottom: 25px;
    height: 25px;
    width: 100%;
    background-color: #3063a5;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.menu_top_strip {
    position: absolute;
    bottom: 0px;
    height: 25px;
    width: 100%;
    z-index: 1;
    background-color:var(--main-color);
    /*background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #d1e2f4 0%, #c3d9f0 50%, #bad3ee 100%, #bad3ee 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%,#d1e2f4 0%,#c3d9f0 50%,#bad3ee 100%,#bad3ee 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#d1e2f4 0%,#c3d9f0 50%,#bad3ee 100%,#bad3ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#bad3ee',GradientType=0 );*/
}

.top_right_co_name {
    width: 50%;
    float: right;
    line-height: 65px;
    padding-right: 20px;
    font-size: 23px;
    font-weight: 400;
    text-shadow: black 1px -2px;
    font-family: 'Times New Roman', Times, serif;
}

.main {
    width: 100%;
    background: #eee;
}
/*General Menu Styling*/
li {
    list-style: none;
}

    li a {
        text-decoration: none;
    }

.dropdown {
    position: absolute;
    width: 152px;
    top: 25px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
    border: 1px solid #065786;
    border-top: none;
}

.mainnav li {
    float: left;
}

    .mainnav li:first-child {
        border: none;
    }

    .mainnav li a {
        display: block;
        padding: 0 20px;
        font-family: arial;
        line-height: 25px;
        font-size: 12px;
        color: #fff;
        font-weight: 400;
    }

    .mainnav li:hover {
        transition: ease-in .35s;
        -moz-transition: ease-in .35s;
        -webkit-transition: ease-in .35s;
    }

        .mainnav li:hover a {
            color: #1c4375;
            transition: ease-in .35s;
            -moz-transition: ease-in .35s;
            -webkit-transition: ease-in .35s;
        }
/*First Level*/
.subs {
    left: 0;
    position: relative;
    top: 0px;
    width: 150px;
    border-left: none !important;
    border-bottom: 1px dotted #fff !important;
}

    .subs:last-child {
        border: none !important;
    }

.hassubs:hover .dropdown, .hassubs .hassubs:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
    background-color: #c0d7ef;
}

.mainnav li:hover ul a, .mainnav li:hover ul li ul li a {
    color: #1c4375;
}

.mainnav li:hover ul a {
    padding: 0 10px;
}

.mainnav li:hover ul li {
          background:var(--keyfigure1);
    /*background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #b9d3ee 0%, #d2e3f4 0%, #b9d3ee 99%);
    background: -webkit-linear-gradient(top, #1e5799 0%,#b9d3ee 0%,#d2e3f4 0%,#b9d3ee 99%);
    background: linear-gradient(to bottom, #1e5799 0%,#b9d3ee 0%,#d2e3f4 0%,#b9d3ee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#b9d3ee',GradientType=0 );*/
}

.mainnav li ul li:hover, .mainnav li ul li ul li:hover {
    transition: ease-in-out .35s;
    -moz-transition: ease-in-out .35s;
    -webkit-transition: ease-in-out .35s;
}

    .mainnav li ul li:hover a, .mainnav li ul li ul li:hover a {
        color: #1c4375;
        transition: ease-in-out .35s;
        -moz-transition: ease-in-out .35s;
        -webkit-transition: ease-in-out .35s;
    }
/*Second Level*/
.hassubs .hassubs .dropdown .subs {
    left: 25px;
    position: relative;
    width: 165px;
    top: 0px;
}

.hassubs .hassubs .dropdown {
    position: absolute;
    width: 150px;
    left: 120px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.login_strip_top {
    width: 100%;
    float: left;
    background-color: #4b6ba2;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px 3px 50px 3px;
}

.sign_in_btn {
    padding: 3px 20px;
    background-color: #4b6ba2;
    border: none;
    font-size: 12px;
    color: white;
    border-radius: 3px;
}

.sign_in_ftr {
    width: 100%;
    height: 37px;
    float: left;
    line-height: 37px;
    padding-left: 10px;
}

.main_login_sec {
    background: #e8eef7;
    background: -moz-linear-gradient(top, #e8eef7 1%, #f9f9f9 42%, #f9f9f9 99%);
    background: -webkit-linear-gradient(top, #e8eef7 1%,#f9f9f9 42%,#f9f9f9 99%);
    background: linear-gradient(to bottom, #e8eef7 1%,#f9f9f9 42%,#f9f9f9 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eef7', endColorstr='#f9f9f9',GradientType=0 );
}

.main_login_bg {
    /*background-image: url('../images/cmri log bg.svg');*/
    /*background-image: url('../images/bgcmri.jpg');*/
    background-image: url('../images/2560 x 1440.jpg');
    width: 100%;
    height: -webkit-fill-available;
    min-height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;}

.res-user-dropdown-content {
    float: left;
    max-width: 100%;
    right: 0;
    left: 0;
    top: 183px;
}

drp_arow1:before, .drp_arow2:before, .drp_arow:before {
    top: -7px;
    height: 14px;
    position: absolute;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    display: inline-block;
}

.drp_arow2:before {
    right: 5px;
    border-bottom: 7px solid #FFF;
    border-bottom-color: #FFF;
}

.drp_arow1:before {
    left: 12px;
    border-bottom: 7px solid #FFF;
    border-bottom-color: #FFF;
}

.drp_arow:before {
    right: 12px;
    border-bottom: 7px solid #FFF;
    border-bottom-color: #FFF;
}

.drp_arow {
    width: 100%;
    float: left;
}

.menubackgroundlower {
    background-color: var(--menulowercolor);
}

.feedback_top_text {
    width: 50%;
    line-height: 32px;
    padding: 0 10px;
    float: left;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.triangle-bottom-right10, .triangle-bottom-right7, .triangle-bottom-right8, .triangle-bottom-right9 {
    float: right;
    width: 0;
    height: 0;
    display: block;
}

.clearfix:after, .container, .spacer {
    clear: both;
}

.profile_pic_main {
    background-color: #FFF;
    text-align: center;
}

.profile_pic_main:hover {
    background-color: #e9edf4;
}
.log_box1 {
    width: 100%;
    float: left;
    background-color: var(--menulowercolor);
    padding: 0;
}
.co_log_box2 {
    float: left;
    text-align: center;
}
.log_box2_space {
    width: .5%;
    float: left;
    height: 20px;
}

.log_box2 a {
    padding: 5px 0;
}
.popupmain .dx-popup-content {
    padding: 0;
}

.drop_cross {
    height: 15px;
    position: absolute;
    bottom: 26px;
    right: 5px;
    border-radius: 50px;
    width: 15px;
    background-color: #FFF;
    color: #d2241e;
    text-align: center;
    cursor: pointer;
    line-height: 15px;
}
.login_top2 {
    padding-left: 10px;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 400;
    font-family:arial;
    line-height:25px;
}
.third_mn {
    font-family:Arial;
    font-size:12px;
    font-weight:400;
    line-height:25px;
}
.nav_side{
    background-color:#58380a;
    width:100%;
    float:left;
    text-align:center;
    color:white;
    font-size:10px;
    line-height:16px;
    padding:5px 0;
}
.nav_side:hover{
    background-color:#e2a32a;
    width:100%;
    float:left;
}
.statusactive {
    background-color: transparent;

}

.statusnotactive {
    background-color: #80808038;
      pointer-events: none;

}
