@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/bentonsans_light-webfont.woff2') format('woff2'),
        url('../fonts/bentonsans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
}
*, :focus, button, img, input {
    outline: none;
}
::placeholder { / Chrome, Firefox, Opera, Safari 10.1+ /
    color: #f1f1f1;
    opacity: 1; / Firefox /
}

:-ms-input-placeholder { / Internet Explorer 10-11 /
    color: #f1f1f1;
}

::-ms-input-placeholder { / Microsoft Edge /
    color: #f1f1f1;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: none;
}
:focus, a, img, a:focus, button:focus {
    outline: none;
}

a {
    color: #4386f9;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.radio, .checkbox {
    display: inline;
}

.fn {
    float: none !important;
}

.cls {
    clear: both;
}

.nopad {
    padding: 0px !important;
}
.vTop {
    vertical-align: top;
}
.vBottom {
    vertical-align: bottom;
}
.vCenter {
    vertical-align: middle !important;
}

html, body {
    font-size: 16px;
    line-height: 1.5;
    font-family: verdana, Arial, sans-serif;
    /*min-height: 99%;*/
}

body {
    background: #fefefe;
    /*  overflow-y: scroll; */
}

body.loginPage {
    background-color: #01071f;
    background: url(../../images/newImages/bodyBg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.btn-primary, .btn-custom {
    border-radius: 3px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    height: 28px;
    outline: medium none;
    padding: 0.625rem 0.75rem;
    text-transform: uppercase;
}

.btn-primary, .btn-primary:focus {
    background: #4386f9 none repeat scroll 0 0;
    border: medium none;
}

pre {
    background: transparent;
    border: none;
}

/*************************************************** Default Controls Theme ***************************************************/
.word-wrap{
    word-wrap: break-word;
    word-break: break-all;
}
.alert {
    /*font-family: Arial;*/
    font-size: 12px;
    margin-bottom: 8px;
    padding: 8px 12px;
}

.alert-danger a {
    color: #a94442;
}
#feedback.alert, .alert #feedback, #feedback .alert{
    font-size: 12px;
    font-weight: normal;
    word-break: break-all;
}

.btn-primary, .btn-custom {
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: bold;
    height: 28px;
    padding: 0.625rem 0.75rem;
    outline: none;
    color: #fff;
}

.btn-primary, .btn-primary:focus {
    background: #4386f9;
    border: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover {
    background: #999999;
    border: none;
    outline: none;
}

.btn-custom, .btn-custom:focus {
    background: #999999;
    border: none;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:active:hover {
    background: #333333;
    border: none;
    outline: none;
    color: #fff;
}

.modal-body {
    font-size: 13px;
}

.close {
    font-size: 21px;
}

h1 {
    font-family: 'BentonSans';
    font-size: 1.5rem;
    color: #646464;
    font-weight: normal;
    margin: 15px 0px 25px 0px;
}

h2 {
    font-size: 1rem;
    color: #646464;
    font-weight: normal;
    margin: 10px 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.15);
    clear: both;
    float: left;
    width: 100%;
}

.mainWrapper {
    float: left;
    width: 100%;
    font-size: 0.8125rem;
    padding-bottom: 30px;
    position: relative;
}
.mainWrapper .mainWrapper {
    padding-bottom: 0px;
}

#wrapper {
    padding-bottom: 0px;
}

#wrapper.super-users{
    background-color: transparent;
}

#content {
    padding: 10px 15px;
}

.wrapper {
    width: 1000px;
}

/*#content .sect_content {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    margin-top: 10px;
}*/
.sect {
    margin: 0px;
    width: 100%;
    padding: 0px 10px;
}

.sect_content {
    box-shadow: none;
    margin-top: 10px;
    border: none;
    padding: 10px 5px;
    margin: 0px;
}

body:not (.page_preferences ) .sect_content {
    line-height: 1.2em;
}

#content .TabbedPanelsContent .sect_content, .TabbedPanelsContent #content .sect_content {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    margin: 0px;
    border: none;
}

.TabbedPanelsContent #content #two {
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}

/* Table Styling with advance features */

.table thead th, .table tbody td{
    padding: 2px 4px;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #ddd !important;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px !important;
}

/* End of Table Styling */


/************************************ Login page **********************************/
.loginBox {
    margin: 150px auto 0px;
    max-width: 320px;
    position: relative;
    width: 100%;
    font-size: 14px;
}

form#loginform:after{
    content: "";
    clear: both;
    display: block;
}

.login-form-wrapper{
    background-color: rgba(255,255,255,0);
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}

.loginLogo {
    margin-bottom: 15px;
    display: block;
}

.loginLogo img {
    width: 320px;
    /*height: 67px;*/
    max-height: 100px;
    margin: 0 auto;
}

.loginBox label {
    color: #fff;
    font-weight: normal;
    line-height: 1;
}

.login-form-wrapper label{
    color: #fff;
    font-weight: normal;
    line-height: 1;
}

.loginBox .form-control {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.20);
    border-style: solid !important;
    border-width: 1px;
    border-color: transparent !important;
    border-radius: 0px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 0.8125rem;
}

.loginBox .form-group {
    margin-bottom: 15px;
}

.rememberMe {
    width: 100%;
    clear: both;
    float: left;
    padding: 5px 0px 5px;
    margin: 5px 0 0;
}

.rememberMe .checkbox {
    width: auto;
    display: inline-block;
    margin-top: 0px;
}

.rememberMe label, .rememberMe.inline label  {
    display: inline-block;
    margin: 0px;
    vertical-align: text-bottom;
    font-size: 0.75rem !important;
}

.linkOutlineFolder.btn-link, .linkOutlineFolder:hover {
    color: #fff;
}

.loginBox label.error {
    display: none !important;
}

.loginBox .form-control.error {
    background: rgba(255, 0, 0, 0.50);
}

.loginBox .form-control#username.valid {
    background: rgba(255, 255, 255, 0.20);
}

#login_wrapper .copyright{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.loginSection.super-users .copyright{
    position: fixed;
    right: 20px;
    bottom: 15px;
}

.loginBox .alert-danger a{
    display: block;
}

.headerLinks {
    color: #fff;
    font-size: 0.6125rem;
    margin-bottom: 10px;
}

.main_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    text-align: right;
    border-top: solid 1px #d5dde3;
    background: #fff;
    font-size: 0.625rem;
    z-index: 1000;
    padding: 2px 10px;
}

.copyright span, .main_footer span, .main_footer strong {
    font-size: 0.625rem;
    color: #3f5a98;
    display: inline-block;
    vertical-align: middle;
}

.loginPage .copyright span{
    color: #fff;
}

.copyright img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    max-height: 20px;
    margin-left: 8px;
}

/*************************************************** Header ***************************************************/
.header {
    background: #00194f url(../../images/newImages/headerBg.jpg) no-repeat
        center top;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #c1c1c1;
    height: 130px;
    margin-bottom: 7px;
}
.header.popHeader {
    height: 95px !important;
}
.logo {
    float: left;
    padding: 10px 0px;
}

#toggle_view {
    position: absolute;
    left: 0;
    bottom: 5px;
}

.topInfo {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #4386f9;
    font-size: 0.6875rem;
    text-align: right;
	width: 40%;
}

