h1, h2, h3, h4, .wz_page_header .title{
    color: #eee8db;
}

.page_head{
    margin:0px;
    padding:0px;
    background-color: #141717;
}


.wz_admin_bar {
    background-color: #232828;
}


.wz_admin_bar .wz_subtitle{
    color: #9ca2a2;
    line-height:32px;
}

.wz_admin_bar{
    line-height:32px;
}
.wz_admin_bar .wz_subtitle{
    padding:4px;
    margin:0px 0px 0px 4px;
}

.help_toggle .wz_icon_small{
    width:12px !important;
    height:12px !important;
}

.page_head .website_name{
    display:inline-block;
    font-size:160%;
    padding:8px;
    user-select: none;
}

.page_head .workspace_name{
    display:inline-block;
    font-size:130%;
    color: #EEEEEE;
    padding:8px;
    user-select: none;
}

.page_head .workspace_name a{
    color: #EEEEEE;
}

.page_body label{
    color:#F1F1F1;
}

.page_body .zform_mselect{
    background-color: #272d2d;
}

.settings_nav .nav_item a{
    background-color: #181c1c;
}
.settings_nav .nav_item.selected a{
    background-color: #0f1111;
}

.settings_nav .nav_item a:hover{
    background-color: #373f3f;
}

.page_body .zform_mselect .item, .page_body .zform_mselect .item label {
    background-color: transparent !important;
    color: #FFFFFF !important;;
}

.page_body .zform_mselect .item.selected, .page_body .zform_mselect .item.selected label {
    background-color: #1e5e86 !important;;
    color: #FFFFFF !important;;
}

.page_body{
    margin:0px;
    padding:0px;
    background-color: #2b3131;
    color: #f6f1f1;
}

.wz_adminbar{
    background-color: #3c4141;
    color:#EEEEEE !important;
    padding:4px 0px 4px 0px;
}
.wz_adminbar .wz_subtitle{
    line-height: 32px;
}

.page_body input[type=text],.page_body input[type=password],.page_body textarea,.page_body select{
    background-color: #1c1f1f;
    color:#EEEEEE !important;
}

.page_foot{
    margin:0px;
    padding:0px;
    text-align: center;
    font-size: 80%;
    color:#777777;
}

p{ 
    margin:8px 0px 8px;
}

html {
    height:100%;
}
html,body {
    margin:0px;
    padding:0px;
}
body{
    background-color:#141717;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
}

.link_button{
    display:inline-block;
    padding:0px 10px;
    font-size:110%;
    line-height:38px;
    border-radius: 3px;
    background-color: #495656;
    color:#FFFFFF !important;
    margin:0px 8px 8px 0px;
    text-decoration: none !important;
    font-style: normal !important;
}

.link_button:hover{
    background-color: #536262;
    color:#FFFFFF !important;
}
.link_button:active{
    background-color: #252828;
    color:#AAAAAA !important;
}

.link_button .wz_icon_small{
    display:inline-block;
    width:20px !important;
    height:20px !important;
    margin:9px 0px 0px 0px !important;
    padding:0px !important;
}
a{
    text-decoration: none;
}

.page_head .website_name,
.page_main_display a,
.wz_admin_bar a{
    color: #ffd429;
}
.page_head .website_name{
    line-height:24px;
}

.page_head .website_name img{
    height:24px;
}

.page_main_display a:hover, .wz_admin_bar a:hover{
    color: #F1F1F1;
}

a{
    color: #363f3f;
    text-decoration:none;
}

a:hover{
    color:#272d2d;
}

.wz_adminbar a{
    color: #47c2ef;
}

.wz_adminbar a:hover{
    color: #916c2a;
}

hr{
    margin:4px 0px 4px 0px;
    border:none;
    height:1px;
    width:100%;
    background: #CCCCCC;    
}

.p_header{ 
	padding:0px;
	margin:0px;
    padding-left:8px;

    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );

    color:#FFFFFF;
    font-size:24pt;
    line-height:0px;
    
    
    height:78px;
}


.zform_description{
    color:#979ba0 !important;    
}

label{
    color:#111111;
    font-family:arial;  
    font-weight:bold; 
}

label input, label select, label textarea{
    margin-top:2px !important;    
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DDDDDD;
  opacity: 1; /* Firefox */
  font-size:90%;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DDDDDD;
  font-size:90%;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #DDDDDD;
  font-size:90%;
}

input[type=text],input[type=password],textarea,input[type=checkbox],input[type=radio],input[type=radio],input[type=file],select{
    border: 1px solid #666666;    
    padding:4px;
    border-radius:2px;
    font-size:90%;
}
select{
    padding:3px;    
}

