div.inputBox {
    float:left;
    margin: 10px 10px 10px 0;
    padding: 10px;
    width: 160px;
    height: 80px;
    background-color: #e8ecee;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    color: #1381c0;
    text-align: center;
}
div.inputBox input {
    padding:6px;
    font-size:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    margin:0 0 0 10px;
    background-color:#fff;
    border:0;
    color:#1381c0;
}
.inputvalues {
    width: 100%;
    float: left;
    display: block;
    height: 120px;
    overflow: hidden;
    position: relative;

}

.commercialTable{
    background-color:#e8ecee;
}

.elementsCommercial{
    height:30px;
    line-height:30px;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    background-color:#e8ecee;
    border:1px solid #1381c0;
    float:left;
    padding:8px;
    margin:10px;
    text-align:center;
}
.elementsCommercial:hover{
    background-color:#fff;
    border:1px solid #1381c0;
}
.submit{
    height:50px;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    background: #ff0003;
    padding:10px;
    color:#FFFFFF;
    border:0;

}
.submit:hover{
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    background: #1381c0;
    padding:10px;
    color:#FFFFFF;
    border:0;

}
.elementTitle{
    color:#ff0000;
    text-align:center;
    font-size:12px;
    font-weight:bold;
}
.elementsQuantity{
    margin:0 0 0 0;
    padding:0;
    float:left;
    display:inline-block;
}
.quantity{
    color:#000000;
    font-size:10px;
}
.quoteTitle{
    font-size:17px;
    font-weight:bold;
    color:#FFF;
    padding:8px;
    margin:0 0 10px 0;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    background-color:#007cc8;
    text-align:left;
}
.quoteTitleCommercial {
    width:600px;
    height: 103px;
    padding:0;
    margin:0;
    text-align: center;
    background-image:url('images/calculator-commercial.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
}
.quoteTitleCommercial h3 {
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight:700;
}

.quoteTitleCommercial p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;

}
.requestitle{
    height:20px;
    font-size:14px;
    padding:10px;
    margin:0px;
    color:#fff;
    font-weight:700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:  8px;
    background-color:#000;
}
.quantityBox input {
    max-width: 80px !important;
}
.quantityBox{
    height:20px;
    border:1px solid #0070c0;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    /*margin:0 0 0 10px;*/
    text-align:center;
    float:left;
    display:inline-block;
}
.quantityBox2{
    height:20px;
    width:80px;
    border:1px solid #0070c0;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    margin:0 0 0 10px;
    text-align:center;
    float:none;
    display:inline-block;
}

.elementsQuantity2{
    margin:10px 0 0 0;
    padding:0;
    display:inline-block;
}
.quotesubTitle{
    font-size:10px;
}

.elementsRugsBackground{
    width:120px;
    height:250px;
    float:left;
    text-align:center;
    padding:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    background-color:#FFF;
    border:1px solid #1381c0;
    margin:0 0 2px 0;

}

.elementsRugsBackground:hover{
    background-color:#fff;
    border:1px solid #1381c0;

}

.elementsQuantityS{
}
.elementsQuantityM{
}
elementsQuantityL{
}
.quotesubTitleSmall{
    font-size:9.5px;
}
.quantityS{
    color:#ff0000;
    font-size:12px;
    font-weight:bold;
}

.calculateHolder{
    width:148px;
    padding:115px 0 0 0;
    margin:5px 0 0 0;
    float:left;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    background-color:#1381c0;
    border:1px solid #1381c0;
    text-align:center;
    overflow:hidden;
}
.calculateHolder:hover{
    border:1px solid #eb0020;
    background-color:#eb0020;
}
.quoteTotalBox2{
    width:100%;
    height: auto;
    min-height: 100%;
    padding:0;
    margin:5px 0 0 0 ;
    position:relative;
    background-color:#f0f9fe;
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
}
.boxotalBox2 input {
    display: block;
    text-align: left;
}
.quoteTotalBox2 input[type=checkbox] {
    display: inline-block;
    margin-left: 35px!important;
    padding: 0;
    float:left;
    margin: 0 10px 0 0;

}
.quoteTotalBox2 tr:nth-child(odd) {
    background: #fff;
    height: 100%;

}

