.header_login_acquisition
{
	background: url(../img/Acquisition/signin_ico.png) 20px center no-repeat;
}

#header
{
    height:100px !important;
}    

#ModuleAcquisition .logo
{
    background:url(../img/Acquisition/logo.png) no-repeat;
    display:block;
	width:106px;
	height:119px;
	position:absolute;
	top:-10px;
	left:10px;
	z-index:5;
}

.side_h_acquisition
{
    font-size: 14px;
    padding-bottom: 5px;
    color: #5C4038;
    font-weight: bold;
}

.side_h_acquisition a
{
    color: #5C4038;
    text-decoration: none;
}

.side_h_acquisition a:hover
{
    color: Red;
}

.link_h_acquisition a
{
    font-size: 14px;
    padding-bottom: 5px;
    color: #5C4038;
    font-weight: bold;
}

.side_menu_acquisition
{
	position:relative;
	padding:10px 0 20px 0;
	border-top:1px solid #cccccc;
}
        
.side_menu_acquisition ul
{
    list-style: square outside;
	padding-left: 10px;
    color: #5C4038;
}

.side_menu_acquisition ul li 
{
	clear:both;
	padding:0 0 5px 0;
}

.side_menu_acquisition ul li a 
{
    text-decoration:none;
    background:0 none;
    text-align:left;
    color: #5C4038;
}

.side_menu_acquisition ul li a:hover
{
    background: url(../img/border.png) bottom repeat-x;
    color: Red;
}

.side_menu_registry ul li a.active 
{
    padding-right:15px;
    background:url(../img/side_marker.png) right center no-repeat;
}

.button_acq
{
    color: #5C4038;
}

h3
{
   color: #5C4038;
   margin-bottom: 20px;
}

.acq-prop
{
    margin: 0 auto;
    width:100%;
    border: 1px solid #5C4038;
    border-collapse:collapse;
    
}

.acq-prop td
{
    padding: 5px 5px;
    font-size: 16px;
    border: 1px solid #5C4038;
    vertical-align:middle;
}

.acq-prop td.nodata
{
    text-align:center;
}
.acq-prop th
{
    text-align:center;
    font-weight:bold;
    background: url(../img/table_th.png) bottom repeat-x;
    vertical-align:middle;
}


.acq-prop td:nth-child(1)
{
    color: #5C4038;
}

.acq-prop tr:nth-child(even)
{
    background-color: #F5ECE2;
}

.acq-prop input
{
    width: 99%;
    background-color: inherit;
    border: 0px solid #D2BBB5;
    font-size: 16px;
    text-align:center;
}

.acq-prop select
{
/*    width: 99%;  */
    background-color: inherit;
    border: 0px solid #D2BBB5;
    font-size: 16px;
}

.cmd-wrap
{
    text-align:center;
    margin-top: 20px;
}

.gray
{
    color:Gray;
}


.ctl_frame
{
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid transparent;
    z-index: 0;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-height: 5px;
}

#filter form
{
    display:none;
}

    
#filter
{
    margin-bottom: 20px;
}

#filter table
{
    margin: 10px;
    width:100%;
}

#filter td.td1
{
    padding-bottom:10px
}

#filter label
{
    display:block;
    color:#8A361B; 
    font-size:16px;
    overflow:hidden;
    white-space: nowrap;
}

#filter tr
{
    margin-bottom: 20px;
}    

#filter input.inp, #filter select
{
    width:90%;
    font-size: 16px;
    border: 1px solid #ccc; 
    background: url(../img/text.png) repeat-x;
    color:#666;
}    
    
#filter .date_range input
{
    white-space:nowrap;
    width:40%;
}

.frame_h
{
    color: #aaa;
    padding: 0 5px 0 5px;
    margin: -8px 0 -6px 10px;
    font-size: 10px;
    z-index: 1;
    background-color: white;
    display: inline-block;
    position: absolute;    
}

.frame_h:hover
{
    color: red;
    cursor: pointer;
}

td.but {
vertical-align: middle;
}

td.but input, td.but button
{
    width:6em;
    margin-top: 8px;
    margin-bottom: 8px;
}    

.s_button 
{
    color: #8A361B;
}

.smenu
{
    margin: 0 auto;
    border-spacing: 10px;
    font-size:16px;
}

.smenu td
{
    font: inherit;
    color: Gray;
}    

.smenu a
{
    line-height:30px;
    font: inherit;
    text-decoration: none;
    color: #5C4038;
    margin:0;
    padding:0;
    
}

.smenu a:hover
{
    color: Red;
}

a.dis
{
    color: Gray;
    cursor: default;
}
    
.iform-wrap
{
    text-align:center;
    margin-top:100px;
    font-size:16px;
    color: brown;
}

input.half
{
    width:50% !important;
}

.red
{
    color: Red;
}

.black
{
    color: Black;
}