.topInfoEllipsis {
    margin-bottom: -4px;
    display: inline-block;
    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topInfo a:hover {
    color: #fff;
}

.topLinks {
    position: absolute;
    top: 43px;
    right: 15px;
    font-size: 0.6875rem;
    color: #fff;
}

.topLinks a {
    color: #fff;
}

.topLinks a:hover, .topLinks a.active {
    color: #4386f9;
}

.mainNav {
    position: absolute;
    top: 97px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.mainNav>ul {
    list-style-type: none;
    padding: 0px 15px;
    margin-bottom: 0px;
}

.mainNav ul li {
    float: left;
    padding: 5px 0px 0px 0px;
    margin: 0px 35px 0px 0px;
    /*font-size: 1.3125rem;
    font-family: 'BentonSans';*/
}

.mainNav.navBcm ul li {
    margin: 0px 12px 0px 0px;
}

.mainNav>ul>li>a {
    padding: 0px 8px;
    color: #fff;
    font-size: 1.125rem;
    float: left;
    border-bottom: 6px solid transparent;
    text-decoration: none !important;
    font-family: 'BentonSans';
}

.mainNav.navBcm>ul>li>a {
    font-size: 1rem;
    line-height: 27px;
}

.mainNav>ul>li.active>a {
    color: #fff;
}

.mainNav > ul > li > a.disabled{
    color: #a7a7a7;
	pointer-events: none;
	cursor: default;
}

.delete-section > a.disabled {
	color: #a7a7a7;
	pointer-events: none;
	cursor: default;
}

.mainNav>ul>li.dropdown>a {
    padding-right: 18px;
}

.mainNav>ul>li>span.caret {
    display: none;
}

.mainNav>ul>li.dropdown>span.caret {
    display: block;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    margin-left: 3px;
    cursor: pointer;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    padding: 4px 0px;
}

.theme_loaded .mainNav ul li a.active {
    border-color: #4386f9;
}

.page_search .mainNav ul li a.active {
    border-color: #6e21fc;
}

.mainNav ul li a.navAdvanceSearch.active, .page_advance .mainNav ul li a.active {
    border-color: #00a651;
}

.mainNav>ul>li.dropdown li {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 0.8125rem;
    font-family: Arial;
}

.mainNav>ul>li.dropdown .dropdown-menu .divider {
    margin: 0px;
}

.mainNav>ul>li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0px 3px 3px 0px rgba(96, 96, 96, 0.12);
    max-height: 400px;
    overflow: auto;
}

.mainNav>ul>li.dropdown li a {
    padding: 5px 15px;
    color: #545454;
}

.mainNav>ul>li.dropdown li:hover a {
    background: #f3f7fa;
}

.search_clear_button {
    background: #4386f9;
    border: none;
    border-radius: 3px;
    margin: 2px 10px 2px 0px;
    font-size: 0.8125rem;
    font-family: Arial, helvetica, sans-serif;
    height: auto;
    padding: 9px 20px;
    line-height: 10px;
    color: #fff;
    font-weight: 600;
}

button:disabled, .disabledButton {
    background: #95bbfc;
    border: none;
    border-radius: 3px;
    margin: 2px 10px 2px 0px;
    font-size: 0.8125rem;
    font-family: Arial, helvetica, sans-serif;
    height: auto;
}

#identitiesDIV {
    top: 41px !important;
    position: absolute;
    display: none;
    border: 1px #999 solid;
    background-color: #cccccc;
    z-index: 999;
}
#identitiesDIV .btn{
    height: 32px;
    line-height: 32px;
    width: 120px;
}
#identitiesDIV .btn.disabledButton{
    margin: 0 5px 2px 0;
}

#identitiesDIV .multiSelect {
    border: none;
    font-size: 0.625rem;
}

#identitiesDIV .search_clear_button {
    margin-right: 5px;
    margin-left: 5px;
}

input[type=text],input[type=password], select, textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
        ease-in-out 0s;
    padding: 3px;
}

.form-control {
    height: auto;
    font-size: 0.625rem;
    line-height: 1.5em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 3px;
}
.form-inline .form-control{
    display: inline-block !important;
}
.page_advance input[type=text], .page_advance select, .page_advance textarea {
    margin-top: 0px;
    margin-bottom: 0px;
}

.inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 1;
}

.inline label, .inline .checkbox {
    margin: 0px;
    vertical-align: middle;
}

#divActionBar {
    /*margin-top: 18px;*/

}

/*.display_result_row tr:hover {
    background: #f3f7fa;
}
*/
table.display_result_row {
    width: 100%;
}

.blueHeaderTable tr.nohover, .blueHeaderTable tr.nohover:hover,
.blueHeaderTable tr.nohover td, .blueHeaderTable tr.nohover:hover td {
    background: #f4f4f4;
    color: #1f1f1f !important;
}

table.result.blueHeaderTable th a {
    color: #1f1f1f !important;
}

table.result {
    font-size: 0.625rem;
}

table.result>tbody>tr>td {
    padding: 2px 3px;
    border: 1px solid #e2e2e2;
    word-wrap: break-word;
}

table.result td:first-child {
    border-left: none;
}

table.result td:last-child {
    border-right: none;
}

table.result p {
    margin-bottom: 0px;
    white-space: normal;
    word-break: break-all;
}

table.result td a {
    color: #515253;
    text-decoration: none;
}

.view_message_navigation>div {
    margin-right: 18px;
}

#topDiv.view_message_navigation>div, #topDiv.view_message_navigation .view_message_navigation>div {
    margin-right: 0px;
}

.modalPopup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup {
    background: #fff;
    border: none;
    border-radius: 0.285714rem;
    box-shadow: none;
    left: 50%;
    position: fixed;
    text-align: left;
    top: 50%;
    z-index: 1001;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
}

.popupHeader {
    font-size: 1.42857rem;
    line-height: 1.1em;
    border-top-left-radius: 0.285714rem;
    border-top-right-radius: 0.285714rem;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: none;
    color: #545454;
    display: block;
    margin: 0;
    padding: 0.75rem 1rem;
}

.popupFooter {
    border-bottom-left-radius: 0.285714rem;
    border-bottom-right-radius: 0.285714rem;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    box-shadow: none;
    color: #545454;
    display: block;
    margin: 0;
    padding: .5rem 1.5rem;
}

.closepopUp {
    color: #33373d;
    cursor: pointer;
    font-size: 1.5em;
    height: 2.25rem;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 13px;
    width: 1.75rem;
    z-index: 1;
}

/*.popupFooter .search_clear_button {
    float: none;
    width: auto;
    margin: 2px 0px 2px 10px;
}*/
.btnRight {
    float: none;
    width: auto;
}

.tableHelp {
    border: 0px solid #f00 !important;
}

label {
    font-weight: normal !important;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 0px;
}

.sect_content table .alert {
    font-size: 12px;
    margin-top: 10px;
}

.actions_buttons_table tr td:first-child {
    padding-left: 5px;
}

.actions_buttons_table tr td:last-child {
    padding-right: 5px;
}

.actions_buttons_table a{
    margin-left: 3px;
    margin-right: 3px;
}

.inline input[type=radio], .inline input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.inline input[type=radio]+label, .inline input[type=checkbox]+label {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    font-size: 10px;
    font-weight: normal;
    padding-left: 16px;
    position: relative;
    line-height: 13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inline input[type=radio]+label:before, .inline input[type=checkbox]+label:before
    {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.inline input[type=radio]+label:before {
    background-image: url(../../images/imgRadio.png);
    background-position: -13px 0px;
}

.inline input[type=checkbox]+label:before {
    background-image: url(../../images/imgCheckbox.png);
    background-position: -13px 0px;
}

.inline input[type=radio]:checked+label:before, .inline input[type=checkbox]:checked+label:before {
    background-position: 0px 0px;
}

.inline input[type=radio]:disabled+label:before, .inline input[type=checkbox]:disabled+label:before {
    filter: alpha(opacity = 50);
    opacity: 0.5;
}

.inline input[type=radio]:disabled:checked+label:before,
.inline input[type=checkbox]:disabled:checked+label:before {
    filter: alpha(opacity = 50);
    opacity: 0.5;
}

.ui-menu {
    padding: 0px !important;
    background: #fff !important;
    font-size: 14px !important;
}

.ui-menu li>div {
    padding: 5px 10px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
    {
    font-weight: normal !important;
    border: none !important;
    background: #f3f7fa !important;
    color: inherit !important;
}

table.customTable {
    padding: 0px;
    margin:0 0 10px;
    font-size: 0.625rem;
    line-height: 1.5em;
    float: none;
}

table.customTable.table>thead>tr>th, table.customTable.table>tbody>tr>th,
table.customTable.table>tfoot>tr>th, table.customTable.table>thead>tr>td,
table.customTable.table>tbody>tr>td, table.customTable.table>tfoot>tr>td {
    border: none;
    padding: 4px 8px;
}

.blueBorder {
    border-bottom: 1px solid #4386f9 !important;
}

table.customTable tbody tr th:first-child {
    width: 175px;
    /*font-weight: normal;*/
    font-weight: 600;
    padding: 4px 4px;
    white-space: nowrap;
}

table.customTable.formTable tbody tr th, table.customTable.formTable tbody tr td {
    padding: 2px 4px;
    vertical-align: middle;
}
table.customTable.formTable tbody tr td table td{
    padding: 0;
}
table.customTable.formTable tbody tr td table.level2 td{
    padding: 2px 4px;
}

table.customTable.table > tbody> tr > th.subHeading {
    padding-left: 20px;
}

table.customTable.headerBg > thead > tr > th{
    background-color: #f1f1f1;
    color: #1f1f1f;
    padding: 4px;
}

.selectBox, #divSlider {
    vertical-align: top;
}

#divSlider {
    margin: 0px 0 0;
}

table.customTable #contributor, table.customTable #viewer, table.customTable #attachment_name,
table.customTable #excludeKeyword {
    width: 100%;
}

