﻿*:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html
{
    font-size: 16px;
}

.panel-body-changepassword
{
    padding: 40px 10px !important;
}

.panel-footer-changepassword
{
    padding-right: 20px !important;
}

.panel-logo-forgot
{
    margin: 40px auto 0;
}

.logo-entry-master
{
    margin: 15px 0 15px 0;
}

.logo-main
{
    display: block;
    margin: 0px auto auto auto;
}
.logo
{
    cursor: pointer;
}

.errorMessage
{
    color: #7c1f30 !important;
    font-weight: bold;
    display: inline;
}
.ErrorMessage
{
    color: #7c1f30 !important;
    font-weight: bold;
}

.pull-center
{
    text-align: center;
}

.panel-heading-extended
{
    height: 51px !important;
}

/*----------*/

.labelBody
{
    color: #4a535e;
    font-weight: bold;
}

.table_Custom_DeviceDetail
{
    width: 100%;
}

.table_Custom_DeviceDetail > tbody > tr
{
    border-bottom: 1px solid #f0f0f0;
    line-height: 22px;
}

.table_LDAP > tbody > tr:first-child
{
    border-top: 1px solid #f0f0f0;
}

.LDAP_Disabled
{
    border-collapse: inherit !important;
}

.backup-health-status-btn {
    float: right;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 113px;
}

/*-------------- tabs section-------------------------------*/

