/* SYSTEM
----------------------------------*/
body 
    {
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    	color: #336699;
    	font-size:12px;
    	padding:0;
    	margin:0;
    }


.body_index
    {

    }


.table_index
    {
	   padding-top:70px;
    }
    
.menu
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    
.menu0
    {
        font-size: 13px;
    }
    
.menu1
    {
        font-size: 12px;
    }
    
.menu2
    {
        font-size: 8px;
    }
    
.div_index
    {
	background-color: #ffffff;
    }
    
.print h1 
    {
    	font-family:Arial, Helvetica, sans-serif;
    	color: #000000;
    	font-size: 32px;
    } 
    
.print h2 
    {
    	font-family:Arial, Helvetica, sans-serif;
    	color: #000000;
    	font-size: 24px;
    }  
    
.print h3 
    {
    	font-family:Arial, Helvetica, sans-serif;
    	color: #000000;
    	font-size: 19px;
    }
    
.print h4 
    {
    	font-family:Arial, Helvetica, sans-serif;
    	color: #000000;
    	font-size: 16px;
    }
    
.print h5 
    {
    	font-family:Arial, Helvetica, sans-serif;
    	color: #000000;
    	font-size: 12px;
    }
    
.print hr 
    {
    	color: #000000;
    	background-color: #000000
    }
    
h4 
    {
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    	color: #336699;
    	font-size: 14px;
    	padding:0;
    	margin:0;
    }
    
    
h5 
    {
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    	color: #336699;
    	font-size: 12px;
    	padding:0;
    	margin:0;
    }


h6 
    {
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    	color: #336699;
    	font-size: 10px;
    	padding:0;
    	margin:0;
    }


hr 
    {
    	color: #79b7e7;
    	background-color: #79b7e7
    }

    
a:link 
    {
        color: #336699;
        text-decoration: none
    }


a:visited 
    {
        color: #336699;
        text-decoration: none
    }


a:hover 
    {
        color: #336699;
        text-decoration: none
    }
    
    
