@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    font-family: yettel-bold;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    background-color: white;
    color: #595959;
    overflow: visible;
    min-width: 1300px;
    min-height: 500px;
    position: relative
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

a {
    color: #595959;
    cursor: pointer
}

a:hover {
    color: #009ce3
}

.floatright {
    float: right
}

.floatleft {
    float: left
}

.clear {
    content: "";
    height: 0;
    clear: both;
    display: block
}

.ui-state-default, .ui-tabs-anchor {
    outline: 0
}

.spacer {
    display: block;
    width: auto
}

.inline {
    display: inline-block
}

.pointer {
    cursor: pointer
}

.default {
    cursor: default
}

.hidden {
    display: none !important
}

.visibilityHidden {
    visibility: hidden
}

.orange {
    color: #F90
}

.gray {
    color: #666
}

.red {
    color: red
}

.lightGray {
    color: #999
}

.mediumGray {
    color: #707070
}

.marginRight10 {
    margin-right: 10px
}

.nowrap {
    white-space: nowrap !important
}

.nomargin {
    margin: 0 !important
}

code {
    font-family: monospace
}

h4 {
    font-size: inherit
}

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

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

.position-relative {
    position: relative
}

.badge {
    display: inline-block;
    padding: 0 6px;
    background-color: #ffad00;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    text-align: center
}

.badge.filtered {
    background-color: #ff6b6b
}

#rightPanelAccordion .badge {
    float: right;
    min-width: 13px
}

#topPanel, #rightPanel, #mainPanel, #bottomPanel {
    position: absolute;
    overflow: hidden
}

#preloader, #preloaderRight, .preloaderDialog, .preloaderRoutingRules {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#preloader {
    background: #002340;

}

#preloader.dark {
    background-color: #002340;
}


#preloader .loading {
    font: normal normal bold 34px/41px Yettel;
    color: #B4FF00;
    margin: 0 auto
}

#preloader .status {
    font-size: 11px;
    font-weight: bold;
    width: 300px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
    color: #fff
}

#preloader.dark .status {
    color: #fff
}

#preloaderRight {
    display: none
}

#preloaderRight.mobile {
    position: fixed;
    top: initial;
    left: initial;
    right: 12px;
    bottom: 42px;
    width: 60px;
    height: 50px;
    z-index: 110
}

#preloaderRight .loading {
    background: transparent url('../images/callflow_preloader.gif') 99% 98% no-repeat;
    background-size: cover;
    width: 70px;
    height: 54px;
    position: absolute;
    right: 35px;
    bottom: 25px
}

#preloaderRight.mobile .loading {
    position: static
}

.preloaderDialog, .preloaderRoutingRules {
    display: none;
    background: white url('../images/callflow_preloader_small.gif') center center no-repeat
}

#rightPanel.overModal {
    z-index: 101;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}


.input-group-addon {
    border-radius: 5px;
    background-color: #B4FF00;
}

.login-container {
    position: relative;
    margin: 25% auto 0;
    max-width: 760px;
    color: #FFF;
    background: #002340;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.login-container .container-main {
    padding: 3em 1em
}

.login-container .row > div:first-child > .container-main {
    padding: 3em 5em;
}

.login-container label {
    color: #a5a5a5;
    overflow: hidden;
    margin: 0
}

.login-container label > span:not(.ui-widget) {
    color: #B4FF00
}

.login-container input[type="text"]:hover, .login-container input[type="text"]:focus, .login-container input[type="text"]:active, .login-container input[type="password"]:hover, .login-container input[type="password"]:focus, .login-container input[type="password"]:active {
    border-color: #ffb800
}

.login-container .submit {
    width: 90%;
    margin: 25px auto 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    background: #B4FF00 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 15px 30px;
    cursor: pointer;
    display: block;
    color: #21282e;
    border: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.login-container .title {
    font-family: yettel-regular;
    font-size: 2.5em;
    line-height: 1.5em;
    color: #fff
}

.login-container .yettel-ivr {
    font-family: yettel-regular;
    font-size: 2.5em;
    line-height: 1.1em;
    color: #fff
}
.login-container .powered-by{
    margin-top: 70px;
}
.login-container .powered-by .power-by-text {
    text-align: center;
    font-family: yettel-light;
    font-size: 10px;
    color: #C4DFE9;
}
.login-container .yettel-ivr .green{
    color: #B4FF00
}
.login-container-bottom {
    margin: 0 auto;
    max-width: 760px
}

.login-container-bottom .copyright {
    color: #e4e4e4;
    text-align: right;
    padding: 1em 0;
    font-size: .9em
}

.login-loading {
    display: none;
    margin: 25px auto 0;
    text-align: center;
    height: 46px;
}
.login-loading img {
    height: 26px;
    margin: 0 auto;
    opacity: 0.8;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.login-container .input-group-addon {
    padding-left: 8px;
    padding-right: 8px
}

.login-yettel-logo {
    position: absolute;
    top: 5%;
    left: 0;
    background: transparent url('../images/Yettel-login-logo.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    width: 307px;
    height: 120px;

}

.navbar-inverse {
    background-color: #4d4d4d;
    border-color: #002340;
    border-width: 0 0 3px
}

.navbar-inverse .navbar-brand {
    background-color: #00b4cc;
    color: #FFF
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    background-color: rgba(0, 180, 204, 0.9)
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #6f6f6f
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(111, 111, 111, 0.9)
}

.navbar-inverse .navbar-toggle {
    background-color: #002340;
    border-color: #ffab52
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(254, 131, 0, 0.9)
}

.navbar-collapse[aria-expanded="true"] .username {
    display: none
}

body.reset {
    min-width: initial !important;
    min-height: initial !important
}

body.with-fixed-navbar {
    padding-top: 75px
}

.table-responsive {
    padding-bottom: 1em;
    margin-bottom: 50px
}

.table-responsive .dataTables_length {
    position: initial
}

.table-responsive .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: center
}

.table-responsive .dataTables_filter input {
    width: 65%
}

.table-responsive .dataTables_wrapper label {
    font-weight: normal
}

.table-responsive .dataTables_paginate {
    position: initial
}

.table-responsive .dataTables_paginate .disabled {
    opacity: 1;
    position: initial;
    height: auto;
    width: auto
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%
}

.middle {
    display: table-cell;
    vertical-align: middle
}

.loginLanguages {
    position: absolute;
    top: -23px;
    right: 20px;
    padding: 8px 10px;

}

.loginLanguages a {
    display: inline-block;
    font-family: yettel-bold;
    font-size: 12px;
    color: #002340;
}

.smallButton {
    width: 14px;
    height: 14px;
    vertical-align: middle
}

.toolbar {
    padding: 2px 3px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f3f3f3
}

.toolbarButton {
    width: 27px;
    height: 22px
}

.toolbarButton.pressed {
    border: 1px solid #ff6b6b;
    background: rgba(255, 107, 107, 0.2)
}

.toolbarButtonWithText {
    height: 22px;
    font-size: 11px !important
}

.toolbarButtonWithText.small {
    height: 18px;
    font-size: 11px !important
}

.toolbarButtonWithText .ui-button-text {
    line-height: 16px;
    padding-left: 2.5em
}

.toolbarButtonWithText.small .ui-button-text {
    line-height: 18px;
    padding: 0 1em 0 2.5em
}

.refresh.active {
    background: #ffffc4
}

.collapsableMenuList {
    margin: 0;
    padding: 0;
    font-size: .8em
}

.collapsableMenuList li {
    list-style-type: none;
    padding: 4px 5px
}

.collapsableMenuList .ui-icon {
    display: inline-block;
    vertical-align: bottom
}

.collapsableMenuList .ui-icon:hover, .small .ui-icon:hover {
    background-color: #e2e2e2
}

.collapsableMenuList li.even {
    background-color: #f6f6f6
}

.collapsableMenuList li:hover {
    background-color: #f1f1f1
}

.call-rule-preview {
    padding: 2px 8px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f3f3f3
}

#topPanel {
    border-bottom: 3px solid #002340;
    background: #fcfcfc
}
#topPanel,
#tableAccounts_wrapper,
#tableTariffs_wrapper,
#tableSysApps_wrapper,
#tableCallcenterUsers_wrapper,
#tableQueueCCCalls_wrapper{
    font-family: sans-serif;
}
#topPanel a {
    text-decoration: none
}