.quoteTotalBox3{
    width:460px;
    min-height: 500px!important;
    float:right;
    padding:10px;
    margin:0;
    position:relative;
    -webkit-border-radius: 12px;
    -moz-border-radius:12px;
    border-radius: 12px;
    background-color:#f0f9fe;
    border:0 solid #0073c1;
    overflow:hidden;
}
.boxotalBox3 input {
    display: block;
    text-align: left;
}
.quoteTotalBox3 input[type=checkbox] {
    display: inline-block;
    margin-left: 35px!important;
    padding: 0;
    float:left;
}
.callback {
    line-height: 15px;

}

.quotebox {
    text-indent: 0 !important;
}

table#calculateTotalTable {
    width: 100%!important;
    height: 100%!important;
}
table#calculateTotalTable tr {
    vertical-align: middle;
    height: 2em;
}
/* http://www.w3.org/Style/Examples/007/center.en.html#hv3 */
table#calculateTotalTable td {
    position: relative;
}
/*table#calculateTotalTable td > * {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0 !important;
}*/
table#calculateTotalTable td.extraprice input.quantityBox {
    margin-bottom: 0;
}
table#calculateTotalTable td.extraprice .incdec {
    cursor: pointer;
    float: left;
    margin: 0!important;
    padding: 0!important;
}
table#calculateTotalTable td.extraprice .extraprice-text{
    display: none;
}
table#calculateTotalTable .elementsQuantity {
    float: none !important;
}

table#calculateTotalTable tr {
    margin-bottom: 2px;
}
table#calculateTotalTable tr:not(:first-child) {
    background-color: #fff !important;
}
table#calculateTotalTable tr:nth-child(4n+2) {
    background-color: #f0f9fe !important;
}
table#calculateTotalTable tr:nth-child(4n+3) {
    background-color: #f0f9fe !important;
}

/*
td.extraprice {
    background-image:url('../img/Calculator/cell-arrow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}*/

table#calculateTotalTable td.extraprice .quotebox {
    min-height: 0;
    padding: 0 !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    text-align: center !important;
    text-indent: 0 !important;
}
@media (max-width: 360px) {
    table#calculateTotalTable {
        display: block;
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 530px) {
    table#calculateTotalTable td.extraprice .quotebox {
        min-height: 0;
        padding: 0 !important;
        border-bottom: none !important;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        text-align: center !important;
        text-indent: 0 !important;
    }
}
table#calculateTotalTable td.remove-row {
    padding-bottom: 10px !important;
}

/* instantquote.js */
span.checkprice-hidden {
    height: 30px;
    width: 30px;
    padding: 3px;
    border-radius: 50%; /* may require vendor prefixes */
    /* background:#044165;	*/
    color: #044165;
    font-size: 12px;
    line-height: 30px;
    margin-left: 5px;
}

.quoteTable {
    border: none;
}

.quoteTable tr > td {
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle;
    text-align: left;
}
.quoteTable tr > td:first-child {
    white-space: nowrap !important;
    width: 90px;
}
.quoteTable .quantityBox {
}
.quoteTable input[type="text"] {
    margin-bottom: 0;
}

#calcuateTotalBox2  td {
    padding: 8px;
    border: none!important;
}

.quoteTotalBox2 tr{
    border-bottom: 0 solid #fff;
    font-weight: normal!important;

}
.quoteTotalBox2 th {
    padding: 4px;
    font-weight: normal!important;

}
.entry-content table tbody tr:first-child {
    border-top: 0px solid #166595!important;
}
.quoteTotalBox2 tr:first-child {
    background-color: #166595!important;
    color: #fff!important;
    font-weight: normal!important;
}
th:first-child {
    border-radius: 3px 0 0 0;
    background-color: #b10f1b!important;
}

th:last-child {
    border-radius: 0 3px 0 0;
    background-color: #b10f1b!important;
}

