/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
    padding-top: 0px;
  
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;   
}
footer {
  padding: 30px 0;
  text-align: center;
}

html, body{height:100%; margin:0;padding:0}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff;
}

h2 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
    color: #3e3e3e;
    margin: 0px;
}

h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    color: #3e3e3e;
    margin: 0;
}

h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #4b4f53;
    margin: 0;
}

h6 {
    font-size: 14px;
    line-height: 16px;
    color: #4b4f53;
    font-weight: 400;
    margin: 0;
}

a:link{
    color: #2F8FA8;
    text-decoration: none;
    outline: 0;
}

.font-family-helvetica {
    font-weight:400; font-style:normal;
}

p {
    font-weight:400; font-style:normal;
}

*{
    font-family:        Arial, Helvetica, sans-serif;
    
    font-weight:        normal;
}

/*       
.container-fluid
{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
 
.row-fluid 
{
    height: 100%; 
    display:table-cell; 
    vertical-align: middle;
}
*/
 
.centering 
{
  float:none;
  margin:0 auto;
}

.btn-success {
    color: #FFF;
    background-color: #D6BE20;
    border-color: #D6BE20;
}

div.site-locked 
{
    width: 300px; 
    height: 100px; 
    
    margin: 0 auto;

    background-image: url(../images/site-locked.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 290px 97px;
}

.modal.fade .modal-dialog 
{
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

.modal.fade.in .modal-dialog 
{
    transform: translate(0px, 0px);
}

div.wrapper1 input, button, select, textarea {margin-bottom:5px;}

select.form-control {margin-bottom:5px;}

.inplace-edit button[type=submit] 
{
    background: #5CB85C;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #fff;
}

.inplace-edit:hover
{
    cursor: pointer;
    background: #5CB85C;    
}

.fileinput-preview
{
    position: relative;
    width: 170px; 
    height: 170px; 
    background: #ddd; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
}

.fileinput-preview .remove
{
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 22px;
    width: 22px;
    overflow: hidden;
    opacity: 0;
}

.fileinput-preview .remove:hover
{
    opacity: 1.0;
    cursor: pointer;
}

.fileinput-preview .inner
{
    padding: 4px; 
    width: 160px;
    height: 160px;
    margin-top: 2px;
    margin-left: 2px;
    overflow: hidden;
    line-height: 156px;
}

.fileinput-preview .inner > img
{
    vertical-align: middle;
    padding: 0;
}

.fileinput-preview-container .removed
{
    display: none;
}

.flyover 
{
   left: 150%;
   overflow: hidden;
   position: fixed;
   width: 50%;
   opacity: 0.9;
   z-index: 1050;
   transition: left 0.6s ease-out 0s;
}
 
.flyover-centered 
{
   top: 50%;
   transform: translate(-50%, -50%);
}

.flyover.in 
{
   left: 50%;
}

.flyover-bottom {
   bottom: 10px;
}

ul.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 40px; }
ul.sortable li span { position: absolute; margin-left: -1.3em; }
ul.sortable li:hover{ cursor: pointer; }

.button-click
{
    cursor: pointer;
}

.gi-1x{font-size: 1em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.glyphicon.g-grow-1x{font-size: 1.0em; color: #337AB7;} 
.glyphicon.g-grow-2x{font-size: 2.0em; color: #337AB7;} 
.glyphicon.g-grow-3x{font-size: 3.0em; color: #337AB7;} 
.glyphicon.g-grow-4x{font-size: 4.0em; color: #337AB7;} 
.glyphicon.g-grow-5x{font-size: 5.0em; color: #337AB7;} 

.glyphicon.g-grow-1x:hover{font-size: 1.5em;} 
.glyphicon.g-grow-2x:hover{font-size: 2.5em;} 
.glyphicon.g-grow-3x:hover{font-size: 3.5em;} 
.glyphicon.g-grow-4x:hover{font-size: 4.5em;} 
.glyphicon.g-grow-5x:hover{font-size: 5.5em;} 

.grow-image 
{
    /*background-image: url(../images/edit.png); */
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    transition: background-size 0.2s;
    -webkit-transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    display: inline-block;
    width: 20px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
}

.grow-image.pdf-download
{
    background-size: 45px; 
    width: 90px;
    height: 80px;   
}

.grow-image.pdf-download:hover
{
    background-size: 80px;    
}


.grow-image:hover 
{
    background-size: 20px;
}

.grow-image.import.large:hover
{
    background-size: 32px;
}

.grow-image.edit 
{
    background-image: url(../images/edit.png);
}

.grow-image.add 
{
    background-image: url(../images/icon-add.gif);
}

.grow-image.delete 
{
    background-image: url(../images/cross-icon.png);
}

.grow-image.pdf-download 
{
    background-image: url(../images/pdf-down-icon.png);
}

.grow-image.import 
{
    background-image: url(../images/document_import.png);
}

.grow-image.update 
{
    background-image: url(../images/icon-update.png);
}

.grow-image.info 
{
    background-image: url(../images/icon-info.png);
}

.popover {
    background: #337AB7;
    color: white;
}

.popover.bottom .arrow:after {
    border-bottom-color: #337AB7;
    color: white;
}

td.transparent
{
    background-color: none;
}

.table.remove-row-lines th, .table.remove-row-lines td 
{ 
     border-top: none !important;
}

div.table-curved-div
{
    border-top-right-radius: 6px; 
    border-top-left-radius: 6px; 
    border-bottom-left-radius: 6px; 
    border-bottom-right-radius: 6px; 
    overflow:hidden;
}

.input-mini { width: 60px; } 
.input-mini-1 { width: 70px; } 
.input-mini-2 { width: 80px; } 
.input-small { width: 90px; } 
.input-small-1 { width: 110px; } 
.input-small-2 { width: 130px; } 
.input-medium { width: 150px; } 
.input-medium-1 { width: 170px; } 
.input-medium-2 { width: 190px; } 
.input-large { width: 210px; } 
.input-xlarge { width: 270px; } 
.input-xxlarge { width: 530px; } 

.control-inline
{
    display: inline;
}

.control-left-offset-1 { margin-left: 2px; }
.control-left-offset-2 { margin-left: 4px; }
.control-left-offset-3 { margin-left: 6px; }
.control-left-offset-4 { margin-left: 8px; }
.control-left-offset-5 { margin-left: 10px; }
.control-left-offset-6 { margin-left: 15px; }
.control-left-offset-7 { margin-left: 20px; }

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 1px;
}

div.bootbox.modal.fade.in 
{
    z-index:1070;
}

.glyphicon.button-click:hover
{
    color: #337AB7;
}

.panel-default > .panel-heading.info {
  background-color: #9BDFBB;
}

.popover {
    background: #337AB7;
    color: white;
}

.popover.top > .arrow:after {
    border-top-color: #337AB7;
}

.popover.bottom > .arrow:after {                                   
    border-bottom-color: #337AB7;
}

.popover-info-click:hover
{
    color: #A4C6F3;
}
   
div.site-locked-uc 
{
    width: 300px; 
    height: 250px; 
    
    margin: 0 auto;

    background-image: url(../images/under-construction.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 290px 240px;
}

div.estimate-option-box
{
  border-radius: 5px;
  padding: 4px;
  width: 200px;
  height: 150px;     
  border: 1px solid #ccc;  
  
  overflow: hidden;
  
  margin-left: 2px; 
  margin-right: 2px; 
  
  display: block;
}

div.estimate-option-box:hover
{
    background: #0F76C0; 
}

div.estimate-option-box:hover .inner-2
{    
    transform: translateY(-5px);
}

div.estimate-option-box > .inner-1
{
    text-align: center;
    padding-top: 10px;
    background: #ffffff;  
    width: 100%;
    height: 100%; 
}

div.estimate-option-box > .inner-2
{
    text-align: center;
    padding: 5px;
    background: #ffffff;  
    width: 100%;
    height: 100%; 
}

div.estimate-option-box > .inner-1 > .inner-2 > .title
{
    color: #1C77C1; 
    font-size: 18px;  
}

div.estimate-option-box > .inner-1 > .inner-2 > .image-1
{
    background-image: url(../images/kitchen.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 125px 80px;
    
    width: 100%;
    height: 80px;    
}

div.estimate-option-box > .inner-1 > .inner-2 > .image-2
{
    background-image: url(../images/bedroom.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 125px 80px;  

    width: 100%;
    height: 80px;    
}
    
hr
{
    margin: 30px -20px 20px;    
}

header
{
    position: fixed;
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #ccc; 
    
    background: #fff;
    
    z-index: 99999;    
}

#estimate-header-logo
{
    margin-top: 10px;
    width: 180px;
    height: 110px;
}

#estimate-header-logo-inner
{        
    margin-top: 5px;
    width: 140px;
    height: 100px;
    
    background-image: url(../images/logo.png);
    background-size: 100% 100%;   
    background-position: center;
    background-repeat: no-repeat; 
}

#estimate-header-steps
{
    margin-top: 40px;
    width: 200px;
    height: 110px;
    float: right; 
}

#estimate-header-steps-inner
{
 
}

.step-circle-wrapper 
{
    width: 92px;
    height: 66px;
    text-align: center;
}

.step-circle 
{
    background: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 4px solid #0F76C0;
    color: #0F76C0;
    text-align: center;
    display: inline-block;
    
    line-height: 35px;        
}

.step-circle.selected 
{
    background: #0F76C0;
    color: #ffffff;        
}

.step-circle:hover 
{
    background: #0F76C0;
    color: #ffffff;    
}

.step-circle-text
{
    margin-top: 10px;
    color: #0F76C0;
    font-size: 12px;
    font-weight: bold;
}

.step-text-1
{
    font-size: 24px; 
    font-weight: 700;
}

.step-text-2
{
    font-size: 22px;
    font-weight: lighter; 
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.estimate-row h6 {
    /* padding: 0 0 16px 0; */
}
.estimate-total-box
{
    float: right;
    width: 40px;    
    height: 25px;    
    text-align: center;
    border: 1px solid #ccc; 
    font-weight: bold;   
    line-height: 22px;
}

.styledCheckbox input {
    position: absolute;
    z-index: -9999;
    margin-left: 0;
}

.styledCheckbox span {
    font-size: 14px;
    line-height: 14px;
    color: #4b4f53;
    font-weight: 400;
    display: inline;
    cursor: pointer;
    padding: 3px 0 0 29px;
    background: url(../images/un-check-2.png) no-repeat;
    width: 18px;
    height: 18px;
    background-position: left top;
    background-size: contain;
}

.styledCheckbox input:checked + span {
    background: url(../images/checked-2.png) no-repeat;
    background-size: contain;
}

.styledCheckbox input:checked + div > span {
    background: url(../images/checked-2.png) no-repeat;
    background-size: contain;
}

.form-check-input {
  position: absolute;
  margin-top: 0;
  margin-left: -100px;
  border: none;
  display: none;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0; 
  margin-right: 0;
}

.page-start
{
    margin-top: 160px;    
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

@media all and (min-width: 576px) 
{    
    
    div.estimate-option-box
    {
      border-radius: 5px;
      padding: 8px;
      width: 250px;
      height: 350px;     
      border: 1px solid #ccc;  
      
      overflow: hidden;
      
      margin-left: 2px; 
      margin-right: 2px; 
      
      display: block;
    }
    
    div.estimate-option-box > .inner-1 > .inner-2 > .image-1
    {
        background-size: 250px 150px;
        
        width: 100%;
        height: 150px;    
        
        margin-bottom: 20px;
    }
    
    div.estimate-option-box > .inner-1 > .inner-2 > .image-2
    {
        background-size: 250px 160px;        

        width: 100%;
        height: 150px;    

        margin-bottom: 20px;
        
    }
    
}

@media all and (max-width:768px) {
    
    header
    {    
        height: 100px;      
    }
     
    #estimate-header-logo
    {
        margin-top: 5px;
        width: 150px;
        height: 90px;
    }
         
    #estimate-header-logo-inner
    {
        width: 130px;
        height: 90px;
        text-align: center;
        vertical-align: middle;
        display: table-cell; 
        background-size: 100% 100%;   
   
    } 
        
    #estimate-header-steps
    {
        float: none;
        text-align: center;
        margin: 0;
        margin-top: 20px;
    }
    
}


/* landscape */
@media all and (min-width: 480px) {

    /*
    #estimate-header-logo
    {
        margin-top: 10px;
        width: 110px;
        height: 70px;
    }
        
    #estimate-header-logo-inner
    {
        width: 110px;
        height: 70px;
        text-align: center;
        vertical-align: middle;
        display: table-cell; 
        background-size: 100% 100%;   
   
    } 
    */
    
}