#topPanel .loginInfo {
    position: relative;
    background-color: #00b4cc;
    color: white;
    font-weight: bold;
    height: 57px;
    padding: 0 15px;
    max-width: 130px;
    min-width: 95px;
    overflow: hidden
}

#topPanel .loginInfo .loggedAs {
    padding: 8px 0 0;
    font-size: .8em
}

#topPanel .loginInfo .username {
    font-size: 1.2em;
    line-height: 1em
}

#topPanel .logout {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent url('../images/logout.png') center center no-repeat;
    width: 16px;
    height: 16px
}

#topPanel .manage {
    margin-left: 10px
}

#topPanel .panelName {
    font-size: 2em;
    color: #666;
    line-height: 1em;
    margin: 6px 0 2px;
    padding: 0 4px
}

#topPanel .panelSettings {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#topPanel .panelSettings li {
    float: left;
    margin-right: 7px;
    padding: 2px 7px;
    transition: all .3s;
    cursor: pointer
}

#topPanel .panelSettings li:hover {
    background-color: #ececec
}

#topPanel .panelSettings li.separator {
    cursor: default
}

#topPanel .panelSettings li.separator:hover {
    background-color: white
}

#topPanel .panelSettings .ui-icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    opacity: .7
}

#topPanel .panelSettings li .badge {
    margin-left: 10px
}

.ui-icon.ui-document {
    background: transparent url('../images/document.png') 0 0 no-repeat
}

.ui-icon.ui-settings {
    background: transparent url('../images/settings.png') 0 0 no-repeat
}

#topPanel .menu {
    float: right;
    margin-right: 10px
}

#topPanel .menu-item {
    float: left;
    height: 48px;
    margin: 5px 5px 8px;
    width: 100px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    padding: 0 4px;
    transition-duration: .2s
}

#topPanel .menu-item:hover {
    opacity: .8
}

#accounts {
    background-color: #ff6b6b
}

#pbx-admin {
    background-color: #55c4df
}

#rrm-admin {
    background-color: #8abb24
}

#cc-admin {
    background-color: #ffa33d
}

#reports {
    background-color: #09a3e3
}

#conference {
    background-color: #fd5d8a
}

#bottomPanel {
    border-top: 1px solid #4d4d4d;
    background-color: #646464;
    color: white
}

#bottomPanel > div {
    margin: 2px 10px
}

#bottomPanel .ui-icon {
    vertical-align: text-bottom
}

#mainPanel .headContainer {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 30px;
    height: 31px;
    padding: 0 0 0 20px;
    background-color: #55c4df
}

#mainPanel .headContainer a {
    color: white;
    text-decoration: none
}

#mainPanel .headContainer .separator {
    margin: 6px;
    height: 23px;
    width: 2px;
    background: transparent url('../images/blue_separator.png') center center no-repeat;
    opacity: .4
}

#mainPanel .headContainer a.default span {
    font-style: italic
}

#mainPanel .headContainer .ui-icon {
    display: inline-block;
    margin: 0 5px;
    vertical-align: text-bottom;
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

#mainPanel .callcenterUsersContainer table .ui-icon:hover {
    background-color: #e2e2e2
}

#mainPanel .callcenterUsersEdit {
    display: none
}

#mainPanel .tabSpacer {
    height: 30px;
    border: 0;
    background-color: #4d4d4d
}

#mainPanel .callDetails {
    padding: 6px 0;
    font-size: 11px;
    background-color: #f9faff;
    max-height: 60px;
    overflow: auto
}

#mainPanel .callDetails ul {
    list-style: none;
    margin: 0
}

#mainPanel .callDetails li {
    float: left;
    width: 30%
}