th:only-child{
    border-radius: 3px 3px 0 0;
    background-color: #166595!important;
}
form input[type="submit"] {
    padding: 12px 25px;
    background-color: #1381c0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 40px!important;
    width: 100%;
}

.plus{
    margin: 0 0 0 5px!important;
    text-indent: -9999px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    background: url(../img/plus.png) no-repeat;
    white-space: nowrap;
}

.dec{
    background-position: 0 -25px;
}

.quote-container {
    padding: 0;

}
i.fa.fa-minus-circle {
    color: #b10f1b;
}
i.fa.fa-plus-circle
{
    color: #094264;
}

.item_prices {
    float: right;
    margin: 0 24px 0 0;
    font-weight: 500;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    color: white;
    text-align: center;
    z-index: 9999;
    bottom:20px!important;
    margin-top: -10px;
    display: none;
}
span.item-price-text {
    font-size: 11px!important;
    line-height: 11px!important;
    color: #6ea0be;

}
input .quantityBox  {
    padding:6px!important;
    max-width: 25px!important;
    height: 25px!important;
    font-size:12px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius:3px!important;
    border-radius: 3px!important;
    margin:0 0 0 20px!important;
    background-color:#fff!important;
    border:0!important;
    color:#166595!important;
    font-weight: normal!important;
}
.quotebox2 input {
    min-height: 25px;
    max-width: 25px;
    padding:0px!important;
    border-right: 0 solid #fff!important;
    border-left: 0 solid #fff!important;
    border-top: 0 solid #fff!important;
    border-bottom: 0 solid #fff!important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 25px;
    text-align: center!important;
    font-size:14px;
    background-color:transparent!important;
    font-weight: normal;
    /*margin: 20px 5px 0 0;*/
    /*margin-bottom: 10px!important;*/
    margin: 2px 0 0 0;
    /*color: #444!important;*/
}

.quotebox2 input[type='text']:focus {
    color: #1381c0!important;
}
.js-incdec {
	padding: 0!important;
	margin:  0!important;
	line-height: 25px;

}

.quotebox input {
    min-height: 25px!important;
    max-width: 25px!important;
    padding:4px!important;
    border-bottom: 1px solid #fff;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    text-align: left!important;
    line-height: 20px!important;
    text-indent: 5px;
    font-size:12px;
    background-color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    color:#166595;
    font-weight: normal;
    border:0;
    /*margin: 20px 5px 0 0;*/
    /*margin-bottom: 10px!important;*/
    margin-left: 5px;
}

.quotebox h4 {
    display: inline-block!important;
    margin: 0 0 0 5px!important;
    padding: 0;
    font-size: 14px;

}
.quotebox h4 span {
    display: inline-block!important;
    text-indent: 0!important;
    font-size: 12px;
    font-weight: normal;
    color: #444;

}
.quotebox p{
    color:#fff;
}

.quotebox select{
    padding:6px;
    font-size:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    margin:0 0 0 10px;
    background-color:#FFF;
    border:0;
    color:#1381c0;
    line-height: 40px;
    font-size: 14px;
}

.totalLine2{
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    background-color:#094264;
    padding:10px;
    margin:0;
    color:#fff;
    font-size:13px;
    font-weight:normal;
}
.totalPrice2{
    font-size:22px;
    font-weight:bold;
    float:left;
}
.totalcost {
    display: block;

}
.totalPrice{
    font-size:16px;
    font-weight:bold;
}

.VAT{
    width:30%;
    font-size:14px;
    font-weight:normal;
    float:right;
    text-align: center;
}
.formSectionContent{
    padding:0;
}
.formSectionContentCommercial{
    width:600px;
    padding:0;
    margin:0;
}
tabel {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}
table tbody th {
    color: #fff!important;
    text-align: center;
}

.click {
    min-width:100%;
    float:right;
    padding:10px;
    margin:10px!important;
    position:relative;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    background-color:#1381c0;
    color: #fff;
    font-size: 16px!important;
    line-height: 16px;
    text-align: center;
}