table.customTable.m-b-n {
    margin-bottom: 0px;
}

.fn {
    float: none;
}

.text-right button {
    margin-right: 0px;
    margin-left: 10px;
}

.table.customTable .table.customTable {
    background: transparent;
}

#tblAddKeywords .inline, #tblKeywords .inline {
    margin-left: 5px;
}

.customTable .ui-slider {
    margin: 6px 0px;
}

.customTable input[type=text], .customTable select, .customTable textarea {
    padding: 2px 3px;
}

textarea.ui-autocomplete-input {
    display: block;
}

#divExtraKeyword table.customTable {
    margin-bottom: 0px;
}
table.customTable .cell-like-space{
    padding: 2px;
}

.swap_image {
    position: absolute;
    left: -60px;
    top: 5px;
    font-size: 36px;
}

.BCC_NO:not (.hasprivUser ) .swap_image {
    left: -45px;
}

.BCC_NO.hasprivUser .swap_image {
    left: -3px;
    top: -9px;
}
.BCC_NO.noprivUser .swap_image {
    left: -45px;
    top: -9px;
}

/*IE 10 and 11 support*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .BCC_NO.hasprivUser .swap_image {
        left: -20px;
    }
    .BCC_NO.noprivUser .swap_image {
        left: -45px;
    }
}

/*Edge support*/
@supports (-ms-ime-align:auto) {
    .BCC_NO.hasprivUser .swap_image {
        left: -20px;
    }
    .BCC_NO.noprivUser .swap_image {
        left: -45px;
    }
}

a.calendars-trigger {
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
}
.calender-icon{
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-top: 2px;
}

.page_search a .cs, .page_advance a .cs {
    color: rgba(0, 25, 80, 0.7);
}

ul.actions_buttons_table li a:hover i.cs {
    color: #4386f9;
}

.page_search a:hover .cs, .page_index a:hover .cs, .page_search ul.actions_buttons_table li a:hover .cs,
.page_index ul.actions_buttons_table li a:hover .cs {
    color: #6e21fc;
}

.page_advance a:hover .cs, .page_advanceSearch a:hover .cs,
.page_advance ul.actions_buttons_table li a:hover .cs,
.page_advanceSearch ul.actions_buttons_table li a:hover .cs {
    color: #00a651;
}

.subHeading i.cs {
    font-size: 1.6em;
}

@media ( max-width :1210px) {
    .mainNav.navBcm ul li {
        margin: 0px 5px 0px 0px;
    }
    .mainNav.navBcm>ul>li>a {
        font-size: 0.85rem;
    }
}

@media ( max-width :1100px) {
    .page_advance .sect_850_wrapper {
        max-width: 885px;
    }
    .page_advance .TabbedPanelsContent .sect_850_wrapper {
        max-width: 835px;
    }
    .page_advance #divSearchResults .sect_850_wrapper, #divQueryTabResults .sect_850_wrapper {
        max-width: 980px;
    }
    .mainNav ul li {
        margin: 0px 25px 0px 0px;
    }
    .mainNav.navBcm>ul>li>a {
        font-size: 0.75rem;
        line-height: 27px;
    }
}

.view_message_navigation {
    float: right;
    position: relative;
    width: auto;
    background: #fff;
    padding: 2px;
}

.view_message_navigation.fixedAction {
    background: #e2eeff;
    position: fixed;
    right: 16px;
    top: 1px;
}

.defaultIconColor, table td.tableActions a {
    color: rgba(0, 25, 80, 0.7);
}

table td.tableActions a:hover {
    color: #4386f9;
}

ul.actions_buttons_table {
    float: right;
    font-size: 0.625rem;
    margin-bottom: 0;
    padding: 0;
}

ul.actions_buttons_table li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 2px;
}

ul.actions_buttons_table li > a, ul.actions_buttons_table li > form > a {
    display: block;
    height: 25px;
    line-height: 25px;
    color: rgba(0, 25, 80, 0.7);
}

ul.actions_buttons_table li a i.cs {
    line-height: 26px;
}

ul.actions_buttons_table li input[type=text], ul.actions_buttons_table li select,
ul.actions_buttons_table li textarea {
    margin: 0px;
    padding: 2px 3px 3px 3px;
    height: 25px;
}

ul.actions_buttons_table li.disabled a, ul.actions_buttons_table li.disabled a:hover,
ul.actions_buttons_table li.disabled a .cs, ul.actions_buttons_table li.disabled a:hover .cs {
    color: #989798 !important;
    cursor: not-allowed;
    pointer-events: none;
}

#wait {
    min-width: 100%;
}
.v-top {
    vertical-align: top !important;
}
.v-center {
    vertical-align: middle !important;
}
.v-bottom {
    vertical-align: bottom !important;
}

.page_folder_replica_result_pagejsp .main_footer {
    position: inherit;
}

ul.criteria_image li {
    width: 22px;
    padding: 1px;
    height: 20px;
    float: left;
}

.criteria_image input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.criteria_image input[type="checkbox"]+label {
    padding: 2px;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #051250;
}

.criteria_image input[type="checkbox"]#includeFrom+label {
    background-image: url(../../images/from_white.png);
}

.criteria_image input[type="checkbox"]#includeTo+label {
    background-image: url(../../images/to_white.png);
}

.criteria_image input[type="checkbox"]#includeKeywords+label {
    background-image: url(../../images/keywords_white.png);
}

.criteria_image input[type="checkbox"]#includeAttKeywords+label {
    background-image: url(../../images/att_keywords_white.png);
}

.criteria_image input[type="checkbox"]:checked+label {
    background-color: #4386f9;
    ;
}

.table-divider {
    width: 888px;
    height: 1px;
    float: left;
    clear: both;
    margin: 5px 0px;
    background: #4386f9;
}

.height2x {
    height: 2px;
    margin-top: 0px;
}

.disclaimerMessage {
    color: #fff;
    text-align: center;
    padding-top: 5px;
	font-size: 12px;
	word-wrap: break-word;
	line-height: 20px;
}

.disclaimerMessage a {
    color: #fff;
}

.disclaimerMessage a:hover {
    text-decoration: underline;
}

.loginPage .topLinks {
    top: 25px;
    right: 15px;
    font-family: arial;
}

.loginPage .topLinks a {
    display: inline-block;
    color: #fff;
}

.loginPage .topLinks a:first-child {
    text-decoration: underline;
    font-weight: bold;
}

.loginPage .topLinks a+a:before, .loginPage .topLinks .tooltip+a:before
    {
    content: '| ';
}

