/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


/* typography.css */
body {
    font-size: 75%;
    color: #222;
    background: #888888;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
}

h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 1em;
    /*text-decoration: underline;*/
    font-weight: bold;
}

h4 {
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 1.25em;
    height: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 0.7em;
    font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em;
}

div.border {
    padding-right: 4px;
    margin-right: 5px;
    border-right: 1px solid #eee;
}

div.colborder {
    padding-right: 24px;
    margin-right: 25px;
    border-right: 1px solid #eee;
}

.box {
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #E5ECF9;
}

hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}

hr.space {
    background: #fff;
    color: #fff;
}

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

.clearfix, .container {
    display: inline-block;
}

* html .clearfix, * html .container {
    height: 1%;
}

.clearfix, .container {
    display: block;
}

.clear {
    clear: both;
}

/* forms.css */
label {
    font-weight: bold;
    display: block;
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

/*input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}*/
input.text:focus, input.title:focus, textarea:focus, select:focus {
    border: 1px solid #666;
}

input.text, input.title {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 18px;
    padding: 5px 8px 5px 10px;
    width: 290px;
}

select.text {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    padding: 5px 8px 5px 20px;
    width: 310px;
}

input.title {
    font-size: 1.5em;
}

.container .error, .container .notice, .container .success, .container .message, .container .greybox, .container .bluebox {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.container .error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.container .notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.container .success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.container .greybox {
    background: #F9F9F9;
    color: #000;
    border-color: #D5D5D5;
    overflow-x: hidden;
}

.container .bluebox {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.container .error a {
    color: #8a1f11;
}

.container .notice a {
    color: #514721;
}

.container .success a {
    color: #264409;
}

.blue_border_box {
    padding: .8em;
    margin: 1em 0;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    border-color: #003366;
    height: 60px
}

.grey_border_box {
    padding: .8em;
    margin: 1em 0;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    border-color: #D5D5D5;
    height: 60px
}


/*.unavailable  {opacity: 0.5; filter: alpha(opacity=50);}*/
label.one_line {
    width: 150px;
    margin: 0.5em 0;
    border: 0px solid #bbb;
}

#navcontainer ul {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

#navcontainer ul li a {
    text-decoration: none;
    font-weight: bold;
}

#navcontainer ul li a:hover {
    background-color: #369;
    color: #fff;
}

#navcontainer #navlist {
    display: flex;
    overflow: auto;
    flex-direction: row;
    width: 100%;
}

#navlist::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#navlist::-webkit-scrollbar-track {
    background: #6b6f79;
}

#navlist::-webkit-scrollbar-thumb {
    background: #ff6b00;
}

#navlist {
    scrollbar-color: #ff6b00 #6b6f79;
    scrollbar-width: thin;
}

#navcontainer #current_language {
    /*width: 100px;*/
    width: 80px;
    height: 50px;
    float: right;
    display: block;
    text-align: right;
    padding-right: 10px;
}

#left_nav {
    float: left;
    background: #fff;
    min-height: 425px;
    width: 185px;
}

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

#left_nav li a {
    display: block;
    padding: 3px 0;
    padding-left: 9px;
    width: 169px; /*185px minus all left/right paddings and margins*/
    text-decoration: none;
    color: white;
    background-color: #2175bc;
}

* html #left_nav li a { /*IE only */
    width: 187px; /*IE 5*/
    /*width: 169px; *//*185px minus all left/right paddings and margins*/
}

#left_nav li a:hover {
    background-color: #2586d7;
    border-left-color: #1c64d1;
}

#left_nav div.menutitle {
    color: white;
    border-bottom: 1px solid black;
    padding: 1px 0;
    padding-left: 5px;
    background-color: black;
}

.online_admins h4 {
    margin-top: 5px;
    border-right: 1px solid #fff;
    color: #fff;
    border-bottom: 1px solid black;
    padding: 1px 0;
    padding-left: 5px;
    background-color: black;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
}

#userbar {
    width: 100%;
    clear: both;
    float: left;
    background-color: #369;
}

#userbar .breadcrumbs {
    color: #fff;
    width: 50%;
    float: left;
    height: 25px;
    line-height: 25px;
    display: block;
    margin: 0;
    padding-left: 8px;
}

#userbar .logout {
    text-align: right;
    float: right;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    width: 8%;
    display: block;
    font-weight: bold;
}

#userbar .logout a {
    margin-right: 8px;
    margin-left: 8px;
    color: #fff;
}

#userbar .website_select {
    width: 100%; /* size defined at #userbar.website */
    padding: 0;
}

#userbar .website {
    text-align: right;
    float: right;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    width: 20%;
    display: block;
    font-weight: bold;
    vertical-align: top;
}

#login_content {
    margin: 0 auto;
    background: #fff;
    width: 65%;
    padding: 20px;
    border: 2px solid #000;
    min-height: 440px;
}

#login_content input.text {
    padding: 0.2em 0;
    border: 1px solid #bbb;
    font-size: 14px;
}

#login_content #language_choice {
    width: auto;
    margin: 20px auto;
}

#login_content #language_choice .lang_option {

}

#footer {
    width: 100%;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    background: #003366;
    color: #fff;
}

.edit_page {
    width: 100%;
    float: left;
}

.page_left {
    width: 70%;
    float: left;
}

