:root {
    --admin_input_padding: 4px;
}

h1, h2, h3, h4{

}

p{ 
    margin:8px 0px 8px;
}

body{ 
    background-color:#555555;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    margin:0px;
    padding:0px;
}

a{ 
    color:#2248a0;
    text-decoration:none;
}

a:hover{ 
    color:#AAAAAA;
}

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;    
}

.b_border{ 
    background-color:#D2D2D2;
}

.h_side{ 
    width:8px;
}

.v_side{ 
    height:16px;
}

.body_content{ 
    background-color:#FFFFFF;
    padding:0px;
}

.linkbar{ 
    background-color:#EEEEEE;
    font-size:12px;
}

.footnote{ 
    color:#CCCCCC;
    font-size:10px;
    text-align:center;
    padding:2px;
}

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%;
}

.admin_input_padding{
    padding:calc(var(--admin_input_padding) + 1px);
}

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:var(--admin_input_padding);
    border-radius:2px;
    font-size:90%;
    line-height:120%;
}
select{
    padding:calc(var(--admin_input_padding) - 2px) !important;
    font-size:90%;
    line-height:120%;
}

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;    
}

/* Action button */

button, input[type=button],input[type=submit]{
    border:0px;
    background:linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
    border-radius:2px;
    box-shadow: -1px 1px #DDDDDD;
    -webkit-font-smoothing: antialiased;
}

button:active, input[type=button]:active,input[type=submit]:active{
    border:0px;
    background:linear-gradient(to bottom, rgba(53,135,214,1) 0%, rgba(12,104,209,1) 100%);
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
}

/* Delete button */

button.delete, input[type=button].delete,input[type=submit].delete{
    border:0px;
    background:linear-gradient(to bottom, rgba(200,80,80,1) 0%, rgba(160,60,60,1) 100%);
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
}

button.delete:active, input[type=button].delete:active,input[type=submit].delete:active{
    border:0px;
    background:linear-gradient(to bottom, rgba(180,60,60,1) 0%, rgba(140,40,40,1) 100%);
    color:#FFFFFF;
    padding:8px;
    font-weight:bold;
}

/* Cancel button */

button.cancel, input[type=button].cancel,input[type=submit].cancel{
    border:0px;
    background:linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(170,170,170,1) 100%);
    color:#222222;
    padding:8px;
    font-weight:bold;
}

button.cancel:active, input[type=button].cancel:active,input[type=submit].cancel:active{
    border:0px;
    background:linear-gradient(to bottom, rgba(210,210,210,1) 0%, rgba(140,140,140,1) 100%);
    color:#222222;
    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; 
}

/* 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 (min-width: 1024px) {
    .design_width{ 
        width:90%;	
    }
}