.black
    {
    	color: #000000;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
.black_b
    {
    	color: #000000;
    	font-weight: bold;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
.green
    {
    	color: #008000 ;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
.green_b
    {
    	color: #008000 ;
    	font-weight: bold;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
.red
    {
    	color: #FF0000;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
.red_b
    {
    	color: #FF0000;
    	font-weight: bold;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    
.grey
    {
    	color: #D3D3D3;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    
.yellow
    {
    	color: #FF8C00;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
#log
    {
    	display: block;
        z-index: 999;
        opacity: .7;
        position: fixed;
        bottom: 100%;
        margin-bottom: -400px;
        right: 85%;
    }

.bigFirst:first-letter {font-size: 150%;}

.text_upper {text-transform: uppercase;}

.text_lower {text-transform: lowercase;}

.text_capitalize {text-transform: capitalize;}


/* TABLES
----------------------------------*/
.standart-radius
    {
        text-align: center;
        padding: 5px 5px 5px 5px;
    	border-bottom-style:ridge;
    	border-right-style:ridge;
    	border-left-style:ridge;
    	border-top-style:ridge;
    	border-bottom-color:#79b7e7;
    	border-right-color:#79b7e7;
    	border-left-color:#79b7e7;
    	border-top-color:#79b7e7;
    	border-bottom-width:thin;
    	border-right-width:thin;
    	border-left-width:thin;
    	border-top-width:thin;
    	border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    
    
.standart-radius-green
    {
        color: #000000 ;
        display:table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 5px 5px 5px 5px;
        border-bottom-style:ridge;
        border-right-style:ridge;
        border-left-style:ridge;
        border-top-style:ridge;
        border-bottom-color:#339966;
        border-right-color:#339966;
        border-left-color:#339966;
        border-top-color:#339966;
        border-bottom-width:thin;
        border-right-width:thin;
        border-left-width:thin;
        border-top-width:thin;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        width: 740px;
        height: 40px;
    }
    
    
    .standart-radius-red
    {
        color: #000000 ;
        display:table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 5px 5px 5px 5px;
        border-bottom-style:ridge;
        border-right-style:ridge;
        border-left-style:ridge;
        border-top-style:ridge;
        border-bottom-color:#FF0000;
        border-right-color:#FF0000;
        border-left-color:#FF0000;
        border-top-color:#FF0000;
        border-bottom-width:thin;
        border-right-width:thin;
        border-left-width:thin;
        border-top-width:thin;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    
.panel_clock
    {
        height: 80px;
        width: 370px;
        position: absolute;
        top: -13px;
        z-index: 99;
        padding: 5px 5px 5px 5px;
        opacity: 0.85;
        background-color: #fff;
    	border-bottom-style:ridge;
    	border-right-style:ridge;
    	border-left-style:ridge;
    	border-top-style:ridge;
    	border-bottom-color:#79b7e7;
    	border-right-color:#79b7e7;
    	border-left-color:#79b7e7;
    	border-top-color:#79b7e7;
    	border-bottom-width:thin;
    	border-right-width:thin;
    	border-left-width:thin;
    	border-top-width:thin;
        border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
    	-moz-border-radius-bottomleft: 10px;
    	-moz-border-radius-bottomright: 10px;
    	-webkit-border-bottom-left-radius: 10px;
    	-webkit-border-bottom-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.4);
        -moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.4);
        box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.4);
    }
    

    
.panel_clock_text
    {
        padding-top: 22px;
    }

.standart-blok-top
    {
        padding: 5px 5px 5px 5px;
    	border-bottom-style:ridge;
    	border-right-style:ridge;
    	border-left-style:ridge;
    	border-top-style:ridge;
    	border-bottom-color:#79b7e7;
    	border-right-color:#79b7e7;
    	border-left-color:#79b7e7;
    	border-top-color:#79b7e7;
    	border-bottom-width:thin;
    	border-right-width:thin;
    	border-left-width:thin;
    	border-top-width:thin;
    	border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
		background-image: linear-gradient(right , rgb(232,238,252) 0%, rgb(255,255,255) 50%, rgb(232,238,252) 100%);
		background-image: -o-linear-gradient(right , rgb(232,238,252) 0%, rgb(255,255,255) 50%, rgb(232,238,252) 100%);
		background-image: -moz-linear-gradient(right , rgb(232,238,252) 0%, rgb(255,255,255) 50%, rgb(232,238,252) 100%);
		background-image: -webkit-linear-gradient(right , rgb(232,238,252) 0%, rgb(255,255,255) 50%, rgb(232,238,252) 100%);
		background-image: -ms-linear-gradient(right , rgb(232,238,252) 0%, rgb(255,255,255) 50%, rgb(232,238,252) 100%);

		background-image: -webkit-gradient(
			linear,
			right top,
			left top,
			color-stop(0, rgb(232,238,252)),
			color-stop(0.5, rgb(255,255,255)),
			color-stop(1, rgb(232,238,252))
		);
-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.4);
    }
    
    
.standart-blok-vybir
    {
        padding: 20px 20px 20px 20px;
    	border-bottom-style:ridge;
    	border-right-style:ridge;
    	border-left-style:ridge;
    	border-top-style:ridge;
    	border-bottom-color:#79b7e7;
    	border-right-color:#79b7e7;
    	border-left-color:#79b7e7;
    	border-top-color:#79b7e7;
    	border-bottom-width:thin;
    	border-right-width:thin;
    	border-left-width:thin;
    	border-top-width:thin;
    	border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.4);
    }
    

.standart-blok-right
    {
        text-align: left;
        padding: 5px 5px 5px 5px;
    	border-bottom-style:ridge;
    	border-right-style:ridge;
    	border-left-style:ridge;
    	border-top-style:ridge;
    	border-bottom-color:#79b7e7;
    	border-right-color:#79b7e7;
    	border-left-color:#79b7e7;
    	border-top-color:#79b7e7;
    	border-bottom-width:thin;
    	border-right-width:thin;
    	border-left-width:thin;
    	border-top-width:thin;
        border-bottom-left-radius: 10px;
    	border-top-left-radius: 10px;
    	-moz-border-radius-bottomleft: 10px;
    	-moz-border-radius-topleft: 10px;
    	-webkit-border-bottom-left-radius: 10px;
    	-webkit-border-top-left-radius: 10px;
-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.4);
    }


    
.standart-blok-avtor
    {
        text-align: right;
        font-weight:bold;
        font-size: 9px;
        padding: 5px 5px 5px 5px;
    	border-bottom-style:ridge;
    	border-right-style:ridge;
    	border-left-style:ridge;
    	border-top-style:ridge;
    	border-bottom-color:#79b7e7;
    	border-right-color:#79b7e7;
    	border-left-color:#79b7e7;
    	border-top-color:#79b7e7;
    	border-bottom-width:thin;
    	border-right-width:thin;
    	border-left-width:thin;
    	border-top-width:thin;
        border-bottom-left-radius: 10px;
    	border-top-left-radius: 10px;
    	-moz-border-radius-bottomleft: 10px;
    	-moz-border-radius-topleft: 10px;
    	-webkit-border-bottom-left-radius: 10px;
    	-webkit-border-top-left-radius: 10px;
    }
    
    
.standart_red_message {
    background-color:#FFEFD5;
    color:#FF0000;
    font-size: 13px;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-bottom-style:ridge;
    border-right-style:ridge;
    border-left-style:ridge;
    border-top-style:ridge;
    border-bottom-color:#FF0000;
    border-right-color:#FF0000;
    border-left-color:#FF0000;
    border-top-color:#FF0000;
    border-bottom-width:thin;
    border-right-width:thin;
    border-left-width:thin;
    border-top-width:thin;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 740px;
    height: 40px;
	background-image: linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -o-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,207,207)),
		color-stop(0.54, rgb(255,232,232))
	);
    }
    
    
.standart_green_message{
    background-color:#E0FFFF;
    color: #008000 ;
    font-size: 13px;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-bottom-style:ridge;
    border-right-style:ridge;
    border-left-style:ridge;
    border-top-style:ridge;
    border-bottom-color:#339966;
    border-right-color:#339966;
    border-left-color:#339966;
    border-top-color:#339966;
    border-bottom-width:thin;
    border-right-width:thin;
    border-left-width:thin;
    border-top-width:thin;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 740px;
    height: 40px;
	background-image: linear-gradient(bottom, rgb(201,255,201) 0%, rgb(232,255,232) 54%);
	background-image: -o-linear-gradient(bottom, rgb(201,255,201) 0%, rgb(232,255,232) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(201,255,201) 0%, rgb(232,255,232) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(201,255,201) 0%, rgb(232,255,232) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(201,255,201) 0%, rgb(232,255,232) 54%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(201,255,201)),
		color-stop(0.54, rgb(232,255,232))
	);
    }
    