body input[type="text"], body input[type="password"], body input[type="search"], body textarea, body input[type="file"] {
    color: #595959;
    width: 260px;
    padding: 2px 4px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #FFF));
    background: -webkit-linear-gradient(top, #f2f2f2 0, #FFF 100%);
    background: -o-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0, #FFF 100%)
}

input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, input[type="file"]:focus {
    border-color: #2bbce0;
    outline: 0
}

input[type="radio"]:focus, select:focus {
    outline: 0
}

input[readonly="readonly"], input[readonly], textarea[readonly="readonly"] {
    background: #ececec !important
}

input[disabled="disabled"], input[disabled], textarea[disabled="disabled"] {
    background: #ececec !important
}

body .form-control {
    border-radius: 0
}

body .input-sm {
    font-size: 13px
}

input[type="text"].longSize, input[type="password"].longSize, input[type="search"].longSize {
    width: 190px !important
}

input[type="text"].mediumSize, input[type="password"].mediumSize, input[type="search"].mediumSize {
    width: 80px !important
}

input[type="text"].smallSize, input[type="password"].smallSize, input[type="search"].smallSize {
    width: 30px !important
}

input[type="text"].smallSize2 {
    width: 40px !important
}

fieldset {
    border: 1px solid #b5b8c8;
    margin-top: 10px;
    min-height: 80px
}

form .inputDiv input[type="checkbox"] {
    vertical-align: middle
}

form .inputDiv input[type="radio"] {
    vertical-align: text-bottom
}

form .inputDiv textarea {
    vertical-align: top;
    height: 60px;
    max-height: 120px;
    max-width: 260px
}

form fieldset:first-child {
    margin-top: 0
}

legend {
    color: #8f91a0
}

input[type="text"].spinner {
    width: 30px;
    border: 0;
    background: 0;
    padding: 1px 4px
}

select.small {
    width: 80px
}

.input-group-addon-main {
    padding: 6px 12px;
    font-size: 14px;
    height: 12px;
    color: #555;
    text-align: center;
    background-color: #ff9b00;
    border: 1px solid #ffb800;
    float: left;
    border-right: 0
}

body .input-group-addon-main.ui-icon {
    width: 0;
    background-color: #ff9b00 !important
}

.clear-input {
    position: relative;
    left: -20px;
    background-color: #ececec;
    padding: 0 2px;
    cursor: pointer;
    color: #a6a6a6;
    font-weight: bold
}

.error {
    border-color: #F55 !important;
    color: #F55 !important
}

.ui-spinner {
    border: 1px solid #d7d7d7;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #FFF));
    background: -webkit-linear-gradient(top, #f2f2f2 0, #FFF 100%);
    background: -o-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0, #FFF 100%);
    line-height: 16px
}

.ui-widget-overlay {
    background: #666
}

.ui-tabs {
    padding: 0
}

#mainPanel .ui-tabs {
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.ui-tabs.ui-widget {
    font-size: 12px
}

.ui-tabs .ui-tabs-nav {
    padding: 0 0 0 15px;
    border: 0;
    background: #4d4d4d
}

.ui-tabs .ui-tabs-nav .ui-state-active, .ui-tabs .ui-tabs-nav .ui-state-hover {
    background: 0;
    background-image: -webkit-gradient(linear, top, bottom, from(#0099af), to(#00d5f1));
    background-image: -webkit-linear-gradient(top, #0099af, #00d5f1);
    background-image: -moz-linear-gradient(top, #0099af, #00d5f1);
    background-image: -ms-linear-gradient(top, #0099af, #00d5f1);
    background-image: -o-linear-gradient(top, #0099af, #00d5f1);
    background-image: linear-gradient(to bottom, #0099af, #00d5f1);
    border: 0
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon{
    background-image: url(../images/client/ui-icons_808080_256x240.png);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 6px 10px;
    padding: 0
}

.ui-tabs .ui-tabs-nav .ui-state-active .badge, .ui-tabs .ui-tabs-nav .ui-state-hover .badge {
    background-color: rgba(77, 77, 77, 0.5)
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 3px 15px 3px 10px
}

.ui-tabs .ui-tabs-nav a {
    color: white
}

.ui-tabs .ui-tabs-nav li {
    margin: 6px 10px;
    background: 0;
    border: 0
}

.ui-tabs .ui-tabs-nav li.separator {
    margin: 6px;
    height: 23px;
    width: 2px;
    background: transparent url('../images/black_separator.png') center center no-repeat;
    opacity: .4
}

.ui-tabs .ui-icon, table.dataTable .ui-icon {
    display: inline-block;
    vertical-align: text-bottom
}

.ui-dialog .ui-tabs {
    border-top: 0;
    border-left: none;
    border-right: 0;
    border-bottom-color: #fff
}

.ui-dialog .ui-tabs .ui-icon {
    display: inline-block;
    vertical-align: bottom
}

.ui-dialog .ui-tabs-anchor {
    font-size: 11px
}

#dialog-routing-rules .ui-tabs .ui-tabs-nav {
    border-top: 1px solid #ccc
}

#dialog-routing-rules .ui-tabs .ui-tabs-nav li, #dialog-routing-rules .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 2px 10px;
    padding: 0
}

#mainPanel .ui-tabs .ui-tabs-panel {
    padding: 0
}

.ui-tabs-panel.withToolbar {
    padding: 0
}

.ui-tabs-panel.withToolbar .content {
    padding: 1em 1.4em
}

.ui-icon.ui-icon-outgoing-call {
    background: transparent url('../images/outgoing.png') center center no-repeat
}

.ui-icon.ui-icon-incoming-call {
    background: transparent url('../images/incoming.png') center center no-repeat
}

.ui-icon.ui-icon-missed-call {
    background: transparent url('../images/missed-call.png') center center no-repeat
}

.ui-icon.ui-icon-stat-call {
    background: transparent url('../images/stat-call.png') center center no-repeat
}

.selectable .ui-selecting {
    background: #002340
}

.selectable .ui-selected {
    background: #002340;
    color: white
}

.selectable {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0
}

.selectable li {
    float: left;
    width: 45%;
    overflow: hidden;
    margin: 5px;
    padding: .4em;
    height: 18px;
    line-height: 20px;
    cursor: pointer
}

.selectable li:hover {
    border-color: #002340;
    color: #002340
}

.selectable li.ui-selected:hover {
    color: white
}

.select-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: transparent url('../images/img-loading-white.gif') center center no-repeat;
    background-size: cover
}



.collapsableMenu .ui-accordion-content {
    padding: 0
}

.collapsableMenu .ui-accordion-content.visible {
    overflow: visible !important
}

.ui-accordion .ui-accordion-header {
    margin: 0;
    border-top-color: white;
    padding: 7px 7px 6px 24px
}

.ui-accordion .ui-accordion-header.ui-state-hover {
    border-top-color: #002340;
    margin-top: -1px;
    padding-top: 8px
}

.ui-accordion .ui-accordion-header.ui-state-hover .ui-icon {
    margin-top: -6px
}

.ui-accordion .ui-accordion-header-active {
    border-top-color: #acacac;
    background: #4d4d4d
}

.ui-accordion .ui-accordion-header-active.ui-state-hover {
    border-top-color: #acacac;
    margin-top: 0;
    padding-top: 7px
}

.ui-accordion .ui-accordion-header-active.ui-state-hover .ui-icon {
    margin-top: -8px
}

.ui-accordion .ui-accordion-content .content {
    overflow-y: auto
}

table.dataTable.smallFontSize {
    font-size: 11px
}

table.dataTable thead th, table.dataTable tbody td {
    padding: 4px 18px 4px 10px;
    white-space: nowrap
}

table.dataTable.small tbody td {
    white-space: normal
}

table.dataTable thead th:focus {
    outline: 0
}

table.dataTable.small {
    font-size: 11px
}

table.dataTable.small thead th {
    padding: 4px 18px 4px 4px
}

table.dataTable.small thead th.sorting_disabled, table.dataTable.small tbody td {
    padding: 4px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #002340;
    background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    color: #002340 !important
}

table.dataTable.display tbody tr.odd {
    background-color: #f6f6f6
}

table.dataTable.display tbody tr.odd.selected, #ringGroupExtension li:nth-child(odd).selected, .callcenterUserOptions li:nth-child(odd).selected {
    background-color: #c4e3e7
}

table.dataTable.display tbody tr.even.selected, #ringGroupExtension li:nth-child(even).selected, .callcenterUserOptions li:nth-child(even).selected {
    background-color: #d4ebed
}

table.dataTable.display tbody tr.odd.selected > .sorting_1 {
    background-color: inherit
}

table.dataTable.display tbody tr.even.selected > .sorting_1 {
    background-color: inherit
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1, #ringGroupExtension li:nth-child(even).selected:hover, .callcenterUserOptions li:nth-child(even).selected:hover, #ringGroupExtension li:nth-child(odd).selected:hover, .callcenterUserOptions li:nth-child(odd).selected:hover {
    background-color: #a0dae8
}

table.dataTable.display tbody tr.highlight, table.dataTable.display tbody tr.even.highlight > .sorting_1, table.dataTable.display tbody tr.odd.highlight > .sorting_1 {
    background-color: #fff2da !important
}

table.dataTable.cell-border tbody tr:last-child td {
    border-bottom: 1px solid #DDD
}

table.dataTable.headerLeft thead {
    text-align: left
}

table.dataTable .filterOnlyIcon {
    border: 1px solid #ccc;
    border-right: 0
}

table.dataTable .filterSelect {
    height: 16px;
    width: 16px
}

table.dataTable .filter.active, #rightPanel .filters .filter.active {
    background: rgba(190, 216, 32, 0.6)
}

table.dataTable .filter .ui-buttonset {
    margin: 2px 8px 2px 2px
}

.filtersWrapper {
    width: 0
}

.filtersWrapper > ul {
    position: absolute;
    z-index: 1;
    width: 134px;
    background: #fcfce3;
    font-size: .9em !important;
    text-transform: uppercase
}

.filtersWrapper > ul > li.active {
    background-color: #f0b810;
    color: white
}

.filtersWrapper > ul > li.ui-state-focus {
    background: #bed820;
    color: white;
    font-weight: normal;
    border: 0;
    margin: 0
}

#rightPanel .ui-accordion .ui-accordion-header {
    font-size: .9em
}

#rightPanel .toolbar {
    padding: 0;
    position: relative
}

#rightPanel .toolbar .toolbar-container {
    padding: 2px 3px
}

