/******************************************************************************
 * Cisco Finesse default container CSS
 *****************************************************************************/

/*** Reset CSS ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

/*** Setting the stage ***/
body {
    background: #407BB3 url("../images/bg.jpg") no-repeat scroll center top ;
    margin: 0;
    color: #FFFFFF;
    font: 12px/12px arial, sans-serif;
    min-width: 920px;
}

/*** Element styles ***/
a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none !important;
}

a:focus {
    outline: #000000 dotted thin;
}

ul, ol {
    list-style-type: none;
}

li, body li {
    line-height: 12px; /* Nullifying bootstrap interference */
}

/*** Typography ***/
h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

input {
    background-image: url("../images/input_shadow.png");
    background-repeat: no-repeat;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    border-style: solid;
    border-width: 1px;
    font: 1em Arial, Helvetica, Verdana, sans-serif;
}

/*** Layout ***/
.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

/*** Content areas ***/
.header {
    clear: both;
    margin: 0 auto;
}

.footer {
    clear: both;
    margin: 0 auto;
    font-size: 12px;
    padding-top: 5px;
}

/** Misc Styles **/
.clickable {
    cursor: pointer !important;
}

.disable {
    cursor: not-allowed !important;
}

.hidden {
	display: none;
}

/** Rounded corners **/

.rounded-corners {
    /*Firefox*/
    -moz-border-radius: 5px;
    /*Chrome/Safari*/
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    /*Standard*/
    border-radius: 5px;
    /*IE not supported*/
}

.rounded-corners-top {
    /*Firefox*/
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    /*Chrome/Safari*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    /*Standard*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*IE8 not supported*/
}

.rounded-corners-bottom {
    /*Firefox*/
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    /*Chrome/Safari*/
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /*Standard*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*IE8 not supported*/
}

/** Misc **/
.ui-dialog-title {
    height: 1.1em;
}

/** Popovers **/

.popover .arrow {
    left: 50% !important;
}

.finesse-container-popover {
	color: #333333;
    font-size: 12px;
}

.finesse-container-popover fieldset {
    border: 1px solid #efefef;
    padding: 10px;
    margin-bottom: 10px;
}

.finesse-container-popover fieldset legend {
    width: auto;
    line-height: normal;
    font-weight: bold;
}

.finesse-container-popover .fcs-calendar-icon {
    height: 16px;
    width: 16px;
    top: 5px !important;
    line-height: 2em;
}

.finesse-container-popover .fcs-calendar-icon:focus {
    height: 16px;
    width: 16px;
    top: 5px !important;
    line-height: 2em;
    outline: #000 dashed 1px !important;
}

.finesse-container-popover .form-group {
    margin-bottom: .5em;
}

.finesse-container-popover .col-xs-4,
.finesse-container-popover .col-xs-5,
.finesse-container-popover .col-xs-6 {
    padding-left: 0;
    padding-right: .5em;
}

.finesse-container-popover .fcs-currenttime {
    border-left: 1px solid transparent;
    padding-left: .5em !important;
}

.finesse-container-popover input {
    font-size: 12px;
    height: 25px;
    line-height: 0;
    padding-left: .5em;
    padding-right: .5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

.finesse-container-popover .popover-buttons {
    text-align: right;
}

.finesse-container-popover .popover-buttons .btn {
    font-size: 12px;
    margin-left: .5em;
}

.fcs-overlay .btn {
    font-size: 12px;
    margin-left: .5em;
}

.fcs-overlay .spinner-icon-white {
    background: transparent url(../images/modules/indicator_transbg_white.gif) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 16px;
    width: 16px;
    margin: auto;
}

.fcs-overlay .overlay-alert {
    background-color: white;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 20px;
    border-radius: 4px;
}

.fcs-overlay .confirm-alert {
    text-align: left;
    height: 60px;
    padding: 1em;
}

.fcs-overlay .status-alert {
    text-align: center;
    height: 1em;
    padding: 1em;
}

.fcs-overlay .close {
    margin-top: -.2em;
    padding-left: 5px;
    padding-right: 5px;
}

.fcs-overlay .close:focus {
    margin-top: -.2em;
    outline: #000 dashed 1px !important;
}

.fcs-overlay .warning-icon {
    background-image: url(../images/modules/ic-warning.png);
    width: 27px;
    height: 24px;
    float: left;
    margin-right: 1em;
}

.fcs-overlay .confirm-buttons {
    float: right;
    margin-top: 4px;
    padding: 6px;
}

body div.popover div.popover-content div.finesse-container-popover div.btn-reclassify {
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -moz-border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    width: 100%;
    color: #333333;
    font-size: 12px !important;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: none;
}

body div.popover div.popover-content div.finesse-container-popover div.btn-reclassify:hover,
body div.popover div.popover-content div.finesse-container-popover div.btn-reclassify:focus {
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -moz-border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    text-decoration: none !important;
    color: white !important;
    background-color: #333333 !important;
}

.reclassify-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-right: .5em;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-size: contain;
}

.classified-voice {
    background-image: url(../images/modules/ic_voice_dark.png);
}

.btn-reclassify:hover .classified-voice, .btn-reclassify:focus .classified-voice {
    background-image: url(../images/modules/ic_voice_light.png);
}

