@font-face {
    font-family: roboto-regular;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: roboto-bold;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: roboto-light;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: roboto-thin;
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
}

@font-face {
    font-family: roboto-medium;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: awesome;
    src: url('../fonts/fontawesome-webfont.ttf');
}

.call-center-group {
    position: absolute;
    /*bottom: 150px;
    left: 201px;*/
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
}

.call-center-group .bound {
    position: relative;
    height: 100%;
    width: 1px;
}

.call-center-group .bound .incoming-call {
    width: 200px;
    height: 120px;
    position: absolute;
    z-index: 2147483647;
    top: 0;
    left: -200px;
    background-color: #fff;
    border: 1px solid #000000;
}

.call-center-group .bound .incoming-call .title {
    width: 100%;
    background-color: #000;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    position: relative;
}

.call-center-group .bound .incoming-call .body {
    width: 100%;
    padding: 10px;
}

.call-center-group .bound .incoming-call .body p {
    margin-bottom: 2px;
    text-align: center;
}

.call-center-group .bound .incoming-call .body p.name {
    font-size: 1.2em;
    font-weight: bold;
}

.call-center-group .bound .incoming-call .body p.action {
    color: #3388FF;
    cursor: pointer;
}

.call-center-group .bound .incoming-call .body p.action:hover {
    text-decoration: underline;
}



/* ================================================================================================ */


.call-center {
    position: fixed;
    top: 0;
    left: 100%;
    width: 380px;
    height: 100%;
    background-color: #fff;
    /*margin-left: -380px;*/
    z-index: 2147483640;

    transition: margin-left 0.5s ease-out;
    -webkit-transition: margin-left 0.5s ease-out;
}

.call-center-show {
    margin-left: -380px;
}

.call-center .btn-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 100%;
    border-radius: 100%;
    background-color: #0099dd;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.8em;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
}

.call-center .btn-toggle-fail {
    background-color: #ff0000;
}

.call-center-show .btn-toggle {
    display: none;
}

.call-center .content {
    width: 100%;
    height: 100%;
}

.call-center .content .title {
    padding: 8px 10px;
    background-color: #0099dd;
    color: #fff;
    position: relative;
}

.call-center .content .body {
    background-color: #ffffff;
    position: relative;
    max-height: 100%;
    overflow-y: scroll;
}

.call-center .content .body .end-call {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: none;
}

.call-center .content .body .end-call-title {
    background-color: #cfe8f5;
    color: #3377cc;
    padding: 8px 12px;
    margin-top: 12px;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.call-center .content .body .customer-info {
    padding: 20px 20px 0 20px;
}

.call-center .content .body .nearest-tickets-info {
    padding: 20px 20px 0 20px;
}

.call-center .content .body .nearest-tickets-info a.button-click {
    cursor: pointer;
    text-decoration: underline;
}

.call-center .content .body .nearest-tickets-info .create-ticket {

}

.ct-action-info {
    padding: 20px;
}

.ct-action-info .line {
    margin-bottom: 15px;
    height: 30px;
}

.ct-action-info .line .col1 {
    float: left;
    width: 70%;
}

.ct-action-info .line .col2 {
    float: left;
    width: 30%;
    padding-left: 8px;
}

.ct-action-info .line .col3 {
    float: left;
    width: 50%;
    padding-right: 6px;
}

.ct-action-info .line .col4 {
    float: left;
    /*width: 50%;
    padding-left: 6px;*/
    width: 100%;
}

.ct-action-info .line [class*="col"] button {
    width: 100%;
}

.ct-action-info .line .pause-reason {
    width: 100%;
    position: absolute;
    border: 1px solid #cfe8f5;
    top: 0;
    left: 0;
}

.ct-action-info .line .pause-reason .title {
    background-color: #cfe8f5;
    color: #3377cc;
}

.ct-action-info .line .pause-reason .body {
    background-color: #ffffff;
    overflow: hidden;
}

.ct-action-info .line .pause-reason .body .half {
    float: left;
    width: 50%;
    padding: 10px;
}

/*.ct-action-info .line .pause-reason .body .half button {
    padding-left: 8px;
    padding-right: 8px;
}*/
 
.ct-action-info table.waiting {
    border-collapse: collapse;
    width: 100%;
}

.ct-action-info table.waiting th {
    text-align: center;
    padding: 5px;
    border: 1px solid #000;
    width: 50%;
    word-wrap: break-word;
}

.ct-action-info table.waiting td {
    text-align: center;
    padding: 5px;
    border: 1px solid #000;
    width: 50%;
    word-wrap: break-word;
}

.ct-action-info table.waiting .col1 {
    width: 50%;
}

.ct-action-info table.general-info {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.ct-action-info table.general-info td {
    padding: 8px 0;
}

.ct-action-info table.general-info td:first-child {
    width: 40%;
}

.ct-action-info table.general-info td:last-child {
    width: 60%;
    font-weight: bold;
}