.page_right {
    width: 28%;
    float: right;
    clear: right;
    margin-left: 10px;
}

.page_right input.text, input.title {
    width: 100%;
    padding: 0px;
}

.page_right select.text {
    width: 100%;
    padding: 0px;
}


.greybox_left {
    width: 457px;
    float: left;
}

.greybox_right {
    width: 200px;
    float: right;
}

.greybox_right select {
    width: 100%;
}

.spaw2 table {
    margin-bottom: auto;
    width: 100%;
}

#spaw2editor table {
    margin-bottom: auto;
    width: 100%;
}

#list_pages {
    border: 1px solid #003366;
    color: #000;
    list-style: none;
    margin: 0;
    overflow: hidden;
}

#list_pages li {
    width: auto;
    clear: both;
    height: 35px;
}

#list_pages li.title, #list_pages li.title span {
    background: #003366;
    color: #fff;
    font-weight: bold;
}

#list_pages li:hover {
    background: #E5ECF9;
}

#list_pages span {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
}

#list_pages span.title {
    width: 30%;
    padding-left: 30px;
}

#list_pages span.title.collapse {
    background: url('images/icons/24-em-plus.png') no-repeat 0% 25%;
}

#list_pages span.move {
    width: 41%;
}

#list_pages span.move .text {
    width: 250px;
}

#list_pages span.options {
    width: 36%;
}

#list_pages span.options a {
    padding-right: 5px;
}

#list_pages span.set_default {
    width: 15%;
}

#list_pages span.move .button {
    margin: 0 0.583em 0.5em 0;
    padding: 5px 10px 5px 7px; /* Links */
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    background-color: #f5f5f5;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
}

#list_pages span.move .button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

#list_pages span.arrows {
    width: 8.5%;
}

#list_pages span.delete {
    width: 11%;
}

#order_pages {
    list-style: none;
    border: 1px solid #bbb;
    width: 400px;
    min-height: 200px;
    font-family: Arial;
    font-size: 14px;
    overflow-y: scroll;
    padding: 0px;
    margin: 20px auto;
    color: #000;
}

#order_pages li {
    padding: 0 2px;
    cursor: default;
    width: auto;
    clear: both;
    overflow: hidden;
}

#order_pages li.over {
    background: #0A246A;
    color: #fff;
}

#order_pages li span {
    display: block;
    float: left;
    padding: 0px 5px;
    background: transparent;
}

#order_pages li span.title {
    width: 85%;
}

#order_pages li span.arrows {
    width: 8%;
}


/* START MODAL CONTAINER */
#modalContainer {
    background-image: url(images/overlay.png);
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

#modalContainer.white {
    background-color: white;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    background-image: url(images/overlay_white.png);
}

#innerContainer {
    position: relative;
    width: 500px;
    min-height: 300px;
    border: 2px solid #000;
    background-color: #fff;
    padding: 10px;
}

#innerContainer .close {
    float: right;
    text-align: right;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: -10px;
    padding: 2px;
    background-image: url(images/icons/16-em-cross.png);
}

#innerContainer p {
    margin: 0px auto;
    text-align: center;
    width: 335px;
}

#modalContainer > #innerContainer {
    /*position:fixed;*/
}

/* END MODAL CONTAINER */


#edit_languages {
    border: 1px solid #003366;
    color: #000;
    list-style: none;
    margin: 0;
    overflow: hidden;
}

#edit_languages li {
    width: auto;
    clear: both;
    height: 120px;
}

#edit_languages li .textarea {
    height: 90px;
}

#edit_languages li .text {
    width: 170px;
}

#edit_languages li:hover {
    background: #E5ECF9;
}

#edit_languages li.title, #list_pages li.title span {
    background: #003366;
    color: #fff;
    font-weight: bold;
    height: 35px;
}

#edit_languages span {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
}

#edit_languages span.key {
    width: 25%;
    padding-left: 30px;
}

/* #edit_languages  span.title.collapse, #list_pages  span.title.collapse{
	background: url('images/icons/24-em-plus.png') no-repeat 0% 25%;
} */
#edit_languages span.value {
    width: 50%;
}


/* LANGUAGE PAGE WITH EN */
#edit_languages li .textarea_en {
    height: 90px;
    width: 340px;
}

#edit_languages li .textarea_en_read {
    height: 90px;
    width: 180px;
}


#edit_languages span.key_en {
    width: 22%;
    padding-left: 30px;

}

#edit_languages a.button_en {
    color: white;
    font-size: 0.8em;
    margin-left: 5px;
    cursor: pointer;
}

#edit_languages a.button_copy_all {
    color: white;
    font-size: 0.8em;
    margin-left: 5px;
    cursor: pointer;
}

#edit_languages a.button_copy {
    color: black;
    font-size: 0.8em;

    margin-top: 98px;
    margin-right: 25px;
    line-height: 10px;
    float: right;

    cursor: pointer;


}


#edit_languages span.value_en {
    width: 38%;
}

#edit_languages span.copy_en {
    padding-left: 20px;
    width: 7%;
    display: none;
}

#edit_languages span.value_en_read {
    width: 19%;
    display: none;
}


#edit_languages span.visible {
    width: 5%;
}

/* END - LANGUAGE PAGE WITH EN */


/* Included for MANAGE_ALIAS routine */
#alias_pages {
    height: 82px;
    width: 190px;
    float: left;
    text-align: left;
}

