/* Minification failed. Returning unminified contents.
(23,1): run-time error CSS1035: Expected colon, found '}'
 */
/* Full-height background */
html {
    height: 100%;
}

/**
 * Required body padding due to top fixed navbar
 * BluStar-like gradient background
 */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

#mi-agent {
    background-color: #073040;
    color: #f6f3f0;
}

#mi-agent .mi-navbar {
    background-color: #0a2634;
    color: #f6f3f0;status-dropdown
}

#mi-agent .navbar-nav > .dropdown > a,
#mi-agent .mi-navbar .navbar-nav > .dropdown > a:hover,
#mi-agent .mi-navbar .navbar-nav > .dropdown > a:focus,
#mi-agent .mi-navbar .navbar-nav > li > a,
#mi-agent .mi-navbar .navbar-nav > li > a:hover,
#mi-agent .mi-navbar .navbar-nav > li > a:focus,
#mi-agent .mi-navbar .navbar-brand {
    background-color: #0a2634;
    color: #f6f3f0;
}

.mi-panel, .mi-modal {
    color: #333;
}

/* Remove underline from panel header hyperlinks */
a.dropdown-toggle {
    text-decoration: none;
}

/* No border for Service Group close buttons */
.sg-close {
    border: none;
    background-color: transparent;
    padding-right: 0;
}

.status-ready {
    color: rgb(140,211,115);
}

.status-notready {
    color: #dc7977;
}

.badge {
    font-size: 14px;
}

.value {
    padding-right: 7px;
}

.badge-danger {
    background-color: #d9534f;
}

.dropdown-menu {
    min-width: 250px;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-height: 320px) {
  .dropdown-menu {
    max-height: 190px;
  }
}

@media (min-height: 320px) and (max-height: 479px) {
  .dropdown-menu {
    max-height: 265px;
  }
}

@media (min-height: 480px) and (max-height: 639px) {
  .dropdown-menu {
    max-height: 425px;
  }
}

@media (min-height: 640px) {
  .dropdown-menu {
    max-height: 585px;
  }
}

@media (max-width:991px) {
    #mi-agent .navbar-nav > .dropdown > a, #mi-agent .mi-navbar .navbar-nav > .dropdown > a:hover, #mi-agent .mi-navbar .navbar-nav > .dropdown > a:focus, #mi-agent .mi-navbar .navbar-nav > li > a, #mi-agent .mi-navbar .navbar-nav > li > a:hover, #mi-agent .mi-navbar .navbar-nav > li > a:focus, #mi-agent .mi-navbar .navbar-brand {
        background-color: #0a2634;
        color: #f6f3f0;
        line-height: 30px;
        padding: 5px 10px;
    }
    .displayMd {
        display: none;
    }
    .navbar-header {
        width: 100%;
    }
}

/*.sg-dropdown>li>a {
    padding: 10px 20px;
}*/

.dropdown-menu .btn-block, #logon-btn, #select-ext-btn {
    padding-left: 15px;
}

.dropdown-menu .btn-block .glyphicon, #logon-btn .glyphicon, #select-ext-btn .glyphicon {
    top: 2px;
}

.status-btn-ready .glyphicon {
    color: rgb(57,171,16);
}

.status-btn-notready .glyphicon {
    color: #a94442;
}

/* Undo body padding-top since navbar is not present on logon page */
.logon {
    margin-top: -70px;
}

#panels .alert-transparent {
    margin-top: 75px;
    background-color: transparent;
    background-image: none;
}

.nopointer {
    cursor: default;
}

.embed-responsive-skillassignment {
    padding-bottom: 520px; /* See .scrollable-inform-mobileagent in Mitel.css */
}

/* Agent Mini rules */

body.agent-mini {
    padding-top: 10px;
}

.agent-mini .logon {
    margin-top: 0;
}

.agent-mini #status-dropdown .dropdown-menu {
    display: block;
    top: 0;
    margin-top: 0;
    min-width: 100%;
    max-height: none;
}

.agent-mini #status-dropdown .dropdown-toggle, .mi-container-sidebar .dropdown-toggle {
    display: none;
}

.mi-sidebar {
    background-color: white;
    padding: 15px 0;
    margin: -20px 0 20px 0;
}

@media (min-width: 768px) {
    .mi-sidebar {
        height: calc(100vh - 50px);
        margin: -20px 0;
    }

    .mi-sidebar-right {
        float: right;
    }
}

.mi-sidebar .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

@media (orientation: portrait) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }
}

@media (max-device-height: 500px) and (orientation: portrait) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 340px;
    }
}


@media (min-device-height: 500px) and (max-device-height: 600px) and (orientation: portrait) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 450px;
    }
}

.hidden {
    display: none;
}
.h1, h1 {
    font-size: 2.2rem;
}
.h4, h4 {
    font-size: 1.1rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px 12px 7px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }
    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropdown-menu {
    font-size: 14px;
}
.dropdown-menu p {
    margin-bottom: 5px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-block {
    display: block;
    width: 100%;
}
.dropdown-menu .btn-block, #logon-btn, #select-ext-btn {
    padding-left: 15px;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a {
    padding: 10px 15px;
    text-decoration: none;
}
/*div#panels * {
    color: #fff !important;
}*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#panels>div {
    width: 100%;
}
/*.dropdown-menu.sg-dropdown a {
    background-color: #0a2634;
    color: #f6f3f0;
}*/
.dropdown-menu.sg-dropdown a:hover {
    text-decoration: none;
    background-color: #efefef;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
    }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd
    }

    .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333
    }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}
p {
    margin-bottom: 10px
}

.navbar-inverse .navbar-toggler {
    border-color: #333;
}

.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px 0;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 8px;
    line-height: 6px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-inverse .navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
#assignskills-modal {

}

#assignskills-modal .form-group {
    display: flex;
    flex-grow: 0 0 1;
    align-items: center;
}