#rightPanel .filters {
    background-color: #f9f9f9;
    border-top: 1px solid #55c4df;
    border-bottom: 1px solid #ffa33d;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 0 10px;
    display: none;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15)
}

#rightPanel .filters h4 {
    font-size: .8em;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f3f3f3;
    text-transform: uppercase;
    line-height: 2.5em;
    margin: 0 0 5px
}

#rightPanel .filters .filter-row {
    padding: 3px 0
}

#rightPanel .filters .filter-row > span:first-child {
    font-size: .8em;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    width: 35%;
    margin-right: 5px;
    vertical-align: middle
}

table.dataTable .filter, #rightPanel .filter {
    position: relative;
    display: inline-block;
    background-color: #eee;
    padding: 0 2px 0 5px;
    margin-left: 10px;
    cursor: pointer;
    transition-duration: .3s
}

#rightPanel .filter {
    margin: 0
}

table.dataTable .filter:hover, #rightPanel .filter:hover {
    background-color: #e8f3ff
}

table.dataTable .filter .ui-icon, #rightPanel .filter .ui-icon {
    display: inline-block;
    vertical-align: middle
}

,
table.dataTable .medium .filter input {
    width: 130px
}

table.dataTable .onNewLine .filter {
    margin: 0
}

table.dataTable .onNewLine .filter input, #rightPanel .filter input {
    width: 102px;
    font-size: 11px
}

table.dataTable thead th {
    border-right: 1px solid #eee;
    white-space: nowrap
}

#rightPanel table.dataTable thead th {
    white-space: normal
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #00b4cc
}

.dataTables_wrapper .footer {
    height: 36px;
    background: transparent url('../images/thead-bg.gif') 0 13px repeat-x;
    line-height: 36px
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom-color: #e4e4e4
}

table.dataTable.no-footer {
    border-bottom: 0
}

.footer .dataTables_info {
    padding: 0 25px
}

.footer .dataTables_paginate {
    padding: 4px 10px
}

table.dataTable .dataTables_paginate .ui-button {
    height: 20px
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 8px
}

.dataTables_paginate.paging_input {
    line-height: 27px
}

.dataTables_paginate.paging_input > span, .dataTables_paginate.paging_input > input {
    float: left
}

.dataTables_paginate.paging_input > input {
    margin: 3px 5px
}

.dataTables_paginate.paging_input .ui-icon {
    width: 25px;
    height: 25px
}

.dataTables_paginate {
    position: relative;
    z-index: 10
}

.dataTables_paginate .disabled {
    background-color: #fff;
    opacity: .5;
    position: absolute;
    top: 4px;
    height: 27px;
    width: 27px;
    z-index: 20
}

.disabled.firstButton {
    left: 10px
}

.disabled.previousButton {
    left: 38px
}

.disabled.nextButton {
    right: 40px
}

.disabled.lastButton {
    right: 11px
}

.paginate_page {
    display: inline-block;
    padding-left: 10px
}

.paginate_of {
    display: inline-block;
    padding-right: 10px
}

table.dataTable tbody td span.vseparator {
    margin: 0 10px;
    border-left: 1px solid #ccc
}

.dataTables_length {
    position: absolute;
    top: -26px;
    left: 120px
}

#appHelp {
    height: 255px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: .9em
}

#getAppHelp {
    vertical-align: top;
    height: 20px;
    margin-top: 2px;
    font-size: .8em !important
}

#getAppHelp .ui-button-text {
    line-height: 13px
}

.ui-sortable {
    margin: 1em;
    padding: 0;
    list-style: none
}

.ui-sortable li.ui-state-highlight {
    height: 23.8px
}

.ui-sortable .position {
    background-color: #ffb21b;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 25px;
    color: #FFF;
    font-weight: bold;
    min-width: 14px;
    text-align: center
}

.ui-sortable .ui-state-default, .ui-sortable .ui-widget-content .ui-state-default, .ui-sortable .ui-widget-header .ui-state-default {
    border: 1px solid #FFF;
    font-weight: normal;
    padding: .2em .8em .2em 3.5em;
    background: 0;
    background-color: #ffdfa0;
    color: #4d4d4d;
    position: relative
}

.ui-sortable input[type="checkbox"] {
    vertical-align: bottom
}

