﻿body {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

.wasAClone{
    padding:0px;
}

.login {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
}

.editor {
    font-size: 0.9em;
    width: 70%;
    text-align: left;
    margin: 4px 5% 0 0px;
    font-family: Arial;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    overflow: hidden;
    border: 0;
    padding-top: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.editor .standalone-line {
    width: 90% !important;
    text-align: center !important;
}

.editorHyperLink label {
    font-size: .95em;
    float: left;
    width: 30%;
    margin-left: 2%;
    text-align: left;
    color: black;
    font-family: Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    padding-top: 0;
}

.editorHyperLink input[type=text] {
    font-size: .95em;
    width: 60%;
    text-align: left;
    margin: 0 5% 0 0px;
    color: #318fc5;
    cursor: pointer;
    font-family: Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    padding-top: 0;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
}

.AnswerCallImages {
    width: 28px;
    height: 20px;
    margin: 6px 0 0 5px;
}

.AnswerCallFocused {
    border: 1px solid #939598;
    margin-left: 0px;
    /* height: 152px; */
    font-family: Arial;
    position: relative;
    margin-top: 10px;
    background-color: #FFFFFF;
}

.ViewExpandImage {
    width: 20px;
    height: 20px;
    float: right;
}

.ViewCollapseImage {
    width: 20px;
    height: 20px;
    float: right;
}

.answerPhoneNumberStyle {
    border: 0;
    position: relative;
    top: -12px;
    left: -38px;
    max-width: 80px;
    height: 15px;
    text-overflow: ellipsis;
    font-size: .85em;
}

.callHeaderTop {
    border-bottom: 1px solid;
    background-color: #F4F5FB;
    width: 100%;
    margin-top: 0px;
}

.statusImage {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.statusText {
    float: left;
    margin-top: 1px;
}

.displayDiv {
    width: 100%;
    display: flex;
}

.DurationDiv {
    float: right;
    width: 17%;
}

.displayLabels {
    margin-left: 5px;
    width: 25%;
}

.displayData {
    width: 70%;
}

.container {
    display: flex;
    align-items: center;
}

.callOptions {
    background-color: #F6F7FB;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-top: 21px;
}

.directionText {
    font-size: .8em;
    margin-left: 2px;
}

.phoneNumberValue {
    font-weight: bold;
    font-size: 1em;
    margin-left: 5px;
}

.durationInput {
    background-color: transparent;
    border: 0px;
    width: 100%
}

.topBorder {
    border-top: 1px solid #939598;
}

.holdCallDurationDiv {
    float: left;
    width: 40%;
    margin-top: 1px;
    margin-left: 2px;
}

.holdCallDurationTimer {
    background-color: transparent;
    border: 0px;
    width: 100%;
    font-size: .9em;
}

.verticalDivider {
    margin-left: 2px;
    float: left;
}

.callImage {
    width: 20px;
    height: 20px;
}

.reasonCodeModalFrame {
    background-color: #eef6ff;
    clear: none;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    /*keep long reason code labels from wrapping under their radio buttons */
    overflow: hidden !important;
}

.reasonCodeLabelStyle {
    font-size: .95em !IMPORTANT;
    color: black !IMPORTANT;
    font-family: Arial !IMPORTANT;
    white-space: nowrap !IMPORTANT;
    overflow: hidden !IMPORTANT;
    text-overflow: ellipsis !IMPORTANT;
    width: 90%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#disposition .close-modal {
    display: none;
}

.modal-header .close {
    display: none;
}

.centerWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}