.alert-top-msg {
    position: absolute;
    top: 50px;
    z-index: 100000;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
ul.nav-menu li a {
    color: #e8e8e8;
    display: block;
    font-size: 15px;
    padding: 16px 20px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    white-space: nowrap;
}
.simple-modal-dialog {
    height: 280px;
    max-height: 280px;
    min-height: 280px;
}
.simple-modal-dialog-nofoot {
    height: 353px;
    max-height: 353px;
    min-height: 353px;
}
.simple-modal-footer {
    height: 73px;
    max-height: 73px;
    min-height: 73px;
}
.simple-modal-dialog-info {
    color:black;
    font-size: 16px;
    line-height: 32px;
}
.simple-modal-dialog-subject {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
}
.simple-modal-dialog-content {
    color: #999999;
}
.simple-modal-act-btn {
    background-color: #2a8aff!important;
    border-color: #2a8aff!important;
    color: #fff!important;
    font-size: 12px;
    margin-bottom: 0px !important;
}
.simple-modal-act-btn-red {
    background-color: rgb(255, 0, 0)!important;
    border-color: rgb(255, 0, 0)!important;
    color: #fff!important;
    font-size: 12px;
    margin-bottom: 0px !important;
}
.simple-modal-act-btn-yellow {
    background-color:#EDB100 !important;
    border-color: #EDB100 !important;
    color: #fff!important;
    font-size: 12px;
    margin-bottom: 0px !important;
}
.simple-blue-act-btn {
    background-color: #2a8aff;
    border-color: #2a8aff;
    color: #fff;
}
  .simple-red-act-btn {
    background-color: #fc4482;
    border-color: #fc4482;
    color: #fff;
}
.full-modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;
}
.full-modal-body {
    padding-right: 20%;
    padding-left: 20%;
    height: 100%;
}
.full-modal-body-large {
    padding-right: 10%;
    padding-left: 10%;
    height: 100%;
}
.full-modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #f5f5f5 !important ;
}
.full-modal-header-noradius {
    border-top-left-radius: 0px !important ;
    border-top-right-radius: 0px !important ;
}
.full-modal-header {
    border-bottom: 1px solid #9ea2a2 !important;
}
.full-modal-footer {
    padding-right: 20%;
    padding-left: 20%;
} 
.tab-border-none {
 border: none;   
 background-color: white;
}
.tab-border-none-only-top {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: white !important;
}
.tab-border-none-all {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    background-color: white !important;
}
.modal-top-padding-5 {
    padding-top:5px;
}
.modal-sub-title{
    line-height: 1;
    font-size: 15px;
}

.table td {
    vertical-align: middle;
}

.manual-link {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    float: right;
    background: url(../images/manual-link.png) no-repeat 0 0;
}
.top-little-space{
    margin-top:5px;
}
.top-medium-space{
    margin-top:10px;
}

.label-checkbox {
    display: flex;
}
.label-checkbox label{
    padding-top: 15px;
}
.label-checkbox-second {
    display: flex;
}
.label-checkbox-second label{
    padding-top: 0px;
}
/* 
#gmap{
position:relative !important;
max-width: 800px!important;
max-height: 800px!important;
min-width: 800px!important;
min-height: 800px!important;
width: 800px!important;
height: 800px!important;
} */
#map {
    position:relative !important;
    height: 400px; 
    width: 100%;  
   }
#ios_notice_table_body .ui-selected {background:#3F51B5;color:white}   
#ios_restriction_app_table_body .ui-selected {background:#3F51B5;color:white}   
#setting_blackapp_app_table_body .ui-selected {background:#3F51B5;color:white}   
#emm_default_app_table_body .ui-selected {background:#3F51B5;color:white}   
#chrome_mgmt_blockurl_table_body .ui-selected {background:#3F51B5;color:white}   
#chrome_mgmt_allowurl_table_body .ui-selected {background:#3F51B5;color:white}   
#webview_mgmt_blockurl_table_body .ui-selected {background:#3F51B5;color:white}   
#webview_mgmt_allowurl_table_body .ui-selected {background:#3F51B5;color:white}   

.ui-tooltip {
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    opacity: 1;
}

.oneline-cut {
	display: table;
	table-layout: fixed;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.manual_link {
    vertical-align: middle;
    font-size: 25px;
}
.module-box {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    }
    .module-list-info {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        max-width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 16px; }