@charset "utf-8";
#changePassText > p {
    color: #333;
    font-size: 14px;
    margin: 15px 0;
}

#landscape {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 120%;
    display: none;
    z-index: 999999;
    opacity: .9;
    margin: 0 auto;
    pointer-events: none;
    overflow: hidden
}

#landscape div {
    color: #FFF;
    opacity: 1;
    top: 50%;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 100%
}

#contentDiv {
    height: 100%;
    min-height: calc(100vh - 60px)
}

#changePass {
    cursor: pointer;
    font-size: 13px!important
}

body {
    font-family: Roboto-Regular;
    font-size: 14px;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

#mainBody {
    background-color: #F7D700;
    width: 100%;
    position: absolute
}

.menu {
    background-color: #518ac0;
    display: flex;
    justify-content: baseline
}

.menu h2 {
    background-color: #2ecc71;
    box-shadow: 1px 1px 3px #6a6a6a;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 40px;
    margin: 0;
    padding: 0 35px 0;
    position: absolute;
    z-index: 999;
    left: 50px
}

.menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    align-items: center
}

.menu li {
    align-items: center;
    border-bottom: medium none;
    border-top: medium none;
    color: #fff;
    display: flex;
    margin: auto 10px;
    padding: 0 10px
}

.menu li b {
    word-wrap: break-word;
    font-weight: 400;
    margin-left: 5px;
    font-size: 14px
}

.menu ul span {
    background-image: url(../images/menu_icon/diva.png);
    width: 4px;
    height: 100%
}

.home {
    background-image: url(../images/menu_icon/home.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 45px
}

.q_bank {
    width: 30px;
    height: 100%;
    background-image: url(../images/menu_icon/q_bank.png);
    background-repeat: no-repeat;
    background-position: center center
}

.ass_list {
    width: 30px;
    height: 100%;
    background-image: url(../images/menu_icon/ass_list.png);
    background-repeat: no-repeat;
    background-position: center center
}

.blue_print {
    width: 30px;
    height: 100%;
    background-image: url(../images/menu_icon/blue_print.png);
    background-repeat: no-repeat;
    background-position: center center
}

.Adaptivetool {
    width: 30px;
    height: 100%;
    background-image: url(../images/menu_icon/Adaptivetool.png);
    background-repeat: no-repeat;
    background-position: center center
}

.Non_Adaptive {
    width: 30px;
    height: 100%;
    background-image: url(../images/menu_icon/Non_Adaptive.png);
    background-repeat: no-repeat;
    background-position: center center
}

.Dashboard {
    width: 30px;
    height: 100%;
    background-image: url(../images/menu_icon/Dashboard.png);
    background-repeat: no-repeat;
    background-position: center center
}

#username {
    font-weight: 700
}

.enablebtn {
    cursor: pointer
}

.disablebtn {
    cursor: default;
    pointer-events: none
}

.active {
    border-bottom: 2px solid red;
    background-color: #3970a4
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    display: none;
    z-index: 99999
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.overlayV3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 1);
    transition: opacity 500ms;
    display: none;
    z-index: 99999
}

.popup {
    margin: auto;
    background: #fff;
    width: 450px;
    position: relative;
    transition: all 5s ease-in-out;
    height: auto
}

.sessionPopup {
    border-radius: 10px;
    box-shadow: 0 0 4px #fff
}

#sessionText {
    min-height: 150px;
    flex-direction: column
}

.popup h2 {
    background-color: gray;
    border-top-right-radius: 1px;
    color: #fff;
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 0;
    padding: 10px 5px;
    width: auto
}

.popup .close {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 0;
    transition: all 200ms ease 0s
}

.popup .close2 {
    color: red;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 0
}

.popup .close2:hover {
    color: #06D85F
}

.popup .close:hover {
    color: #06D85F
}

.popup .content {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    max-height: 530px;
    min-height: 70px;
    overflow: auto;
    width: 100%
}

.sessioncontent,
.sessionPopup {
    flex-direction: column
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff
}

#overlayAlert {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

#overlayAlert p {
    margin: 0
}

#alertPopup {
    background-color: #e0e0e0;
    border: 1px solid #fff;
    border-radius: 5px;
    height: auto;
    width: 300px
}