.standart_yellow_message{
    background-color:#FFFACD;
    color: #000000;
    font-size: 13px;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-bottom-style:ridge;
    border-right-style:ridge;
    border-left-style:ridge;
    border-top-style:ridge;
    border-bottom-color:#DAA520;
    border-right-color:#DAA520;
    border-left-color:#DAA520;
    border-top-color:#DAA520;
    border-bottom-width:thin;
    border-right-width:thin;
    border-left-width:thin;
    border-top-width:thin;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 740px;
    height: 40px;
	background-image: linear-gradient(bottom, rgb(255,255,181) 0%, rgb(255,255,232) 54%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,181) 0%, rgb(255,255,232) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,181) 0%, rgb(255,255,232) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,181) 0%, rgb(255,255,232) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,181) 0%, rgb(255,255,232) 54%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,181)),
		color-stop(0.54, rgb(255,255,232))
	);
    }
    
    
.table{
    color: #000000;
    border-spacing: 0;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;       
}

    
.table td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: center;    
}


.table th {
    border-left: 1px solid #ccc;
    padding: 5px;
    text-align: center;    
}


.table th {
    background-image: linear-gradient(bottom, rgb(220,233,249) 0%, rgb(239,243,247) 70%);
	background-image: -o-linear-gradient(bottom, rgb(220,233,249) 0%, rgb(239,243,247) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(220,233,249) 0%, rgb(239,243,247) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(220,233,249) 0%, rgb(239,243,247) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(220,233,249) 0%, rgb(239,243,247) 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(220,233,249)),
		color-stop(0.7, rgb(239,243,247))
	);  
    font-weight:bold;
    font-size: 14px;     
}


.table tr:nth-child(even) {
    background: #F0F8FF;        
}


.table tr:hover {
	background: #90EE90;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  
}   


.table td:first-child, .table th:first-child {
    border-left: none;
}


.table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}


.table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}


.table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}


.table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
 
 
.table_print, .table_print_akt {
    color: #000000;
    border-spacing: 0;
    border: solid #000000 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;       
}
    
.table_print td, .table_print_akt td {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 2px;
    text-align: center;    
}

