﻿body {
    position: relative;
    /*background-color:#f2f2f2;*/
    color: #666;
}

/* display dropdowns when hovering */
.dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
}

/* drag and drop */
.sortable-placeholder{
    background-color:lightyellow;
}


/* override bootstrap */
a {
  color: #2a809c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #206176;
  text-decoration: underline;
}

.grip {
    cursor:  move;
    margin-left: 3px;
}
a {
    outline: none;
}

.nobr { /* same as text-nowrap*/
    white-space: nowrap;
}

.text-link {
    color: #3c7676;
}

a.text-link:hover {
    color: #3c7676;
}

.underline {
    text-decoration: underline;
}

.page-title {
    /*color:#666;
    margin:30px 0 24px 6px;*/
    padding: 25px 0 25px 5px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    color: #777;
    /*text-transform: uppercase;*/
}
.page-title a{
    color: #999;
    text-decoration:none;
}
.page-title a:hover{
    color: #555;
    text-decoration:underline;
}

/* Keep content from hitting edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*.navbar-nav > li.active {
    background: #f0f0f0;
}

.navbar-nav > li > a {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}*/

.navbar-nav > li.active {
    background: #f0f0f0;
    height: 44px;
}

.navbar-nav > li > a,
.navbar-nav > li > a:hover {
    color: #666;
    font-weight: bold;
    height: 44px;
    padding-top: 12px;
}



.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    /*background:white;*/
}

.title {
    padding-top: 30px;
}

    .title > div > span {
        font-size: 24px;
    }

    .title > div:last-child {
        font-size: 18px;
        padding-left: 10px;
    }

.related-title {
    margin-top: 30px;
    padding: 5px;
}

    .related-title > div > span {
        font-size: 24px;
    }

    .related-title > div:nth-child(2) {
        font-size: 18px;
        padding-left: 10px;
    }

    .related-title > div:last-child {
        padding: 2px 0 0 30px;
    }

/* home page */

.home-sub-title {
    font-style: italic;
    padding-left: 15px;
    color: #555;
    padding-top: 25px;
    font-size: 15px;
}

table.home-table-patterns > tbody > tr > td {
    color: #666;
    font-size: 12px;
}

table > tbody > tr > th.home-table-heading {
    background: #f1f1f1;
    color: #888;
    border-top: 0;
}

.home-data-model {
    padding-top: 24px;
}

/* general heading */

.info-header {
    background: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin-top: 30px;
    color: #555;
}

.pager-area {
    margin: 10px 0 5px;
    height: 44px;
}

.new-link {
    font-size: 13px;
}

.header {
    margin: 10px 0 5px;
    height: 50px;
}

.header-buttons {
    width: 200px;
    padding: 14px 0 0 2px;
}

.header-radio {
    padding: 22px 0 0 0;
}

.header-sort {
    width: 200px;
    padding: 10px 0;
}

.header-filter {
    width: 200px;
    padding: 10px 0;
}

.header-view {
    width: 460px;
    padding: 10px 0;
}

.header-page {
    width: 400px;
    padding: 10px 0;
}

.header-size {
    width: 170px;
    padding: 10px 0;
}


.button-bar {
    background: #f2f2f2;
    margin: 8px 15px 0 -15px;
    padding: 6px 0;
    text-align: center;

}

/* override bootstrap */

.form-control {
    margin-top: 0;
    height: 28px;
    padding: 3px 3px;
    font-size: 13px;
}

.control-label {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.control-field {
    padding-top: 7px;
    font-size: 13px;
}

.form-group {
    margin-bottom: 5px;
    margin-top: 3px;
}

.modal-lg {
    width: 1100px;
}


table.table-list > tbody > tr > th,
table.table-list > thead > tr > th {
    border-top: 1px solid #ddd !important;
    background: #f2f2f2;
    color: #666;
    font-size: 13px;
    padding: 6px 8px;
    /*font-size:13px;*/
}



table.table-list > tbody > tr > td {
    font-size: 13px;
    color: #666;
}


.table.table-resolution > thead > tr > th,
.table.table-resolution > tbody > tr > th,
.table.table-resolution > tfoot > tr > th,
.table.table-resolution > thead > tr > td,
.table.table-resolution > tbody > tr > td,
.table.table-resolution > tfoot > tr > td {
    border-bottom: 1px solid #eee !important;
    color: #222;
    font-size: 13px;
    padding: 8px 0 12px 0;
    /*font-size:13px;*/
}



table.table-resolution > tbody > tr > td {
    font-size: 13px;
    color: #222;
    border: 0;
    /*line-height: 1.5;*/
}



.radio-setting {
    font-weight: normal;
    color: #555;
}

.hide {
    display: none;
}

.show {
    display: block;
}


.myred {
    background: #E9573F;
    color: white;
}

.mygreen {
    background: #279390;
    color: white;
}

.white {
    background: white;
}


/* alert boxes */

.alert-absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 7px;
    width: 600px;
    display: none;
    /*opacity:0;
    filter:alpha(opacity=0);*/
}