#alertStatus {
    display: flex;
    justify-content: center;
    padding: 10px
}

#alertText {
    display: flex;
    justify-content: center;
    padding: 10px;
    text-align: center;
    line-height: 20px
}

#alertClose {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    width: 100%;
    cursor: pointer
}

#overlayAlert2 {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

#overlayAlert2 p {
    margin: 0
}

#alertPopup2 {
    background-color: #e0e0e0;
    border: 1px solid #fff;
    border-radius: 5px;
    height: auto;
    width: 300px
}

#alertStatus2 {
    display: flex;
    justify-content: center;
    padding: 10px
}

#alertText2 {
    display: flex;
    justify-content: center;
    padding: 10px;
    text-align: center;
    line-height: 20px
}

#alertClose2 {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    width: 100%;
    cursor: pointer
}

.freshwidget-theme {
    display: none
}

#loadPreloader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader2 {
    position: relative;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.error_msg_tickets {
    font-size: 13px;
    color: #767676;
    text-align: center;
    width: 100%!important
}

.disable {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none;
    cursor: default
}

.disableAlink {
    cursor: default
}

.navBtns {
    cursor: pointer
}

#changePasswordPopup .changePasswordPopup {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 5px 5px 0 #333;
    height: auto;
    margin: auto;
    position: relative;
    width: 35%;
	
}

#changePasswordPopup .changePasswordPopupHeader {
    background-color: #e2e2e4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px
}

#changePasswordPopup .changePasswordPopupClose span {
    margin-top: -3px
}

#changePasswordPopup .changePasswordPopupHeader h2 {
    padding: 5px 0 5px 0;
    margin: 0 0 0 10px;
    font-size: 17px
}

#changePasswordPopup #changePassText {
    display: flex;
    flex-direction: column;
    padding: 10px 15px 0 15px
}

#changePasswordPopup .changePasswordPopupClose {
    cursor: pointer;
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c9c9cb;
    box-sizing: border-box;
    font-size: 25px
}

#changePasswordPopup .sharedPopup {
    position: relative
}

#changePasswordPopup h3 {
    background-color: #e2e2e4;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 5px 5px 0 0;
    color: #5f5f5f;
    font-size: 18px;
    margin: 0;
    padding: 7px 10px
}

#changePasswordPopup #changePassText input {
    margin-bottom: 15px;
    height: 25px;
    margin-top: 3px;
    border: 1px solid #ccc;
    padding-left: 8px
}

#changePasswordPopup #changePassText label {
    font-size: 14px
}

#changePasswordPopup #changePasswordPopupError {
    color: red;
    font-size: 12px
}

#changePasswordPopup #changePasswordBtnBox {
    display: flex;
    justify-content: center;
    align-content: center;
    height: auto;
    width: 100%
}

#changePasswordPopup #changePasswordBtn {
    height: 20px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px 0
}

#changePasswordPopup #password_strength {
    position: absolute;
	top: 200px;
	right: 20px;
	font-size: 12px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loaderBox {
    width: 100% height: 150px;
    display: block
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none
}

.preloader_review {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url(../images/loading.gif) no-repeat center center;
    opacity: .9
}

.domain_main {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.domain_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    width: 105px;
    text-align: center;
    cursor: pointer
}

.domain_box img {
    width: 100px
}

@media only screen and (max-height: 500px){
#changePasswordPopup .changePasswordPopup {
	height: calc(100vh - 20px);
	overflow: auto;
}
}


#componentLoaderBox{
	background-color: #f1f4f8;
	height: auto;
	padding: 15px 15px 0;
	width: 77%;
	position: absolute;
	right: 0;
}

#componentLoader{
	width: 100% !important;
	padding: 0 !important;
	margin-top: 15px;
	position: relative !important;
}

.backBar_wrapper {
    height: 45px;
    width: calc(100% + 30px);
    background-color: #D7E3F0;
    display: flex;
    justify-content: space-between;
    margin: -15px;
}

.backBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70px;
    margin-left: 25px;
    cursor: pointer;
    color: #69919e;
    height: 100%;
}

.backBox span {
    background-image: url(../../images/back.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 35px;
}