/* CSS taken from default main.css and non-tailwind css */

/* ================ Popup Boxes ============== */
.dialog-holder{
    border-collapse:collapse;
    margin:auto;
    table-layout:fixed;
    width:465px;
}

td.dialog-topleft{
    background-image:url(../images/dialog/dialog_topleft.png) !important;
}
td.dialog-border{
    background-image:url(../images/dialog/dialog_border.png) !important;
}
td.dialog-topright{
    background-image:url(../images/dialog/dialog_topright.png) !important;
}
td.dialog-bottomright{
    background-image:url(../images/dialog/dialog_bottomright.png) !important;
}
td.dialog-bottomleft{
    background-image:url(../images/dialog/dialog_bottomleft.png) !important;
}

td.dialog-topleft, td.dialog-topright, td.dialog-bottomright, td.dialog-bottomleft {
    height:10px;
    overflow:hidden;
    padding:0px !important;
    width:10px !important;
}

h2{
    color:white;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    display:block;
    padding:4px 10px 5px;
}

h2.error{
    background:#b46d6d none repeat scroll 0%;
    border:1px solid #983b3b;
}

h2.info{
    background:#6d8bb4 none repeat scroll 0%;
    border:1px solid #3b6298;
}

h2.warning{
    background:#b4ae6d none repeat scroll 0%;
    border:1px solid #887a2c;
}

h2.ok{
    background:#75b46d none repeat scroll 0%;
    border:1px solid #46983b;
}


.icon-ok{
    background-image:url(../images/ok.png);
    float:left;
    height:48px;
    overflow:hidden;
    padding:0px !important;
    width:48px !important;
}
.icon-error{
    background-image:url(../images/warning.png);
    float:left;
    height:48px;
    overflow:hidden;
    padding:0px !important;
    width:48px !important;
}
.icon-warning{
    background-image:url(../images/warning.png);
    float:left;
    height:48px;
    overflow:hidden;
    padding:0px !important;
    width:48px !important;
}
.icon-info{
    background-image:url(../images/info.png);
    float:left;
    height:48px;
    overflow:hidden;
    padding:0px !important;
    width:48px !important;
}


.dialog-content{
    background:#FFFFFF none repeat scroll 0%;
    border-color:#555555;
    border-style:solid;
    border-width:0px 0px 1px 0px;
}
div.dialog-body{
    border-bottom:1px solid #CCCCCC;
    padding:10px;
}
div.dialog-control{
    background:#F2F2F2 none repeat scroll 0%;
    padding:8px;
    text-align:right;
    vertical-align:bottom
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}




/** ======= Context Menu Styles ======= **/
/** Used on server page right click menu **/

div.contextmenu {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eaeaea;
    border: 1px solid #dddddd;
    border-left: 5px solid #dddddd;
}
div.contextmenu a {
    display: block;
    text-decoration: none;
    cursor: default;
    outline: none;
    font-size: 11px;
}
div.contextmenu .separator {
    height: 1px;
    padding: 0;
    overflow: hidden;
}

.contextmenu {
    width: 12em;
    /*background: #F4F5EB;*/
    border-top: 1px solid #ddd;
    /*border-left: 1px solid #ddd;*/
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 2px 0;
}
.contextmenu a {
    color: #555;
    padding: 4px 15px;
    margin: 0 2px;
}
.contextmenu a:hover {
    background-color: #F4F5EB;
}
.contextmenu a.disabled {
    color: #bbb;
}
.contextmenu a.disabled:hover {
    background: #F4F5EB;
    color: #bbb;
}
.contextmenu .separator {
    border-bottom: 1px solid #fff;
    background: #999;
    margin: 4px 4px;
}
.contextmenu .head {
    font-size: 12px;
    background-color: #DFE3E9;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    color: #555;
}

.select {
    background: #fff;
    font-size: 13px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.textbox {
    background: #fff;
    font-size: 13px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.file {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

.user {
    color: #eee;
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}

.user a:visited, .user a:link, .user a:hover {
    color: #bd754b;
}

.front-module-header {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
}

hr {
    border: 1px solid #ddd;
}



#admin-page-menu > a {
    display: block;
}

.tabcontent {
    display: none;
}

.tabcontent:first-of-type {
    display: block;
}


/* Scroll bar */
body {
    scrollbar-color: #4b5563 #1f2937;
  }

/** ======= Admin Tabs ======= **/
  .tabinator input {
    display: none;
  }
  .tabinator label {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 25px;
    color: #ccc;
    margin-bottom: -1px;
    margin-left: -1px;
  }

  .tabinator label:hover {
    color: #888;
    cursor: pointer;
  }
  .tabinator input:checked + label {
    position: relative;
    color: #1a1c23;
    background: #6B7280;
    border: 1px solid #1a1c23;
    border-bottom: 1px solid #6B7280;
    border-radius: 5px 5px 0 0;
  }
  .tabinator input:checked + label:after {
    display: block;
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
  }




/** ================ Admin Sub Tabs ================ **/
/** === Used on Ban/comm current & archive pages === **/


#tabs {
    float: left;
    width: 100%;
    margin-left: 0;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs ul li {
    float: left;
}

#tabs ul li a {
    border: 0;
    display: block;
    padding: 0 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bolder;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    color: grey;
}


#tabs ul li.active {
}

#tabs ul li.active a {
    /* padding: 0.1em 0.6em; */
    padding: 0 16px;
    color: grey;
}

