﻿body {
    /*background-image: url(../images/IOCDRP/bodyBackground.gif);*/
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}


/*Layouts*/
#header {
    width: 100%;
    float: left;
    background: #452662;
    position: relative;
    z-index: 5;
    height: 130px;
}


#footer {
    margin-top: 20px;
    padding: 5px;
    width: auto;
}

.wrap {
    position: relative;
    margin: 0 auto;
    /*width: 950px;*/
    width: 90%;
}

.headerLogoWrap {
    position: relative;
    margin: 0 auto;
    /*width: 950px;*/
    height: inherit;
}

.headerLogo{
    width:90%;
    background: url("../Images/IOCDRP/IOC_headerLogo_bg.png") no-repeat bottom right;
}

.headerLogo a{
    display: inline-block;
    padding: 20px 0 0;
}

/*.headerLogoWrap .headerLogo {
    width: 950px;
    padding: 10px 0px 0px 0px;
}*/

/*.customImageLogo {
    width: 950px;
    height: 120px;
}*/

/* End of Layouts */


/* LAYOUT ELEMENTS */

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}

.main {
    min-height: 200px;
}

.footer {
    /*background-image: url(../images/Oasis/footer.png);     background-repeat: repeat-x;     background-color: #bbbbbb;*/
    padding: 8px 0 8px 0;
    margin: 0 auto;
    /*width: 950px;*/
    width: 90%;
    font-size: 0.7em;
    text-align: left;
}

.footer .content {
    padding: 0 30px;
}

.wrapper_container {
    /* background: url("../images/bg.gif") top left repeat-y;*/ /*border-radius: 0.5em !important;     -webkit-border-radius: 0.5em !important;     -moz-border-radius-: 0.5em !important;       border: 1px solid #C5CFD9;        background-color: #ffffff;          margin-top: 15px;*/
    padding: 15px 0 15px 0;
}
/* End of LAYOUT ELEMENTS */

/* Boxes */


.box_content {
    background: #edf2f8;
    border: 0 solid #C5CFD9;
    margin: 15px 0;
    padding: 15px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-box-shadow: 0 0 1px rgba(50,50,50,.5) !important;
    -moz-box-shadow: 0 0 1px rgba(50,50,50,.5) !important;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2) !important;
}

.box_content.White {
    background: #ffffff;
}

.box_content.Theme {
    background: #F5F5F5;
}

.box_content.Green {
    background: #d3f8d1;
    border-color: #d3f8d1;
}

.box_content.Warn {
    background: #FED403;
    border-color: #C0AF58;
}

.box_content.Info {
    background: #D8ECF5;
    border-color: #4da8d1;
}

.box_content.Red {
    background: #990000;
    border-color: #990000;
    color: #fff;
}

/* End of Boxes */
/* Login Form */

.loginForm {
    /* Size and position */
    /*float: right;
    width: 340px;
    margin: 30px 0px 10px 70px;*/
    width: 44%;
    margin: 30px auto;
    padding: 15px;
    position: relative;
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
    /* float: left; */
}

.loginForm h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.loginForm h1 .log-in {
    display: inline-block;
    text-transform: uppercase;
}

