﻿.se-pre-con {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
}

.pre-loading-image {
    background: url(/ServiceManager/images/Preloader_2.gif) center no-repeat #fff;
    width: 100%;
    height: 100px;
}

.pre-loading-subtitle {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-family: Verdana, Arial;
    color: #25A0DA;
}

.navbar {
    border: 0px !important;
}

.navbar-header {
    float: left !important;
}

.agent-navbar-right {
    float: right !important;
    margin-right: -15px;
}

.agent-navbar-right {
    right: 0;
    left: auto;
    margin-right: 1px;
}

.agent-nav-bar {
    background-color: #f8f8f8;
    margin-top: -2px;
    border-radius: 0px !important;
}

#agent_title_label {
    font-weight: 100 !important;
    font-size: 12px !important;
}

.agent-status-container {
    width:100%;
    display: inline-flex;
}

.agent-status-dropdown-label {
    font-size: 12px;
    text-decoration: none;
    font-weight: 200;
}

.agent-status-icon {
    font-size: 36px;
    padding-top: 12px;
    margin-left: 20px;
}

.agent-status-label-status {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 3px;
}

.agent-status-label-duration {
    font-size: 12px;
    font-weight: 200;
    margin-left: 10px;
}

.agent-ready {
    color: #339947;
}

.agent-not-ready {
    color: #ff0000;
}

.agent-busy {
    color: #f28300;
}

.agent-ringing {
    color: #d1bb00;
}

.agent-in-a-call {
    color: #f28300;
}

#not-ready-status-panel {
    margin-top:10px;
}

#change-pin-panel {
    margin-top: 10px;
}

#change-destination-panel {
    margin-top: 10px;
}

.panel-padding {
    padding: 5px;
}

.agent-call-info-label {
    font-weight: 200 !important;
}

.form-group-no-margin {
    margin-bottom: 0px !important;
}

.dropdown-toggle-user {
    padding: 0px !important;
    display: inline !important;
}