#alias_pages div {
    height: 20px;
    line-height: 20px;
    width: 100%;
    list-style: none;
    display: block;
    float: left;
}

.basictab {
    padding: 3px 0;
    margin-left: 0;
    font: bold 12px Verdana;
    border-bottom: 1px solid #477DBE;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    margin: 0;
}

.basictab li {
    display: inline;
    margin: 0;
}

.basictab li a {
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 1px;
    border: 1px solid #000;
    border-bottom: none;
    background-color: #477DBE;
    color: #2d2b2b;
}

.basictab li a:visited {
    color: #2d2b2b;
}

.basictab li a:hover {
    background-color: #003366;
    color: #fff;
}

.basictab li a:active {
    color: black;
}

.basictab li.selected a { /*selected tab effect*/
    position: relative;
    top: 1px;
    padding-top: 4px;
    background-color: #003366;
    color: #fff;
}

#home_container {
    float: left;
    background: #fff;
    margin: 0;
    padding: 10px 8px;
    border: 2px solid #000;
    min-height: 415px;
    width: 100%;
}

#home_left {
    float: left;
    margin-right: 10px;
    width: 43%;
    min-height: 415px;
}

#home_right {
    float: right;
    margin-right: 0px;
    width: 55%;
    min-height: 415px;
}

.home_box {
    /* min-height: 150px; */
    margin: 10px 0;
    overflow: hidden;
}

.home_box h2 {
    background: #003366;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    margin: 0;
    width: auto;
    display: inline;
}

#ul_table {
    border: 1px solid #003366;
    color: #000;
    list-style: none;
    margin: 0;
    overflow: hidden;
    display: table;
    width: 98%;
}

#ul_table li {
    width: auto;
    clear: both;
    height: 25px;
    display: table-row;
}

#ul_table li:hover {
    background: #E5ECF9;
}

#ul_table li.title, #list_pages li.title span {
    background: #000;
    color: #fff;
    font-weight: bold;
}

#ul_table span {
    display: table-cell;
    height: 25px;
    line-height: 25px;
    padding: 0px 5px;
}

.quick_navigation {
    border: 1px solid #003366;
    padding: 5px;
}

.quick_navigation a {
    color: #000;
    text-decoration: none;
}

.quick_navigation a.menu_title {
    font-weight: bold;
    clear: both;
    width: 100%;
}

.quick_navigation a.sub_title {
    color: #003366;
    font-weight: bold;
}

.quick_navigation a.sub_section {
    font-weight: normal;
}

.quick_navigation a.sub_section:hover {
    color: #000;
    font-weight: bold;
}

/* manage_restrictions.css */
#manage_restrictions {
    width: 100%;
    clear: both;
    overflow: hidden;
}

#manage_restrictions ul#restriction_list {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #fff;
    float: right;
    width: auto;
    font-family: arial, helvetica, sans-serif;
    border-left: 1px solid #477DBE;
    overflow: hidden;
}

#manage_restrictions ul#restriction_list li {
    display: inline;
}

#manage_restrictions ul#restriction_list li a {
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    float: left;
    border-right: 1px solid #477DBE;
    border-top: 1px solid #477DBE;
    border-bottom: 1px solid #477DBE;
    font-weight: bold;
    cursor: default;
}

#manage_restrictions ul#restriction_list li a:hover {
    background-color: #fff;
}

.checkbox {
    border: 1px solid #e2e2e2;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.restriction_checkbox {
    border: 1px solid #e2e2e2;
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    background: url('images/icons/16-em-cross.png');
}

.restriction_checkbox:hover {
    background: url('images/icons/16-em-check.png');
}

.restriction_menu {
    display: block;
    width: 22%;
    /* height: 400px; */
    border-right: 1px solid #477DBE;
    border-left: 1px solid #477DBE;
    border-bottom: 1px solid #477DBE;
    /*float: left;*/
    /*height: 440px;*/
    overflow: auto;
}

.restriction_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.restriction_menu li a {
    display: block;
    padding: 10px 0px;
    width: 100%; /*185px minus all left/right paddings and margins*/
    text-decoration: none;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}

.restriction_menu li a span {
    margin: 0px 5px;
}

* html .restriction_menu li a { /*IE only */
    width: 187px; /*IE 5*/
    /* width: 169px;*/ /*185px minus all left/right paddings and margins*/
}

.restriction_menu li a:hover {

}

.restriction_menu div.menutitle {
    color: #fff;
    border-bottom: 1px solid black;
    padding: 1px 0;
    padding-left: 5px;
    background-color: #000;
}

.restriction_content {
    display: block;
    width: 77.62%;
    height: 400px;
    border-right: 1px solid #477DBE;
    border-bottom: 1px solid #477DBE;
    float: left;
}

.restriction_content h2 {
    padding: 5px;
    font-size: 14px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fine_restrictions {
    display: block;
    width: 22%;
    float: left;
}

ul.fine_restrictions {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.fine_restrictions li a {
    display: block;
    padding: 10px 0px;
    width: 100%; /*185px minus all left/right paddings and margins*/
    text-decoration: none;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}

ul.fine_restrictions li a span {
    margin: 0px 5px;
}

ul.fine_restrictions li a:hover {

}

#language_choice {
    width: auto;
    margin: 0 auto;
}

#language_choice .lang_option {
    width: 100px;
    height: 100px;
    float: left;
    display: block;
    text-align: center;
}

