/*
    Document   : style
    Created on : 01.02.2012, 9:35:16
    Author     : veber
    Description:
        Purpose of the stylesheet follows.
*/

/*@import url(reset.css);*/

body, html {
    margin:0px;
    padding:0px;
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
}

* html #maket {
height: 100%;
}

#wrapper {
    width:800px;
    margin:0 auto;
    min-height: 100%;
    border-left: 1px solid black;
    border-right: 1px solid black;
/*    border: 1px solid black;*/
    border-radius: 4px;
/*    background-color: #F2F1F1;*/
/*    font-size: 14px;*/
/*    color: #1D3A95;*/
}

#header{
/*    background-color: #ECE9D8;*/
    min-height: 62px;
    padding-top: 5px;
/*    padding-left: 10px;*/
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;


}
.zagolovok{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: -5px;
    text-decoration: none;
    margin: 10px 5px;
    padding: 3px;
    border-radius: 3px;
    color: #1D3A95;
    text-transform: uppercase;
    border: 1px solid #C8C6BE;
    text-align: center;
    background-color: #E2E0E0;
    background-image:url('../images/noisy-texture-100x100.png');
}
.help_title{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 28px;
    margin-left: 32px;
    margin-bottom: -2px;
    padding: 3px;
    border-radius: 3px;
    color: #1D3A95;
    text-transform: uppercase;
    border: 1px solid #C8C6BE;
    text-align: center;
    background-color: #E2E0E0;
    background-image:url('../images/noisy-texture-100x100.png');
}
.help_page_title{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
    margin-left: 8x;
    margin-bottom: 4px;
    padding: 10px 0px 10px 0px;
    border-radius: 3px;
    color: #1D3A95;
    text-transform: uppercase;
    border: 1px solid #C8C6BE;
    text-align: center;
    background-color: #f5f3f3;
    background-image:url('../images/noisy-texture-100x100.png');
}
.help_page img{
    margin: 20px 0px 10px 0px;
    border: #79b7e7;
    border-style: solid;
    float: left;
}
.help_page  .small{
    position: relative;
    margin: 20px 8px 10px 8px;
}
.item_img{
/*    position: relative;*/
    display: inline-block;
    margin-top: 14px;
    margin-right: 8px;
    margin-left: 8px;
    float: left;
    height: 26px;
    width: 24px;
    background-repeat: no-repeat ;
    background-image:url('../images/help/item20.png');    
}
.help_paragraph{
/*    position: relative;*/
    margin-top: 14px;
    padding-left: 6px;
    text-align: inherit;
}
.help_item{
    height: 26px;
    margin: 8px 8px 2px 8px;
    background-image:url('../images/Help.png');
    background-repeat: no-repeat ;
    background-position: -2px -2px;  

}
.help_accent{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    color: #1D3A95;
    text-align: center;
}
.help_accent_it{
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #1D3A95;
    text-align: center;
    font-style: italic;
    font-family: sans-serif;
}

.help_pic{
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.help_pic_in_text{
    display: inline;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
    font-family: arial;
}

.back{
    height: 26px;
    width: 36px;
    margin: 8px 8px 2px 12px;
    background-image:url('../images/back-icon.png');
    background-repeat: no-repeat ;
    background-position: -2px -5px;  
}
.forward{
    display: inline;
    float: right;
    height: 26px;
    width: 36px;
    margin: -26px 8px 2px 0px;
    background-image:url('../images/forward-icon.png');
    background-repeat: no-repeat ;
    background-position: -2px -5px;  
}
.list{
    display: inline;
    float: left;
    height: 34px;
    width: 34px;
    margin: -33px 8px 2px 380px;
    background-image:url('../images/help/list2.png');
    background-repeat: no-repeat ;
/*    background-position: -2px -5px;  */
}

.clear{
    clear:both;
}

/* top menu */
.top_menu, .navigation {
    background-color: #E2E0E0;
    padding: 0;
    text-align: right;
    margin: 0 5px;
    height: 40px;
/*    display: table;*/
    margin-bottom: 5px;
    border: 1px solid #C8C6BE;
    border-radius: 3px;
    background-image:url('../images/noisy-texture-100x100.png');

}
.top_menu li, .navigation li {
    list-style: none;
    margin: 0;
    text-align: center;
    position: relative;
    border-right: 1px solid #aca899;
    border-left: 1px solid #fff;
/*    width: 85px;*/
    background-color: #E2E0E0;
/*    background-color: #ece9d8;*/
    font-size: 13px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    background-image:url('../images/noisy-texture-100x100.png');
}
.top_menu li:hover {
    background-color: #F7F7F7;
    background-image:url('../images/noisy-texture-100x100.png');
}
.top_menu li a, .navigation li a {
    text-decoration: none;
    color: #000;
    height: 40px;
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 85px;
    line-height: 10px;
}
.top_menu li a:hover, .navigation li a:hover {
    background-color: #F7F7F7;
}

.navigation li ul {
    position: absolute;
    padding-left: 0;
    z-index: 99;
}

.navigation li ul li {
    display: block;
    width: auto;
}

.navigation li ul li a {
    width: 100%;
}

.navigation .sub{
    width: 250px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
}
.navigation .sub a{
     width: 100%;
}
/* end top menu */

#content{
    padding: 2px;
}