.ui-dialog {
    padding: 0 0 50px;
    background-color: #f3f3f3;
    overflow: initial;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.ui-dialog .ui-dialog-content {
    background: #fff !important;
    border-bottom: 1px solid #dfdfdf;
    position: initial
}

.ui-dialog-titlebar {
    border: 0
}

.ui-dialog form label, .ui-dialog form .label {
    display: inline-block;
    line-height: 32px
}

.ui-dialog form label .labelDiv, .ui-dialog form .label .labelDiv {
    text-align: right;
    padding-right: 3px;
    line-height: 20px;
    vertical-align: middle
}

.ui-dialog form label > span:first-child, .ui-dialog .label > span:first-child {
    display: inline-block;
    width: 270px
}

.ui-dialog form.twocolumn label > span:first-child, .ui-dialog .smallLabel label > span:first-child, .ui-dialog .smallLabel .label > span:first-child {
    display: inline-block;
    width: 150px !important
}

.ui-dialog .twocolumn .floatleft:first-child fieldset {
    padding-right: 20px
}

.ui-dialog form .info {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    min-width: 16px;
    height: 16px;
    background: transparent url('../images/question_blue.png') 0 50% no-repeat;
    cursor: pointer
}

.required {
    display: inline-block;
    width: 7px;
    color: #be0000
}

.ui-dialog-content.withTabs {
    padding: 0
}

.ui-dialog .actions {
    position: absolute;
    bottom: 0;
    height: 50px;
    right: 20px
}

.ui-dialog .actions .button {
    margin-top: 10px;
    min-width: 100px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.ui-dialog .actions .button.actionMain {
    background: #4d4d4d;
    color: #FFF
}

.ui-dialog .actions .button.actionMain.ui-state-hover {
    background: #55c4df;
    border-color: #00a3ba
}

.ui-dialog .actions .button.actionDelete {
    background: #ff4f4f;
    color: #FFF;
    border-color: #FFF
}

.ui-dialog .actions .button.actionDelete.ui-state-hover {
    background: red
}

.ui-dialog .msg {
    padding: 25px
}

.ui-dialog .records {
    padding: 0 25px 25px;
    color: #c20000
}

.dialogButton {
    width: 25px;
    height: 19px;
    background: #f1f1f1;
    vertical-align: middle;
    margin-bottom: 3px
}

.ui-container-two-dialogs {
    position: relative;
    z-index: 200
}

.ui-container-three-dialogs {
    position: relative;
    z-index: 300
}

.ui-container-four-dialogs {
    position: relative;
    z-index: 400
}

.ui-dialog .rrRight {
    position: relative;
    width: 75%;
    overflow-y: auto
}

.ui-dialog .rrLeft {
    width: 25%
}

.ui-dialog .collapsableMenu .ui-accordion-content {
    border-bottom: 0
}

.ui-dialog .collapsableMenu.ui-accordion .ui-accordion-header {
    border-top-color: #ccc;
    font-size: 11px;
    padding: 6px 7px 6px 24px
}

.ui-dialog .ui-accordion .ui-accordion-header.ui-state-hover .ui-icon {
    margin-top: -8px
}

.ui-dialog .collapsableMenu.ui-accordion .ui-accordion-header.ui-state-hover {
    margin: 0;
    border-top-color: #002340
}

.ui-dialog .fullHeight, .ui-dialog .fullHeight .content {
    height: 100%
}

.ui-selectmenu-button {
    vertical-align: middle;
    border-radius: 5px;
    font-family: yettel-regular;
    letter-spacing: 0px;
    color: #002340;

}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 2px 4px;
    line-height: 16px;
    font-weight: normal;
    border-radius: 5px;

}

.ui-state-hover{
    border: 1px solid!important;
    border-color: #ccc!important;
}

.ui-selectmenu-button:focus {
    outline: 0;
    border-color: #ccc!important;
}

.ui-selectmenu-menu .ui-menu-item {
    border: 1px solid white
}

.ui-selectmenu-menu .ui-state-focus {
    font-weight: normal !important;
    color: #002340;
    margin: 0
}

.ui-selectmenu-button.columnView {
    display: block;
    margin: 5px 0 10px 218px
}

.ui-selectmenu-button.ui-selectmenu-disabled {
    opacity: .7
}

.ui-selectmenu-open {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15)
}

.tokenize-select {
    width: 270px;
    vertical-align: top
}

.tokenize-select.small ul.TokensContainer {
    height: 55px
}

.select-multiple {
    width: 270px;
    min-height: 220px;
    vertical-align: top;
    border: 1px solid #CCC;
    background-color: #fdfdfd;
    color: #333
}

.select-multiple:hover {
    border-color: #002340
}

.ui-tooltip {
    background: #e9f2ff;
    color: #333;
    font-size: 12px;
    border: 1px solid #8eaace !important;
    padding: 3px 5px;
    max-width: 500px
}

.growl-container {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 5000
}

.growl {
    position: relative;
    width: 400px;
    margin: 0 0 8px;
    line-height: 18px;
    -webkit-box-shadow: 0 0 10px #919191;
    -moz-box-shadow: 0 0 10px #919191;
    -o-box-shadow: 0 0 10px #919191;
    box-shadow: 0 0 10px #919191
}

.growl > div {
    padding: 0 10px
}

.growl h4, .growl p {
    margin: 10px 0
}

.growl .ui-icon {
    float: left;
    margin-right: 5px
}

.growl hr {
    margin-top: 1.5em;
    margin-bottom: .5em;
    border: 0;
    border-bottom: 1px solid #ccc
}

.growl .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    height: 16px;
    width: 20px;
    opacity: 1
}

.ui-state-success, .ui-widget-content .ui-state-success, .ui-widget-header .ui-state-success {
    border: 1px solid #00ad04;
    background: #e9ffe2 url("images/ui-bg_success-soft_75_E9FFE2_1x100.png") 50% top repeat-x;
    color: #363636
}

.ui-state-help, .ui-widget-content .ui-state-help, .ui-widget-header .ui-state-help {
    border: 1px solid #ffd600;
    background: #fdf8d7;
    color: #363636
}

.growl.leftBottom {
    position: absolute;
    top: initial;
    right: initial;
    left: 5px;
    bottom: 5px;
    z-index: 1000
}

.growl p strong {
    font-size: .9em
}

#progressbar {
    display: none
}

#progressbar .ui-content {
    position: relative;
    width: 300px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999
}

#progressbar .ui-front {
    z-index: 9998
}

.draggable-helper {
    border: 1px solid #ccc;
    background-color: white;
    padding: 4px;
    white-space: nowrap;
    -webkit-box-shadow: 2px 2px 3px #c0c0c0;
    -moz-box-shadow: 2px 2px 3px #c0c0c0;
    -o-box-shadow: 2px 2px 3px #c0c0c0;
    box-shadow: 2px 2px 3px #c0c0c0
}