#language_choice .lang_option span {
    font-weight: bold;
    text-transform: capitalize;
}

#language_choice .lang_option .checkbox {
    border: none;
    float: none;
    margin: 0 auto;
}

#pagination {
    margin: 0 auto;
}

#pagination ul {
    border: 0;
    margin: 0 auto;
    padding: 0;
}

#pagination li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
    margin-right: 2px;
}

#pagination a {
    border: solid 1px #9aafe5;
    margin-right: 2px;
}

#pagination .previous-off, #pagination .next-off {
    border: solid 1px #DEDEDE;
    color: #888888;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 3px 4px;
}

#pagination .next a, #pagination .previous a {
    font-weight: bold;
}

#pagination .active {
    background: #2e6ab1;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
}

#pagination a:link, #pagination a:visited {
    color: #0e509e;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination a:hover {
    border: solid 1px #0e509e
}

.subsection_list {
    list-style: none;
    padding: 0px;
    margin: 20px auto;
    color: #000;
}

.subsection_list li {
    height: 20px;
    line-height: 20px;
}

.radio {
    height: 20px;
    line-height: 20px;
}

.private_news {
    padding: 3px 0 0 5px;
    background-color: #FF3300;
    border: 2px solid #000;
}

.public_news {
    padding: 3px 0 0 5px;
    background-color: #009933;
    border: 2px solid #000;
}

#news_comment {
    background-color: #fff;
    color: #000;
}

#edit_config {
    border: 1px solid #003366;
    color: #000;
    list-style: none;
    margin: 0;
    overflow: hidden;
}

#edit_config li {
    width: auto;
    clear: both;
    height: 40px;
}

#edit_config li .text {
    width: 300px;
    padding: 3px;
}

#edit_config li:hover {
    background: #E5ECF9;
}

#edit_config li.title, #list_pages li.title span {
    background: #003366;
    color: #fff;
    font-weight: bold;
    height: 35px;
}

#edit_config span {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
}

#edit_config span.key {
    width: 25%;
    padding-left: 30px;
}

#edit_config span.value {
    width: 60%;
}

#logo_list {
    /*border:1px solid #003366;*/
    color: #000;
    list-style: none;
    margin: 0;
    overflow: hidden;
}

#logo_list li {
    width: auto;
    clear: both;
    min-height: 152px;
    border: 2px solid #003366;
    margin: 0px 0 20px 0;
    z-index: 0;
    overflow: hidden;
}

#logo_list li:hover {
    background: #E5ECF9;
}

#logo_list li.title, #list_pages li.title span {
    background: #003366;
    color: #fff;
    font-weight: bold;
    height: 35px;
}

#list_pages li.author span {
    background: #003366;
    color: #fff;
    font-weight: bold;
    height: 35px;
    width: 20%;
}

#list_pages span.author {
    width: 15%;
}

#list_pages span.news_title {
    width: 50%;
}

#list_pages span.comment {
    width: 20%;
}

#logo_list span {
    display: block;
    float: left;
    padding: 0px 0px;
}

#logo_list span.key {
    width: 100%;
}

#logo_list .key h2 {
    font-weight: bold;
    font-size: 12px;
    background: #003366;
    color: #fff;
    width: 100px;
    margin: 0px 0 -5px 0;
    padding: 5px 0 5px 5px;
    z-index: 1;
}

#logo_list span.key .logo_image {
    padding-left: 0px;
}

#logo_list span.key .logo_upload {
    width: 100%;
    padding-left: 30px;
    font-weight: bold;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: #003366;
}

#reminders {
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 20em;
    margin: 1em;
    padding: 7px 5px 7px 10px;
    font: 12px/1.2em "Lucida Console", "Courier New", monospace;
    text-align: left;
    color: #111;
    background-color: #FFF6BF;
    border: 1px solid #FFD324;
    color: #514721;
}

* html #reminders {
    position: absolute;
}

#reminders[id] {
    position: fixed;
}


span.inactive, span.active, span.notrunning, .hiddenpromoevent {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    padding-right: 3px;
}

span.inactive {
    background-image: url("images/icons/16-circle-red.png");
    background-repeat: no-repeat;
}

span.active {
    background-image: url("images/icons/16-circle-green.png");
    background-repeat: no-repeat;

}

.page_right .pluginoptionsbox {
    height: 30px;
    overflow-y: hidden;
}

span.notrunning {
    background: transparent url("images/icons/16-circle-blue.png") no-repeat scroll 0 0;
}

#list_pages span.alternative_title {
    width: 30%;
    padding-left: 30px;
    color: #0033CC;
    font-weight: bold;
}

#list_pages span.save {
    padding-left: 5px;
    vertical-align: middle;
    width: 35%;
}

#list_pages span.save input.alt_text {
    width: 33px;
}

#list_pages span.save .button {
    background-color: whiteSmoke;
    border: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    color: #565656;
    cursor: pointer;
    font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
    margin: 0px 0.583em 0.5em 0px;
    padding: 3px;
    text-decoration: none;
    vertical-align: middle;
}

#list_pages span.save .button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

#list_pages span.deleteabt {
    width: 13%;
}

#list_pages span.arrowsabt {
    width: 9%;
}

#list_pages span.moveabt {
    width: 35%;
}

