/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 6, 2021, 1:55:51 PM
    Author     : Eko Budi Setiawan / LPUK Nakes
*/

body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, 'Century Gothic', Tahoma;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

/*@counter-style circled-alpha {
  system: fixed;
  suffix: " ";
  symbols: Ⓐ Ⓑ Ⓒ Ⓓ Ⓔ Ⓕ Ⓖ Ⓗ Ⓘ Ⓙ Ⓚ Ⓛ Ⓜ Ⓝ Ⓞ Ⓟ Ⓠ Ⓡ Ⓢ Ⓣ Ⓤ Ⓥ Ⓦ Ⓧ Ⓨ Ⓩ;
  
}
@counter-style circled-numbers {
  system: fixed;suffix: " ";
  symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳;
}
@counter-style paren-numbers {
  system: fixed;prefix: "\266b  ";suffix:" ";fallback:upper-alpha;
  symbols: ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽;
}
@counter-style sportsballs {
  system: fixed;suffix:" ";
  symbols: ⚾ 🏀 ⚽ 🏈;
}*/

@counter-style star {
    system: fixed;
    suffix: " ";
    symbols: '*';  
}
/*p {max-width:700px;line-height:1.35em; }
li {margin-top:0.5em;margin-bottom:0.5em;}
ol {margin-top:0.5em;margin-bottom:1.0em;}
.circledletters {list-style: circled-alpha;}
.circlednumbers {list-style: circled-numbers;}
.parenthesizednumbers {list-style: paren-numbers;}
.sportsgif {list-style: sportsballs;}*/