#rasporka {
    height: 4px;
}

#footer{
    background-color: #E2E0E0;
    clear:both;
    height: 20px;
    margin-top:-20px;
    width:798px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #C8C6BE;
    background-image:url('../images/noisy-texture-100x100.png');
}
.table_change{
    border: 1px solid #C8C6BE;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 10px 30px ;
    background-color: #E2E0E0;
    color: #1C3278;
    border-spacing: 4px;
}
.table_change td{
    vertical-align: middle;
/*    border: 1px solid red;*/
}

.buttons_panels{
    border-radius: 4px;
    margin: 10px;
    padding: 5px;
    text-align: center;
}
.buttons_panels input[type=submit],
.buttons_panels input[type=button],
.buttons_panels button{
    margin: 0px 40px ;

}
form.data {
/*    font-family: Arial;*/
/*    font-size: 12px;*/
/*    color: #404040;*/
}

form.data input[type="text"], form.data input[type="password"], form.data select {
    height: 21px;
    line-height: 21px;
/*    margin-bottom: 9px;*/
    width: 210px;
    border: 1px #404040 solid;
    background-color: #fff;
}

form.data textarea {
    width: 210px;
    border: 1px solid black;
    resize: none;

}

form.data td.label {
    width: 150px;
}

.block_filtres{
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}
.date_format{
    width: 80px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid gray;

}
.time_format{
    width: 45px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid gray;
}
.bad_datetime{
    border: 1px solid red;
}
.hide{
    display: none;
}
.link1{
    text-decoration: none;
}
.link1 img{
    vertical-align: middle;
}