.ajax__myTab .ajax__tab_header
{
    font: 14px/1.5 sans-serif, "Helvetica Neue" , Arial, "Liberation Sans";
    color: #FFFFFF;
    float: left;
    white-space: normal !important;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ajax__myTab .ajax__tab_outer
{
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    cursor: pointer;
    display: inline-block !important;
}

.ajax__myTab .ajax__tab_inner
{
    display: inline-block;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.ajax__myTab .ajax__tab_inner a
{
    color: #FFFFFF;
    font-weight: bold;
    padding: 14px 16px;
    margin-bottom: -5px;
}


.ajax__tab_active .ajax__tab_inner a
{
    color: #555555;
    font-weight: bold;
}


.ajax__myTab .ajax__tab_tab
{
    padding: 5px 5px 2px 5px;
    margin: 2px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: #3ddebd;
}

.ajax__myTab .ajax__tab_active .ajax__tab_outer
{
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-left: solid 0px #999999;
    border-radius: 5px 5px 0 0;
    cursor: text;
    color: #222222;
    display: inline-block !important;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner
{
    display: inline-block;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    margin-left: 2px;
}

.ajax__myTab .ajax__tab_inner:hover
{
    background-color: rgba(255,255,255,0.1);
}


.ajax__myTab .ajax__tab_body
{
    background-color: #FFFFFF;
    float: left;
    font: 14px/1.5 'Helvetica Neue' , Arial, 'Liberation Sans' , sans-serif;
    position: relative;
    width: 100%;
    border-top-width: 0px;
    padding: 10px;
    padding-top: 10px;
    margin-top: -1px;
}

/**********************Dashboard top right knowledge-base link, search, breadcrumb and left navigation*******************************/

.kb-wrapper {
    display: inline-flex;
    align-content: center;
    min-width: 1rem;
    min-height: 1rem;
    margin-right: 4px;
}

.kb-wrapper::before {
    content: "a";
    display: block;
    visibility: hidden;
    height: 50%;
}

.kb-link
{
    color: #fff;
    text-decoration: underline;
}

.search-dropdown
{
    border-radius: 4px !important;
}

.dropdown-width
{
    width: 220px !important;
}

.form-search-topright .form-control
{
    border: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    min-width: 100px;
    max-width: 200px;
    padding-left: 30px;
    height: 32px;
    font-size: 13px;
}

.search-magnify
{
    position: absolute;
    top: 5px;
    left: 1px;
    color: #666;
}

.buttonTarget
{
    display: none;
}

.breadcrumb > span
{
    display: inline-block;
}
.breadcrumb > span + span > li:before
{
    padding-left: 5px;
    padding-right: 1px;
    color: #333;
    content: "/\00a0";
}
.breadcrumb > span + span > li.no-before:before
{
    display: none;
}

.dropdown-menu div
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-menu div:hover
{
    background-color: #e4e7ea;
}
.select2-searchdropdown
{
    border: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 4px;
    height: 30px;
}

/******************ImageButton fix*****************/
span .buttonTarget
{
    display: none;
}

.label-bold
{
    color: #636e7b;
    font: 14px/1.5 'Helvetica Neue' , Arial, 'Liberation Sans' , sans-serif;
    font-weight: bold;
}


.check_label label
{
    margin-left: 10px;
    margin-top: 5px;
    color: #428bca;
}

/*****************header left*******************/
.noleftrightpadding
{
    padding-left: 0px;
    padding-right: 0px;
}

.col-ss-1
{
    width: 5%;
    min-height: 1px;
    position: relative;
    float: left;
}

.ErrorMessage
{
    font-weight: bold;
    color: #a94442 !important;
}

/* for modal popup background*/
.ModalPopupBG
{
    background-color: #000000;
    opacity: 0.7;
}

/* search for dropdown */

/* search for dropdown */

.headerwrapper .header-right .btn-group .btn.selectpicker
{
    background-color: #fff;
    color: #2f363d;
    min-width: 78px;
}

.select2-container
{
    max-width: 100% !important;
}
.select2-container .select2-choice span
{
    padding: 0;
}

/* search dropdown */

/* Validation error boxes and color start */
.has-error .label-bold
{
    color: #a94442;
}
/* validation error box for dropdown and fileupload */
.has-error .defaultDropdown > a, .has-error .group-span-filestyle > label
{
    border-color: #a94442;
}

.has-error .defaultDropdown .select2-choice
{
    border-color: #a94442;
}

/* Validation error boxes and color end */

/* loading over lay */
#loading_overlay
{
    background-color: #c0c0c0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#loading_overlay .loading_message
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    color: #333;
    font-weight: bold;
    height: 25px;
    left: 50%;
    line-height: 25px;
    margin-left: -37px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 175px;
}
.loading_overlay
{
    background-color: #c0c0c0;
    background-position: 31% 35%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    opacity: 0.5;
    padding-left: 50%;
    padding-top: 25%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loading_overlay_table
{
    /*background: url("../images/loaders/loader6.gif") no-repeat scroll center center rgba(0, 0, 0, 0);*/
    height: 600px;
    width: auto;
}
.loading
{
    /*background: url("../images/loaders/loader6.gif") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    height: 13px;
    padding-left: 90px;
    width: 200px;
}

.userProfileLDAPMsg
{
    position: relative;
    padding-right: 10px;
    float: left;
    min-height: 1px;
    width: 55%;
}

.headerwrapper .header-right .form-search:before
{
    content: " ";
}

.headerwrapper .header-right .form-search
{
    margin-right: 0;
}


.form-search
{
    display: inline-block;
    position: relative;
}

.leftpanel .form-control
{
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    padding: 10px;
    margin-left: 15px;
}

.leftpanel .search-magnify
{
    /*display: none;*/
    left: -3px !important;
}

.leftpanel .form-search-topright
{
    border: 1px solid #ccc;
}

.leftpanel .form-search-topright .form-control
{
    width: 180px !important;
}

.leftpanel .form-search .selectpicker
{
    background: none repeat scroll 0 0 White;
    color: #636e7b;
    margin-top: 10px;
    padding: 2px 5px;
}

.leftpanel .form-search .selectpicker + .dropdown-menu.open
{
    left: -48px;
    min-height: auto !important;
    overflow: visible !important;
}



.leftpanel .form-search .selectpicker + .dropdown-menu.open .selectpicker
{
    margin-top: 0;
    padding: 0;
    top: 0;
}

.leftpanel .form-search .selectpicker .glyphicon-ok
{
    display: none;
}
.leftpanel .form-search > label
{
    margin-left: 10px;
    color: #555;
}

.form-search > label,
.multi-vault > label {
    color: #fff;
}

.headerwrapper .header-right {
    padding: 10px 5px;
}

.buttonspan
{
    display: inline-block !important;
    padding-right: 5px;
    margin-bottom: 10px;
}
/* 10/25/18 style for edit backup rules button disabled text*/
.edit-backup-rules {
    display: inline-block;
    position: relative;
}
.with-message {
    height: 5.5rem;
}
.edit-backup-rules-message {
    position: absolute;
    top: 40px;
    left: 0;
    width: 230px;
}
@media screen and (min-width: 768px) {
    .edit-backup-rules-message {
        width: 350px;
    }
}
@media screen and (min-width: 1024px) {
    .edit-backup-rules {
        height: auto;
    }
    .edit-backup-rules-message {
        width: 550px;
    }
}
/* end 10/25/18 style for edit backup rules button disabled text*/
.width500 {
    width: 500px;
}
.popListH
{
    line-height: 0.45;
}

.manage-device tr
{
    display: table;
    margin-bottom: 10px;
}

.manage-device tr > td:first-child
{
    float: left;
    margin-right: 5px;
    min-width: 180px;
}

.ldapQueryActionLink
{
    padding-right: 5px;
    text-decoration: underline;
}

.form-group span.control-label
{
    color: #4a535e;
    font-weight: bold;
    margin-bottom: 5px !important;
    display: inline-block;
}
.has-error span.control-label
{
    color: #a94442;
}

.btn
{
    margin-bottom: 5px;
}

.modal-body h3.lg-title
{
    margin: 0 0 10px;
    text-align: center;
}


.modal-header-primary h4 span
{
    color: #ffffff;
}

/* for dropdowns in popups*/
.select2-drop
{
    z-index: 9999999 !important;
}
/* login page unsupported browser message */
#browserMsg span center h3
{
    color: #000000;
    font-size: 16px;
}
/* TOP-RIGHT-USER-EMAIL-LINK */
.headerwrapper .header-right .btn-group .dropdown-menu li a.hypEmail
{
    color: #636e7b;
    font-size: 14px;
    display: inherit;
}
.headerwrapper .header-right .btn-group .dropdown-menu li a.hypEmail:hover
{
    background-color: transparent !important;
    color: #333;
}
/* TOP-RIGHT-PULL-DOWN-MENU */
.dropdown-width-custom
{
    width: 250px !important;
}
.p-cursor
{
    cursor: pointer;
}

/* top search text box */
.headerwrapper .header-right .form-search .form-control
{
    height: 2.6em !important; /*line-height: 2.6em !important;*/
}

/* INFORMATION-LIST */
div.InformationList
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff #f8f8f8;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    line-height: 2;
    margin: 5px 0 6px 6px;
    padding: 8px 10px;
    text-indent: 0;
}
table.InformationList
{
    padding: 0;
    text-align: left;
}
ul.InformationList
{
    list-style-type: square;
    margin: 0;
    padding-left: 20px;
}
a.InformationList
{
    padding-left: 10px;
}
a.Information
{
    padding-left: 10px;
    color: #333;
}

.ErrorInformation
{
    color: #97233f;
    line-height: 1.5;
}
.WarningInformation
{
    color: #97233f;
}

/* LINK BOLD */
.link_bold a
{
    font-weight: bold;
}
/* CHOOSE FILE */
.group-span-filestyle > label
{
    font-weight: bold !important;
}
.ssoChooseFile .bootstrap-filestyle.input-group .form-control
{
    height: 40px !important;
}

textarea
{
    resize: none;
}



.mb0
{
    margin-bottom: 0;
}

.border-bottom
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* for datepicker */
.ui-state-active
{
    background-color: #4e5154 !important;
    color: White !important;
}

.ui-datepicker-calendar tbody tr:last-child
{
    border-bottom: 1px solid #ddd;
}
/* datepicker end */

/* LDAP settings css */
.LDAP-button
{
    position: absolute;
    right: 4px;
    bottom: 0px;
}

/* default radio buttons and checkboxes */
.form-group .label-bold
{
    margin-top: 8px;
}

.rdio .rdio-default, .ckbox .ckbox-default
{
    color: #636e7b;
    font: bold 14px/1.5 "Helvetica Neue" ,Arial, "Liberation Sans" ,sans-serif;
}

.displayNone
{
    display: none;
}

/* for file upload control back white */
.btn-defaultFileControl
{
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-defaultFileControl:hover
{
    background-color: #ebebeb;
    border-color: #ccc;
    color: #333;
}

/**/
.form-group .label-bold.label-bold
{
    margin-top: 0;
    padding: 0;
}

/* setting modal popup autowidth */
.modal-auto-width
{
    width: auto !important;
}

/* settings page */
.left-button-margin
{
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.right-button-margin
{
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

/* QuickCache pages*/
.QuickCacheGroup legend
{
    width: auto !important;
    display: block;
    -webkit-margin-start: 5px;
    -webkit-margin-end: 5px;
    border: none;
    font-weight: bold;
    color: #636e7b;
    margin-bottom: 6px;
    font-size: 14px;
}

.QuickCacheGroup .table-responsive
{
    padding: 5px !important;
}

.legendH
{
    height: 300px;
}

.QuickCacheGroup fieldset
{
    border: 1px solid lightgray;
}

/* Partner section */
.partner-manage-box > div
{
    display: table;
    float: left;
    padding-right: 5px;
}

.emailtemplate-th-border > th
{
    border-left-color: #444444 !important;
}

.emailtemplate-th-border > th + th
{
    border-right-color: #444444 !important;
}

/* partner section */


/* left menu navigation pane when collapsed start */

.mainwrapper.collapsed .nav
{
    margin-top: 0px !important;
}
.mainwrapper.collapsed .nav > li:first-child
{
    /* uncomment below if want to remove a dark top when collapsed on left menu */ /*border-top:0px;*/
}
/* left menu navigation pane when collapsed end */

/* create device */
#divDeviceSettings .form-group .label-bold.label-bold
{
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Policy Settings */
.disp-label
{
    font-weight: bold;
}

.close-xml
{
    display: block !important;
    top: -15px !important;
    right: -15px !important;
}

.close-xml > a
{
    background-color: Black !important;
    color: White !important;
    font-size: 14px !important;
}

/* popup and fixes for IE */
.table-striped td
{
    border-right: 1px solid #ddd !important;
}

.table-striped
{
    border-left: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.form-search-topright .form-control
{
    padding-bottom: 0\0;
    padding-top: 0\0;
}


.bootstrap-filestyle.input-group .form-control
{
    height: 41px\0;
}

.ajax__myTab .ajax__tab_body
{
    margin-bottom: 10px;
}

fieldset .small-table
{
    margin-bottom: 5px;
}


fieldset .small-table tr:first-child td
{
    border: none;
}


.QuickCacheGroup legend
{
    font-size: 15px;
}

.QuickCacheGroup fieldset
{
    border: 1px solid lightgray;
    margin-bottom: 15px;
}


.fancybox-content .panel-body
{
    max-height: 40em;
    overflow: auto;
}


.fancybox-content .panel-body.restore-files-popup
{
    max-height: 100%;
    overflow: auto;
}



.fancybox-content.modal-dialog .modal-footer
{
    border-top: medium none;
    padding: 10px;
    text-align: right;
}

/*****start Fix for bug3679 (detail page line spacing on safari) ******/
/* block table */
.block-table td
{
    height: 38px;
}

@media (-webkit-min-device-pixel-ratio:0)
{

    /* block table for safari only */
    ::i-block-chrome, .block-table td
    {
        height: 23px;
    }
}

/*****End Fix for bug3679 ******/

.table.block-table
{
    margin-bottom: 0;
}

.popupPanel
{
    width: 60% !important;
    left: 20%;
}

.popupPanel.modal-dialog.lx
{
    width: 80%;
    min-width: 250px;
}

.popupPanel.lx.table-responsive
{
    min-width: 250px !important;
}

/* Add new report page */
.selectedResultRow td
{
    background-color: #D0D6DA;
}

.xml-popup
{
    max-height: 30em;
    overflow: auto;
    padding: 10px;
    width: 100%;
}

/************ Reportpreview table in add report section table  ***************/
.reportHeader
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.reportLabelHeader
{
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

#s2id_ctl00_bodyPlaceHolder_reportDefinitionControl_cmbBxDimension
{
    text-align: center !important;
    width: 160px !important;
}

.reportHeader td
{
    color: #ffffff;
}

.selectedResultRow td
{
    background-color: #D0D6DA;
}

.modal-footer
{
    border-top: medium none;
    padding: 10px;
    text-align: right;
}


.topLeftReportHeader
{
    margin: 2px;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}
.groupReportHeader
{
    border: 1px solid #000000;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
table.static tbody tr td
{
    border-bottom: 1px solid #d8dcde;
    line-height: 25px;
    padding: 0 10px;
}

table.compare-roles-table thead tr th, table.compare-roles-table tbody tr td, .table.ldap-users-table thead tr th, .table.ldap-users-table tbody tr td {
    width: 16%;
    vertical-align: middle;
}

.table.table-dark.compare-roles-table tbody tr td, .table.table-dark.ldap-users-table tbody tr td {
    border-top: 1px solid #d8dcde;
    padding: 10px;
    line-height: 17px;
    height: 55px;
}

table.compare-roles-table thead .staticTableHeader th:first-child {
    visibility: hidden;
    border-left: none !important;
}
.table.table-striped.table-dark.compare-roles-table, .table.table-striped.table-dark.ldap-users-table {
    border-left: none !important;
    border-top: none !important;
}

table.static {
    width: 100%;
}

/**********Static table's cell setting ********/

table.static tbody tr.odd td
{
    background-color: #edf1f3;
    border: 1px solid #d8dcde;
}
table.static tbody tr.even td
{
    background-color: #ffffff;
    border: 1px solid #d8dcde;
}

/**********Static table's cell setting ********/

.mt4
{
    margin-top: 4px;
}

.reportTreeNodeIcon
{
    font-size: 20px;
    margin-right: 5px;
}

.reportTableOverFlow
{
    width: 100% !important;
    float: left !important;
    overflow: auto !important;
    padding-right: 1px !important;
}
.dtCustom {
    overflow: auto;
    padding: 5px;
}
@media screen and (min-width: 768px) {
    .dtCustom {
        padding: 30px;
    }
}

/***/

/***/

/************ Report table***************/

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td
{
    border-color: #f1f1f1;
}

.PL0
{
    padding-left: 0;
}

.modal-footer .btn
{
    margin-bottom: 0;
}

.panel-btns
{
    display: block !important;
}


.table_LDAP .full-width .btn
{
    float: right;
}

.datatable
{
    width: 100% !important;
}

.table_LDAP.table_Custom_DeviceDetail td
{
    padding: 0;
}

.custom-table-responsive
{
    overflow: auto;
}

.custom-table-responsive .table th
{
    text-align: center !important;
}

.custom-table-responsive .table th:first-child
{
    text-align: left !important;
}

.custom-table-responsive .table th, .custom-table-responsive .table td
{
    padding: 4px !important;
}

.custom-table-responsive .table .ckbox, .rdio
{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative;
}

.btn-margin-right
{
    margin-right: 5px !important;
}

.createDeviceFind
{
    font-weight: bold !important;
    margin-left: -15px !important;
    text-align: left !important;
}

.dropdown-nopadding .select2-choice
{
    -moz-user-select: none !important;
    background-clip: padding-box !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    color: #444 !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 29px !important;
    overflow: hidden !important;
    padding: 5px 0 5px 8px !important;
    position: relative !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

table.datatable, table.dataTable
{
    width: 100% !important;
    border-collapse: collapse;
    overflow: hidden;
}

/* datatable footer paging no-break css hack */
.pagination > li
{
    /*display: inline-block;*/
}

.mt40
{
    margin-top: 40px !important;
}
.mt65
{
    margin-top: 65px !important;
}

/* page icon alignment */

.pageicon .fa-file-text
{
    margin-top: 8px !important;
    margin-left: 1.4px !important;
}

.pageicon .fa-steam-square
{
    margin-top: 9px !important;
    margin-left: 1px !important;
}

.pageicon .fa-building
{
    margin-top: 8px !important;
    margin-left: 2.5px !important;
}

.pageicon .fa-users
{
    margin-top: 8px !important;
    margin-left: -2px !important;
}
.pageicon .fa-database
{
    margin-top: 8px !important;
    margin-left: 1.5px !important;
}

.pageicon .fa-home
{
    margin-top: 8px !important;
}

/* modal popup alignment */
.modal-dialog, .fancybox-content.modal-dialog, .fancybox-content
{
    /* right: 8% !important;*/
}

.modal-dialog .panel-title
{
    width: 97%;
    word-break: break-word;
}

@media (min-width: 768px)  {
    .device-activation-modal {
        width: max-content;
        min-width: 600px;
        max-width: 740px;
    }
}

/* IE11 fix that we shouldn't have to do. */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {
    .device-activation-modal {
        width: 740px;
    }
}

.lbllinkactvation {
    display: inline-block;
    word-wrap: break-word;
}

.client-download-url {
    word-break: break-all;
}

/* file browse control icon */
span.glyphicon-folder-open
{
    width: 20px;
}

*:focus
{
    outline: none;
}

/* fix for dropdown border */
.over-show a.select2-choice
{
    overflow: visible;
}

.popup-center
{
    left: 1% !important;
    right: 1% !important;
}

.txtbox-height
{
    height: 40px !important;
}

/* Bug fix 3640 start */
.leftpanel .dropdown-menu
{
    border: medium none;
    box-shadow: none;
    overflow: visible !important;
    min-width: 110px;
}
.leftpanel .dropdown-menu .dropdown-menu
{
    min-height: 100% !important;
    top: 0px !important;
    margin-top: 0px !important;
    border: 1px solid #ccc;
    box-shadow: none;
}
/* Bug fix 3640 end */

/*Compare roles dialog*/
.modal-lg-custom
{
    width: 60%;
}

.button-width
{
    width: 75px;
}

/**** Media screen ****/
@media only screen and (max-width: 800px)
{

    .LDAP-button
    {
        position: static;
        float: left;
    }
    .small-table td
    {
        float: left;
        margin-bottom: 10px;
        width: 50%;
        word-wrap: break-word;
    }

    .small-table td.full-width
    {
        float: left;
        margin-bottom: 10px;
        width: 100%;
        word-wrap: break-word;
    }

    ._hide
    {
        border: medium none !important;
        height: 0;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    ._show
    {
        border-top: 1px solid #ddd !important;
        display: table-cell !important;
        height: auto;
        width: 50% !important;
    }

    .block-table ._show
    {
        border-top: 1px solid #f1f1f1 !important;
        display: table-cell !important;
        height: auto;
        width: auto !important;
    }

    .responsive-drop-down
    {
        width: 100%;
    }

    .table_LDAP .full-width .btn
    {
        margin-top: 10px;
        float: right;
    }

    .panel-heading .panel-title
    {
        margin-top: 10px;
    }

}
/* Large desktops and laptops */
@media (min-width: 1200px)
{
    .custom-sm
    {
        width: 400px;
    }

    .modal-dialog.lx
    {
        margin: 30px auto;
        width: 800px;
    }

    .modal-dialog.bs-example-modal-lg.lx
    {
        width: 900px;
    }

    .modal-sm-custom
    {
        width: 450px;
    }
    #s2id_ctl00_bodyPlaceHolder_userTabContainer_Roles_cmbxOrganiztion
    {
        max-width: 200px !important;
    }
    .loading_overlay
    {
        background-color: #c0c0c0;
        background-position: 31% 35%;
        background-repeat: no-repeat;
        height: 100%;
        left: 0;
        opacity: 0.5;
        padding-left: 40%;
        padding-top: 25%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .loading
    {
        /*background: url("../images/loaders/loader6.gif") no-repeat scroll left center rgba(0, 0, 0, 0);*/
        height: 13px; /* padding-left: 90px;*/
        width: 200px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px)
{
    .custom-sm
    {
        width: 400px;
    }

    .modal-sm-custom
    {
        width: 450px;
    }

    .block-table td:first-child
    {
        max-width: 40%;
        width: 34%;
    }
    .block-table.large-label-table td:first-child
    {
        max-width: 80%;
        min-width: 60%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px)
{
    .modal-dialog.quickCache-popup
    {
        width: 100%;
    }

    .custom-sm
    {
        width: 400px;
    }

    .block-table td:first-child
    {
        max-width: 40%;
        width: 34%;
    }
    .block-table.large-label-table td:first-child
    {
        max-width: 80%;
        min-width: 60%;
    }

    .legendH
    {
        height: 350px;
    }

    .Box_fourth > div
    {
        margin-bottom: 0px !important;
    }
    .loading_overlay
    {
        background-color: #c0c0c0;
        background-position: 31% 35%;
        background-repeat: no-repeat;
        height: 100%;
        left: 0;
        opacity: 0.5;
        padding-left: 30%;
        padding-top: 50%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .loading
    {
        /*background: url("../images/loaders/loader6.gif") no-repeat scroll left center rgba(0, 0, 0, 0);*/
        height: 13px; /* padding-left: 90px;*/
        width: 200px;
    }
    .modal-lg
    {
        width: 700px;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px)
{
    .modal-dialog.quickCache-popup
    {
        width: 100%;
    }

    .block-table td:first-child {
        max-width: 40%;
        width: 34%;
    }
    .block-table.large-label-table td:first-child
    {
        max-width: 80%;
        min-width: 60%;
    }
    .panel-heading .panel-title
    {
        margin-top: 10px;
    }

    .advanceRoleSearch
    {
        margin-top: 5px;
        margin-left: -10px;
    }
    #s2id_ctl00_bodyPlaceHolder_userTabContainer_Roles_cmbxOrganiztion
    {
        max-width: 120px !important;
    }
    .Box_fourth > div
    {
        margin-bottom: 0px !important;
    }
    .loading_overlay
    {
        background-color: #c0c0c0;
        background-position: 31% 35%;
        background-repeat: no-repeat;
        height: 100%;
        left: 0;
        opacity: 0.5;
        padding-left: 10%;
        padding-top: 50%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .loading
    {
        /*background: url("../images/loaders/loader6.gif") no-repeat scroll left center rgba(0, 0, 0, 0);*/
        height: 13px; /* padding-left: 90px;*/
        width: 200px;
    }
}


.pageheader .breadcrumb li a i:hover
{
    color: #428bca;
}

@media only screen and (max-width: 480px)
{
    .modal-dialog.quickCache-popup
    {
        width: 100%;
    }

    .advanceRoleSearch
    {
        margin-top: 5px;
        margin-left: -10px;
    }
    .logosmall img
    {
        width: 90%;
        height: auto;
    }

    .table-responsive
    {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none;
        -webkit-overflow-scrolling: touch;
    }


    .panel-heading
    {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 18px 5px 5px;
        position: relative;
    }

    .manage-state td, .manage-device td
    {
        float: left;
        margin-bottom: 8px;
        padding: 0 !important;
        width: 100%;
    }
    .panel-heading .panel-title
    {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    #s2id_ctl00_bodyPlaceHolder_userTabContainer_Roles_cmbxOrganiztion
    {
        max-width: 80px !important;
    }
    .userAdvanceRoleButton
    {
        padding: 0px !important;
    }

    .pageheader
    {
        height: 90px;
    }

    .pageicon
    {
        margin-top: 10px;
    }

    .fancybox-content .panel-body
    {
        max-height: 17em !important;
        overflow: auto;
    }

    .Box_fourth > div
    {
        margin-bottom: 0px !important;
    }

    .QcNOTopPadding
    {
        padding-top: 0px !important;
    }
    .QcNoPadding
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 320px) and (max-width: 1199px)
{
    .search-magnify
    {
        position: absolute;
        top: 6.5px;
        left: -1px;
        color: #666;
    }

    /*.Blanktd
                                {
                                    border:0px !important;
                                }*/
}

.widthTxtPolicy
{
    width: 500px !important;
}

@media only screen and (max-width: 960px)
{
    .widthTxtPolicy
    {
        width: 100% !important;
    }

}

@media (min-width: 768px) and (max-width: 1050px)
{
    .mrRestore
    {
        margin-right: 50px !important;
    }
}
/****************setting blocker to disabled elements ****************************/

.ckbox input[type="checkbox"]:disabled + label, .rdio input[type="radio"]:disabled + label
{
    cursor: not-allowed !important /** for checkbox and radio****/;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn
{
    pointer-events: auto;
    cursor: not-allowed !important; /** for button****/
}

.select2-container.select2-container-disabled .select2-choice
{
    cursor: not-allowed !important; /** for dropdown****/
}




/******New fixes********/
.popup-center .select2-choice
{
    position: static !important;
}

.popup-center .select2-container.select2-container-disabled .select2-choice .select2-arrow
{
    background-color: transparent !important;
}
.mrRestore
{
    margin-right: 20px;
}

.form-bordered .form-group:first-child
{
    border-top: 0 none !important;
}

.form-bordered .form-group
{
    border-top: 1px solid #ddd !important;
}

/***********Fix for Bug3696 (text on calender popup should be left align )***************/

.ui-timepicker-div dt
{
    text-align: left;
}

.ui-timepicker-div dd
{
    text-align: left;
}

@media (max-width:767px)
{
    .ui_tpicker_time_label
    {
        width: 25%;
        float: left;
    }
    .ui_tpicker_time
    {
        width: 75%;
        float: left;
    }

}
/********* END fix for # 3696 *****/
/***********Fix for Bug#3628 *******/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before
{
    display: none;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty, table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty
{
    padding-left: 8px;
    cursor: text;
}
/********* END fix for # 3628 *****/

/*********BEGIN Fix for bug#3718***********/
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default
{
    background-color: #E7E7E7 !important;
}
/*********END Fix for #3718***********/
/************BEGIN Fix for #3671***************/
.mainwrapper.collapsed .nav > li > a > span
{
    z-index: 1000;
}
.contentpanel
{
    position: static;
    z-index: -1000;
    width: auto;
}
.leftpanel
{
    z-index: 100;
}
/************END fix for #3671***************/

/************BEGIN Fix for #1889***************/
.table_CustomLabel, .control-label
{
    word-wrap: break-word !important;
    font-weight: normal !important;
    display: block !important;
}


/************END Fix for #3671***************/

/*********BEGIN Fix for bug#3633***********/
html
{
    -ms-overflow-style: scrollbar;
}
/*********END Fix for #3633***********/

/***********Begin Fix for Map**************/
.headerwrapper
{
    z-index: 1000;

    }

    .labelToggle_Container label.labelStyleSwitch, .labelToggle_Container label.labelStyleSwitchDescription
    {
       max-width:268px;
       color:white;
        }

        /***********End Fix for Map**************/

body.pace-done .screen-zero .main {
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
}
body.pace-done .screen-zero .well {
    font-size: 14px;
    color: #333;
    padding: 20px 30px 5px;
}

.screen-zero .panel-body .btn {
    min-width: 210px
}

/* Use fluid containers with panels */
.panel-body > .container-fluid {
    padding: 0;
}

.confirm-role tr td {
    padding: 5px;
}

.btn-search {
    margin-left: 5px;
    width: 30px;
    padding: 5px 7px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .btn-search {
        margin-left: 5px;
        width: 33.6px;
        margin-bottom: 0;
        padding: 7px 10px;
        line-height: 1.5;
        vertical-align: baseline;
        border: 1px solid transparent;
    }
}

.txtSyncFilter {
    background-color: #FFFFFF;
    display: inline;
    width: 79%;
}
.lableSearch {
    padding-top: 9px;
    left: 8%;
}
.divTxtSyncFilter {
    right: -9%;
}
.btnApplySyncSearchFilter {
    margin-top: 1%;
    float: right;
}
.ldapSpanOnLabel {
    padding-top: 9px;
    float: right;
}
.divLdapSpanOnLabel {
    left: 0px;
    float: right;
    padding-left: 30px;
}

/*Access Role Page from Compare Role Screen*/
.access-role {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-collapse: collapse;
    width: 90%;
    font-size: 13px;
}

.access-role > tbody > tr > td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px
}

.entity-title-header {
    background-color: #428BCA;
    text-align: center;
    color: white;
    padding-top: 25px;
}

.entity-title-header > h2 {
    font-size: 16px;
}

.access-role > tbody > tr:nth-child(even):not(.roles) {
    background-color: #dddddd;
}

.roles {
    background-color: #4E5154;
    color: white;
}

.roles > td > h3 {
    font-size: 13px;
}

.access-role > tbody > tr:not(.roles) {
    color: #636E7B;
}

.table.ldap-users-table.ldap-settings-custom-table tr {
    white-space: nowrap;
}

.table.table-dark.ldap-users-table.ldap-settings-custom-table .staticTableHeader th {
    color: #444;
    border-top: 1px solid #f1f1f1;
}

.passphrase-expiry-text {
    margin-top: 15px;
    display: inline-block;
}

.modal-title-security-settings {
    font-size: 20px;
    padding: 10px;
    color: #333;
}

.checkbox-with-small-emphasized-label > label {
    font-size: smaller;
    font-weight: bold;
    padding-left: 3px;
    vertical-align: middle;
}

.pnlOneTrustSettings {
    height: 37px;
}
