/*
My styles
 */
/*.panel-heading {
    padding: 3px 10px;
}
.panel-body {
    padding: 5px;
}*/
a.with-indicator-left[aria-expanded="false"] {
    background-image: url("../images/sort_desc.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
}
a.with-indicator-right[aria-expanded="false"] {
    background-image: url("../images/sort_desc.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 12px;
}
a.with-indicator-left[aria-expanded="true"] {
    background-image: url("../images/sort_asc.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
}
a.with-indicator-right[aria-expanded="true"] {
    background-image: url("../images/sort_asc.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 12px;
}

tr > th:last-child, tr > td:last-child {
    border-right: medium none !important;
}

table.table-int-grid>thead>tr>th, table.table-int-grid>tbody>tr>td {
    border-right: 1px solid #ddd;
}

tr.stock, span.stock {
    background-color: #7daedd !important;
}
tr.sale, span.sale {
    background-color: #adf5a8 !important;
}
tr.rent, span.rent {
    background-color: #fffe93 !important;
}
tr.repair, span.repair {
    background-color: rgba(245, 8, 197, 0.45) !important;
}
tr.warranty, span.warranty {
    background-color: rgba(249, 18, 7, 0.47) !important;
}

.form-control {
    font-size: 12px;
    height: 26px;
    /*min-height: 22px;*/
    padding: 4px;
}


input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type=number] {-moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

div.vertical-divider {
    border-right: 1px solid #e5e5e5;
    display: inline;
    margin: 0vmin 1vw;
}
div.horizaontal-divider {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

div.collapsable-area-header{
    cursor: pointer;
    border-bottom: 1px solid #337ab7;
    margin-bottom: 5px;
    font-size: 2vmin;
}

div.collapsable-area-header span{
    font-size: 12px;
}

.link-color{
    color: #337ab7;
}

tr.locked, tr.locked > td { height: 20px; }
tr.locked > td > div {
    width: 100%;
    height: 17px;
    overflow:hidden;
}

.out-container-centered {
    height: 80vh;
    display: table;
}
.in-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.index-btn {
    border-radius: 10px;
    display: inline-block;
    height: 38vmin;
    margin: 3.5vmin;
    width: 46vmin;
    font-size: 2vmin;
}

.index-button-title {
    padding-top: 2%;
    padding-bottom: 2%;
    border-top-left-radius: 5px ;
    border-top-right-radius: 5px ;
    color: #fff;
    background-color: #428bca;
    border: #357ebd 2px solid;
    height: 10%;
}

.index-button-content {
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: #357ebd 2px solid;
    height: 90%;
}
.index-button-content>a>div, .index-button-content>div>div,
.index-button-disabled-content>a>div, .index-button-disabled-content>div>div {
    height: 70%;
}
.index-button-content>a>div>img, .index-button-content>div>div>img,
.index-button-disabled-content>a>div>img, .index-button-disabled-content>div>div>img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    width: auto;
    height: auto;
}


.index-button-disabled-title {
    padding-top: 2%;
    padding-bottom: 2%;
    border-top-left-radius: 5px ;
    border-top-right-radius: 5px ;
    color: #fff;
    background-color: #bcbcbc;
    border: #9a9a9a 2px solid;
    height: 10%;
}

.index-button-disabled-content {
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: #9a9a9a 2px solid;
    height: 90%;
}

.inner-button-4 {
    border-radius: 5px;
    border: #357ebd 2px solid;
    float: left;
    display: inline-block;
    cursor: pointer;
    height: 47%;
    margin: 1%;
    width: 48%;
}
.inner-button-disabled-4 {
    border-radius: 5px;
    border: #9a9a9a 2px solid;
    color: #777;
    float: left;
    display: inline-block;
    cursor: not-allowed;
    height: 47%;
    margin: 1%;
    width: 48%;
}

.inner-button-6 {
    border-radius: 5px;
    border: #357ebd 2px solid;
    float: left;
    display: inline-block;
    cursor: pointer;
    height: 47%;
    margin: 1%;
    width: 31%;
}

.inner-button-disabled-6 {
    border-radius: 5px;
    border: #9a9a9a 2px solid;
    color: #777;
    float: left;
    display: inline-block;
    cursor: not-allowed;
    height: 47%;
    margin: 1%;
    width: 31%;
}

.inner-button-9 {
    border-radius: 5px;
    border: #357ebd 2px solid;
    float: left;
    display: inline-block;
    cursor: pointer;
    height: 30%;
    margin: 1%;
    width: 31%;
}
.inner-button-disabled-9 {
    border-radius: 5px;
    border: #9a9a9a 2px solid;
    color: #777;
    float: left;
    display: inline-block;
    cursor: not-allowed;
    height: 30%;
    margin: 1%;
    width: 31%;
}

.panel-default > .notice-panel-heading {
    padding: 0px;
}
.panel-default > .notice-panel-heading.collapsed {
    padding: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.notice-panel-heading > div {
    padding: 2px 5px;
}

.left-round {
    border-top-left-radius: 3px;
}
.notice-panel-heading.collapsed > .left-round {
    border-bottom-left-radius: 3px;
}
.right-round {
    border-top-right-radius: 3px;
}
.notice-panel-heading.collapsed > .right-round {
    border-bottom-right-radius: 3px;
}
.white-font{
    color: #fff !important;
}
.primary-color {
    color: #428bca !important;
}
.info-color {
    color: #5bc0de !important;
}
.success-color {
    color: #5cb85c !important;
}
.warning-color {
    color: #f0ad4e !important;
}
.danger-color {
    color: #d9534f !important;
}
.primary-bg {
    background-color: #428bca !important;
}
.info-bg {
    background-color: #5bc0de !important;
}
.success-bg {
    background-color: #5cb85c !important;
}
.warning-bg {
    background-color: #f0ad4e !important;
}
.danger-bg {
    background-color: #d9534f !important;
}
.light-primary-bg {
    background-color: #becaeb !important;
}
.light-info-bg {
    background-color: #b9dedb !important;
}
.light-success-bg {
    background-color: #d0f5d6 !important;
}
.light-warning-bg {
    background-color: #f0e0ba !important;
}
.light-danger-bg {
    background-color: #ffd1ca !important;
}

label.error-style{
    color: red !important;
}
input.error-style{
    border: 1px solid red !important;
}
select.error-style{
    border: 1px solid red !important;
}
textarea.error-style{
    border: 1px solid red !important;
}
.form-label-first-line{
    margin-bottom: 0px;
}
.form-label-line{
    margin-top: 10px;
}
.form-label{
    margin-left: 0px;
}
.form-label-last{
    margin-right: 0px;
    margin-left: 0px;
}
.img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    width: auto;
    height: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #428bca;
}
.navbar-inverse .navbar-brand {
    color: #428bca;
}
.my-container{
    min-height: 500px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.input-group-addon {
    padding: 2px 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 3px;
}
td > p {
    margin: 0px;max-resolution: res
}
.col-xs-05{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-05{
    float: left;
}
.col-xs-05 {
    width: 5%;
}
.inter-td{
    border-left: 1px solid #ddd;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,
.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,
.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

body{
    font-size: 12px;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 0px;
}

.menu-bar{
    background: none repeat scroll 0 0 #1e2123;
}
.image-brand{
    margin-left: -20px;
    float: left;
    margin-top: 5px;
    width: auto;
    height: 5vmin;
}
.nav-tabs > li > a {
    border-radius: 0px;
}
html, body {
    height: 100%;
    position:relative
}
.img-portfolio {
    margin-bottom: 30px;
}
.img-hover:hover {
    opacity: 0.8;
}
header.carousel {
    height: 50%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.error-404 {
    font-size: 100px;
}
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.price sup {
    font-size: 20px;
    left: 2px;
    top: -20px;
}
.period {
    display: block;
    font-style: italic;
}
footer {
    margin: 50px 0;
}
@media (min-width: 1200px){
    .container {width: 95%;}
}
@media (max-width: 991px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
}

.bs-docs-footer{
    padding-top:40px;
    padding-bottom:5px;
    margin-top:100px;
    color:#777;
    text-align:center;
    border-top:1px solid #e5e5e5
}
.bs-docs-footer-links{
    padding-left:0;
    margin-top:20px;
    color:#999
}
.bs-docs-footer-links li{
    display:inline;
    padding:0 2px
}
.bs-docs-footer-links li:first-child{
    padding-left:0
}
@media (min-width:768px){
    .bs-docs-footer p{
        margin-bottom:0
    }}

.hll{background-color:#ffc}
.c{color:#999}
.err{color:#A00;background-color:#FAA}
.k{color:#069}
.o{color:#555}
.cm{color:#999}
.cp{color:#099}
.c1{color:#999}
.cs{color:#999}
.gd{background-color:#FCC;border:1px solid #C00}
.ge{font-style:italic}
.gr{color:red}
.gh{color:#030}
.gi{background-color:#CFC;border:1px solid #0C0}
.go{color:#AAA}
.gp{color:#009}
.gu{color:#030}
.gt{color:#9C6}
.kc{color:#069}
.kd{color:#069}
.kn{color:#069}
.kp{color:#069}
.kr{color:#069}
.kt{color:#078}
.m{color:#F60}
.s{color:#d44950}
.na{color:#4f9fcf}
.nb{color:#366}
.nc{color:#0A8}
.no{color:#360}
.nd{color:#99F}
.ni{color:#999}
.ne{color:#C00}
.nf{color:#C0F}
.nl{color:#99F}
.nn{color:#0CF}
.nt{color:#2f6f9f}
.nv{color:#033}
.ow{color:#000}
.w{color:#bbb}
.mf{color:#F60}
.mh{color:#F60}
.mi{color:#F60}
.mo{color:#F60}
.sb{color:#C30}
.sc{color:#C30}
.sd{color:#C30;font-style:italic}
.s2{color:#C30}
.se{color:#C30}
.sh{color:#C30}
.si{color:#A00}
.sx{color:#C30}
.sr{color:#3AA}
.s1{color:#C30}
.ss{color:#FC3}
.bp{color:#366}
.vc{color:#033}
.vg{color:#033}
.vi{color:#033}
.il{color:#F60}
.css .o,.css .o+.nt,.css .nt+.nt{color:#999}