.loginPage .topLinks .tooltip {
    min-width: 248px;
}

.loginPage .tooltip {
    width: 255px;
}

.loginPage .tooltip-inner {
    background: rgba(67, 134, 249, 0.7);
    font-size: 12px;
    /*min-width: 250px;
    margin-left: -205px;
    display: block;*/
    width: 100%;
    max-width: 100%;
}

.loginPage .tooltip-arrow {
    border-bottom-color: rgba(67, 134, 249, 0.7) !important;
}

.divLoading {
    width: 100%;
    height: 100%;
    background: #ddd url(../../images/pattern.png) repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: auto;
}

.divLoading .divLoadingTxt {
    text-align: center;
    width: 100%;
    color: #001049;
    font-size: 20px;
    font-family: Verdana;
    margin-bottom: 30px;
}

.divLoading .divLoadingTxt>div {
    font-size: 14px;
}

.divLoading .divLoadingImg {
    width: 100%;
    height: 138px;
    border-radius: 7px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.divLoading .divLoadingImg img {
    max-width: 300px;
    max-height: 138px;
    border-radius: 7px;
    display: inline-block;
}

.divInnerLoading {
    position: absolute;
    text-align: center;
    left: 0;
    top: 150px;
    width: 100%;
}

.closeLoader {
    color: #4386f9;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    position: fixed;
    right: 25px;
    top: 5px;
}

#sortOrderDIV {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: absolute;
    right: 320px !important;
    left: auto !important;
    top: 223px !important;
    z-index: 999;
}
.page_folders #sortOrderDIV {
    right: 26px !important;
    top: 405px !important;
    left: auto !important;
}

.ui-slider {
    clear: both;
    width: 36.6em;
    float: left;
    padding: 0px 0px 0px 0px;
}

.ui-slider-handle {
    background: none;
}

.ui-corner-all {
    border-radius: 0px 0px 0px 0px;
}

.ui-menu {
    z-index: 3 !important;
}

.ui-menu .ui-menu-item a {
    color: black !important;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    font-size: 14px;
}

.outlookSlider .ui-slider {
    margin: 10px;
}

.page_advance textarea {
    resize: none;
    max-height: 63px;
    overflow-x: hidden;
    overflow-y: auto;
}

.page_advance .ui-autocomplete {
    z-index: 100 !important;
}

.tooltipmsg .showAutoCompleteHint {
    left: 100%;
    margin-left: 17px;
    top: 0px;
    /*
    background: #4386f9 ;
    width: 280px;*/
}

.datetimeEntry_wrap, .calendars-trigger, .timeEntry_wrap, .spinners {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.dateTimeContainer .timeEntry_wrap > input{
    width: 143px;
    margin-top: 4px;
}
.page-setting .dateTimeContainer .timeEntry_wrap > input{
    margin-top: 0;
}

.calendars-trigger {
    margin-right: 3px;
}

.sliderRange {
    float: left;
    margin-left: 15px;
    margin-top: 2px;
}

#divSearchResults {
    font-size: 0.625rem;
}

/*Context Menu For search Result Page*/
.vmenu {
    border: 1px solid #aaa;
    position: absolute;
    background: #fff;
    display: none;
    font-size: 0.75rem;
}

.vmenu .first_li span {
    width: 100px;
    display: block;
    padding: 5px 10px;
    cursor: pointer
}

.vmenu .inner_li {
    display: none;
    margin-left: 120px;
    position: absolute;
    border: 1px solid #aaa;
    border-left: 1px solid #ccc;
    margin-top: -28px;
    background: #fff;
}

.vmenu .sep_li {
    border-top: 1px ridge #aaa;
    margin: 0px;
}

.vmenu .fill_title {
    font-size: 11px;
    font-weight: bold; /
    height: 15px; /
    overflow: hidden;
    word-wrap: break-word;
}

.rClickMenu {
    border: 1px solid #e2eeff;
    position: absolute;
    background: #fff;
    display: none;
    font-size: 11px;
}

.rClickMenu .first_li span {
    width: 130px;
    display: block;
    padding: 5px 10px;
    cursor: pointer
}

.rClickMenu .inner_li {
    display: none;
    margin-left: 120px;
    position: absolute;
    border: 1px solid #aaa;
    border-left: 1px solid #ccc;
    margin-top: -28px;
    background: #fff;
}

.main {
    margin-left: 0.5%;
    width: 99%;
}

.page_preferences .table.noborder>thead>tr>th, .page_preferences .table.noborder>tbody>tr>th,
.page_preferences .table.noborder>tfoot>tr>th, .page_preferences .table.noborder>thead>tr>td,
.page_preferences .table.noborder>tbody>tr>td, .page_preferences .table.noborder>tfoot>tr>td {
    border-top: 0px solid #ddd;
    padding: 2px;
}
table.result > thead > tr > th,
table.result > thead > tr > td,
table.result > tbody > tr > td {
    padding: 2px;
}
table.result > thead > tr > th,
table.result > thead > tr > td {
    background: #ddd;
}

.page_preferences .table, .page_preferences .sect_bottom {
    font-size: 0.625rem;
}
#tooltip h3 {
    font-size: 0.75rem;
}
table.result > tbody > tr > td.bb-0 {
    border-bottom: 0px solid #ddd;
}
table.result > tbody > tr > td.bt-0 {
    border-top: 0px solid #ddd;
}
table.result > tbody > tr > td.nb {
    border: 0px solid #ddd;
}
table.result > tbody > tr > td.bb {
    border-bottom: 1px solid #ddd;
}
.textfield.btn-link {
    border-width: 1px;
    border-style: solid;
    color: #000;
}