.loginForm h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.loginForm label {
    display: block;
    padding: 0 0 5px 2px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* End of Login Form */

/* Buttons */
.customButton, a.customButton {
    font-family: 'Open Sans', sans-serif;
    background: none repeat scroll 0 0 #452662;
    border: 0 solid #444444;
    border-radius: 3px 3px 3px 3px !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 5px 18px 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
    white-space: normal;
    font-size: 1.0em;
}

/*
    .customButton.cancel, a.customButton.cancel {
    background: none repeat scroll 0 0 #555555;
    border: 0 solid #444444;
}*/

.customButton.small {
    font-size: 0.9em;
    padding: 4px 9px;
}

a.customButton {
    border: 0;
    margin: 0;
}

input::-moz-focus-inner /*Remove button padding in FF*/ {
    border: 0;
    padding: 0;
}

.customButton:hover, a.customButton:hover {
    background: none repeat scroll 0 0 #d3d3d3;
    color: #000000;
    border: 0 solid #000000;
}

.customButton[disabled=disabled], .customButton:disabled, a.customButton[disabled=disabled], a.customButton:disabled {
    color: #777 !important;
    background: #EEEEEE !important;
    cursor: default;
}

/* End of Buttons */

/* Textbox */
.customTextbox {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    display: inline-block !important; /*  width: 100%;*/
    padding: 5px !important;
    margin-bottom: 5px !important;
    border: 3px solid #bcb8b4 !important;
    border-radius: 5px !important;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    line-height: 20px !important;
}

.customTextbox.small {
    /*padding: 2px !important;*/
    padding: 5px 10px !important;
    border: 1px solid #b3b3b3 !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    line-height: 18px !important;
}

.customTextbox.noPadding {
    padding: 0 !important;
}

.customTextbox input[type="hidden"] {
    padding-top: 5px !important;
    color: #b2b2b2 !important;
}

/* styling empty message (affects datepicker too) */
.customTextbox.riTextBox.riEmpty, .customTextbox.riDisplay {
    padding-top: 5px !important;
    color: #b2b2b2 !important;
}

/* End of styling empty message*/

.customTextbox:hover {
    border-color: #8d8a87 !important;
}

.customTextbox:focus {
    border-color: #8d8a87 !important;
    outline: none !important; /* Remove Chrome's outline */
}

.customTextbox.disabled, .customTextbox:disabled, .customTextbox.small:disabled {
    background-color: #ebe6e2 !important;
    filter: alpha(opacity=50);
    opacity: .5;
}


/* End of Textbox */

/* MISC */
.lineSeparator {
    border-bottom: 1px solid #EBE6E2;
    float: none;
    height: 5px;
    margin: 5px 0;
    width: 100%;
}

/* End of MISC */


/* VALIDATORS */
.validatorErrorBox {
    border: none;
    margin: 5px;
    padding: 4px 8px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    background-color: #FBE3E4;
    color: #934044 !important;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    text-align: left;
    vertical-align:middle;
    line-height:28px;
}

.validatorErrorBox.small {
    padding: 2px 4px;
}

.validatorErrorBox.withWarningImage {
    background: url("../Images/warning_red_32.png")no-repeat;
    padding-left: 32px;/* give some left space for the image */
}

/* End of VALIDATORS */

/* NOTIFICATIONS */

.box_notification {
    background: #edf2f8;
    border: 1px solid #C5CFD9;
    margin: 10px 0;
    padding: 15px;
    font-weight: 600;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-box-shadow: 0 0 1px rgba(50,50,50,.5) !important;
    -moz-box-shadow: 0 0 1px rgba(50,50,50,.5) !important;
    box-shadow: 0 0 1px rgba(50,50,50,.5) !important;
}

.box_notification.warning {
    background: #ffcc60 url(../Images/warning.png) no-repeat 10px 45%;
    padding-left: 100px;
    border-color: #FFAF03;
}

.box_notification.successful {
    background: #d3f8d1 url(../Images/OK.png) no-repeat 10px 45%;
    padding-left: 100px;
    border-color: #d3f8d1;
}

.box_notification.error {
    background: #db5d63 url(../Images/Error.png) no-repeat 10px 45%;
    padding-left: 100px;
    border-color: #db5d63;
    color: #fff;
}

.box_notification.info {
    background: #cad9ec url(../Images/Info.png) no-repeat 10px 45%;
    padding-left: 100px;
    border-color: #cad9ec;
}


/* End of NOTIFICATIONS */

/* Login Bar */

.nav_login {
    color: #000;
    text-align: right;
    /*padding: 20px 5px 20px 5px;*/
    position: relative;
    margin: 0 0 2px 0;
    padding: 10px;
}

.nav_login a {
    /*color: #000;*/
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}

.nav_login a:hover {
    text-decoration: underline;
}

/* End of Login Bar */


/* MENU */
.customNavMenu {
    z-index: 9990;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 0.8em;
    background-color: #452662;
    background-image: linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -o-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -moz-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -webkit-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -ms-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.48, #452662), color-stop(0.73, #452662) );
    border-bottom: 6px solid #C7BDCF;
}

.customNavMenu li {
    /* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
    border-right: 1px solid rgba(9, 9, 9, 0.125); /* Adding a 1px inset highlight for a more polished efect: */
    position: relative;
    float: left;
}

.customNavMenu li ul {
    float: left;
    list-style: none;
    padding: 5px;
    display: block;
    /*background: #444;*/
    background-color: #452662;
    background-image: linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -o-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -moz-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -webkit-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -ms-linear-gradient(bottom, #452662 48%, #452662 73%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.48, #452662), color-stop(0.73, #452662) );
    margin-top: 3px !important; /* give some space between main menu item and its appearing sub menus */
    border-radius: 6px; /* make the sub menu box round */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.customNavMenu li ul ul {
    margin-left: 3px !important; /* give some space between main menu item and its appearing sub menus */
}

.customNavMenu ul ul li {
    top: 0;
    margin: 0;
    border: none;
}

/* sub menu */
.customNavMenu ul ul a {
    width: 150px;
    display: inline;
    white-space: normal !important;
}

.customNavMenu ul ul ul a {
    width: 180px;
    _height: 10px; /*IE6 only*/
    display: inline;
    white-space: normal !important;
}

.customNavMenu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 14px 12px !important;
    position: relative;
    text-decoration: none !important;
    white-space: normal !important;
    z-index: 1000;
    background: none;
}

.customNavMenu ul ul li a {
    padding: 10px !important; /*padding sub menus*/
}

.customNavMenu ul li:after, .customNavMenu ul li:hover {
    z-index: 999;
    color: #f5f5f5;
    background: #502c71;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
    background-image: -moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
    background-image: -o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
    background-image: -ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
    background-image: linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5)); /* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
    box-shadow: -1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
    -moz-box-shadow: -1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
    -webkit-box-shadow: -1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff; /* This will create a smooth transition for the opacity property */
    -moz-transition: 0.25s all;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

.customNavMenu ul li a:hover, .customNavMenu ul li a.selected, .ClientMenu .AspNet-Menu-Selected {
    color: #f5f5f5;
}

.customNavMenu ul li a.selected, .ClientMenu .AspNet-Menu-Selected {
    color: #000;
    background: #c7bdcf;
}

/*end of  MENU */


/* AJAX Loading */
.AJAXLoading {
    background-color: #fff;
    height: 100%;
    width: 100%;
}
/* End of AJAX Loading */

/* Title */
.mainTitle {
    text-align: left;
    padding: 5px 5px 0 0;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
}

.mainTitle.subTitle {
    font-size: 16px;
}
/* End of Title */


/* Rad grid */
.customRadGridStyle {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}

.customRadGridStyle .rgHeader {
    background: none !important;
    font-weight: bold !important;
}

.customRadGridStyle .rgHoveredRow {
    background-color: #bdbdbd !important;
    background-image: none !important;
    color: inherit;
    border: 0 !important;
}

.customRadGridStyle .rgHeader, .customRadGridStyle th.rgResizeCol {
    border-left-style: none !important;
    border-right-style: none !important;
}

.customRadGridStyle .rgMasterTable .rgSelectedCell, .customRadGridStyle .rgSelectedRow {
    background: none repeat scroll 0 0 #C9C9C9 !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.customRadGridStyle .rgFilterRow {
    background: none !important;
}

.customRadGridStyle .rgSelectedRow td, .customRadGridStyle .rgSelectedRow td.rgSorted {
    border: none !important;
}

.customRadGridStyle .rgRow td, .customRadGridStyle .rgAltRow td, .customRadGridStyle .rgEditRow td, .customRadGridStyle .rgFooter td {
    padding-bottom: 3px !important;
    padding-top: 4px !important;
    border-left-style: none !important;
    border-right-style: none !important;
}

.customRadGridStyle, .customRadGridStyle .rgMasterTable, .customRadGridStyle .rgDetailTable, .customRadGridStyle .rgGroupPanel table, .customRadGridStyle .rgCommandRow table, .customRadGridStyle .rgEditForm table, .customRadGridStyle .rgPager table {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}

/* End of Rad grid */

/* Rad Combobox */

.customCombobox table .rcbInputCell input {
    height: 30px !important;
}

/* End of Rad Combobox */

/* RadConfirm Window manager */
.rwDialogPopup.radconfirm {
    background-image: url(../Images/warning.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0% 0% !important;
}
.rwDialogText {
    padding: 35px 0 0 8px !important;
}
/* End of RadConfirm Window manager */

/* Unordered List */
.customList ul {
    list-style-type: none;
    text-decoration: underline;
    margin: 0;
    padding: 25px;
}

.customList li {
    border-bottom: 1px solid #ccc;
}

.customList li:last-child {
    border: none;
}

.customList li a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    font-size: 12pt;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    padding: 10px;
}

.customList li a:hover {
    font-size: 14pt;
    background: #f6f6f6;
}

/* End of Unordered List */

/* Login Page Styles */
.welcomeHeader {
    background: none repeat scroll 0 0 transparent;
    font-size: 1.9em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}

.messageText {
    width: 44%;
    float: left;
    /* margin: 30px 0 30px 30px !important; */
}

.welcomeSubHeader {
    color: #444444;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 10px 0 0;
    text-align: justify;
}

.welcomeSubHeader p{
    margin:  10px;
}

/* END of Login Page Styles */

/* Captcha styles*/

.rcCaptchaImage {
    float: left;
}

.divCaptcha {
    float: left;
    height: 100%;
    width: 100%;
    padding-top: 1px;
}

.rcCaptchaAudioLink {
    margin-left: 5px;
    font-size: 0; /*removing text*/
    float: left;
    color: White;
    display: block;
    line-height: 1.5em;
    background: url('../Images/audio_button.png')no-repeat;
    height: 30px;
    padding-left: 40px;
    margin-top: 12px;
    width: 15px;
    text-decoration: none;
}

.rcCaptchaAudioLink:hover {
    color: #F0F0F0;
}

.rcCaptchaAudioLink.a {
    display: none;
}

.rcCaptchaImage {
    float: left;
}

.rcRefreshImage {
    margin-left: 5px;
    font-size: 0; /*removing text*/
    float: left;
    color: White;
    display: block;
    line-height: 1.5em;
    background: url('../Images/Generic/refresh_32.png') no-repeat;
    height: 30px;
    padding-left: 15px;
    margin-top: 12px;
    width: 15px;
    text-decoration: none;
}

/* end of Captcha styles */


/* Preserve Space */
.preserveSpace {
    white-space: pre !important;
}
/* End of Preserve space */

/* General Supporting Add-on styling */
.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0;
}

