
.link{color:cornflowerblue; cursor:pointer}
.font-bold{font-weight: bold; text-decoration: underline}
.link:hover{color:#2e6da4; text-decoration: underline}
.hand{cursor: pointer}
.modal-dialog{
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 500px;
}

.call-tracking{min-width: 800px}
.call_config{min-width: 800px}

.app-status-color-0{color:darkgreen; font-weight: bold}
.app-status-color-1{color:orange; font-weight: bold}
.app-status-color-2{color:silver}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.display-4{
    text-transform:uppercase; font-weight: 100; font-size: large}

.ng-table-pagination li{padding:0px 7px;}
.ng-table-pagination li.active{color:blue; background: silver}
.ng-table-pagination li.disabled{color:#1d2124;   background: silver}


.prefixcaller {
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


.open>.dropdown-menu {
    display: block;
}
.nya-bs-select{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.nya-bs-select .btn.dropdown-toggle{
    background: transparent;
}
.nya-bs-option.active{
    background-color: transparent;
}
.nya-bs-select.btn-group .dropdown-menu li a:active {
    color: #212529;
    background-color: #fbfbfb;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok:before {
    content: "\f00c";
}
