/* ==========================================================================
   Bootstrap overrides
   ========================================================================== */

@media (max-width: 960px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 768px) {

    body {
        margin-bottom: 71px !important;
    }

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    overflow-y: scroll;
}

body {
    padding-top: 50px;
}

.navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 8px;
}

.main-content {

}

a:hover {
    text-decoration: none;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}

a.action {
    margin-right: 10px;
    font-weight: bold;
}

.row.feedback p {
    padding: 15px;
}

label small {
    font-weight: normal;
}

span.select2-selection.select2-selection--single {
    height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
}

.modal-backdrop {
    z-index: -1;
}

.form-control.active {
    outline: 0;
    border-color: #3FB618;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.select2-container {
    width: 100% !important;
}

table.table {
    width: 100% !important;
}

.phone-key {
    background: #fff;
    border-radius: 10px;
    word-wrap: break-word;
    background: #f5f5f5;
}

.phone-key.enabled {
    background: #5cb85c;
    color: #FFF;
}

.phone-key.enabled a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

.phone-key.enabled a:hover {
    text-decoration: none;
}

.phone-key.disabled {
    background: #F1C58C;
}

.phone-key h2 {
    font-weight: bold;
}

h2 {
    font-size: 50px;
}

.fa.fa-play-circle {
    font-size: 22px;
}

.keyboard audio {
    width: 47px;
}

.keyboard a {
    font-weight: bold;
}

.menu-options-menu {
    list-style: none;
}

.ui360 a, .ui360 a:hover, .ui360 a:focus {
    padding: 2px;
    margin-left: 10px;
    margin-top: -15px;
}

.phone-key .sm2-360ui {
    float: none;
}

.table-header-bordered tr,
.table-header-bordered tr th {
    border: 1px solid #ddd;
}

.app-mode {
    position: fixed;
    right: 15px;
}

.bg-online {
    background-color: green;
    color: #FFF;
    font-weight: bold;
    padding: 2px;
}

.bg-offline {
    background-color: yellow;
    color: #FFF;
    font-weight: bold;
    padding: 2px;
}

.btn-service {
    margin-left: 8px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 41px;
}

.table-condensed > tbody > tr > td.audio {
    padding: 2px 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    background-color: #f5f5f5;
}

.footer p {
    margin-top: 10px;
}

.footer a {
    color: #000;
    font-weight: bold;
}

.call-center button span {
    font-size: 40px;
}

.call-center table td {
    font-size: 22px;
}

/* Overrides
-------------------------------------------------- */
.modal-backdrop {
    z-index: 3;
}

body {
    padding-right: 0 !important
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}

.select-2-no-search {
	height: auto !important;
}