/* ==== Стили для режима "онлайн заявки" === */

.ooform
{
    border: 1px solid #C0C0C0;
    margin: 0 auto;
    border-spacing: 1px;
}

.ooform td
{
    padding: 5px;
    vertical-align:middle;
}

.ooform input, .ooform select, .ooform textarea
{
    width: 400px;
    background-color:transparent;
    border: 1px solid lightgray;
    border-radius: 5px;
    outline:none;
    font-family: Arial
}

.ooform tbody tr:nth-child(odd)
{
    background-color: #F7FBFB;
}

.ooform tbody tr:nth-child(even)
{
    background-color: #FAFAED;
}

button.oo, #fileButton, #wk-unit button
{
    border-radius: 8px;
    border: 1px solid gray;
    outline: none;
    margin:2px;
}

button.oo:active, button#fileButton:active, #wk-unit tr td button:active
{
    background-color: #CC3300 !important;
    color:white;
}

button.oo:hover, button#fileButton:hover, #wk-unit tr td button:hover
{
    background-color: #A46A5B;
    color: white;
}

.oo:focus, #fileButton:focus, #wk-unit button:focus
{
    background-color: ButtonFace;
    color:red;
}

td.cmd
{
    white-space:nowrap;
}
td.cmd button
{
    border-radius: 8px;
    border: 1px solid gray;
    margin-right:5px;
    outline:none;
}

td.cmd button:hover
{
    background-color: #A46A5B;
    color: white;
    cursor:pointer;
}

td.cmd button:active
{
    background-color: #CC3300;
    color: white;
    cursor:pointer;
}

.ooform
{
    border: 1px solid #C0C0C0;
    margin: 0 auto;
    border-spacing: 1px;
}

.ooform td
{
    padding: 5px;
    vertical-align:middle;
}

.ooform input, .ooform select, .ooform textarea
{
    width: 400px;
    background-color:transparent;
    border: 1px solid lightgray;
    border-radius: 5px;
    outline:none;
    font-family: Arial
}

.ooform tbody tr:nth-child(odd)
{
    background-color: #F7FBFB;
}

.ooform tbody tr:nth-child(even)
{
    background-color: #FAFAED;
}



.ooctl_frame
{
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid transparent;
    z-index: 0;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-height: 5px;
}

#oofilter form
{
    display:none;
}

.ooframe_h
{
    color: #aaa;
    padding: 0 5px 0 5px;
    margin: -8px 0 -6px 10px;
    font-size: 10px;
    z-index: 1;
    background-color: white;
    display: inline-block;
    position: absolute;    
}

.ooframe_h:hover
{
    color: red;
    cursor: pointer;
}

#oofilter
{
    margin-bottom: 20px;
}

#oofilter table
{
    margin: 10px;
}

#oofilter th
{
    color: #069;
    font-weight:bold;
}

#oofilter tr
{
    margin-bottom: 20px;
}    

#oofilter input, #oofilter select
{
    font-size: 16px;
    border: 1px solid #ccc; 
    background: url(../img/text.png) repeat-x;
    color:#666;
    margin-right:10px;
}

#oofilter input
{
    width: 200px;
}

#oofilter button
{
    margin-right:10px;
}

table.ttree
{
    width:100%;
    border: 1px solid #C0C0C0;
    border-spacing: 0px;
}

table.ttree > thead > tr
{    
    background: url(../img/table_th.png) bottom repeat-x;
    height: 35px;
}

table.ttree > thead > tr > th
{
    vertical-align:middle;
}

table.ttree > thead > tr > th:hover
{
    color:Red;
    cursor:pointer;
}


table.ttree td.lev
{
    padding: 0;
    vertical-align:top;
}

table.ttree td.lev > div
{
    height:100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 11pt;
}

table.ttree td.lev div div
{
    padding: 5px;
    cursor:pointer;
}

table.ttree td.lev div div:hover
{
    color:Red;
}

table.ttree td.lev div div:nth-child(odd), table.t3 tr:nth-child(odd)
{
    background-color: #EFF8F7;
}

table.ttree td.lev div div:nth-child(even), table.t3 tr:nth-child(even)
{
    background-color: #FAFAED;
}

.cur-item
{
    background-color: Blue !important;
    color:White !important;
}    

.new-item
{
    color:blue;
}    

#wk-unit
{
    width:100%;
    font-size: 11pt;
    margin-top:10px;
}

#wk-unit td
{
    vertical-align:middle;
    white-space:nowrap;
    text-align:right;
}

#wk-unit td input
{
    font-size: 11pt;
    width:98%;
    border-radius:8px;
    border: 1px solid gray;
    outline: none;
}

#wk-unit td input:focus
{
    background-color: #FFF4DF;
}

#wk-unit tr td:nth-child(1)
{
    text-align:left;
}

#wk-unit tr td:nth-child(2)
{
    text-align:center;
}