.draggable-helper .ui-icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 4px
}

.move {
    cursor: move
}

input.datepicker {
    width: 100px
}

.ui-datepicker-trigger {
    padding: 2px 5px;
    vertical-align: middle;
    cursor: pointer
}

.ui-slider .ui-slider-handle.ui-state-active .timeTooltip {
    color: #002340
}

.ui-slider .timeTooltip {
    position: absolute;
    top: -20px;
    left: -9px;
    line-height: 14px
}

.sliderTime {
    display: inline-block;
    width: 600px
}

.scaleRuleContainer {
    display: block;
    width: 625px;
    line-height: 10px;
    position: relative;
    top: -10px
}

.scaleRule {
    display: inline-block;
    height: 7px;
    background-color: #cfcfcf;
    margin-left: 3.84%;
    width: 1px
}

.scaleRuleContainer .scaleRule:first-child {
    margin: 0
}

.scaleContainer {
    display: block;
    line-height: 14px;
    width: 625px;
    margin-left: -12px
}

.scale {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    font-size: 9px;
    width: 4%
}

.inputDiv.withScale {
    display: inline-block;
    vertical-align: top
}

.weekdaysContainer {
    display: inline-block;
    border: 1px solid #5e5e5e;
    border-left: none;
    line-height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.weekdaysContainer .day {
    cursor: pointer;
    color: white;
    display: inline-block;
    font-weight: bold;
    border-left: 1px solid #5e5e5e;
    background: #a0a0a0;
    padding: 0 8px;
    min-width: 27px;
    text-align: center;
    transition: .2s
}

.weekdaysContainer .day.active {
    background-color: #55c4df
}

.badgeContainer {
    display: inline-block
}

.badgeContainer .badge {
    border: 1px solid #fff
}

.timeZoneSlider .elessar-rangebar {
    width: 600px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f4f4f4;
    border: 1px solid #d7d7d7;
    border-left-width: 0
}

.timeZoneSlider .elessar-range.elessar-delete-confirm {
    background-color: red
}

.timeZoneSlider .elessar-label {
    border-color: #d7d7d7
}

.timeZoneSlider .elessar-range {
    background-color: #55c4df
}

.timeZoneSlider .elessar-handle {
    background-color: #a0a0a0
}

.timeZoneSlider .elessar-barlabel {
    display: block;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    font-weight: bold
}

.elessar-handle {
    display: block;
    background: black;
    height: 100%;
    width: 5px;
    cursor: ew-resize;
    position: absolute;
    top: 0;
    bottom: 0
}

.elessar-handle:first-child {
    left: 0
}

.elessar-handle:last-child {
    right: 0
}

.elessar-vertical .elessar-handle {
    height: 5px;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    cursor: ns-resize
}

.elessar-vertical .elessar-handle:first-child {
    top: 0
}

.elessar-vertical .elessar-handle:last-child {
    bottom: 0
}

.elessar-indicator {
    position: absolute;
    background: black;
    border-color: white;
    border-style: solid;
    border-width: 0 1px;
    width: 2px;
    height: 100%;
    z-index: 15
}

.elessar-vertical .elessar-indicator {
    width: 100%;
    height: 2px
}

.elessar-range {
    position: absolute;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: blue;
    width: 0;
    z-index: 10
}

.elessar-vertical .elessar-range {
    width: auto;
    height: 0
}

.elessar-label {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    border-left: 1px solid #999;
    padding-left: 10px
}

.elessar-readonly {
    opacity: .6;
    cursor: default !important
}

.elessar-phantom {
    background-color: transparent;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer !important
}

.elessar-rangebar {
    position: relative;
    height: 30px;
    line-height: 30px;
    background: #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.elessar-delete-confirm {
    background: red
}

body.elessar-resizing, body.elessar-dragging {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.elessar-resizing, body.elessar-resizing .bar, body.elessar-resizing .handle {
    cursor: ew-resize !important
}

body.elessar-resizing.elessar-resizing-vertical, body.elessar-resizing.elessar-resizing-vertical .bar, body.elessar-resizing.elessar-resizing-vertical .handle {
    cursor: ns-resize !important
}

body.elessar-dragging, body.elessar-dragging .bar, body.elessar-dragging .handle {
    cursor: move !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important
}

.ui-tabs .ui-tabs-nav li.audio-container {
    position: absolute;
    top: 2px;
    right: 5px;
    margin: 0
}

.ui-tabs .ui-tabs-nav li.audio-container audio:focus {
    outline: 0
}

.audio-container.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    background-color: #191919;
    padding-top: 2px
}

.fixed-footer {
    position: fixed;
    height: 36px;
    bottom: 0;
    width: 100%;
    z-index: 10
}

#ivrContainer {
    width: 370px;
    margin: 0 auto
}

#ivrContainer .option, #ivrExtension .option, #ringGroupExtension .option, #destinationIfNoAnswer .option, .callcenterUserOptions .option {
    float: left;
    width: 110px;
    height: 80px;
    margin: 5px;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden
}

#ivrContainer .option .title, #ivrExtension .option .title, #ringGroupExtension .option .title, #destinationIfNoAnswer .option .title, .callcenterUserOptions .option .title {
    position: relative;
    height: 22px;
    background-color: #4d4d4d;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px
}

#fileManagerList .option .title, #fileManagerEdit .option .title {
    font-family: monospace;
    font-size: .9em;
    line-height: 22px
}

#ivrContainer .option .content, #ivrExtension .option .content, #ringGroupExtension .option .content, #destinationIfNoAnswer .option .content, .callcenterUserOptions .option .content {
    padding: 5px
}

.callcenterUserOptions .option .content {
    text-align: left
}

#ivrContainer .option .content span, #ivrExtension .option .content span, #destinationIfNoAnswer .content span, .callcenterUserOptions .content span {
    font-size: .8em;
    color: #666
}

#ringGroupExtension .option ul {
    height: 175px;
    overflow-y: auto
}

.droppableDeleteButton {
    display: none;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 18px;
    height: 18px
}

.droppableAddButton {
    position: absolute;
    top: 1px;
    right: 0;
    width: 18px;
    height: 18px
}

.callcenterUserOptions .droppableAddButton {
    right: 22px;
    font-size: 11px;
    width: initial;
    position: relative;
    right: 0;
    float: right
}

.callcenterUserOptions .droppableAddButton .ui-button-text {
    line-height: 12px
}

#ivrExtension > span {
    display: inline-block
}

#ivrExtension .option {
    width: 160px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    margin: 5px 0 0
}