#list_pages span.alternative_title.vip {
    background: url('images/icons/vip_icon.jpg') no-repeat 30px 50%;
    color: #03C;
    font-weight: bold;
    padding-left: 30px;
    width: 30%;
}

#list_pages span.vip_cookie_value {
    padding-left: 5px;
    width: 35%;
}

/*payment methods page */
.cv4_paymentMethod {
    background: #F6F6F6; /*  url('imagees/abg.png') no-repeat 0px 0px; */
    border: solid #D8D5D5;
    float: left;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px 17px;
    width: 600px;
}

div.links {
    float: right;
    position: relative;
}

.cv4_payBycardL {
    float: left;
    width: 409px;
}

.cv4_payBycardR {
    float: left;
    text-align: right;
    width: 186px;
}


.image-remove-button {
    vertical-align: top;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: red;
    font-size: 22px;
    width: 20px;
    text-align: center;
}

.BannerList {
    height: 71px;
}

#bannerList span {
    display: block;
    float: left;
    height: 35px;
    line-height: 71px;
}

#list_pages .id, .sortables .id {
    width: 3%;
}

#list_pages .titleBanner, .sortables .titleBanner {
    width: 15%;
    padding: 0px 18px;
}

#list_pages .description, .sortables .description {
    width: 20%;
    text-align: left;
}

#list_pages .pseudo, .sortables .pseudo {
    width: 40%;
    text-align: left;
}

#list_pages .position, .sortables .position {
    width: 6%;
    text-align: center;
}

#list_pages .image, .sortables .image {
    width: 30%;
    text-align: center;
}

#list_pages .options, .sortables .options {
    width: 10%;
    text-align: right;
}

#list_pages, .sortables {
    border: 1px solid #003366;
    color: #000;
    list-style: none;
    margin: 0;
    overflow: hidden;
}

#list_pages li, .sortables li {
    width: auto;
    clear: both;
    /*   height: 35px;*/
    overflow: hidden;
}

#list_pages li.title, #list_pages li.title span, .sortables li.title, .sortables li.title span {
    background: #5B6567;
    color: #fff;
    font-weight: bold;
}

#list_pages li:hover, .sortables li:hover {
    background: #E5ECF9;
}

#list_pages span {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
}

.is_active_image {
    width: 40px;
}

.is_active_image a {
    padding-right: 10px;
}

#list_pages span.title, .sortables span.title {
    width: 20%;
    padding-left: 30px;
}

#list_pages span.title.collapse, #list_pages span.title.collapse, .sortables span.title.collapse, .sortables span.title.collapse {
    background: url('images/icons/24-em-plus.png') no-repeat 0% 25%;
}

#list_pages span.move, .sortables span.move {
    width: 41%;
}

#list_pages span.move .text, .sortables span.move .text {
    width: 250px;
}

#list_pages span.options, .sortables span.options {
    width: 9%;
}

#list_pages span.options a, .sortables span.options a {
    padding-right: 5px;
}

#list_pages span.set_default, .sortables span.set_default {
    width: 15%;
}

#list_pages span.move .button, .sortables span.move .button {
    margin: 0 0.583em 0.5em 0;
    padding: 5px 10px 5px 7px; /* Links */
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    background-color: #f5f5f5;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
}

#list_pages span.move .button.positive:hover, .sortables span.move .button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

#list_pages span.arrows, .sortables span.arrows {
    width: 8.5%;
}

#list_pages span.delete, .sortables span.delete {
    width: 11%;
}

.sortables .help {
    float: right;
}

span.options_winners {
    width: 22%;
}

.cat_title {
    width: 200px;
    float: left;
}

.news_options {
    width: 100px;
    float: left;
}

.cat_box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #D5D5D5;
    color: #000000;
    width: 300px;
    padding: 5px;
}

#edit_cat_box {
    display: none;
}

.description {
    width: 400px;
    height: 150px;
}

.timePicker-drop-down {
    width: 143px !important;
}

.onoffswitch {
    position: relative;
    width: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 11px;
    padding: 0;
    line-height: 11px;
    font-size: 11px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 9px;
    background-color: #3AB536;
    color: #000000;
}

.onoffswitch-inner:after {
    content: "No";
    padding-right: 9px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 19px;
    margin: -2px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-container {
    clear: both;
    height: 25px;
}

.onoffswitch-text {
    float: left;
    margin-left: 5px;
    margin-top: -1px;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner {
    opacity: 0.5;
}

input[type="number"]:disabled {
    background-color: #EBEBE4;
}


.my-btn:active {
    color: #fff;
}

.my-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.my-btn {
    display: block;
    float: right;
    background-color: #428BCA;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 17px;
    border-radius: 3px;
    margin-right: 0;
}

.my-table, .my-form {
    margin-top: 20px;
    box-shadow: 0px 0px 4px #e0e0e0;
    background-color: #fff;
}

.my-table img {
    max-height: 50px;
}

.my-table th,
.my-table td {
    padding: 20px 15px;
    border-bottom: 2px solid #F5F6F6;
    color: #a0a0a0;
}

.my-table th {
    background-color: #fff;
    color: #000;
}

.my-table td:first-child {
    width: 40px;
}

.my-table label {
    display: inline-block;
    width: 20px;
}

.my-settings {
    width: 65px;
}

.my-settings img {
    cursor: pointer;
}

.visibility {
    width: 62px;
}

.visibility b {
    background-color: #92b000;
    color: #fff;
    padding: 2px 4px;
    font-weight: 100;
    border-radius: 2px;
}

.visibility b.h {
    background-color: red;
}

.my-container {
    padding: 20px;
}

.ui-sortable-helper {
    background-color: #fff;
    box-shadow: 0px 0px 4px #e0e0e0;
    display: table;
}

.ui-sortable-helper td {
    border-bottom: 0;
}

.my-form .my-btn {
    background-color: #92b000;
}

.my-form h3 {
    font-size: 18px;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
}

.my-form {
    padding: 20px 30px;
    overflow: hidden;
}

.my-input b {
    display: block;
    color: #000;
}

.my-input {
    margin-bottom: 15px;
}

.my-input input[type=text],
.my-input select,
.my-input textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0;
}


.card-left {
    float: left !important;
}

.card-right {
    float: right !important;
}


.card-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
}