/* begin buttons */
button,
input[type=button],
input[type=submit]{
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    border: 1px solid #D3D3D3;
    color: #1C3278;
    font-weight: bold;
    background-color: #E6E6E6;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow: hidden;
    padding: 0.4em 1em;
    position: relative;
    text-align: center;
    text-decoration: none !important;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover{
    background-color: #DADADA;
    border: 1px solid #999999;
}
button:active,
input[type=button]:active,
input[type=submit]:active{
    background-color: #FFF;
}
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled{
    opacity: 0.5;
    background-color: #DADADA;
    border: 1px solid #999999;
    cursor: default !important;
}
/* end buttons */
ul.errors{
    margin: 0px;
    width: 195px;
    padding-left: 15px;
}
ul.errors li{
/*    list-style: none;*/
    margin: 0px;
    color: red;
    font-size: 12px;

}
.errors_tr{
    color: red;

}
.errors_tr td{
/*    border: 1px solid red;*/
    height: 10px;
    border-spacing: 1px;
    vertical-align: top;
    border-spacing: 0px;
    text-align: right;
}


a, a:visited{
    color: #1C3278;
}
a:hover{
        background-color: #C3D0D9;
/*    color: #1D3A95;*/
}
.block_credit_cards{
    background-color: #E2E0E0;
    border: 1px solid #C8C6BE;
    border-radius: 4px;
    padding: 5px;
    text-align: right;
    margin-bottom: 20px;
}
.auth_block{
    position: absolute;
    overflow: auto;
    width:  500px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -125px;
    border-radius: 3px;
    color: #1D3A95;
    border: 1px solid #C8C6BE;
    text-align: center;
    background-color: #F7F7F7;
    display: table;
}
.auth_table{
/*    border: 1px solid red;*/
    position: relative;
    margin: auto;
    text-align: left;
}
.current_values{
    border: 1px solid #C8C6BE;
/*    border-radius: 3px;*/
    padding: 3px;
    text-align: center;
    color: #1D3A95;
    width: 400px;
    margin:  auto ;

}
.current_values:nth-child(odd){
    background-color: #E2E0E0;
    border: 1px solid #E2E0E0;
}
.block_2divs{
/*    border: 1px solid red;*/
  position: relative;
  //  display: table;
    width: 100%;
    margin:0 auto;

}
.block_2divs_left{
    padding-left: 5px;
    width: 50%;
/*    border: 1px solid yellow;*/
    position: relative;
    display: table-cell;
    vertical-align: top;
    background-image:url('../images/noisy-texture-100x100.png');

}
.block_2divs_right{

    width: 50%;
/*    border: 1px solid green;*/
    position: relative;
    display: table-cell;
    vertical-align: top;
    background-image:url('../images/noisy-texture-100x100.png');
}
.card_change{
    
    background-color: #E2E0E0;
    border: 1px solid #C8C6BE;
    border-radius: 4px 4px 4px 4px;
/*    border-spacing: 4px;*/
    color: #1C3278;
    margin-left: 5px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0px 20px;
    width: 99%;
    border-spacing: 2px;
    background-image:url('../images/noisy-texture-100x100.png');
/*    float: left;*/
}
.card_change ul.errors{
    width: auto;
}
.card_change th{
    text-transform: uppercase;
}
.card_change td{
    vertical-align: middle;

}
.card_change tr{
/*    border-bottom: 1px solid black;*/

}
.card_change input{
    width: 50px;
    text-align: center;
    border: 1px solid black;
    box-shadow:0 0 0 0;
}
.card_textarea{
    border: 1px solid black;
    height: 150px;
    resize: none;
    text-align: left;
    width: 330px;

}
.card_change_left{
    width: 60%
}
.card_change_right{
/*    max-width: 100px;*/
/*    width: 100px;*/
}
.conf_tempdates{
    color: #1D3A95;
    position: absolute;
    top: 20px;
    right: 15px;
    font: normal 10px sans-serif;

}

.messages{
    color: red;
    margin: 5px;
}
.config_seasons input{
    width: 60px;
}
.config_seasons table{
    margin: 0 auto; 
}
.config_seasons table td{
    vertical-align: top;
}
.docbutt{
    display: inline-block;
    float:right;
    background-image:url('../images/document-export.png');
    background-repeat: no-repeat;
}
.docbutt_view{
    background-image:url('../images/document_view.png');
    background-repeat: no-repeat ;
    background-position: 30 30;  
}
.ico128x128{
    float:right;
    display: block;
}
.rightpath{
    float:left;
    display: block;
}
input, select, textarea {
	font-size:12px;
	margin: 0 0 15px 0;
	border: 2px solid #888;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow:2px 2px 5px rgba(0, 0, 0, 0.4);
}

select {
	padding:2px;
	min-width:50px;
	/*overflow:hidden;*/
	/*background: transparent url(../images/CircledBorderTriangleDown.png) no-repeat 98% 50%;*/
	background-size:16px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"], input[type="password"]{
	border: 2px solid #888;
	/* END REMOVE */
	outline: none;
	font-size: 12px;
     border-radius: 2px;
        -moz-border-radius: 2px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow:2px 2px 5px rgba(0, 0, 0, 0.4);
}

/*input[type="checkbox"] {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    border: 2px solid #888;
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}*/
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */


button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* Page Sections */
.section,
.section-colored {
  padding: 4px 4px;
  background-image:url('../images/noisy-texture-100x100.png');
  background-repeat: repeat;	
  background-color: white;
}

.section-colored {
  background-color: rgb(227,239,247); /* change this to change the background color of a colored section */
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 4px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}
h1 {
/*	font-family: 'Playfair Display', serif;*/
/*	font-family: 'TitilliumText22LRegular', Tahoma, Geneva, sans-sherif;*/
	font-weight:normal;
	font-size: 40px;
	margin-top: -5px;
	text-decoration: none;
	margin-bottom: 20px;
/*	text-shadow: 0.05em 0.05em 0.05em lightgray;*/
}


h2 {
/*	font-family: 'Playfair Display', serif;*/
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
/*	text-shadow: 0.05em 0.05em 0.05em lightgray;*/
}

h3 {
	font-weight: normal;
	margin-bottom: 5px;
}

h4 {
	font-weight: normal;
}
.cvteste {
            background-color: green !important;
/*            color: #006666*/
        }
.cvtesteA {
            background-color: red !important;
        }
.notice{
    display: inline-block;
/*    float: right;*/
    margin: 0px 0px 0px 60px;
    height: 200px;
    width: 200px;
    background-image:url('../images/notice.png');
    background-repeat: no-repeat ;
    background-position: -2px -5px;  
}
.notice_text{
    margin: 0px 4px 4px 0px;
    padding: 44px 10px 4px 8px;
    font-size: 12px;
}