#ivrExtension .option .title, #ringGroupExtension .option .title, #destinationIfNoAnswer .option .title, .callcenterUserOptions .option .title {
    font-size: 12px
}

#ivrExtension .option .title, #ivrExtension .option .content, #ringGroupExtension .option .title, #ringGroupExtension .option .content, #destinationIfNoAnswer .option .title, #destinationIfNoAnswer .option .content, .callcenterUserOptions .option .title, .callcenterUserOptions .option .content {
    display: block
}

#ringGroupExtension {
    display: inline-block
}

#destinationIfNoAnswer, .callcenterUserOptions {
    display: inline-block;
    line-height: 32px
}

#ringGroupExtension .inputDiv, #destinationIfNoAnswer .inputDiv {
    display: inline-block;
    vertical-align: middle
}

#ringGroupExtension .labelDiv, #destinationIfNoAnswer .labelDiv {
    text-align: right;
    padding-right: 5px
}

#ringGroupExtension > span:first-child, #destinationIfNoAnswer > span:first-child {
    display: inline-block;
    width: 210px
}

#ringGroupExtension .option {
    width: 270px;
    height: initial;
    min-height: 133px;
    float: none;
    display: inline-block;
    line-height: 16px;
    margin: 5px 0
}

#ringGroupExtension .option .content {
    float: left;
    width: 234px;
    overflow: hidden
}

#ringGroupExtension .option .smallButton, .callcenterUserOptions .option .smallButton {
    float: left;
    margin: 6px 5px 5px
}

#ringGroupExtension ul, .callcenterUserOptions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.callcenterUserOptions ul {
    text-align: center;
    color: #333;
    overflow: auto
}

#ringGroupExtension li, .callcenterUserOptions li {
    border-bottom: 1px solid #DDD
}

#ringGroupExtension li:nth-child(even), .callcenterUserOptions li:nth-child(even) {
    background-color: #f9f9f9
}

#ringGroupExtension li:nth-child(odd), .callcenterUserOptions li:nth-child(odd) {
    background-color: #f1f1f1
}

#ringGroupExtension li:hover, .callcenterUserOptions li:hover {
    background-color: #eaeaea
}

#ringGroupExtension input[type="text"] {
    width: 220px;
    padding: 1px 4px;
    margin: 0;
    font-size: 11px
}

#destinationIfNoAnswer .option {
    width: 270px;
    float: none;
    line-height: 16px;
    margin: 5px 0
}

.showAccountServices .callcenterUserOptions {
    width: 16.25%
}

.callcenterUserOptions {
    margin-left: .35%;
    display: block;
    float: left;
    margin-top: 5px
}

#callcenterUserWorkplaces {
    width: 59.4%
}

#callcenterUserExtensions {
    width: 39.4%
}

#fileManagerEdit {
    width: 54.4%
}

#fileManagerList {
    width: 44.4%
}

.callcenterUserOptions .option {
    width: initial;
    height: initial;
    float: none;
    line-height: 16px;
    margin: 0;
    font-size: 1em
}

.callcenterUserOptions li .ui-icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px
}

.option .title .total {
    height: 18px;
    min-width: 14px;
    padding: 1px 2px;
    text-align: center;
    float: right
}

.callcenterUserOptions .overflow {
    overflow-y: auto
}

#callcenterUserWorkplaces .droppableDeleteButton {
    display: block
}

.showRatesContainer, .showServicesContainer, .showSetupContainer, .showTariffRatesContainer, .showAccountRatesContainer, .showAccountCallHistoryContainer, .showAccountServices, .showAccountTimezones, .showAccountNocOperators, .showCustomerPayments, .showDialplansCCContainer, .showDialplansGWContainer, .showDialplansCLContainer, .showExceptionalRoutingContainer, .callcenterUsersQueue, .callcenterUsersEdit, .pbxFileManager {
    display: none
}

.routingContainer {
    width: 100%
}

.routingContainer .selectorColumn, .routingContainer .droppableColumn {
    float: left;
    text-align: center
}

.routingContainer .selectorColumn .inner, .routingContainer .droppableColumn .inner {
    border: 1px solid #ccc;
    border-left: none
}

.routingContainer .body .droppableColumn {
    background-color: #ffffec;
    font-size: 11px
}

.routingContainer .body .droppableColumn .inner {
    overflow-y: auto
}

.routingContainer .body .selectorColumn .inner, .routingContainer .body .droppableColumn .inner {
    height: 56px
}

.routingContainer .borderLeft .inner, .routingContainer .delete .borderLeft {
    border-left: 1px solid #ccc
}

.routingContainer .selectorColumn {
    width: 12%
}

.routingContainer .droppableColumn {
    width: 22%
}

.routingContainer .line {
    margin-top: 5px
}

.routingContainer .num, .routingContainer .delete {
    width: 50%;
    float: left
}

.routingContainer .num, .routingContainer .delete .borderLeft {
    padding: 20px 0;
    height: 17px
}

.routingContainer .selectorColumn .inner.handle {
    padding: 0;
    height: 56px;
    background-color: #ffead2
}

.routingContainer .body ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.routingContainer .body li {
    position: relative;
    border-bottom: 1px solid #dadada;
    padding: 3px;
    overflow-x: hidden;
    background-color: #edffe5
}

.routingContainer .body li .ui-icon {
    display: none;
    position: absolute;
    left: 4px;
    top: 3px
}

.routingContainer .body li:hover .ui-icon {
    display: block
}

.routingContainer .body .empty {
    margin: 5px 0 0 12%;
    border: 1px solid #ccc;
    padding: 10px;
    color: #666
}

.routingContainer .body .content {
    display: block;
    padding: 0 0 0 20px
}

.routingContainer .body .ui-selectmenu-button {
    margin-top: 16px
}

.routingContainer .body .ui-state-highlight {
    height: 56px;
    margin-top: 5px
}

.routingContainer .num {
    cursor: move
}

.routingContainer .any {
    padding-top: 19px
}

.select2-container {
    margin-bottom: .5em
}

.select2-container--default .select2-selection--multiple {
    line-height: 18px;
    border-radius: 0;
    border-color: #ccc
}

.select2-container--default .select2-selection--multiple:hover, .select2-container--default .select2-selection--single:hover, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #002340
}

.select2-container--default .select2-selection--single:hover .select2-selection__rendered {
    color: #002340
}

.select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--single:focus, .select2-selection__rendered:focus {
    outline: 0
}

.filters .select2-results, .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: .85em
}

.select2-results__option {
    padding: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #ccd5e3;
    background-color: #eff2f7;
    padding: 0 5px;
    line-height: 18px;
    height: 18px;
    color: #333;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 5px;
    float: right;
    color: #a6b4ce
}