.card {
    width: 100%;
    position: relative;
    min-width: 0;
    word-wrap: break-word;

    background-clip: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.15rem;
    border: none;
    padding: 10px;
}

.card-bg-white {
    background-color: #fff;
}

.card-bg-gradient {
    background-image: linear-gradient(#698c81, #49ec74);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.card-header {
    background-color: transparent;
    border-bottom: 2px solid #eeeff0;
}

@media (max-width: 599px) {
    .w-xs {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .w-xs {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .w-xs {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .w-xs {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 1800px) {
    .w-xs {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (max-width: 599px) {
    .w-s {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .w-s {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .w-s {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .w-s {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1800px) {
    .w-s {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 599px) {
    .w-m {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .w-m {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .w-m {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .w-m {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1800px) {
    .w-m {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width: 599px) {
    .w-l {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .w-l {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .w-l {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .w-l {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1800px) {
    .w-l {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 599px) {
    .w-xl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .w-xl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .w-xl {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .w-xl {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 1800px) {
    .w-xl {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (max-width: 599px) {
    .w-xxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .w-xxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .w-xxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .w-xxl {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media (min-width: 1800px) {
    .w-xxl {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media (max-width: 599px) {
    .w-xxxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .w-xxxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .w-xxxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .w-xxxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1800px) {
    .w-xxxl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.h-xxxxs {
    height: 150px;
}

.h-xxxs {
    height: 200px;
}

.h-xxs {
    height: 250px;
}

.h-xs {
    height: 300px;
}

.h-sm {
    height: 350px;
}

.h-md {
    height: 400px;
}

.h-lg {
    height: 450px;
}

.h-xl {
    height: 500px;
}

.h-xxl {
    height: 550px;
}

.h-xxxl {
    height: 600px;
}

.h-xxxxl {
    height: 1200px;
}

.h-600 {
    height: 600px;
}

.h-700 {
    height: 700px;
}

.h-800 {
    height: 800px;
}

.h-900 {
    height: 900px;
}

.h-1000 {
    height: 1000px;
}

.h-1100 {
    height: 1100px;
}


@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blink-effect {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}


.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
    border: 1px solid black
}

.radio-inline__input:checked + .radio-inline__label {
    background: #92b000;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}


/*Loader*/
.loader-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999999999;
    background-color: rgba(0, 0, 0, .8);;
}

.loaded .loader-overlay {
    /*animation: fade-out 2000ms ease-out;*/
    /*opacity: 0;*/
    /*display: none;*/
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    z-index: 1050;
}

.loader:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    border-color: #d6433a #d6433a transparent transparent;
    transform: rotate(-45deg);
    animation: rotate-cw 2500ms linear infinite;
}

.loader:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    border-color: transparent transparent #d6433a #d6433a;
    transform: rotate(-45deg);
    animation: rotate-ccw 2500ms linear infinite;
}

@keyframes rotate-cw {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(315deg);
    }
}

@keyframes rotate-ccw {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-405deg);
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        display: block;
    }
    99% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

/*Loader*/


.dataTables_wrapper .row {
    margin-bottom: 10px;
}

.dataTables_wrapper .dt-buttons {
    margin-bottom: 10px;
}

li.fg-button.ui-button.ui-state-default.active a {
    font-weight: bold;
    font-size: 26px;
}


.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.borderBottom {
    border-bottom: 3px solid #364100;
}

#messageAddModal .modal-dialog {
    width: 70%;
}

.promoImage {
    max-width: 200px;
    max-height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.clearfix {
    clear: both;
}

table.centeredText td, table.centeredText th {
    text-align: center;
    vertical-align: middle !important;
}

.imgPreview {
    max-height: 300px;
    max-width: 200px;
    object-fit: contain;
}

/* Optimization css */


/* login page */
#login_content {
    border: 6px solid #aa0000;
    margin: 52px auto 0;
    background: none repeat scroll 0 0 #FEFEFC;
}

legend, .blue_border_box, #login_content input.text, fieldset {
    border: 1px solid #92b000;
    color: #5b6567;
}

legend {
    color: #5b6567;
    background: #fff;
    padding: 4px 13px;
}

fieldset {
    /*background: #fff;*/
    border: 1px solid #adadad;
}

/* inner page */
#wrapper {
    background: #477DBE;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    display: flex;
}

.container {
    border-top: 4px solid #5cb85c;
    min-width: 1200px
}

.quick_navigation a.menu_title {
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 1% 2% 1% 1%;
    padding-left: 2%;
    width: auto;
}

.quick_navigation a.sub_section {
    border: 1px solid;
    display: inline-block;
    float: left;
    height: 21px;
    line-height: 21px;
    margin: 1%;
    padding-left: 1%;
    width: 46%;
}

.quick_navigation a.sub_section:hover {
    color: #364100;
    background: #f2f7fb;
}

#ul_table {
    width: 99%
}

#navcontainer ul li a, #navcontainer {
    background-color: #1A1A1A;
}

#navcontainer ul li a {
    color: #fff;
    padding: 16px 15px;
    text-transform: uppercase;
    border-radius: 10px;
}

#navcontainer ul li a.selected {
    background: #5cb85c;
}

#navcontainer ul li a:hover {
    background: #5cb85c;
    color: #fff;
}

#userbar {
    background-color: #92B000;
    border-bottom: 3px solid #FFFFFF;
}

#userbar .breadcrumbs {
    height: 32px;
    line-height: 32px;
}

#list_pages, #ul_table, .quick_navigation {
    border: 1px solid #92b000;
    color: #364100;
    min-height: auto;
    overflow: hidden
}

#ul_table li {
    display: block;
}

#home_left #ul_table {
    width: 100%;
    border: 1px solid #92b000;
    color: #364100;
}

/* #home_left .inner_box{border:1px solid #92b000;} */


#home_container {
    background: none repeat scroll 0 0 #FEFEFC;
    border: 4px solid #5cb85c;
}

#sidebar {
    margin-right: 10px;
    background: none repeat scroll 0 0 #5cb85c;
    border: 3px solid #fff;
    padding: 10px;
    position: absolute;
}

#sidebarTrigger {
    position: absolute;
    z-index: 1;
    left: 93%;
    top: -22px;
    /*background-color: #5cb85c94;*/
    background-color: #ffd11ed6;;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #0000004a;
}

#sidebarTrigger:hover {
    background-color: #5d78e4ab;;
    color: white;
}

#sidebarTrigger:hover i {
    animation: fa-spin 2s infinite linear;
}

.sidebarHidden {
    transform: translateX(-225px);
}

#content {
    background: #fff;
    width: calc(100% - 250px);
    /*width: 100%;*/
    margin-left: 250px;
    padding: 10px 8px;
    border: 4px solid #5cb85c;
    display: inline-block;
    min-height: 95vh;
}

#content.fullContent {
    width: 100%;
    margin-left: 30px;
}

#ul_table li.title, #list_pages li.title span, .home_box h2 {
    background: none repeat scroll 0 0 #364100;
    border-top: 1px solid #92b000;
    border-right: 1px solid #92b000;
    border-left: 1px solid #92b000;
}

#navcontainer {
    border-top: 2px solid #92B000;
}

#notes textarea.text {
    margin-top: 0
}

#list_pages li.title, #list_pages li.title span {
    background: none repeat scroll 0 0 #364100;
    border: 0 none;
    color: #FFFFFF;
    text-transform: uppercase;
}

#edit_languages li.title, #list_pages li.title span {
    background: none repeat scroll 0 0 #364100;
}

.unavailable {
    background-color: #F2F7Fb;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#list_pages li {
    border-bottom: 1px solid #92B000;
}

/* content management page listing  */

#list_pages span.linkUrl {
    border: 0 none;
    bottom: 0;
    display: block;
    float: left;
    font-size: 12px;
    font-style: italic;
    height: auto;
    left: 26px;
    line-height: 16px;
    padding: 0 5px;
    position: absolute;
}