.page_default .banner {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
}
.page_default .banner h1 {
    font-size: 5.25rem;
    width: 100%;
    display: block;
    margin: 0px 0px 10px 0px;
}
.page_default .banner h1 span, .page_default .banner h1 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    color: #4386f9;
    font-family: verdana;
}
.page_default .banner h2 {
    font-size: 1.5rem;
    margin: 0px;
    color: #1f1f1f;
    border-bottom: none;
}
.page_default .dvVersion {
    clear: both;
    display: block;
    font-size: 0.625rem;
    color: #fff;
    padding-top: 10px;
}
.bodyTxt {
    font-size: 0.6875rem;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

#sortOrderDIV button:not(.search_clear_button), #sortOrderDIV input[type=submit]:not(.search_clear_button) {
    border: 1px solid #4386f9;
    line-height: 10px;
    color: #fff;
    background: #4386f9;
    font-size: 13px;
    font-weight: 600;
    height: 28px;
    margin-bottom: 2px;
}
/***************** CSS added [ Branding #64168] *********************/
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}
th, td, p{
    font-size: 11px;
}
th > p, td > p{
    margin-bottom: 0;
}
p{
   margin: 0 0 8.5px;
}
.content-wrapper{
    padding:10px;
}
.clear-left{
    clear: left;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right;
}
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}
.padding-all-5{
    padding: 5px;
}
.padding-all-10{
    padding: 10px;
}
.padding-t-5{
    padding-top: 5px !important;
}
.padding-b-5{
    padding-bottom: 5px !important;
}
.padding-t-10{
    padding-top: 10px !important;
}
.padding-b-10{
    padding-bottom: 10px !important;
}
.padding-l-25{
    padding-left: 25px !important;
}
.margin-b-0{
    margin-bottom: 0 !important;
}
.margin-b-3{
    margin-bottom: 3px !important;
}
.margin-t-5{
    margin-top: 5px !important;
}
.margin-b-5{
    margin-bottom: 5px;
}
.margin-tb-5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-tb-10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.margin-tb-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.margin-t-10{
    margin-top: 10px !important;
}
.margin-b-10{
    margin-bottom: 10px !important;
}
.margin-b-20{
    margin-bottom: 20px !important;
}
.margin-l-10{
    margin-left: 10px !important;
}
.margin-l-20{
    margin-left: 20px;
}
.margin-l-25{
    margin-left: 25px;
}
.margin-r-0{
    margin-right: 0;
}
.margin-r-10{
    margin-right: 10px;
}
.margin-r-15{
    margin-right: 15px;
}
.margin-r-20{
    margin-right: 20px;
}
.margin-t-15{
    margin-top: 15px;
}
.margin-t-20{
    margin-top: 20px;
}
.margin-b-15{
    margin-bottom: 15px;
}
.margin-r-25{
    margin-right: 25px;
}
/* form-control width */
.control-inline{
    display: inline-block;
}
.control-xxl{
    width: 350px !important;
}
.control-xl{
    width: 300px !important;
}
.control-lg{
    width: 250px !important;
}
.control-md{
    width: 200px !important;
}
.control-sm{
    width: 140px !important;
}
.control-xs{
    width: 60px !important;
}
/* end of form-control width */
button > .btn-icon{
    margin-right: 5px;
}
.primary-color{
    color: #0066CC;
}
.white-text{
   color: #fff !important; 
}
.store-to-folder .note{
    margin: 15px 0;
    font-weight: bold;
}
.store-to-folder .store-item-form > table{
    float: left;
    margin-bottom: 8px;
}
.store_folder_table .store_folder_table_row th{
    text-decoration: underline;
    color: #0066CC;
}
.store-to-folder .store-item-form .inline{
    padding-top: 3px;
    line-height: 1;
    margin-left: 10px;
}
.store-to-folder .page_body_placeholder{
    max-width:700px;
    border:none;
}
.print-folder-messages-pdf .brand-logo{
    margin-left: 10px;
}
.highlighted-text{
    color:#488AC7;
    line-height:14px;
}
.page-setting h2{
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 10px;
    float: none;
    margin-top: 15px;
}
.page-setting .sect-content {
    padding: 10px;
    border:solid 1px #eaeaea;
    margin:0 0 10px;
    max-width: 800px;
}
.page-setting .sect-content:after {
    display: block;
    clear: both;
    content: "";
}
.page-setting .sect-content table.customTable,
.page-setting .sect-content .table{
    margin-bottom: 0;
}
.main_footer .powered-by{
    display: inline-block;
    /*min-width: 300px;
    float: right;*/
}
.main_footer .powered-by > span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.main_footer .blank img {
    max-height: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.error-redirect #content{
    padding: 0;
}
.error-redirect #title.page-title{
    background-color: #00194f;
    padding: 2px;
    height: 27px;
    margin-bottom: 10px;
}
.error-redirect .page-title{
    line-height: 23px;
}
.error-redirect .sect_header{
    background: transparent;
    padding: 0;
    margin-bottom: 6px;
    display: inline-block;
}
.error-redirect .sect_header .page_title, .error-redirect .section-header .page_title{
    background: transparent;
    color:#fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    line-height: 18px;
}
.error-redirect #nav_container{
    border: none;
}
.error-redirect ul#nav li{
    border: none;
    float: left;
}
.error-redirect ul#nav li a{
    font-size: 12px;
    padding: 0px 10px;
    line-height: 23px;
    display: block;
    background-color: #fff;
    color: #001049;
}
.error-redirect ul#nav li.selected a{
    background-color: #00194f;
    color: #fff;
}
.error-redirect form{
    margin-bottom: 0;
}
table .even, table .grey{
    background-color: #f4f4f4;
}
#divAlertMessage .alertTitle{
    background-color: #4386f9;
    color: #fff;
}
#divAlertMessage .close-alert a{
    color: #fff;
}

/***************** End of CSS [ Branding #64168] *********************/
.sect_header.cryo-header, .cryo-header{
    display: inline-block;
    float: left;
    line-height: 28px;
    height: 28px;
    max-height: 28px;
    background-color: #00194f;
    width: auto;
    background-image: none;
    padding: 0 10px;
    position: relative;
    min-width: 200px;
}

.monitoring-contents .sect_header.cryo-header, .monitoring-contents .cryo-header{
    min-width: 265px;
}

.sect_header.cryo-header .page_title, .cryo-header .page_title{
    padding: 0;
    line-height: 28px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}
.cryo-header.header-collapsible{
    padding-right: 50px;
}
.cryo-header .collapse-arrows{
    float: right;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    margin-top: 0;
}
.cryo-header .collapse-arrows:hover{
    background-color: #4386f9;
}
.cryo-header .collapse-arrows i{
    color: #fff;
}
.cryo-header .collapse-arrows:hover i{
    color: #4386f9;
}
.cryo-header .collapse-arrows .collapse-icon{
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(../../images/newImages/plus-symbol.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
.cryo-header .collapse-arrows.open .collapse-icon{
    background-image: url(../../images/newImages/minus-symbol.svg);
}
.sect_header.cryo-header + div #one{
    border: solid 1px #eaeaea;
}
.sect_header.cryo-header + div .sect_content{
    padding: 10px;
}
#right > .right-content{
    padding: 7px 15px;
}
.cryo-section{
    padding: 0;
    margin: 0;
}
.cryo-section.bottom-gap, .cryo-section.margin-b-10{
    margin-bottom: 10px !important;
}
.cryo-section .section-header + .section-content{
    clear: left;
}
.cryo-section .section-content{
    padding: 10px;
}
.section-monitor:after, .cryo-section .section-header:after, .cryo-section .section-content:after, .right-content:after{
    content: "";
    display: block;
    clear: both;
}
.section-monitor{
    margin-bottom: 10px;
}
.border-box{
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
}
.admin-reports-tbl tr td{
    padding: 0 5px;
    height: 24px;
}
.sect_bottom{
    background: transparent;
    background-color: #fafbfd;
    border: solid 1px #B2C0D2;
    width: 100%;
    padding: 2px 5px;
    height: auto;
    font-size: 10px;
    font-weight: normal;
}

table.customTable.webwizard_otherConfig tbody tr th:first-child{
    width: 350px;
}
table.customTable.network_section tbody tr th:first-child{
    width: 250px;
    white-space: normal;
}
.info-text{
    font-size: 12px;
    padding: 4px;
}
.help-text{
    background-color: #f3f3f3;
    padding: 8px;
    border: solid 1px #eaeaea;
    margin-bottom: 10px;
    font-size: 11px;
}
.help-text p{
    font-size: 11px;
}
.help-text p:last-child{
    margin-bottom: 0;
}
.help-text ul{
    padding-left: 16px;
}
.help-text ul li{
    list-style:disc;
}
.inline-block{
    display: inline-block;
}
.info-highlighter{
    background-color: #f3f3f3;
    padding: 8px;
    border: solid 1px #eaeaea;
    margin-bottom: 10px;
    font-size: 11px;
}
.alert.alert-info{
    margin-bottom: 0;
}
.section-content .page-title, .page_title1{
    font-size: 12px;
    font-weight: bold;
    color: #003366;
    line-height: 25px;
}
.header .logo a{
    display: block;
    height: 50px;
    max-height: 50px !important;
    max-width: 180px !important;
    float: left;
}
.header .logo a img {
    width: 100%;
    max-height: 50px !important;
}

/*CSS added after March07,2018*/
.TabbedPanelsTabSelected{
    outline: none;
}
.max-width-400{
    max-width: 400px;
}

/*Button Styling*/