/* End of General Supporting Add-on styling */


/* Pop up Notifications */

/*Notifications*/

.customNotificationSkin {
    background-color: #FFFFFF !important;
    border: 4px solid #452661 !important;
}

.customNotificationSkin .rnShadows {
    box-shadow: 5px 5px 5px 4px #39667E !important;
}


/*Notification overlay for above skin*/
.customNotificationOverlay {
    width: 100%;
    height: 100%;
    background-color: #464646;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

/* End of Pop up Notifications */

/* Custom Checkbox */

/* End of Custom Checkbox */

/* Tooltip */
.tooltipsy {
    padding: 7px !important;
    color: #303030 !important;
    background-color: #f5f0f9 !important;
    border: 1px solid #d1b9e3 !important;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5) !important;
}
/* End of Tooltip */

/* Ribbon */

.ribbon-wrapper-green {
    width: 200px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    /*right: -3px;*/
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 15px 10px 15px 20px;
    left: 50px;
    top: 10px;
    width: 200px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 3px 1px 2px 0 #000;
    -moz-box-shadow: 3px 1px 2px 0 #000;
    box-shadow: 3px 1px 2px 0 #000;
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

/* End of Ribbon */

/* Label box */
.customNotificationLabel {
    background: #d3f8d1;
    padding: 5px 15px;
    border-color: #d3f8d1;
}

/* End of Label box */

/* Hide Arrows on Radgrid pagers */


.customRadGridStyle .RadFirstPage .rgPageFirst, .customRadGridStyle .RadFirstPage .rgPagePrev {
    display: none !important;
}

.customRadGridStyle .RadLastPage .rgPageNext, .customRadGridStyle .RadLastPage .rgPageLast {
    display: none !important;
}
/* End of Hide Arrows on Radgrid pagers */

/* Password Strength Indicator */
.passwordStrengthStyle {
    border: none;
    margin: 5px;
    padding: 5px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    text-align: left;
}
/* End of Password Strength Indicator */

/* Telerik Tabstrip & RadTab CSS */
.factor360TabStrip {
    font-family: inherit !important;
}

.factor360TabStrip .rtsLink {
    padding: 4px 7px !important;
    margin-left: 3px;
}

.factor360TabStrip .rtsLevel1 {
    border-bottom: 3px solid #452662 !important;
}

.factor360TabStrip .rtsLevel1 .rtsLink {
    margin: 3px !important;
    padding: 3px 15px !important;
    margin-bottom: 1px !important;
    border-top-left-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-top-right-radius: 4px !important;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border: 1px solid #452662 !important;
    color: #fff;
}
/* we need both combinations for hovering and selecting here. Telerik Lightweight honer the first one.*/
.factor360TabStrip .rtsLevel1 .rtsHovered .rtsLink,
.factor360TabStrip .rtsLevel1 .rtsLink:hover {
    border-color: #eeeeee;
    color: #fff !important;
    background-color: #573b71 !important;
    border-bottom: 1px solid #3b2b1b !important;
}

.factor360TabStrip .rtsLevel1 .rtsSelected .rtsLink,
.factor360TabStrip .rtsLevel1 li a.rtsSelected {
    border-color: #eeeeee;
    color: #fff !important;
    background-color: #573b71 !important;
    border-bottom: 1px solid #3b2b1b !important;
}

.factor360TabStripAsBox {
    font-family: inherit !important;
}

.factor360TabStripAsBox .rtsLink {
    padding: 4px 7px !important;
    margin-left: 3px;
}

.factor360TabStripAsBox .rtsLevel1 {
    border-bottom: 3px solid #FF0000 !important;
}

.factor360TabStripAsBox .rtsLevel1 .rtsLink {
    background: #FF9999 !important;
    margin: 5px !important;
    border-top-left-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-top-right-radius: 4px !important;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    color: #000 !important;
    height: 30px;
    line-height: 30px;
    padding: 5px 15px !important;
    border-color: transparent !important;
}
/* we need both combinations for hovering and selecting here. Telerik Lightweight honer the first one.*/
.factor360TabStripAsBox .rtsLevel1 .rtsHovered .rtsLink,
.factor360TabStripAsBox .rtsLevel1 .rtsLink:hover {
    background: #660000 !important;
    color: #fff !important;
}

.factor360TabStripAsBox .rtsLevel1 .rtsSelected .rtsLink,
.factor360TabStripAsBox .rtsLevel1 li a.rtsSelected {
    background: #FF0000 !important;
    color: #fff !important;
    border-bottom: none !important;
}

/* End of Telerik Tabstrip & RadTab CSS */


table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline !important;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 4px 8px;
}

.rgMasterTable td {
    vertical-align: middle !important;
}

.RadInput_Default .riTextBox,
.RadGrid_Default .rgInput, .RadGrid_Default .rgEditRow > td > [type="text"], .RadGrid_Default .rgEditForm td > [type="text"], .RadGrid_Default .rgBatchContainer > [type="text"], .RadGrid_Default .rgFilterBox {
    border-radius: 3px;
}

.FilterBox .rgFilterBox {
    width: 100%;
}

.RadPicker .rcSelect {
    border-radius: 0 3px 3px 0;
}

.scrollauto{
    overflow: auto;
}

.customRadGridStyle .rgRow td{
    border:0 !important;
}

.mb5{
    margin-bottom: 5px !important;
}

a:link, a:visited {
    color: #1976d2;
}

.floatL{
    float:left !important;
}

.widthper {
    width: 47%;
}

.date-divider {
    width: 6%;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.mycalendar a {
    color: #333 !important;
}

.RadUpload_Default .ruSelectWrap .ruFakeInput{
    width:268px;
}

.factor360RadgridCheckAll label {
     display: inline-block; 
}

.RadGrid_Default .rgRow > td, .RadGrid_Default .rgAltRow > td, .RadGrid_Default .rgEditRow > td, .RadGrid_Default .rgFooter > td {
    border-width: 1px 0 1px 0 !important;
}

.factor360TabStripAsBox .rtsLevel1 .rtsLink {
    height: auto;
    line-height: normal;
    margin: 3px !important;
    margin-bottom: 1px !important;
    padding: 3px 15px !important;
}

.factor360TabStripAsBox .rtsLevel1 .rtsSelected .rtsLink, .factor360TabStripAsBox .rtsLevel1 li a.rtsSelected {
    border-bottom: 1px solid #FF0000 !important;
}

/*.print-th-hide tr.rgRow > td {
    padding: 0 !important;
}*/

/*------------------------------------------------*/
/*  Modal Window in Login Page
/*------------------------------------------------*/
.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.modal-window > div {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background: white;
    border-radius: 1rem;
}

.modal-close {
    color: white;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
    position: absolute;
    right: 22px;
    text-align: center;
    top: 20px;
    width: 90px;
    padding: 10px;
    cursor: pointer;
    background: black;
}

/*------------------------------------------------*/
/*  Media Queries
/*------------------------------------------------*/

@media (max-width: 1199.98px) {
    .headerLogo a {
        padding-top: 34px;
    }

    .customImageLogo {
        width: 70%;
    }
}

@media print {
    * {
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
        color-adjust: exact !important;
    }

    body, strong, b, table, caption, tbody, tfoot, thead, tr, th, td {
        font-size: 9pt !important;
        font-family: sans-serif !important;
    }

    .mainTitle.subTitle {
        font-size: 10.5pt !important;
    }

    #header {
        height: 115px;
    }

    .headerLogo a {
        padding-top: 34px;
    }

    .customImageLogo {
        width: 56%;
    }


    .headerLogo {
        background-size: auto 70%;
    }

    .wrap {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    ul{
        margin-left: 20px;
    }

    #MainContent_MainContent_pnlLinks26 .box_content {
        height: 260px !important;
    }

    .print-th-hide thead{
        display: none;
    }

    #MainContent_MainContent_MainContent_txtEmailContent_ifr, .reContent iframe {
        height: auto !important;
    }

    


}