#list_pages span.linkUrl a {
    color: #92B000
}

#list_pages span.title.collapse {
    font-weight: 900;
}

#list_pages span.title {
    position: relative;
}

/* ------------------------------- */

.online_admins {
    background: none;
    color: #fff;
    font-weight: 900;
}

#left_nav {
    background: none repeat scroll 0 0 transparent;
    width: 220px !important;
}

#left_nav div.menutitle {
    background-color: #5B6567;
    border-bottom: 1px solid #5B6567;
    font-weight: 900;
    text-align: center;
}

#left_nav li a {
    background-color: #F2F7FB;
    border-left: 7px solid #364100;
    border-right: 7px solid #364100;
    color: #364100;
    display: block;
    margin: 4px 0;
    padding: 3px 0 3px 9px;
    text-decoration: none;
    width: auto;
}

.online_admins h4 {
    background-color: black;
    border: 1px solid red;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    padding: 4px;
    font-weight: 900;
}

a.unused {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#list_pages li:hover {
    /*background: #f2f7fb;*/
}

.quick_navigation a {
    color: #364100;
}

#edit_languages, #edit_config {
    border: 1px solid #92B000;
}

#edit_config li.title, #list_pages li.title span {
    background: none repeat scroll 0 0 #364100;
    text-transform: uppercase
}

#list_pages span {
    line-height: 27px;
}

.basictab li a:hover, .basictab li a {
    background-color: #364100;
    color: #FFFFFF;
    border-color: #92B000 #92B000;
    text-transform: uppercase
}

.basictab li.selected a {
    background-color: #92B000;
    border: 1px solid #FF0000;
    border-bottom: 0;
}