.btn {
    display: inline-block;
    font-weight: 600;
    font-family: Arial, helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border: none;*/
    padding: 8px 20px;
    font-size: 0.813rem;
    line-height: 1em !important;
    border-radius: 0.20rem;
    text-transform: capitalize;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.btn-primary {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #4386f9;
  border-width: none;
  border-color: #4386f9;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    background: #515253;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}
.btn.btn-default{
    padding: 7px 20px;
}
.smallBtn.search_clear_button, .btn.btn-small, .btn.smallBtn {
    margin: 0px 5px 0px 0px;
    padding: 4px 8px;
    line-height: 16px !important;
    height: 22px;
    border-radius: 2px;
    min-width: 60px;
    box-sizing: border-box;
}
.btn-default.btn-small{
    height: 22px;
    line-height: 1 !important;
}
h4.section-title, .section-title{
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2rem;
    margin: 0 0 5px;
}
.su-preferences input[type="text"],
.su-preferences input[type="password"],
.su-preferences select{
    width: 200px;
    max-width: 200px;
}
.su-preferences table.customTable.formTable tbody tr th{
    background-color: #f3f3f3;
}
.info-popup, .info-popup p{
    font-size: 12px;
}
.info-popup .info-content, .info-content{
    padding: 10px;
}
.info-popup .header{
    margin-bottom: 0;
}
.info-popup h1{
    font-size: 20px;
    font-weight: bold;
    color: #00194f;
    margin: 0px 0 15px;
    text-align: left;
    padding-bottom: 6px;
    background-color: #eaeaea;
    padding: 5px 10px;
}
.info-popup h3{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.su-report-config input[type="text"]{
    width: 70px;
}
.su-report-config table.customTable.formTable tbody tr th{
    background-color: #f3f3f3;
}
.info-popup.about ul{
    padding-left: 30px;
    margin-top: 10px;
    list-style-type: disc;
}
#title_bar .title_info i, #title_bar .title_info span{
    font-size: 28px;
    color: #fff;
}
/**** New Structure of header navigation ****/
.header-nav-wrapper{
    top: 70px !important;
    margin-top: -17px !important;
    height: 30px !important;
    line-height: 30px;
    padding: 0 10px;
}
#title_bar.header-nav-wrapper .title_info{
    margin: 0;
    padding: 0;
    position: unset;
    display: block;
    float: right;
}
.header-nav-wrapper > .header-title{
    display: block;
    float: left;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.header-nav{
    line-height: 30px;
    float: right;
}
.header-nav ul{
    float: right;
    height: 30px;
}
.header-nav ul > li{
    float: left;
    margin: 0 5px;
}
.header-nav ul > li span, .header-nav ul > li a{
    float: none;
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 28px;
    color: #fff;
}
#login.header-subnav, .header-subnav{
    float: right;
    margin: 0 !important;
    padding: 0 !important;
    position: unset;
    height: 30px !important;
}
/**** End of New Structure of header navigation ****/

#showImportFileQueueContent{
    font-size: 11px;
}
#showImportFileQueueContent font{
    margin: 6px 0;
    display: inline-block;
}
#showImportFileQueueContent table th, #showImportFileQueueContent table td{
    font-size: 11px;
    padding: 4px;
}
.message-view .message-header{
    padding: 5px;
}
.message-view .message-header table td{
    padding: 2px;
}
.message-view .message-header, .message-view .message-body{
    box-sizing: border-box;
    border:solid 1px #B2C0D2;
    width:100% !important;
}
.tbl-impersonation-throttling{
    width: 100%;
}
.tbl-impersonation-throttling th{
    background-color: #eaeaea;
}
.brand-logo-wrapper{
    height: 62px;
    display: flex;
    align-items: center;
    float: left;
}
.header .brand-logo, .popHeader .brand-logo, .brand-logo-wrapper img{
    max-height: 62px;
}
.reseller-logo-wrapper{
    float: right;
}
.reseller-logo-wrapper .reseller-logo{
    max-height: 30px;
}
.info-popup .info-content ol li, .info-popup .info-content ul li{
    line-height: 1.75em;
    margin-bottom: 5px;
}
.info-popup .info-content ul.TabbedPanelsTabGroup li{
    line-height: 26px;
    margin-bottom: 0;
}
.form-control + .support-info{
    line-height: 18px;
    margin-left: 5px;
}
.mt-usage-summary-tbl th, .mt-usage-summary-tbl td{
    padding: 2px 4px;
}
/* css added for uniform disclaimer text of a message */
.message-body-page .message-disclaimer{
    clear:left;
    float: left;
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
}
#divMessageBody + .message-disclaimer{
    padding-top: 0;
}
.message-body-page .message-disclaimer th,
.message-body-page .message-disclaimer td,
.message-body-page .message-disclaimer p{
    font-size: 10px;
}
.message-body-page .message-disclaimer .error{
    color: red;
    font-size: 10px;
}
/* End of css added for uniform disclaimer text of a message */

/* pagination start */
.cryo-pagination{
	    font-size: 11px;
	    line-height: 14px;
	    margin: 5px 0;
	}
	.cryo-pagination:after{
	    clear: both;
	    content: "";
	    display: block;
	}
	.cryo-pagination .result-size{
	    width: 50px;
	    padding: 2px;
	    box-sizing: border-box;
	    height: 20px;
	}
	.cryo-pagination .current-page{
	    text-align: center;
	    width: 40px;
	    padding: 0 5px;
	    height: 20px;
	}
	.cryo-pagination .total-count{
	    margin-bottom: 5px;
	}
	.cryo-pagination .pagination-result .result-pointer{
	    line-height: 20px;
	}
	.cryo-pagination .pagination-result ul{
	    float: right;
	}
	.cryo-pagination .pagination-result ul.right-shift{
	    margin-right: -8px;
	}
	.cryo-pagination .pagination-result ul li{
	    float: left;
	    margin-left: 8px;
	    line-height: 20px;
	    box-sizing: border-box;
	}
	.cryo-pagination .pagination-result .arrow{
	    display: inline-block;
	    width: 22px;
	    height: 20px;
	    padding-top: 4px;
	    text-align: center;
	    cursor: pointer;
	}
	.cryo-pagination .pagination-result .arrow.disabled{
	    pointer-events: none;
	}
	.cryo-pagination .pagination-result .arrow i{
	    font-size: 14px;
	    line-height: 1;
	}
	.cryo-pagination .pagination-result .arrow.disabled i{
	    color: #d0d0d0;
	}
/* pagination end */
table.upload-import-certicicate-tbl.customTable tbody tr th:first-child,
table.create-cert-tbl.customTable tbody tr th:first-child{
    width: 250px;
}
table.system_defaults_table.customTable tbody tr th:first-child{
    width: 250px;
}
table.add-node-tbl.customTable tbody tr th:first-child{
    width: 200px;
}
.system-default-help-text{
    max-width: 725px;
}
.shard-info-popup table th{
    font-weight: bold;
    background-color: #eaeaea;
}
/*new classes added on 20 may by deepak */
.webwizard_otherConfig input {
    width: 120px;
    margin-right: 5px;
}
.monitoring-contents .actions, .company-page .filters, .top-actions{
    background-color: #f1f1f1;
    padding: 8px;
    border: solid 1px #eaeaea;
}
.monitoring-contents .monitoring-action-label{
    font-size: 12px;
    display: inline-block;
    line-height: 26px;
}
.monitoring-contents .monitoring-action-btns{
    display: inline-block;
}
.company-page .filters{
    font-size: 12px;
}
#companyInfo{
    border: solid 1px #eaeaea;
    background-color: #f3f3f3;
    padding: 5px;
    margin-bottom: 10px;
}
#companyInfo table tr td{
    vertical-align: top;
}
#companyInfo table tr td{
    margin: 5px 0 1px;
}
#companyInfo .inline label{
    max-width: 180px;
    word-wrap: break-word;
}

.preference-current-list .btn{
    width: auto;
}
.action-export{
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
}
.action-export > span{
    display: inline-block;
    float: left;
    line-height: 1;
    margin-left: 10px;
    margin-top: 2px;
}
.action-export .file-format-icons a{
    display: inline-block;
    line-height: 1;
    font-size: 28px;
    margin: 0px 5px 0 0;
}
.report-results-tbl{
    border: solid 1px #eaeaea;
    /*color: #006699;*/
}
.report-results-tbl tr th{
    background-color: #f3f3f3;
    border-bottom: solid 1px #eaeaea;
}
.report-results-tbl tr th, .report-results-tbl tr td{
    padding: 2px 4px;
    border: solid 1px #eaeaea;
    border-collapse: collapse;
}
.message-summary-block .inline{
    min-width: 80px;
    margin-bottom: 4px;
}
.tbl-500{
    width: 500px !important;
}
#ldapForm table.customTable tbody tr th:first-child{
    width: 40% !important;
}
.basic-company-config table.customTable tbody tr th:first-child{
    width: 36%;
}
.user-directory-page .folder_configuration .btn{
    min-width: 140px;
}
.user-directory-page .folder_configuration .btn.btn-small{
    min-width: 75px;
    width: 75px;
}