.quoteInnerBox2{
    padding: 10px;
    margin: 0;
    background: #e1f0f8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.quoteInnerBox2 input{
    display: inline-block;
    min-width:200px!important;
    padding:5px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    margin:2px 0 2px 0px;
    background-color:#FFF;
    border:1px solid #999;
    height:20px;
}
.quoteInnerBox2 select{
    margin-bottom: 15px;

}

table tbody td {
    font-size: 14px;
    font-weight: 500;
    color: #444!important;
    text-align: center;

}
.entry-content td {
    padding: 5px!important;
}
.entry-content th {
    padding: 5px!important;
    background: #b10f1b;
}

.entry-content table tbody tr:nth-child(even) {
    background: #fff!important;
}
.entry-content table tbody tr:nth-child(odd) {
    background: #f0f9fe!important;
}

.entry-content table.quoteTable tr {
    background: none !important;
}
.entry-content table.quoteTable tbody tr:nth-child(even) {
    background: none !important;
}
.entry-content table.quoteTable tbody tr:nth-child(odd) {
    background: none !important;
}

.text-blue {
    color: #1381c0 !important;
    font-weight: 600;
}
.text-gray {
    /*color: #D3D3D3 !important;*/
    color: #dcdcdc !important;
}

/*------------------------------------------------------*/
/* Commercial Calculator
/*------------------------------------------------------*/
#contact-form {

}
section.quote-calc {
    /*background-image:url('../img/office.jpg'); */
    background-repeat: no-repeat;
    width: 100%;
    min-height: 660px;
}

.com-input {
    padding:10px;
    text-align:center;
    min-height: 100px;
    color: #444;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background:#fff;

}
span.symbol {
    color: #1381c0;
}
.com-input h4 {
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 16px;
    color: #1381c0;

}
.com-input h4 strong {
    color: #444!important;
    font-weight: normal;

}
.commercial-total {
    background: #166595;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    float: left;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px;
    width: 100%;
}
.commercial-total strong {
    font-weight: bolder;
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;

}
.inc-vat {
    float: right;

}
.commercialTable{
    background-color:#e8ecee;
}
.elementsCommercial{
    height:30px;
    line-height:30px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    background-color:#e8ecee;
    border:1px solid #1381c0;
    float:left;
    padding:8px;
    margin:10px;
    text-align:center;
}
.elementsCommercial:hover{
    background-color:#fff;
    border:1px solid #1381c0;
}
input#submit-btn.commercial-send {
    padding: 8px 25px;
    background-color: #1381c0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 40px!important;
    width: 100%;
}
input#submit-btn.commercial-send:hover {
    background-color: #b10f1b;
}
.quantityBox2{
    padding:6px;
    max-width: 60px;
    height: 30px;
    font-size:15px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    margin:0;
    background-color:#166595!important;
    border:0;
    color:#fff!important;
    font-weight: normal;
    overflow: hidden;
}
quantityBox3{
    padding:6px;
    max-width: 60px!important;
    height: 30px!important;
    font-size:15px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    margin:0;
    background-color:#f3f3f3!important;
    border:0;
    color:#444!important;
    font-weight: normal;
    overflow: hidden;
}
.elementsQuantity2{
    margin:10px 0 0 0;
    padding:0;
    display:inline-block;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow:  none;
}

.panel-body {
    padding: 10px;
    background: #e1f0f8;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
    border-top: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 3px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 3px;
    background-color: #e1f0f8;
    border-top: 0 solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #0e6496;
}
.panel-footer a {
    color: #b10f1b;

}
.panel-footer i {
    font-size: 22px!important;
    line-height: 10px
}
.panel-heading i {
    color: #fff!important;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 solid #dddddd!important;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading:hover {
    color: #fff;
    background-color: #b10f1b;
    border-color: none!important;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #1381c0;
    border-color: none;
}
.panel-default > .panel-heading h4 {
    font-size: 15px;
    padding: 0!important;
    margin: 0!important;


}


.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}