.alert-success {
    background-color: #fff;
    border-color: #e4e4e4;
    color: #8e8e8e;
}

.alert-danger,
.alert-error {
    /*background-color: #ff8989;
  border-color: #eed3d7;
  color: #551b18;*/
    background-color: #fff;
    border-color: #e4e4e4;
    color: #8e8e8e;
}

.user-image {
    position: absolute;
    top: -13px;
    right: -65px;
    border: 3px solid #777; /*#1abc9c;*/
    border-radius: 30px;
}

/* override bootstrap 3 class to remove scrollbar from modal backdrop
   when not necessary */
.modal {
    overflow-y: auto;
}
/* custom class to add space for scrollbar */
.modal-scrollbar {
    margin-right: 15px;
}

/* validation colors */

.input-validation-error {
    border: solid 1px #E85C41;
    outline: 0;
}

.field-validation-error {
    color: #E85C41;
    font-size: 12px;
}



.btn-xl {
    border: none;
    font-weight: normal;
    line-height: 1.4;
    font-size: 13px;
    border-radius: 3px;
    padding: 8px 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

    .btn-xl:hover,
    .btn-xl:focus {
        outline: none;
        color: #ffffff;
    }

    .btn-xl:active,
    .btn-xl.active {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-xl.disabled,
    .btn-xl[disabled],
    fieldset[disabled] .btn-xl {
        background-color: #bdc3c7;
        color: rgba(255, 255, 255, 0.75);
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .btn-xl > [class^="fui-"] {
        margin: 0 1px;
        position: relative;
        line-height: 1;
        top: 1px;
    }

.btn-xls.btn-xl > [class^="fui-"] {
    font-size: 11px;
    top: 0;
}

.btn-hg.btn-xl > [class^="fui-"] {
    top: 2px;
}

.btn-primary {
    color: #ffffff;
    background-color: #156E86;

    border: 2px solid #156E86;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #35879d;
        border-color: #35879d;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background: #35879d;
        border-color: #35879d;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #156E86;
        border-color: #156E86;
    }

.btn-danger {
    color: #ffffff;
    background-color: #f24a2c;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #f16a51;
        border-color: #f16a51;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background: #c44133;
        border-color: #c44133;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #e74c3c;
        border-color: #e74c3c;
    }

.btn-transparent {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #fff;
}

    .btn-transparent:hover,
    /*.btn-transparent:focus,*/
    .btn-transparent:active,
    .btn-transparent.active,
    .open .dropdown-toggle.btn-transparent {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-transparent:active,
    .btn-transparent.active,
    .open .dropdown-toggle.btn-transparent {
        background: #fff;
        border-color: #fff;
    }

    .btn-transparent.disabled,
    .btn-transparent[disabled],
    fieldset[disabled] .btn-transparent,
    .btn-transparent.disabled:hover,
    .btn-transparent[disabled]:hover,
    fieldset[disabled] .btn-transparent:hover,
    .btn-transparent.disabled:focus,
    .btn-transparent[disabled]:focus,
    fieldset[disabled] .btn-transparent:focus,
    .btn-transparent.disabled:active,
    .btn-transparent[disabled]:active,
    fieldset[disabled] .btn-transparent:active,
    .btn-transparent.disabled.active,
    .btn-transparent[disabled].active,
    fieldset[disabled] .btn-transparent.active {
        background-color: #fff;
        border-color: #fff;
    }

/* admin page */

.admin-area {
    margin: 12px 20px;
    padding: 20px;
    border: 0 solid #ddd;
    border-radius: 5px;
    background: #f3f3f3;
}

    .admin-area > a {
        width: 160px;
    }

.admin-text {
    font-size: 15px;
    color: #666;
}

.footer {
    margin-top: 45px;
    padding-top: 26px;
    padding-bottom: 20px;
    color: #bdc3c7;
    background-color: #2c3e50;
}

/* no focus ouline */
a, button {
    outline: none !important;
}

    a.plus {
        font-size: 18px;
        color: green;
        text-decoration: none;
    }

        a.plus:hover, a.plus:active {
            text-decoration: none;
            color: darkgreen;
        }

    a.minus {
        font-size: 18px;
        color: #aaa;
        text-decoration: none;
    }

        a.minus:hover, a.minus:active {
            text-decoration: none;
            color: darkred;
        }

/* image upload button */
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 25px;
    direction: ltr;
    cursor: pointer;
}


ul.list-pills {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}

.list-pills > li {
    float: left;
    padding-left: 10px;
    padding-right: 15px;
}

    .list-pills > li:active {
        color: #333;
    }

    .list-pills > li > a,
    a.list-pills-sub {
        /*color: #E9573F;*/
        color: #fa755d;
    }

        .list-pills > li > a:hover,
        .list-pills > li > a:focus,
        a:hover .list-pills-sub,
        a:focus .list-pills-sub {
            /*color: #E9573F;*/
            color: #dd5d47; /*#fa9e81;*/
            text-decoration: none;
        }

    .list-pills > li.active > a {
        color: #836161; /*#417860;*/
    }

        .list-pills > li.active > a:hover,
        .list-pills > li.active > a:focus {
            color: #5c4648; /*#4f635a;*/
        }

.grip {
    cursor: move;
    margin-left: 3px;
}


.home-button {
    display: block;
    cursor: pointer;
    background: #f6f6f6;
    border: 1px solid #bbb;
    color: #777;
    padding: 15px 10px 15px 5px;
    border-radius: 3px;
    height: 80px;
    /*background-image: -moz-linear-gradient(top, #fafafa, #e1e1e1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
    background-image: -o-linear-gradient(top, #fafafa, #e1e1e1);
    background-image: linear-gradient(to bottom, #fafafa, #e1e1e1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#e1e1e1', GradientType=0);*/
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
}

.home-but {
    display: block;
    cursor: pointer;
    background: #f6f6f6;
    border: 1px solid #bbb;
    color: #777;
    padding: 15px 10px 15px 5px;
    border-radius: 3px;
    height: 80px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
}


a.home-link:hover, a.home-link.active {
    /*border: 1px solid #ccc;*/
    background-color: red;
    /*text-decoration: none;*/
}

.ajax-loader {
    position: absolute;
    z-index: 10000;
    left: 50%;
    top: 330px;
    margin-left: -18px;
}





.auth-title {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #888;
}

.multi-btn {
    font-size: 13px;
    text-align: left;
    /*margin-top: 0;
    height: 28px;
    padding: 3px 3px;
    background:white;
    border-radius:2px;
    border-width:1px;*/
}

    .multi-btn .caret {
        display: none;
    }

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0;
    box-shadow: 0;
}


/*.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}*/





/*.list-pills > li > a {
  border-radius: 4px;
  color: #E9573F;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.list-pills > li + li {
  margin-left: 2px;
}
.list-pills > li > a:hover,
.list-pills > li > a:focus
{
 background-color: transparent;
  color:#555;
}


.list-pills > li.active > a,
.list-pills > li.active > a:hover,
.list-pills > li.active > a:focus {

  color:#555;
  background-color: transparent;
}

.list-pills > li.active > a {
  color:#555;
}*/

/*.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
  color: #E9573F;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus
{
 background-color: transparent;
  color:#555;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {

  color:#555;
  background-color: transparent;
}

.nav-pills > li.active > a {
  color:#555;
}*/

.table-list .category-line {
    background: #555;
    padding-bottom: 2px;
    padding-top: 2px;
    /*padding:2px;*/
    /*padding-top:6px;padding-left:2px;
    padding-bottom:3px;*/
    color: #b14646;
    color: #fff;
    /*font-weight:normal;*/
    /*font-style:italic;*/
    /*border-top:7px solid white;*/
}

.table-list .grandtotal-line {
    background: #fffaf0;
    background: #222;
    padding-top: 6px;
    padding-bottom: 7px;
    color: #b14646;
    color: #fff;
    font-weight: normal;
}

/*.sortable-placeholder{
    background-color:lightyellow;
}*/

.modal-backdrop {
    background-color: #ddd;
}


.modal-open {
    overflow: auto;
}

.custom-modal-open {
    overflow: hidden;
}

.modal {
    overflow: auto;
}

.doubleunderline {
    text-decoration: underline;
    border-bottom: 1px solid #000;
}

a.estimate {
    color: #507c73;
    border-bottom: 1px solid #3a9c89;
    text-decoration: none;
    /*color:#963056;*/
}

    a.estimate:hover {
        color: #354d48;
        border-bottom: 1px solid #3c5852;
        text-decoration: none;
        /*color:#dd3056;*/
    }

/* multi select preferences */

.dropdown-menu > li > a {
    /*padding-left:-15px;*/
    font-size: 12px;
}

.multiselect {
    cursor: default;
}

.dropdown-menu > li > a > label {
    cursor: default;
    /*padding-top: 4px;
    line-height:14px;*/
}
/*.dropdown-menu > li > a > label > input {
        padding-top: 4px
    }*/

.btn-back {
    width: 60px;
    padding: 0;
    text-align: center;
}

.back-arrow {
    background: no-repeat url(/images/black-sprite.png) 0 -389px;
    height: 21px;
    padding-right: 2px;
    width: 20px;
    opacity: .7;
    display: inline-block;
}

.pencil {
    cursor: pointer;
    margin-left: 3px;
    height: 14px;
    width: 14px;
}

.eil-color{
    background: #edfbf8;
}

.eil-table, .eil-background {
    background: #edfbf8;/*#edfbfb*/
    width: 100%; /*e3f5f2*/
}

    .eil-table td,
    .eil-table th {
        padding: 5px;
        padding-left: 15px;
    }