.my_table tr.even{
   background:#BFD8F5;
}

.my_table tr.odd{
    background:#F0F5FA;
}
.section-devider{
    border-bottom: dashed 1px #eaeaea;
    margin: 5px 0;
}
.loader-wrapper{
    position:fixed;
    left:0px;
    z-index:9999;
    top:0px !important;
    background-color:rgba(0,0,0,0.75);
    overflow:auto;
    border: 1px none #000000;
    width: 100%;
    height: 100%;
}
#waitText{
    color: #fff;
}
.overflow-x-auto{
    overflow-x: auto;
}
.usage-status-container .tab-content{
    padding: 10px 0 0;
    min-height: 130px;
}
.usage-status-container .tab-content:after{
    display: block;
    content: "";
    clear: both;
}
.nav-tabs>li>a{
    text-decoration: none !important;
    font-size: 12px;    
    color: #333 !important;
}
.nav>li>a{
    padding: 5px 12px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: #fff;
    color: #1a8bd5 !important;
}

.external-link-wrapper{
    background-color: #f1f1f1;
    padding: 6px;
    border: solid 1px #eaeaea;
    margin-bottom: 10px;
}

.external-link-wrapper:after{
    clear: both;
    content: "";
    display: block;
}

.external-link{
    background-color: #f1f5fd;
    padding: 3px 6px;
    border: solid 1px #c5d5f1;
    border-radius: 3px;
    position: relative;
    color: #5983cc !important;
    display: inline-block;
    font-size: 11px;
    text-decoration: none !important;
}
.external-link:hover, .external-link:focus{
    color: #4386f9 !important;
    border: solid 1px #a4b9dc;
    background-color: #d9e7ff;
}
.table > thead > tr.vtop th,
table.customTable.formTable tbody tr.vtop, table.customTable.formTable tbody tr.vtop,
table.customTable.formTable tbody tr th.vtop, table.customTable.formTable tbody tr td.vtop,
.vtop{
    vertical-align: top;
}
#remindPassword a{
    text-decoration: underline;
}

#getLogsForm .inner-list > li{
    margin-top: 6px;
    margin-bottom: 8px;
}
#getLogsForm table.customTable.formTable tbody tr th,
#getLogsForm table.customTable.formTable tbody tr td{
	padding: 4px !important;
}
.sso-instructions u{
    font-weight: bold;
}
.im-identififier-left-panel{
    width:200px;
    float:left;
}
.im-identififier-right-panel{
    float:left;
    width:540px;
    margin-left:25px;
}
.ldap-left-panel{
    float:left;
    width:280px;
}
.ldap-right-panel{
    float:left;
    margin-left:25px;
    width:540px;
}
.header-text{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	min-height: 40px;
	font-size: 12px;
	color: #fff;
	max-height: 75px;
	overflow: hidden;
	text-align: center;
}
.loginPage .header-text{
	padding-top: 25px;
	max-height: 100px;
	margin-left: 0;
	left: 13%;
    width: 74%;
 }
 @media(max-width:1100px){
	.header-text{
		width: 500px;
		margin-left: -250px;
	}
 }
 @media(max-width:980px){
	.header-text{
		width: 350px;
		margin-left: -175px;
	}
 }
 .display_result_row .word-wrap{
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-all;
 }
 .disk-usage-page h4{
    font-size: 11px;
    font-weight: bold;
 }
 .microsoft-auth-btn{
    min-height: 34px;
    background: #e0e0e0 !important;
    font-size: 0.66rem;
 }
 .microsoft-auth-btn .auth-logo{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 8px;
 }
 .microsoft-auth-btn > span{
    display: inline-block;
    vertical-align: middle;
    color: #777;
    max-width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
 }
.sortable.customTable{
    border: solid 1px #ddd;
}
.sortable.customTable tr th{
    cursor: default;
}
#right a.icon-no-underline{
    text-decoration: none;
}
.display_result_row .word-wrap{
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
.stats-last-download-cycle th, .stats-last-download-cycle td{
    font-size: 10px;
    padding:1px 4px !important;
}
.stats-last-download-cycle a{
    text-decoration: underline;
}
.display_result_row .word-wrap{
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
.display_result_row .word-wrap{
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
#errorListForm #errorFileNames{
    max-height: 78px;
}
.import-manager-message .alert.alert-info{
    margin-bottom: 10px;
}
.stats-last-download-cycle-wrapper{
    overflow-x: auto;
}
.version-specification {
    position: absolute;
    left: 20px;
    font-weight: bold;
    color: #41444E;
    font-weight: normal;
    font-size: 10px;
    text-transform: none;
}

.loginPage .version-specification{
    color: #fff;
}
.su-login .version-specification{
    position: initial;
}

.app-popup .popHeader {
    height: 95px !important;
	padding: 15px;
	box-sizing: border-box;
	background-position: center !important;
	margin-bottom: 0;
}

.app-popup .popup-content{
	padding: 10px;
}

.app-popup .popup-content{
	padding: 10px;
}

.schedule-deletion-form-wrapper{
    max-width: 750px;
    margin: 0 auto;
}

.schedule-deletion-form-wrapper p{
    color: #666;
}

.data-guardian-info{
    margin-top: 15px;
}

.schedule-deletion-form-wrapper table td{
    padding: 5px 10px;
}

.schedule-deletion-form-wrapper input[type="text"], .schedule-deletion-form-wrapper input[type="password"]{
    width: 100%;
}

.scheduled-deletion-approval-page .err-msg{
    color: #ff0000;
    text-align: center;
}

.scheduled-deletion-approval-page .close-panel-text {
    font-weight: bold;
    color: #339900;
}

.scheduled-deletion-approval-page .color-black {
    color: black !important;
}

.scheduled-deletion-approval-page .text-bold {
    font-weight: bold !important;
}
.user-configuration-page .current-state{
    display: inline-block;
    color: #4386f9;
    vertical-align: top;
}
.user-configuration-page .current-state + a{
    display: inline-block;
}
#userInfo .link-refresh{
    line-height: 18px;
}
#userInfo .link-refresh i{
    float: left;
    margin-right: 6px;
}
#cboxOverlay{
    z-index: 999 !important;
}
#colorbox, #cboxWrapper{
    z-index: 1000 !important;
}
.container-scroll-x{
    overflow-x: auto;
    overflow-y: hidden;
}
.no-border-table td{
    border: none !important;
}
.no-padding-table td{
    padding: 0;
}
.header-constraint td{
    min-width: 50px !important;
}
.header-constraint td > span{
    width: 100%;
    display: block;
}
.account-list-home .user-full-name{
    display: block;
    max-width: 140px;
    word-wrap: break-word;
}
.account-list-home .user-email-address{
    max-width: 220px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.account-list-home .btn.btn-small{
    margin-bottom: 6px;
    font-size: 11px;
    padding: 2px 5px;
    line-height: 14px !important;
    height: 18px;
}
.count-col{
    padding-top: 2px;
    min-width: 50px !important;
}
.count-col .count-wrapper{
    display: inline-block;
    min-width: 30px;
    text-align: left;
    line-height: 12px;
    float: left;
    vertical-align: middle;
    min-height: 14px;
}
.count-col .count-wrapper + .inline{
    float: right;
    vertical-align: middle;
    margin-right: 0;
    max-width: 16px;
    margin:0 !important;
}

.mail-error-stack-btn{
    text-transform: normal;
    text-transform: none !important;
}

.mail-error-stack-btn .mail-forward-icon{
    font-size: 18px;
    line-height: 1;
    margin-top: -2px;
    margin-left: -2px;
    float: left;
    margin-right: 6px;
}

table.display_result_row .rightclickarea:hover{
    background-color: red !important;
}

.mr-user-config-tbl .btn-full-width{
    width: 100%;
}

.forgot-password-container .forgot-password-tbl{
    width: 340px;
    margin: 0 auto;
}

.keyword{
    font-weight: bold;
    color: #4386f9;
}

.stub-login .page-information{
    color: #fff;
    margin-bottom: 15px;
}
.stub-login .copyright{
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    font-size: 10px;
}
.stub-login .loginBox{
    margin: 150px auto 0;
}
.customOverlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	cursor: pointer;
}