input[type=text]:hover,input[type=password]:hover,textarea:hover,input[type=checkbox]:hover,input[type=radio]:hover,input[type=file]:hover,input[type=radio]:hover,select:hover{
    outline: none;
    border-color:#848484;    
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,input[type=checkbox]:focus,input[type=radio]:focus,input[type=file]:focus,input[type=radio]:focus,select:focus{
    outline: none;
    border: 1px solid #999999;    
}

.wz_error{
    background-color: #c94646!important;
    border: none!important;
    border-radius: 8px!important;
    padding:6px!important;
    color: #F1F1F1!important;
    margin:8px 0px 8px!important;
}

.wz_success{
    background-color: #5da949!important;
    border: none!important;
    border-radius: 8px!important;
    padding:6px!important;
    color: #F1F1F1!important;
    margin:8px 0px 8px!important;
}

.wz_content hr{
    margin:8px 0px 8px 0px;
    border:none;
    height:1px;
    width:100%;
    background-color: #3f4949 !important;

}

/* Grid */

.zgrid_table th{
    background-color: #1d2121 !important;
    text-align:left;
    font-weight:bold;
    user-select: none;
}

.zgrid_table th:hover a{
    background-color: #384141 !important;
}

.zgrid_table th.sorted{
    background-color:#2f3636;
}

.zgrid_table th a{
    display:block;
    padding:8px;
    margin:-8px;
}

.zgrid_table th, .zgrid_table td{
    padding:8px;
    margin:0px;
}

.zgrid_table tr.record td{
    background-color: #384141 !important;
    color: #e8e2e2 !important;
}

.zgrid_table tr.record:hover td{
    background-color: #384141 !important;
    color:#000000;
}

.zgrid_table tr.record.no_records td{
    background-color: #384141 !important;
    color:#444444;
    text-align: center;
}

.zgrid_container.loading .zgrid_table tr.record td{
    background-color: #FAFAFA;
    color:#444444;
    opacity: 0.5;
    user-select: none;
    cursor:default;
}


/* Action button */

button, input[type=button],input[type=submit]{
    display:inline-block;
    padding:8px 10px;
    font-size:110%;
    border-radius: 3px;
    background-color: #495656;
    color:#FFFFFF !important;
    border:0px;
}

button:active, input[type=button]:active,input[type=submit]:active{
    background-color: #252828;
    color:#AAAAAA !important;
}

/* Delete button */

button.delete, input[type=button].delete,input[type=submit].delete{
    border:0px;
    background-color: #b64949;
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
}

button.delete:active, input[type=button].delete:active,input[type=submit].delete:active{
    border:0px;
    background-color: #813232;
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
}

/* Cancel button */

button.cancel, input[type=button].cancel,input[type=submit].cancel{
    border:0px;
    background-color: #6c7777;
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
}

button.cancel:active, input[type=button].cancel:active,input[type=submit].cancel:active{
    border:0px;
    background-color: #6c7777;
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
}

.design_width{ 
    width:100%;	
}

.control_panel_top_nav{
    background-color:#FAFAFA;
    padding:8px 2px 8px 2px;    
    box-sizing:border-box;
}
.control_panel_top_nav a{
    display:block;
    float:left;
    margin-right:12px;
    font-size:90%;
}

.control_panel_top_nav a img{
    width:14px;
    height:14px;
    margin-top:1px;
    margin-right:2px;  
    box-sizing:border-box;  
}

.control_panel_top_nav a:hover img{
    width:12px;
    height:12px;
    margin-top:2px;
    margin-right:3px;   
    box-sizing:border-box; 
}

input.fwidth, textarea.fwidth{
    box-sizing: border-box;
}


body::-webkit-scrollbar {
    width: 12px;
    cursor:default;
}
body::-webkit-scrollbar-track {
    -webkit-border-radius: 8px;
    background: #1e2323;
    border-radius: 8px;
    cursor:default;
    border-right:4px solid transparent;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(250,245,245,245);
    cursor:default;
}

body::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgb(187, 183, 183);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
    cursor:default;
}


/* Tablets */
@media only screen and (max-width: 800px) {
    .control_panel_top_nav a{

        margin-right:12px;
        margin-bottom:12px;

    }
}

/* Tablets */
@media only screen and (min-width: 600px) {

}

/* Desktop */
@media only screen and (max-width: 1023px) {
    body{
        font-size:110%;
    }
}

@media only screen and (min-width: 1024px) {
    .design_width{
        width:90%;
    }
}