.table_print th, .table_print_akt th {
    border-left: 1px solid #000000;
    padding: 2px;
    text-align: center;    
}

.table_print_akt th {
    background: #f5f5f5;        
}   

.table_print tr:nth-child(even) {
    background: #f5f5f5;        
}    




.table_print th:first-child, .table_print td:first-child, .table_print_akt th:first-child, .table_print_akt td:first-child {
    border-left: none;
}


.table_print th:first-child, .table_print_akt th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}


.table_print th:last-child, .table_print_akt th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}


.table_print tr:last-child td:first-child, .table_print_akt tr:last-child td:first-child{
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}


.table_print tr:last-child td:last-child, .table_print_akt tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.table_print_stat
    {
        color: #000000 ;
        display:table-cell;
        vertical-align: middle;
        text-align: right;
        padding-right: 15px;
        border-bottom-style:ridge;
        border-right-style:ridge;
        border-left-style:ridge;
        border-top-style:ridge;
        border-bottom-color:#000000;
        border-right-color:#000000;
        border-left-color:#000000;
        border-top-color:#000000;
        border-bottom-width:thin;
        border-right-width:thin;
        border-left-width:thin;
        border-top-width:thin;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

    
.csc-textpic
    {
        padding: 10px 10px 10px 10px;
    }
    

.shadow 
    {
        box-shadow: 0px 4px 4px rgba(0,0,0,.3);
    	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,.3);
    	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.3);
    	-khtml-box-shadow: 0px 4px 4px rgba(0,0,0,.3);
    }
    
    
    
.td-padding
    {
        padding: 5px 5px 5px 5px;
    }


.shadow 
    {
        box-shadow: 0px 3px 4px rgba(0,0,0,.3);
    	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
    	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
    	-khtml-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
    }
    

/* FORMS
----------------------------------*/
label 
    {
        color: #000000;
        float:left;
        display:block;
        width:200px;
        clear:left;
        text-align:right;
        margin:3px 10px;
    }
    

input, checkbox, textarea, select 
    {
      border: solid 1px #0000FF;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
    }
    

input[readonly] 
    {
        background-color : #f5f5f5;
    }
    
input[type="submit"] .menu0 .menu1 .menu2
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
    }

input[type="text"]:focus, input[type="password"]:focus, checkbox:focus, textarea:focus, select:focus 
    {
    	border : solid 1px #FF0000;
        box-shadow:0 0 3px 1px #000000;
        -moz-box-shadow:0 0 1px 1px #000000;
        -webkit-box-shadow:0 0 1px 1px #000000;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    
input[disabled="disabled"], textarea[disabled="disabled"], select[disabled="disabled"] 
    {
    	border : solid 1px #808080;
    }
    
     
input:blur
    {
        border : solid 1px #000000
    }
    

.form 
    {
        float:left;
        display:block;
        width:300px;
        margin:3px 10px;
    }
    
.w10 
    {
        width:75px;
    }    

.w20 
    {
        width:20px;
    }
    
.w75 
    {
        width:75px;
    }
    

.w100 
    {
        width:100px;
    }
    
.w150 
    {
        width:150px;
    }

.w200 
    {
        width:200px;
    }
    
.w250 
    {
        width:250px;
    }
    
.w300 
    {
        width:300px;
    }
    
.w400 
    {
        width:400px;
    }
    

label.error 
    {
        float:left;
        clear:none;
        color:red;
        font-style:italic;
    }
    
    
input.error, checkbox.error, textarea.error, select.error
    {
        border : solid 1px #FF0000;
        background-color: bisque;
    }
    

.ui-autocomplete 
    {
    	max-height: 300px;
    	overflow-y: auto;
    	overflow-x: hidden;
    	padding-right: 20px;
	}
	
.ui-datepicker {
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

/* Errors -----------------------------------------------*/
.error_system_on_page {
	left: -10px;
	opacity: .85;
	display: block;
    display: none;
    z-index: 999;
    position: fixed;
    background-color:#FFEFD5;
    color:#FF0000;
    font-size: 15px;
    font-weight:bold;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 70px 10px 10px;
    border-style:ridge;
    border-color:#FF0000;
    border-width:thin;
    width: 100%;
	background-image: linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -o-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(255,207,207) 0%, rgb(255,232,232) 54%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,207,207)),
		color-stop(0.54, rgb(255,232,232))
	);
}    