.customModal .modal-body{
    font-size: 10px;
}

.customModal {
	position: absolute;
	top: 35%;
	left: 50%;
	width: 600px;
	font-size: 12px;
	color: #333;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border: solid 1px #3c7be8;
	border-radius: 4px;
	background: white;
	padding: 0;
}

.customModal .modal-header {
	padding: 12px 12px 0;
}

.customModal .modal-header:after {
	display: block;
	clear: both;
	content: "";
}

.customModal .modal-header h1, .customModal .modal-header h2,
	.customModal .modal-header h3, .customModal .modal-title {
	font-size: 14px;
	border: none;
	margin: 0 0 12px;
	font-weight: bold;
	color: #333;
}

.customModal .modal-body {
	padding: 12px;
	color: #333;
	font-size: 12px;
}

.customModal .modal-body p:last-child {
	margin-bottom: 0;
}

.customModal ul {
	margin: 0 0 10px;
	padding-left: 20px;
}

.customModal ul li {
	margin-bottom: 6px;
	line-height: 1.5;
}

.customModal ul li:last-child {
	margin-bottom: 0;
}

.customModal .modal-footer {
	padding: 12px;
	border-top: solid 1px #eaeaea;
}

.customModal .modal-footer:after {
	display: block;
	clear: both;
	content: "";
}
.section-content table tr .case-folder-action{
    padding-bottom: 10px;
    border-bottom: solid 1px #eaeaea;
}
.section-content table tr:last-child .case-folder-action{
    border-bottom: none;
    padding-bottom: 0;
}
.case-folder-action .inline-block{
    vertical-align: bottom;
    margin-right: 15px;
}
.case-folder-action .email-wrapper label{
    display: block;
    line-height: 1;
}
.share-folder-list-wrapper{
    max-width: 1000px;
}

.clear-left{
    clear: left;
}
.clear-right{
    clear: right;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mb-0{
    margin-bottom: 0 !important;
}
.no-record-found{
    text-align: center;
    padding: 10px;
}
.share-folder-grid-wrapper{
    max-height: 400px;
    overflow-y: scroll;
    clear: left;
    min-height: 120px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #eaeaea;
}
@media(max-height: 768px){
    .share-folder-grid-wrapper{
        max-height: 280px;
    }
}
.share-folder-grid{
    border: none;
}
.share-folder-grid tr td, .share-folder-grid tr th{
    padding: 2px;
}
.share-folder-grid tr td:nth-child(1){
    width: 6%;
}
.share-folder-grid tr td:nth-child(2){
    width: 57%;
}
.share-folder-grid tr td:nth-child(3){
    width: 37%;
}

#popupUserListForm .subheading{
    border-bottom: none;
}

.link, .message-to-respool .link{
	text-decoration: underline;
	color: #4386f9;
	cursor: pointer;
}

.popHeader .dvVersion{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.mainBoxInfo .btn-refresh{
	min-width: 40px !important;
}

.mainBoxInfo .refresh{
	font-size: 15px;	
}


@media(min-width: 1150px){
    .local-user-accounts .btn.btn-small{
        margin: 0 0 0 5px;
    }
}

.local-user-accounts thead tr th{
    vertical-align:top;
}

.local-user-accounts thead tr th:last-child, .local-user-accounts tbody tr td{
    padding: 4px !important;
}

.local-user-accounts tbody tr td:last-child{
    text-align: right;
}

.local-user-accounts tbody tr.row-divider td{
	border-bottom: solid 1px #B2C0D2;
	content:"";
	line-height: 0;
	height: 0;
	padding: 0 !important;
}

.other-configuration-items a{
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
}

.other-configuration-items a:last-child{
	margin-bottom: 0;	
}

#right.collection-manager:before{
    display: none;    
}

.search-auth-form-wrapper{
	padding-top: 15px;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	
}

.search-auth-form-wrapper table{
	width: 100%;
	margin: 0 auto !important;
}

/************************** Dropzone Style ***********************/
.page_mailUpload #wrapper{
    background-color: transparent;
}

.page_mailUpload{
    background-color: #f4f6f8;
}

.mail-upload{
    background-image: url('../../images/newImages/blue-strip.jpg');
    background-repeat: repeat-x;
    min-height: 300px;
    padding-top: 80px;
}

.mail-upload .center-container{
    max-width: 60%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(156,156,156,1);
    box-shadow: 0px 0px 3px 0px rgba(156,156,156,1);
    z-index: 2;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 60px 30px;
    box-sizing: border-box; 
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.mail-upload .support-information{
    position: absolute;
    height: 50px;
    bottom: -50px;
    width: 100%;
    left: 0;
    padding-top: 25px;
}

.mail-upload .support-information a, .mail-upload .support-information span{
    color: #676e77;
}

.mail-upload .support-information a:hover{
    text-decoration: underline;
}

.mail-upload .support-information:after{
    content: "";
    clear: both;
    display: block;
}

.mail-upload .support-information .left-column{
    float: left;
    width: 50%;
    text-align: left;
    display: flex;
    vertical-align: middle;
    line-height: 18px;
}

.mail-upload .support-information .right-column{
    float: right;
    width: 50%;
    text-align: right;
}

.mail-upload .support-information img{
    margin-right: 7px;
}

@media(max-width: 1079px){
    .mail-upload{
        padding-top: 30px;
    }
    .mail-upload .center-container{
        max-width: 90%;
    }
}

.dropzone{
    max-width: 90%;
    background-color: #eff1f4;
    border: dashed 2px #d6dce1;
    border-radius: 10px;
    margin: 0 auto 20px;
}

.mail-upload .pstUpload {
	min-width: 150px;
	width: auto;
	margin: 0 auto;
	float: none;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{
    color: #676e77;
    font-size: 18px;
}

.mail-upload h3{
    font-size: 24px;
    margin-bottom: 20px;  
}

.mail-upload .information{
    text-align: center;
    max-width: 70%;
    margin: 0 auto 30px;
}
.mail-upload .information p{
    font-size: 14px;
    color: #676e77;
}

.mail-upload .start-upload{
    float: none;
    margin-top: 20px;
}

/* .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{
    top: 0px;
    left: auto;
    right: -20px;
} */

.dropzone .dz-preview .dz-progress{
    top: 72%;
}

.dropzone .dz-preview.dz-file-preview .dz-image{
    /*background: linear-gradient(to bottom, #202a34, #424c58);*/
	background: linear-gradient(to bottom, #439cd2, #345782);
	border-radius: 12px;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{
	background-color: rgba(255, 255, 255, 0.2);
}

.dropzone .dz-preview .dz-error-message{
    left: -60px;
    width: 240px;
    top: 150px;
    word-break: break-all;
}

.dropzone .dz-preview .dz-error-message:after{
    left: 114px;
}

.dropzone .dz-preview .dz-progress .dz-upload{
	background: #2c6fe3;
    background: linear-gradient(to bottom, #19b0ff, #0370a9);
}
.dropzone .dz-preview .dz-details{
	color: #fff;
}
/************************** End of Dropzone Style ***********************/