.basictab li a:visited {
    color: #fff;
}

.basictab {
    border-bottom: 1px solid #92B000;
}

#edit_config li:hover {
    background: #f2f7fb;
}

a, table {
    color: #364100;
}

a:hover {
    color: #364100;
}

th {
    background: none repeat scroll 0 0 #364100;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
}


#notes input, input.text, input.title, textarea, select {
    border: 1px solid #92b000;
}

#footer, body, #wrapper {
    background: none repeat scroll 0 0 #1A1A1A;
}

#footer {
    border-bottom: 6px solid #FF0000;
    padding-bottom: 9px;
}


/* For New Browser */

#login_content {
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}

legend, .blue_border_box .error, .notice, .success, .message, .greybox, .bluebox {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.cv4_paymentMethod, .quick_navigation a.menu_title, .online_admins h4, #left_nav div.menutitle, #left_nav li a {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.cv4_paymentMethod, .quick_navigation a.menu_title, .error, .blue_border_box, .notice {
    -moz-box-shadow: 2px 2px 8px #5B6567;
    -webkit-box-shadow: 2px 2px 8px #5B6567;
    box-shadow: 2px 2px 8px #5B6567;
}

#left_nav div.menutitle {
    -moz-box-shadow: 2px 2px 8px #fff;
    -webkit-box-shadow: 2px 2px 8px #fff;
    box-shadow: 2px 2px 8px #fff;
}

#left_nav li a:hover {
    -moz-box-shadow: 0 2px 20px #fbff72cf;
    -webkit-box-shadow: 0 2px 20px #fbff72cf;
    box-shadow: 0 2px 20px #fbff72cf;
    background-color: #fff;
    border-color: #1c64d1;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.m1 {
    margin: 1px;
}

.w100 {
    width: 100px !important;
}

.w200 {
    width: 200px !important;
}

.w300 {
    width: 300px !important;
}

.flexDisplay {
    display: flex;
}

.flexWrap {
    flex-wrap: wrap;
}

.flexVCentered {
    align-items: center;
}

.flexHCentered {
    justify-content: center;
}

.flexSpaceBetween {
    justify-content: space-between;
}

.bigCheckBox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 !important;
}

.bigCheckBoxLabel {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.bigCheckBox + label {
    cursor: pointer;
    margin-left: 10px;
}

.checkbox-inline, .radio-inline {
    padding-left: 10px;
    display: inline-flex;
    align-items: center;
}

.labelsList label {
    margin: 0 5px 5px 0px;
}

.optionButton {
    font-size: 12px;
    text-decoration: none;
    margin: 5px;
    float: left;
    cursor: pointer;
}

.optionButton:hover {
    color: #5323ff;
}

.noPadding {
    padding: 0 !important;
}

.container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
}

.label {
    font-size: 100%;
    display: inline-block;
    white-space: normal;
}

.titleLabel {
    font-size: 14px;
    line-height: unset;
}

.saveButton {
    padding: 5px 25px;
    font-size: 14px;
}

.alert .label {
    line-height: 0.8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.label * {
    color: #fff;
}

.label a:hover {
    color: #0dff78;
}

.select2 {
    width: 100% !important;
}

.font15 {
    font-size: 15px;
}

.font10 {
    font-size: 10px;
}

.black-text {
    color: black;
}

.white-text {
    color: white;
}

/*
Tables style
 */
.table {
    width: 100% !important;
}

thead th, thead td {
    border: 1px solid #fff !important;
    background: #6d5e8a !important;
    font-weight: bold;
    color: #fff;
}

.pagination {
    margin: 0;
}

.pagination li {
    border: 2px solid #459e00 !important;
    background: none !important;
    border-radius: 4px !important;
    margin-left: 7px !important;
    padding: 4px !important;
}

.pagination li a {
    color: black !important;
    padding: 2px 10px !important;
    line-height: 1 !important;
    border: none !important;
}

.pagination li a:focus {
    outline: none !important;
}

.ui-state-active a {
    color: black !important;
}

.ui-tabs-nav .ui-state-default {
    background-color: #5cb85c !important;
}

.ui-tabs-nav .ui-tabs-active {
    background-color: #4c83ff !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 20px 0 !important;
}

.ui-widget-header {
    border: none;
    /*background: none;*/
}

/*.ui-tabs {*/
/*    padding: 0;*/
/*}*/

.ui-tabs .ui-tabs-nav {
    padding: 0.2em 0 0;
    /*margin: 0 20px;*/
}

.alert {
    border-color: #adadad !important;
}

td > .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

fieldset {
    border-radius: 3px;
}

#content {
    border: none;
}

table.table-v-align-middle td {
    vertical-align: middle !important;
}

.pointer {
    cursor: pointer;
}

/*### Summernote fixes ###*/
/**
fixing overlay for summernote popups
 */
.note-editor {
    .note-modal-backdrop {
        z-index: 1 !important;
        background-color: #fcd2d2 !important;
    }

    .note-editing-area {
        background: #edebf0 !important;
    }

    .note-modal-footer {
        margin-bottom: 10px;
    }
}

.note-editor .checkbox {
    float: none !important;
    width: unset !important;
    height: unset !important;
}

.note-editor p img {
    float: unset;
    margin: unset;
    padding: unset;
}

.note-editor table th, .note-editor table td {
    border: 1px solid black !important;
}

