:root {
  --main-color-green: #009639;
  --main-color-darkred: #B40E0B;    
}
body{
    padding-top:70px;
    padding-bottom:70px;
    font-size: normal;
}
@media (max-width: 992px) {
    body{
 padding-bottom: 95px;
    }
}

#wrapper{
    padding-bottom: 70px;
}
label{
    font-weight: 600;
    font-size: normal;
}
a.btn{
    margin-right: 10px;
}

.jumbotron{
    padding-top:5px;
    padding-bottom: 20px;
}

.footer{

    /*background-color: black;*/
    /*color: white;*/
    position: fixed;
    bottom: 0;
    padding:15px;
    padding-bottom:3px;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
    display:block;
}

.text-center {
    text-align:center;
}

.text-left {
    text-align:left;
}

.text-right {
    text-align:right;
}
.flagicon{
    margin-left:2px;
    margin-right:2px;
}
.dropdown-menu{
    left:-50px;
}
.bg-dark{
    background-color : #515253 !important
}

.tableHeader{
    width:100%;
    background: #333;
    padding: 5px;
    color: white;
    font-size: large;
    font-weight: 600;
    margin-bottom:0px;
    margin-top:40px;
}

th{
    padding-left: 12px;
    padding-right:12px;
}td{
    padding-left: 12px;
    padding-right:12px;
}

.form-group{
    margin-bottom: .2rem;
}
.table td {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.grid-img {
    max-width : 300px;
    max-height: 125px;
}

.img-thumb-small{
      max-width : 100px;
    max-height: 75px;  
}

.img-inline{
    display: inline;
}

.media_kits-header{
    background-color: red;
    padding: 5px;
    color: white;
    margin-top: 15px;
}

.gallery-block{
    margin-bottom: 25px;
}

/*	--------------------------------------------------
	:: Table Filter
	-------------------------------------------------- */
.panel {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}
.panel .btn-group {
    margin: 15px 0 30px;
}
.panel .btn-group .btn {
    transition: background-color .3s ease;
}
.table-filter {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.table-filter tbody tr:hover {
    background-color: #eee;
}
.table-filter tbody tr td {
    padding: 10px;
    vertical-align: middle;
    border-top-color: #eee;
}
.table-filter tbody tr.selected td {
    background-color: #eee;
}
.table-filter tr td:first-child {
    width: 45px;
}


.table-filter .star {
    color: gold;
    text-align: center;
    display: block;
}

.table-filter .star.star-checked {
    color: #F0AD4E;
}
.table-filter .star:hover {
    color: #ccc;
}
.table-filter .star.star-checked:hover {
    color: #F0AD4E;
}
.table-filter .media-photo {
    width: 35px;
}
.table-filter .media-body {
    display: block;
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
.table-filter .media-meta {
    font-size: 12px;
    color: #999;
}
.table-filter .media .title {
    color: #2BBCDE;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.table-filter .media .title span {
    font-size: .8em;
    margin-right: 20px;
}
.table-filter .media .title span.pagado {
    color: #5cb85c;
}
.table-filter .media .title span.pendiente {
    color: #f0ad4e;
}
.table-filter .media .title span.cancelado {
    color: #d9534f;
}

.table-filter .media .summary {
    font-size: 14px;
}

.media-body img
{
    display: block;
    max-width:250px;
    max-height:250px;
    width: auto;
    height: auto;
}

a.footerlink {
    color: #999999;
}
a.footerlink:hover{
    color: #444444

}

.stepwizard-step p {
    margin-top: 0px;
    color:#ff2222;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#ff2222;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

@media only screen and (max-width: 885px) {
    thead th.phoneentry:not(:first-child) {
        display: none;
    }

    thead th.phoneentry:first-child:after {
        /*content: "'s";*/
    }

    td.phoneentry, th.phoneentry {
        display: block;
        width: 100% !important;
    }

    td.phoneentry:first-child {
        font-weight: bold;
    }
    td[data-th]:before  {
        content: attr(data-th);
        border-radius: 10px 0px 0px 10px;
        font-weight: bold;
        min-width: 10rem;
        display: inline-block;

    }
}