html {
    background: #fff;
}

#pageHeaderContainer{
    background: #322d24 url("../../_img/themes/doubleline/header-bg.png") no-repeat left top;
    border-bottom: 2px solid #000;
}

#logo {
    width: 200px;
    height: 101px;
    background: transparent url("../../_img/themes/doubleline/logo.png") no-repeat 15px 5px;
    margin-left: 10px;
}

#header {
    border-bottom: 2px solid Black;
    /*background: #d9d9d9 url("../../_img/themes/doubleline/header-bg.png") repeat;*/
    background: transparent;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(224, 224, 224, 0.3);
}

#logoContainer {
    /*background: #d9d9d9 url("../../_img/themes/doubleline/header-bg.png") repeat;*/
    background: transparent;
    width: 200px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(224, 224, 224, 0.3);
}

#CurrentUser{
    border: 2px solid #000;
    padding: 5px 10px 5px 30px;
}



.rs-master-title .rs-master-title-contaner,
.rs-master-panel .panel-title,
.ax-title-container .ax-title,
#win-title .title,
.window-title {
    background: #322d24 !important;
    color: #ffffff !important;
}

.rs-master-title .rs-master-title-contaner,
td#win-title .title {
    background: #322d24 !important;
    color: #ffffff !important;
}

a,
a:visited {
    color: #307d88;
}

a:hover {
    color: #ffae00;
}

/*button, input[type=submit], input[type=button]{*/
    /*display: inline-block;*/
    /*border: 1px solid #8a8a8a;*/
    /*color: #000 !important;*/
    /*text-decoration: none;*/
    /*font-size: 13px;*/
    /*box-shadow: 0 0 1px #8a8a8a;*/
    /*-moz-box-shadow: 0 0 1px #b5b5b5; !* Firefox 3.5+ *!*/
    /*-webkit-box-shadow: 0 0 1px #8a8a8a; !* Safari, Chrome *!*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    /*padding: 5px 15px;*/
    /*background: rgb(245,245,245);*/
    /*background: -moz-linear-gradient(top,  rgb(245,245,245) 0%, rgb(232,232,232) 49%, rgb(205,205,205) 50%, rgb(210,210,210) 100%);*/
    /*background: -webkit-linear-gradient(top,  rgb(245,245,245) 0%,rgb(232,232,232) 49%,rgb(205,205,205) 50%,rgb(210,210,210) 100%);*/
    /*background: linear-gradient(to bottom,  rgb(245,245,245) 0%,rgb(232,232,232) 49%,rgb(205,205,205) 50%,rgb(210,210,210) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d2d2d2',GradientType=0 );*/
    /*cursor: pointer;*/
/*}*/


/*button:hover, input[type=submit]:hover, input[type=button]:hover {*/
    /*border-color: #323232;*/
/*}*/

/*button:active, input[type=submit]:active, input[type=button]:active {*/
    /*!*background-position: 0 -37px;*!*/
    /*box-shadow: 0 0 0 #b5b5b5;*/
    /*-moz-box-shadow: 0 0 0 #b5b5b5; !* Firefox 3.5+ *!*/
    /*-webkit-box-shadow: 0 0 0 #b5b5b5; !* Safari, Chrome *!*/
    /*background: rgb(210,210,210);*/
    /*background: -moz-linear-gradient(top,  rgb(210,210,210) 0%, rgb(205,205,205) 50%, rgb(232,232,232) 51%, rgb(245,245,245) 100%);*/
    /*background: -webkit-linear-gradient(top,  rgb(210,210,210) 0%,rgb(205,205,205) 50%,rgb(232,232,232) 51%,rgb(245,245,245) 100%);*/
    /*background: linear-gradient(to bottom,  rgb(210,210,210) 0%,rgb(205,205,205) 50%,rgb(232,232,232) 51%,rgb(245,245,245) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#f5f5f5',GradientType=0 );*/

/*}*/


/*button:disabled, input[type=submit]:disabled, input[type=button]:disabled {*/
    /*border: 1px solid #8a8a8a !important;*/
    /*filter: alpha(opacity=50);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";*/
    /*-moz-opacity: 0.5;*/
    /*opacity: 0.5;*/
    /*cursor: default;*/
    /*box-shadow: 0 0 0 #8a8a8a;*/
    /*-moz-box-shadow: 0 0 0 #8a8a8a; !* Firefox 3.5+ *!*/
    /*-webkit-box-shadow: 0 0 0 #8a8a8a; !* Safari, Chrome *!*/
    /*background: rgb(245,245,245) !important;*/
    /*background: -moz-linear-gradient(top,  rgb(245,245,245) 0%, rgb(232,232,232) 49%, rgb(205,205,205) 50%, rgb(210,210,210) 100%) !important;*/
    /*background: -webkit-linear-gradient(top,  rgb(245,245,245) 0%,rgb(232,232,232) 49%,rgb(205,205,205) 50%,rgb(210,210,210) 100%) !important;*/
    /*background: linear-gradient(to bottom,  rgb(245,245,245) 0%,rgb(232,232,232) 49%,rgb(205,205,205) 50%,rgb(210,210,210) 100%) !important;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d2d2d2',GradientType=0 ) !important;*/
