.transparent{
    background-color: transparent;
}

.nav > li > a {
    color: rgb(67, 47, 41) !important;
}

table>thead>tr>th>a:link{
    color: #666666;
}
    table>thead>tr>th>a:after{
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 5px;
    }
    table>thead>tr>th>a:hover{
        color: #337ab7;
    }

    table>thead>tr>th>a.asc:after{
        content: "\f106";
    }

#message-preview{
    background-image: url("/theme/Minton/img/msg-preview.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 47% 8% 10% 20%;
}
#message-preview .message-text {

    padding: 5%;/* this is actually (426/1140)*100 */
    background-color: #2196F3;
    color: #FFF;
}


td.first > div.checkbox {
    margin-bottom:0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th
{
    vertical-align: middle;
}
/*
input[type=checkbox],
input[type=radio]{
    opacity: 1 !important;
}
*/

#loaderModal.modal > .modal-dialog > .modal-content{
    border-radius: 0;
    border-color: transparent;
    padding: 0;
    background-color: transparent;
}

.select2-container-multi {
    background-color: transparent;
    border: none;
}


.widget-reseller{}
.widget-reseller .wid-info{
    margin-left: 120px;
}

.panel-color.panel-primary .panel-title {
    color: #000;
}

span#funds.btn-success{
    border: 2px solid #FFF !important;
}

.button-menu-mobile{
    color: #000;
}

.panel-border.panel-primary .panel-heading {
    border-color: #f9cd48 !important;
    color: #f9cd48 !important;
}

#loaderModal.modal{
    z-index: 1099;
    top: 100px;
}

td.last,
.btn-group
{
    white-space: nowrap;
}


.btn-group-vertical>.btn, 
td .btn-group>.btn{
    float: none;
}

.select2-container-multi .select2-choices{
    overflow: visible;
}

#inTabFilter{
    padding: 10px;
    background-color: #F9F9F9;
}
#inTabFilter .form-control{
    background-color: #fff;
}

#ussd-node-conditions tbody tr td:last-child img{
    display: none;
}

@media (max-width: 767px) {
    .table-responsive .btn-group {
        margin-left: 1px;
    }
}

@media (min-width: 768px) {
    .panel-modal .table-responsive {
        overflow: visible;
    }
}

[v-cloak] {
    display: none;
}

/* Small devices (tablets,  and up) */
@media (min-width: 768px) {
    #message-preview{
        min-height: 465px;
    }
    #message-preview-bottom{
        background-image: url("/theme/Minton/img/msg-preview-bttm.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top left;
        height: 285px;
    }
}

@media (max-width: 768px) {
    #message-preview{
        border-bottom: 1px solid #CCC;
        margin-bottom: 10px;
        padding: 47% 10% 10% 10%;
    }

    #message-preview-bottom{
         display: none;
     }
}

@media (min-width: 1600px) {
    #message-preview{
        min-height: 600px;
    }
}

@media (width: 1024px) {
    #message-preview{
        min-height: 300px;
        border-bottom: 1px solid #CCC;
    }
}



