/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    padding-top: 70px;
    padding-bottom: 30px;

}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 1200px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}
.page-header .lead {
    margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    width: 1200px;
    max-width: none !important;
    font-size: 14px;
}


.blue {
    background: #337ab7;
    color:white;
}

/* Demonstrate the grids */
.col-xs-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

.table-box-material {
    height: 450px;
    max-height:450px;
    overflow-y:auto;  
}


.bg-light-gray1 {
    background-color: #cfcfcf ;    
}

.bg-light-gray1 h2{
    color: #337ab7;
    font-size:large


}

.bg-light-gray2 {


    padding: 0px
}
.bg-light-gray2 h3{

    border-bottom: 1px solid #337ab7;
    padding: 10px 20px;
    text-transform:  uppercase;
}
.row-border {

    border-bottom: 1px solid #e0e0e0; 
    padding:3px;
}
.price-resum {
    background: #e8e8e8;
    font-weight: bold;
    padding:5px 15px;

}
.accent{
    font-weight:bold;
    text-transform: uppercase;
}
.odstep {
    margin-bottom: 5px;

}
.diable-row{
    background: #dff0d8;
}
.diable-attr{
    color: red;
}
.margin-auto{
    margin:0 auto;
}
.title-form {
    font-size:20px;
    font-weight:bold;
    padding:10px 0px;
}
.my-label {
    display:block;
    padding:5px;
}
.pre-sum {

    /*    font-size:17px;
        border-bottom: 1px solid black;
        background: #e0e0e0;
        padding: 0px 5px;;*/


}

.summary-table td{

    vertical-align: middle !important; 
}

.summary-table i{
    font-size: small
}

.extra-material {

    color:red;
    font-weight: bold;
}
.head-row-finance {

    font-size: 17px;


}
#search_panel {
    text-align: center;	
}
.mycolor1 {

    background-color: #eee;
    border: 1px solid #eee;
    padding: 10px;

}

.width40{

    width:100px !important;
    text-align: center;
    background: none  !important;
    background-color: none  !important;


}

.width100{

    width:100px !important;
    text-align: center;
    background: none  !important;
    background-color: none  !important;


}

.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.1s;
}
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.1s;
}

.tab_label {
    line-height: 2em;
}

.tab_required:after {
    content: "*";
    width:5px;
    position: absolute;
    right:0px;
    top:10%;
    color:red;
    font-size: 1em;
}

.tab_row {
    margin-top:5px;
    padding:5px;
}


.tab_row:nth-of-type(2n-1) {
    background: #F0F0F0;
}

.modal-dialog-1110 {

    width: 1110px;
}




.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;

    .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;

        &.ui-state-hover, &.ui-state-active {
            color: #ffffff;
            text-decoration: none;
            background-color: #0088cc;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            background-image: none;
        }
    }
}

.gutter > [class*='col-'] {
    padding-top:5px;
    padding-bottom: 5px;

}

.dropdown > li > .btn{
    width:100%;
    background: blue;
}

.room-finance-sum{
    font-size: 1.1em

}

.room-finance-sum  [class*='col-']{

    border-right: 1px solid #ddd;
    padding-top:5px;
    padding-bottom: 5px;

}

.room-finance-sum  [class*='col-']:last-child{

    border-right: none;


}

.room-finance-sum  span {    
    display: block;
    background: #eee;
    padding:5px;
    font-size: 1.2em;    
}





.pipe_line ul{
    padding: 0px;

}

.pipe_line {
    list-style: none;
    overflow: hidden;
    font: 13px Helvetica;
    font-weight: 600;
    display: flex;
    counter-reset: li;
}
.pipe_line__steps {
    background: #ddd;
    color: #666;
    width: 33%;
    position: relative;
    cursor: default;
    list-style-image: none;
    list-style-type: none;
    padding: 20px 5px;
    text-align: center;
}
@media screen and (min-width: 800px) {
    .pipe_line__steps {
        padding: 10px 0 10px 55px;
        text-align: left;
    }
}
@media screen and (min-width: 800px) {
    .pipe_line__steps:first-child {
        padding: 10px 0 10px 30px;
    }
}
@media screen and (min-width: 800px) {
    .pipe_line__steps:after {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #ddd;
        z-index: 2;
    }
}
@media screen and (min-width: 800px) {
    .pipe_line__steps:before {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #fff;
        z-index: 1;
        margin-left: 5px;
    }
}
.pipe_line .current {
    background: #647d5e;
    color: #fff;
}

.pipe_line .current:after {
    border-left: 30px solid #647d5e;
}
@media screen and (min-width: 800px) {
    .pipe_line__steps--numbers:before {
        content: counter(li) " ";
        counter-increment: li;
        margin-right: 15px;
        background: transparent;
        border: 1px solid #666;
        border-radius: 50%;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 20px;
    }
}
.current .pipe_line__steps--numbers:before {
    background: white;
    color: #647d5e;
}


.pipe_line_small_box {

    display: inline-flex;


}

.pipe_line_small_box .pipe_line_small_item{
    width:7px;
    height: 12px;
    background: #ddd;

    margin: 1px;

}

.pipe_line_small_box  .current {
    background: #647d5e;
    color: #fff;
}


.move-uo-icon{
    background: #cfcfcf;
    padding-left: 3px;
    padding-right: 3px;
    border: #000;
    padding: 10px;
}


.move-handle{
    cursor: move;
    display:none;
    float: left;
    margin-right: 2px;
}
.no-border2{
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;    
    padding: 2px 3px;
    padding: 6px 12px;
    line-height: 1; 
    /*background: black*/
}


.table-box-material .table tbody > tr:hover, .table-labor > tbody > tr:hover, .table-other-cost > tbody tr:hover{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNicgaGVpZ2h0PSc2Jz4KICA8cmVjdCB3aWR0aD0nNicgaGVpZ2h0PSc2JyBmaWxsPScjZWVlZWVlJy8+CiAgPGcgaWQ9J2MnPgogICAgPHJlY3Qgd2lkdGg9JzMnIGhlaWdodD0nMycgZmlsbD0nI2U2ZTZlNicvPgogICAgPHJlY3QgeT0nMScgd2lkdGg9JzMnIGhlaWdodD0nMicgZmlsbD0nI2Q4ZDhkOCcvPgogIDwvZz4KICA8dXNlIHhsaW5rOmhyZWY9JyNjJyB4PSczJyB5PSczJy8+Cjwvc3ZnPg==");
    background-repeat: repeat; 
    position: relative;
}

/*.table-box-material td{
vertical-align: middle;
}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;


}







.option-conteiner .option-conteiner-item:hover{
    background: #0088cc;
    color: white;

}

.option-conteiner   .option-conteiner-item {
    padding:5px;
    border-bottom: 1px solid #cfcfcf;
    cursor:pointer;
}




.option-conteiner .option-conteiner-item:last-child{
    border-bottom: none;
}