.select2-container--default .select2-selection--single {
    border: 1px solid #CCC;
    border-radius: 0;
    background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    height: 22px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #646f84;
    font-size: 12px;
    line-height: 20px;
    padding-left: 4px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(85, 196, 223, 0.18)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #55c4df
}

.select2-selection:focus {
    outline: 0;
    outline: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 2px 0;
    background: rgba(223, 85, 85, 0.15)
}

.select2-container--open .select2-dropdown--below {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15)
}

.select2-container--default .select2-selection--single.error .select2-selection__rendered {
    color: red
}

.select2-container--disabled {
    opacity: .8
}

.accountTempChange.filter-row {
    background-color: #4d4d4d;
    color: #FFF;
    margin-bottom: -10px;
    margin-top: 10px
}

.accountTempChange .select2-container {
    margin: 0
}

.accountTempChange .select2-container .select2-selection--single {
    height: 23px;
    border-radius: 0;
    border: 0;
    background: 0;
    background-image: -webkit-gradient(linear, top, bottom, from(#ff9422), to(#ffad00));
    background-image: -webkit-linear-gradient(top, #ff9422, #ffad00);
    background-image: -moz-linear-gradient(top, #ff9422, #ffad00);
    background-image: -ms-linear-gradient(top, #ff9422, #ffad00);
    background-image: -o-linear-gradient(top, #ff9422, #ffad00);
    background-image: linear-gradient(to bottom, #ff9422, #ffad00)
}

.accountTempChange .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
    color: white
}

.accountTempChange .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px
}

.accountTempChange .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.accountTempChange .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0)
}

.fileContentContainer {
    width: 100%;
    height: 100%;
    background-color: #3465a4
}

.fileContent {
    color: #FFF;
    background: #3465a4;
    font-family: monospace;
    text-align: left;
    white-space: pre;
    overflow: auto;
    height: 100%;
    width: 99%;
    margin: 0 0 0 1%;
    padding: 0;
    border: 0;
    resize: none;
    outline: 0
}

.fileContent:focus {
    border: 0
}

.filePath {
    background-color: #06989a;
    color: #243736;
    text-align: left;
    padding: .1em .5em;
    font-family: monospace
}

.ui-button.small {
    font-size: .8em;
    vertical-align: baseline
}

.ui-button.small .ui-button-text-only .ui-button-text {
    padding: .3em 1em
}

.right-panel-filter {
    position: absolute;
    width: 248px;
    background-color: rgba(246, 246, 246, 0.9);
    height: 72px;
    z-index: 1;
    border: 1px solid #e4e4e4
}

.ui-icon.ui-icon-pbxdelete {
    background: transparent url('../images/delete.png') center center no-repeat
}

.ui-icon.ui-icon-pbxpagefirst {
    background: transparent url('../images/page-first.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxpagefirstdisabled {
    background: transparent url('../images/page-first-disabled.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxpagelast {
    background: transparent url('../images/page-last.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxpagelastdisabled {
    background: transparent url('../images/page-last-disabled.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxpagenext {
    background: transparent url('../images/page-next.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxpagenextdisabled {
    background: transparent url('../images/page-next-disabled.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxpageprev {
    background: transparent url('../images/page-prev.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxpageprevdisabled {
    background: transparent url('../images/page-prev-disabled.gif') center center no-repeat
}

.ui-icon.ui-icon-pbxupload {
    background: transparent url('../images/upload.png') center center no-repeat
}

.ui-icon.ui-icon-pbxrefresh {
    background: transparent url('../images/refresh.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxok {
    background: transparent url('../images/ok.gif') center center no-repeat !important
}

.ui-icon.ui-icon-pbxfail {
    background: transparent url('../images/fail.gif') center center no-repeat !important
}

.ui-icon.ui-icon-pbxexpand {
    background: transparent url('../images/expand.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxexpand-disabled {
    background: transparent url('../images/expand-disabled.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxcollapse {
    background: transparent url('../images/collapse.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxfilter {
    background: transparent url('../images/filter.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxadd {
    background: transparent url('../images/add.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxadd-rates {
    background: transparent url('../images/add-rates.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxexport-excel {
    background: transparent url('../images/export-excel.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxexport {
    background: transparent url('../images/export.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxshow-rates {
    background: transparent url('../images/show-rates.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxdelete-rates {
    background: transparent url('../images/delete-rates.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxsetup {
    background: transparent url('../images/setup.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxsearch {
    background: transparent url('../images/search.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxdetails {
    background: transparent url('../images/info.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxaudio {
    background: transparent url('../images/audio.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxaudio-active {
    background: transparent url('../images/audio-active.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxservice {
    background: transparent url('../images/service.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxstatistics {
    background: transparent url('../images/statistics.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxrouting {
    background: transparent url('../images/routing.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxcall-rules {
    background: transparent url('../images/call_rules.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxcarrier {
    background: transparent url('../images/carrier.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxdialcode {
    background: transparent url('../images/dialcode.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxexceptional-route {
    background: transparent url('../images/exceptional_route.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxfeatures {
    background: transparent url('../images/features.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxfollow-me {
    background: transparent url('../images/follow_me.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxsecurity {
    background: transparent url('../images/ic_security_24px.svg') center center no-repeat !important
}

.ui-icon.ui-icon-pbxsip-info {
    background: transparent url('../images/sip_info.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxtariff {
    background: transparent url('../images/tariff.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxsip-options {
    background: transparent url('../images/sip_options.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxnoc {
    background: transparent url('../images/noc.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxnoc-white {
    background: transparent url('../images/noc_white.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxdocument-white {
    background: transparent url('../images/document_white.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxcompany_info {
    background: transparent url('../images/company_info.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxmc {
    background: transparent url('../images/mc.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxqueue {
    background: transparent url('../images/queue.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxpanel {
    background: transparent url('../images/ui-panel-icon.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxpanel-split {
    background: transparent url('../images/ui-split-panel-icon.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxreload {
    background: transparent url('../images/reload.png') center center no-repeat !important
}

.ui-icon.ui-icon-pbxupdate {
    background: transparent url('../images/update.png') center center no-repeat !important
}

@media (max-width: 1300px) {
    .login-yettel-logo{
        width: 240px;
        height: 80px;
    }
    .login-container{
        margin: 15% auto 0;
    }
}

@font-face {
    font-family: 'yettel-bold';
    src: url('../fonts/yettel/Yettel-Bold.woff') format('woff'), url('../fonts/yettel/Yettel-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'yettel-light';
    src: url('../fonts/yettel/Yettel-Light.woff') format('woff'), url('../fonts/yettel/Yettel-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'yettel-regular';
    src: url('../fonts/yettel/Yettel-Regular.woff') format('woff'), url('../fonts/yettel/Yettel-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}