/*}*/

/**Top Menu
**************************************************************/
.top_menu_container {
}

.top_menu_container ul {
    position: relative;
    bottom: -1px;
}

.top_menu_container ul li {
    border-color: #000;
    margin-top: 1px;
    -webkit-box-shadow: 0px -1px 3px 0px rgba(199, 185, 118, 0.6);
    -moz-box-shadow:    0px -1px 3px 0px rgba(199, 185, 118, 0.6);
    box-shadow:         0px -1px 3px 0px rgba(199, 185, 118, 0.6);
}

.top_menu_container ul li a {
    border: 0px solid #FFF;
    color: Black;
    background: #e6e6e6 url(../../_img/buttons-bg.gif) repeat-x center;
}

.top_menu_container ul li.hover {
    border-bottom-color: #DCDCDC;
}

.top_menu_container ul li.hover a {
    background: #eaeaea;
}

.top_menu_container ul ul {
    bottom: auto;
    border-color: #000;
    background-color: #eaeaea;
    top: 32px;
}

.top_menu_container ul ul li {
    background-color: #eaeaea;
    border-top: 1px solid #acacac;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

.top_menu_container ul ul li a {
    background-color: #DEF1E1;
    color: #000;
}

.top_menu_container ul ul li a:hover {
    background-color: #7aa32e;
    color: #fff;
}

table.table {
    background-color: Black;
}

table.table th,
table.table tr.header td {
    padding: 3px;
    text-align: center;
    color: #fff;
    background: #322d24;
}

table.table td {
    background-color: White;
}

table.table tr.dark td {
    background-color: #e6e6e6;
}

table.table tr:hover td {
    background-color: #ffe4be;
}

table.table tr.disabled td {
    background-color: #F3F3F3;
    color: #A9A9A9;
}

table.table tr.disabled td a {
    color: #A9A9A9;
}

table.h1, h1 {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

table.h1 td, h1 {
    color: #597f14;
    background: #ffffff;
    border: none;
}

table.h1 td.h1, h1 {
    font-family: Arial, Tahoma, Verdana;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px 15px;
}

form.filters {
    padding: 15px;
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin: 1em 0;

}

#footer {
    background: #322d24;
}

#footer td, #footer td a {
    color: #ffffff;
}

button.toggle {
    line-height: 1em;
    font-size: 1.3em;
    padding: 0;
    height: 25px;
    width: 25px;
}

input.button {
    line-height: 1.5em;
    padding: 0 15px;
    cursor: pointer;
}


/* RS-master *********************************************************/

.h-5 {
    height: 5px;
}

.p-0 {
    padding: 0 !important;
}

.p-v-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.p-h-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.a-center {
    text-align: center !important;
}

.a-left {
    text-align: left !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top !important;
}

.v-bottom {
    vertical-align: bottom !important;
}

.v-middle {
    vertical-align: middle !important;
}


/** Работа с картами
***********************************************************************/
.window-map-viewport {
    height: 700px;
    height: 500px;
}

.window-map-viewport .frame {
    border: 1px solid gray;
    background: #fff;
    vertical-align: top;
}

.window-map-viewport .map-container {
    height: 100%;
    width: 100%;
}

.window-map-viewport .search-container {
    background: #E0E3E6;
    border-bottom: 1px solid gray;
    padding: 5px;
    line-height: 18px;
}

.window-map-viewport .search-container input.search {
    width: 210px;
    vertical-align: middle;
    white-space: nowrap;
    height: 18px;
    padding: 0;
    margin: 0 2px 0 0;
}

.window-map-viewport .search-result {
    height: 457px;
    overflow: auto;
    padding: 5px;
}

.window-map-viewport .search-result .row {
    padding: 5px;
    border-bottom: 1px dashed silver;
}

.map-point-tooltip {
    padding: 5px;
}

.map-point-tooltip .title {
    padding-bottom: 2px;
    font-weight: bold;
    text-transform: uppercase;
    color: maroon;
}

.map-point-tooltip .row {
    padding: 1px 0;
    white-space: nowrap;
    font-size: 11px;
}

.map-point-tooltip .row b {
    display: inline-block;
    font-weight: bold;
    width: 110px;
}


/** EntryForm ***********************************************/
html.online-entry-form ,
.online-entry-form body{
    background: #322d24 url("../../_img/themes/doubleline/entry-form-bg.png");
}

header{
    padding: 15px;
    border-bottom: 1px solid #1d1814;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

header .logo-container{
    height: 85px;

}
header .logo-container .logo{
    background-image: url("../../_img/themes/doubleline/logo.png");

}
main .auth-form{
    border: 1px solid #605c55;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    background-color: rgba(50, 45, 36, 0.8);
}

main .auth-form input{
    border: 1px solid #1d1814;
}


@media screen and (max-width: 780px){
    main .auth-form{
        width: auto;
        padding: 10px 10px 50px 10px;
    }
}