.classified-answeringmachine {
    background-image: url(../images/modules/ic_answeringmachine_dark.png);
}

.btn-reclassify:hover .classified-answeringmachine, .btn-reclassify:focus .classified-answeringmachine {
    background-image: url(../images/modules/ic_answeringmachine_light.png);
}

.classified-fax {
    background-image: url(../images/modules/ic_fax_dark.png);
}

.btn-reclassify:hover .classified-fax, .btn-reclassify:focus .classified-fax {
    background-image: url(../images/modules/ic_fax_light.png);
}

.classified-invalidnumber {
    background-image: url(../images/modules/ic_invalid_dark.png);
}

.btn-reclassify:hover .classified-invalidnumber, .btn-reclassify:focus .classified-invalidnumber {
    background-image: url(../images/modules/ic_invalid_light.png);
}

.classified-busy {
    background-image: url(../images/modules/ic_busy_dark.png);
}

.btn-reclassify:hover .classified-busy, .btn-reclassify:focus .classified-busy {
    background-image: url(../images/modules/ic_busy_light.png);
}

.reclassifier-overlay .spinner-icon-white {
    background: transparent url(../images/modules/indicator_transbg_white.gif) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 16px;
    width: 16px;
    margin: auto;
}

.reclassifier-overlay .overlay-alert {
    background-color: white;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 20px;
    border-radius: 4px;
}

.reclassifier-overlay .status-alert {
    text-align: center;
    height: 1em;
    padding: 1em;
}

.reclassifier-overlay .close {
    margin-top: -.2em;
}

.help-icon-tooltip {
    max-width: 80px;
    display: inline-block;
}

.help-icon-tooltip:focus {
    outline: #fff dashed 1px;
}

/* IE11: hide unwanted input elements via pseudo-element CSS */
::-ms-reveal {
    display: none;
}

::-ms-clear {
    display: none;
}

/* Override Bootstrap tooltip width and text alignment */
.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
    text-align: left;
}

button, input, optgroup, select, textarea {
    color: #000;
}

/***************************/
/*    Loading indicator    */
/***************************/
.loadingindicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loadingindicator-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    border-radius: 5px;
}

.loadingindicator-controls-container {
    position: relative; 
    border-radius: 5px;
    height: 100%; 
    width: 100%;
}

.loadingindicator-controls {
    color: black;
    background-color: #F3F3F3;
    border: 1px solid #3F3F3F;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 24px;
    transform: translate(-50%, -50%) translate(-1px, -1px);
    padding: 4px;
}

.loadingindicator .loadingindicator-timeout {
    background-color: #F4C9C8;
    border-color: #B00000;
    color: #B00000;
}

.loadingindicator .loadingindicator-timeout-icon {
    display: none;
}

.loadingindicator .loadingindicator-timeout .loadingindicator-timeout-icon {
    display: inline;
    left: 7px;
    position: absolute;
    top: 8px;
}

.loadingindicator .glyphicon {
    font-size: 14px;
}

.loadingindicator .loadingindicator-loading-image {
    background-image: url(../images/loadingindicator.gif);
    display: inline-block;
    height: 16px;
    left: 7px;
    position: absolute;
    top: 8px;
    width: 16px;
}

.loadingindicator label {
    margin-left: 28px;
    margin-right: 5px;
    margin-top: 5px;
}

.loadingindicator .loadingindicator-timeout label {
    margin-left: 23px;
    margin-right: 0;
}

.loadingindicator .loadingindicator-retry-button {
    background: linear-gradient(
            to bottom,
            #797979 0%,
            #333333 100%
    );
    border: 1px solid #333333;
    border-radius: 4px;
    color: white;
    margin: 5px;
    padding: 2px 5px;
    position: relative;
    text-shadow: none;
    float: right;
}

.loadingindicator .loadingindicator-retry-button:hover {
    background: linear-gradient(
            to bottom,
            #AEBCBF 0%,
            #333333 100%
    );
}

.loadingindicator .loadingindicator-retry-button:focus {
    border: dashed 1px white;
    outline: none;
}

.loadingindicator-retry-icon {
    position: absolute;
    top: 3px;
}

.loadingindicator .loadingindicator-retry-text {
    margin-left: 18px;
    line-height: 16px;
}

#banner { 
    border-radius: 5px;
    display: none; 
    margin: 10px 0px 10px 0px;
    float: middle; 
    height: 50px;
    color: #FFCCCC;
    background-color: #FFCCCC;
}

#banner-img { 
    width: 16px; 
    height: 16px; 
    margin: 12px 5px 5px 5px; 
    float: left; 
    color: #FF0000;
}


#banner-img.warning { 
	color: #4F8A10;
    background-color: #FFCCCC;
    background: url("../images/sprite_alerts_16.png") 0 112px; 
}


#banner-msg { 
    font-size: 12px; 
    color: #CC3300;
    position: relative; 
    margin-left:20px; 
    margin-bottom: 5px;
    min-height: 20px;
    top: 16px;
    width : 98%;
}

#banner-msg.error {}

#livedata-compatibility {
	background-color: #fee0e0;
    line-height: 1.5;
}

.livedata-compatibility-banner {
	display: none;
	padding: 3px 15px;
    color: black;
    height: 48px;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 1px solid #ff1313;
}