.btn-black {
    text-shadow: 0 1px 0 #ddd;
    background-image: -webkit-linear-gradient(top, #555 0%, #45484d 100%);
    background-image:      -o-linear-gradient(top, #555 0%, #45484d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#45484d));
    background-image:         linear-gradient(to bottom, #555 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#45484d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #aaa;
    border-color: #999;
    color: #fff;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    color: #ddd;
    background: #444;
}

.star-style {list-style: star;}
.home ol {
    list-style: none; /* Remove list bullets */
    display: table;
    padding: 0;
    margin: 0 ;  
}
.home ol li {
    display: table-row;
    padding-left: 15px;
}
.home ol li::before {
    display: table-cell;
    content: "*"; /* Insert content that looks like bullets */
    padding-right: 7px;
    color: red;  /*Or a color you prefer */
}


.skin-blue .wrapper {
    background: url('../images/bgmed-small.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*background: #fff; /*#ECF0F5;*/
}

.home-title-blue, .home-title-green, .home-title-yellow, 
.home-title-red, .home-title-gray, .home-title-white,
.home-title-black {    
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 1px 1px #555;
}

.home-title-blue {color: #00A3CB;}
.home-title-green {color: #00C556;}
.home-title-yellow {color: #ff9900;}
.home-title-red {color: red;}
.home-title-gray {color: #898989;}
.home-title-white {color: #fff;}
.home-title-black {color: #333;}

.home-back {
    background: #f5feff;
}


/*----- NAVBAR ------*/
.skin-blue .main-header .navbar { 
    background: #161d21;
    /*border-bottom: 1px solid #efefef;
    margin-left: 300px;*/
    box-shadow: 1px 0 1px #aaa;
}

.main-header {
    max-height: 33px;
}

.main-header .navbar {
    min-height: 30px;
    max-height: 33px;
}

.skin-blue .main-header .logo {
    background: #161d21;
    box-shadow: none;
    max-height: 33px;
    color: #fff;
    text-shadow: 0 1px 1px #999;
    font-family: Eurostile;
}

.main-header .logo {
    font-size: 16px;
    line-height: 0;
    padding: 4px;
}

.skin-blue .main-header .navbar .nav > li > a,
.skin-blue .main-header .navbar .sidebar-toggle {
    background: #222D32;
    color: #aaa;
    padding: 6px;
}


.skin-blue .main-header .navbar .nav > li > a:hover, 
.skin-blue .main-header .navbar .nav > li > a:active, 
.skin-blue .main-header .navbar .nav .open > a, 
.skin-blue .main-header .navbar .nav .open > a:hover, 
.skin-blue .main-header .navbar .nav .open > a:focus, 
.skin-blue .main-header .navbar .nav > .active > a,
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background: #777;
    color: #fff;
    padding: 6px;
}


.main-footer {
    background: #ddd;
    color: #333;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1032;
    box-shadow: 0 -1px 1px #777;
    border-top: 1px #ccc solid;
    padding: 0;
    font-size: 11px;
}

.skin-blue .main-header li.user-header {
    background: #990033; 
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #720026; 
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: 240px;
}



/*----- SIDEBAR ------*/
.main-sidebar {
    border: none;
    /*box-shadow: 1px 0 1px #aaa;
    padding-top: 65px;*/
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #161D21;
  font-weight: bold;
  background: #fff; /*#ECF0F5;*/
  border-left: 6px solid #777;
  font-size: 15px;
}


/*---- LOGO LPUK ----*/
.lglpuk {
    margin-top: 0px;
    padding: 0 0 20px;
    background: none;
    text-align: center;
    border-bottom: 1px solid #38484f;
}

.lgmain-title {
    margin-bottom: 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: "Eurostile", Arial, "Courier New";
    text-shadow: 0px 1px 1px #777;
    font-style: normal;
}

.lgmain-subtitle {
    color: #0C2C47; /*#5892ad;*/
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
}

.lgmain-subtitle-lg {
    margin: 0px 0 0;
    color: aqua;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-shadow: 0 1px 1px blue;
}


/* CONTENT */
.fixed .content-wrapper, .fixed .right-side {
    /*padding: 75px 0 0px;*/
}

.regbox {
    /*background-image: url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 1;
    height: 150px;*/
}

.regbox-header, .regbox-body, .regbox-footer {
    padding: 8px 10px;
}

.regbox > a {
    color: #fff; /*#006600;*/
    font-size: 15px;
    text-shadow: 0px 1px 1px #555;
}

.regbox > a:hover {
    color: #005199;
    font-weight: normal;
    text-shadow: 0px 1px 1px #777;
}

.bgDarkRed {
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}

.bgBlack {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.bgbidan {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f78e42+0,f77a27+50,e05e02+100 */
    background: #f78e42; /* Old browsers */
    background: -moz-linear-gradient(top,  #f78e42 0%, #f77a27 50%, #e05e02 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f78e42 0%,#f77a27 50%,#e05e02 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f78e42 0%,#f77a27 50%,#e05e02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78e42', endColorstr='#e05e02',GradientType=0 ); /* IE6-9 */
}

.bgners-head {
    background: #0073B8;
}

.bgorange {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9963+0,ff670f+100 */
    background: #ff9963; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9963 0%, #ff670f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff9963 0%,#ff670f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff9963 0%,#ff670f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9963', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */
}

.bggray-grad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,f7f7f7+100 */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.bg-lime-gradient {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30e596+0,00d660+100 */
    background: #30e596; /* Old browsers */
    background: -moz-linear-gradient(top,  #30e596 0%, #00d660 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #30e596 0%,#00d660 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #30e596 0%,#00d660 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30e596', endColorstr='#00d660',GradientType=0 ); /* IE6-9 */
}

.bggreen-soft {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38edc9+1,00d8b8+100 */
    background: #38edc9; /* Old browsers */
    background: -moz-linear-gradient(top,  #38edc9 1%, #00d8b8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #38edc9 1%,#00d8b8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #38edc9 1%,#00d8b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38edc9', endColorstr='#00d8b8',GradientType=0 ); /* IE6-9 */
}

.bgmodal-gray {
    background: #777;
    color: #aaa;
}


/*carousel display*/
.imgphoto {
    cursor: pointer;
    margin: 0 auto;
}

.bgukai {background: #b7e6ff;}
.bgukttk {background: #ffbb87;}

.bgcont-ukai {background: #B7E6FF;}
.bgcont-ukttk {background: #B7E6FF;}
.bgcont-bidan {background: #ffe9ce;}
.bgcont-ners {background: #ffddff;} /*#ddffed*/

.kop-head1, .kop-head2 {
    font-weight: bold; 
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 1px #aaa;
}

.kop-note {
    font-weight: normal; 
    font-size: 14px;
    color: #fff;
    width: 100%;
    /*text-shadow: 0 1px 1px #aaa;*/
}



/*-------- FORM CONTROL --------*/
.form-table tbody tr td {
    padding: 4px;
}

.form-table-tight tbody tr td {
    padding: 2px 1px;
}

.form-table-tight tr:hover, .form-table-tight tr:focus {
    background: #BFEBFF;
    cursor: pointer;
}

.form-control {
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: 1px 0px 7px #d3e8ff;
    border: 1px solid #a4d0ff;
}

.form-control-pclist {
    border-radius: 3px;
    padding: 2px;
    width: 100%;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
}

.form-control-pclist:focus {
    box-shadow: 1px 0px 7px #d3e8ff;
    border: 1px solid #a4d0ff;
}

.form-control-tight {
    border-radius: 3px;
    padding: 2px 1px;
    width: 100%;
    border: 1px solid #ccc;
    color: #555;
    font-size: 12px;
}

.form-control-tight:focus {
    box-shadow: 1px 0px 7px #d3e8ff;
    border: 1px solid #a4d0ff;
}


.input-select, .input-select2, .select2 { 
    cursor: pointer;
    padding: 3px 12px;
    /*font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;*/
    font-size: 14px;
    color: #555;
    width: 100%;
}

.input-select option, .input-select2 option, .select2 option {
    cursor: pointer;
}

.input-select:focus, .input-select2:focus, .select2:focus {
    box-shadow: 1px 0px 7px #d3e8ff;
    border: 1px solid #a4d0ff;
    cursor: pointer;
}

.input-select2, .select2 {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}


.input-text {
    /*font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;*/
    font-size: 14px;
    color: #555555;
    padding: 4px 6px; 
    border: 1px solid #a0a0a0; 
    background: #efefef;
}

.input-text:focus {
    border: 1px solid #dfdfdf;
    background: #efefef;
}

input[type="checkbox"], label {
    cursor: pointer;
}

.inp-file {
    opacity: 1;
    width: 0px;
}

input[type="checkbox"] {
    margin-right: 3px;
}

.label-checkbox {
    margin-right: 20px;
    margin-top: 7px;
}


.err-note {
    display: none;
    font-size: 12px; 
    font-style: italic; 
    padding: 6px 20px;
    text-align: center;
    width: 100%;
}

code {
    padding: 6px 20px;
    background: #ffe0e0;
}

.note-star {
    font-size: 16px;
    font-weight: 600;
    color: red;
    display: inline;
}

.empty-data {
    background: #fff9f9; /*#ffe0e0; */
    padding: 15px; 
    text-align: center; 
    border-radius: 4px;
}
/*-------- END FORM CONTROL --------*/




.widget-user-2 .widget-user-header {
    padding: 15px;
    box-sizing: border-box;
}

.widget-user-2 .widget-user-image > img {
    width: 100px;
    border-radius: 8px;
    border: 4px solid #D20706;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 110px;
    color: #fff;
}

.widget-user-2 .widget-user-username {
    margin-bottom: 3px;
    font-weight: 500;
}

.widget-user-2 .widget-user-desc {
    text-transform: lowercase;
}

.profilcbt {
    background: #fff;
    /*background: #ecf0f5; 
    box-shadow: 5px 5px 5px #ddd;*/
}

.profilcbt dl dd {
    color: #777;
    text-shadow: 1px 1px 4px #ddd;
}

.profilcbt dl dt {
    /*color: #444;*/
    color: #b40000;
    /*color: #0016b4;*/
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.profilcbt ul {
    margin: 20px 0 50px;
    padding: 0;
}

.profilcbt ul li {
    color: #b40000;
    margin: 0px 0;
    padding: 7px 0;
    border-bottom: 1px solid #ffefe2;
    list-style-type: none;
}

.profilcbt ul li .liTitle {
    color: #777; /*#f26a6a;*/
}

.profilcbt ul li .liData {
    font-weight: bold;
    font-size: 16px;
}




.lbox {
    margin: 30px auto;
    width: 350px;
    border-radius: 12px;
    box-shadow: 2px 2px 10px #999;
}

.lbox-head {
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    
    /*height: 40px;*/
    padding: 10px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.lbox-head h2 {
    color: #fff;
    font-weight: 600;
    margin: 0px;
    text-shadow: 0px 1px 1px #aaa;
}

.lbox-body {
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    
    padding: 10px 20px;
}

.lbox-foot {
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    
    padding: 10px 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: 1px solid #555;
}


.list-pstreg {
    margin-bottom: 10px;
    padding: 10px 5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #777;
    font-size: 11px;
}

.list-pstreg-lg {
    margin-bottom: 8px;
    padding: 15px 5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #777;
    font-size: 14px;
}

.list-tl {
    color: #999;
}

.list-cont {
    color: #333;
}

.src-form {
    background: #ddd;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    color: #000;
    box-shadow: 1px 1px 1px #777;
}

.tb-list-new {
    width: 100%;
    font-size: 11px;
    border-collapse: collapse;
}

.tb-list-new thead tr th, .tb-list-new tbody tr td {
    padding: 2px 4px;
}

.tb-gray {
    background: #fff;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    box-shadow: -1px -1px 1px #eee;
}

.tb-gray thead tr th {
    background: #777;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tb-gray tbody tr td {
    font-weight: normal;  
    padding: 6px;
    vertical-align: top;
}

.tb-gray thead tr th, .tb-gray tbody tr td {
    border: 1px solid #aaa;
}

.tb-gray tbody tr:hover {
    background-color: #ccffff;
}

.tb-gray a:hover {
    cursor: pointer;
    color: #0000cc;
    font-weight: bold;
}

/*red table*/
.tb-red {
    background: #fff;
    width: 100%;
    /*font-family: "Century Gothic", Arial, Tahoma;*/
    font-size: 12px;
    border-collapse: collapse;
    box-shadow: -1px -1px 1px #eee;
}

.tb-red thead tr th {
    background: #a90329;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tb-red tbody tr td {
    font-weight: normal;  
    padding: 6px;
    vertical-align: top;
}

.tb-red thead tr th, .tb-red tbody tr td {
    border: 1px solid #aaa;
}

.tb-red tbody tr:hover {
    background-color: #ccffff;
}

.tb-red a {
    font-weight: bold;
}

.tb-red a:hover {
    cursor: pointer;
    color: #0000cc;
    font-weight: bold;
}

/*black table*/
.tb-black {
    background: #4f4f4f;
    width: 100%;
    /*font-family: Arial, "Century Gothic", Tahoma;*/
    font-size: 12px;
    color: #fff;
    border-collapse: collapse;
    /*box-shadow: -1px -1px 1px #eee;*/
}
.tb-black thead tr th {
    background: #111;
    padding: 7px 4px;
    font-weight: bold;
    text-align: center;
}
.tb-black tbody tr td {
    font-weight: normal;  
    padding: 10px 4px;
    vertical-align: top;
}
.tb-black thead tr th, .tb-black tbody tr td {
    border: 1px solid #666;
}
.tb-black tr:nth-child(even) td {
    background-color: #404040;
}
.tb-black tbody tr:hover {
    /*background-color: none; #ccffff;*/
}
.tb-black a {
    font-weight: bold;
    color: #fff;
}
.tb-black a:hover {
    cursor: pointer;
    color: #a0b3ff;
    font-weight: bold;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}

span.select2-container {
    z-index: 10050;
}

.bg-err { background: #fcffa5; }

/*===========================
* SUPER ADMIN 
===========================*/
#menu-super-admin {
    background: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 3px;
    box-sizing: border-box;
}

#menu-super-admin ul {
    margin: 0;
    padding: 0;
    /*font-family: Tahoma, Arial;*/
    font-size: 12px;
    font-weight: bold;
    color: #555;
}

#menu-super-admin ul li {
    float: right;
    background: #ddd;
    margin: 0 1px;
    padding: 7px 10px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

#menu-super-admin ul li:hover, .menuadm-active {
    background: #700019 !important;
    color: #fff !important;
    text-shadow: -1px -1px 1px #555 !important;
    border: 1px solid #ccc !important;
    border-top: none !important;
    border-radius: 0 0 9px 9px !important;
}


/*-------------------------------*/
#menu-super-admin2 {
    background: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#menu-super-admin2 ul {
    margin: 0;
    padding: 0;
    /*font-family: Tahoma, Arial;*/
    font-size: 12px;
    font-weight: bold;
    color: #555;
}

#menu-super-admin2 ul li {
    float: right;
    background: #600217;
    margin: 0 1px;
    padding: 0 10px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    /*border: 2px solid #77041d;*/
    border-radius: 4px;
    color: #fff !important;
}

#menu-super-admin2 ul li:hover, .menuadm2-active {
    background: #999 !important;
    color: #555;
    /*border: 2px solid #999 !important;*/
    box-shadow: -1px -1px 2px #333;
    /*text-shadow: -1px -1px 1px #555 !important;
    border-radius: 4px !important;*/
}

.menuadm-icon {
    font-size: 30px;
    text-align: center;
    padding: 5px;
}
.menuadm-text {
    font-size: 12px;
    text-align: center;
    padding: 0;
    color: #fff;
}




@media (max-width: 767px) {
    .fixed .content-wrapper, .main-sidebar {
        padding-top: 68px;
    }
    
    .ex-member {
        padding: 5px 20px 20px;
        position: static;
    }
}




@media (min-width: 768px) {
    .fixed .content-wrapper, .main-sidebar {
        padding-top: 35px;
    }
    
    .ex-member {
        padding: 5px 40px 20px;
        position: static;
    }
}



@media (min-width: 992px) {
}




@media (min-width: 1200px) {
    .fixed .content-wrapper, .main-sidebar {
        padding-top: 35px;
    }
    
    .ex-member {
        padding: 5px 20px 0 40px; 
        position: fixed; 
        right: 0; 
    }
}