@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

html, body
{
    font-family: 'Roboto' , sans-serif;
    font-size: 14px;
    background-color: #EEE;
    height: 100%;
    width: 100%;
}

.row
{
    margin: 0px;
}

a:hover
{
    text-decoration: underline;
}

a
{
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
}

.logo_large
{
    margin-top: 25%;
    margin-bottom: 15%;
}

.signin_form
{
    text-align: center;
}


.input-group
{
    margin-top: 8px;
}

.input-group-addon
{
    color: #FFF; /*  background-color: #FF7F2A; */
    background-color: #FF7F2A;
    border: 1px solid #FF7F2A;
    font-size: 20px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/*
.form-control
{
	border: 1px solid #FF7F2A;
	color:#4d4d4d;
}*/

.form-control:focus
{
    border-color: #FF6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.7);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.7);
}

.flat-control
{
    border-radius: 0px;
}

/* light orange #FFCCAA */
/* dark orange #FF7F2A */

.btn-orange
{
    color: #fff;
    background-color: #FF7F2A; /* margin-top: 15px; */
    border-color: #FF6600; /*  font-weight: 800; */
}

.btn-muted
{
    margin-top: 15px;
    font-weight: 800;
    color: #333;
    background-color: #eee;
    border-color: #adadad;
}

.btn-orange.active, .btn-orange.focus, .btn-orange:active, .btn-orange:focus, .btn-orange:hover, .open > .dropdown-toggle.btn-orange
{
    color: #fff;
    background-color: #F56D13;
    border-color: #FF6600;
}

#wise-login-error-div, #wise-login-ready, #wise-login-funfact, #wise-login-check
{
    /*border-top: 0;     border-radius: 0px 0px 4px 4px; */
    margin-top: 15px;
}

.wise-login-check-system-table
{
    margin-top: 10px;
    width: 100%;
}

#wise-login-email
{
    height: 45px;
    font-size: 18px;
    border-radius: 0 12px 12px 0;
    border-width: 2px;
}

#wise-login-password
{
    height: 45px;
    font-size: 18px;
    border-radius: 0 12px 12px 0;
    border-width: 2px;
}

#wise-login-telephone
{
    height: 45px;
    font-size: 18px;
    border-radius: 0 12px 12px 0;
    border-width: 2px;
}

.btn-orange.disabled, .btn-orange.disabled.active, .btn-orange.disabled.focus, .btn-orange.disabled:active, .btn-orange.disabled:focus, .btn-orange.disabled:hover, .btn-orange[disabled], .btn-orange[disabled].active, .btn-orange[disabled].focus, .btn-orange[disabled]:active, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange, fieldset[disabled] .btn-orange.active, fieldset[disabled] .btn-orange.focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:hover
{
    background-color: #FF7F2A;
    border-color: #FF6600;
}

.playPanel
{
    border-width: 2px;
    border-color: #FF6600;
    border-radius: 12px;
}

.playPanelFooter
{
    background-color: #FF6600;
    color: #FFF;
}


/*
h1 { color: #FF7F2A; font-family: 'Rouge Script', cursive; font-size: 130px; font-weight: normal; line-height: 48px; margin: 0 0 50px; text-align: center; text-shadow: 1px 1px 2px #FF6600; } */

::-webkit-input-placeholder
{
    color: #999;
}
::-moz-placeholder
{
    color: #999;
}
/* firefox 19+ */
:-ms-input-placeholder
{
    color: #999;
}
/* ie */
input:-moz-placeholder
{
    color: #999;
}

.search-control::-webkit-input-placeholder
{
    color: #000;
}
.search-control::-moz-placeholder
{
    color: #000;
}
/* firefox 19+ */
.search-control:-ms-input-placeholder
{
    color: #000;
}
/* ie */

.sidebarActive-Icon
{
    font-size: 15px;
}

.sidebarActive-Icon-Grey
{
    color: #999;
    padding: 1px 1px 0px 2px;
    line-height: 1.42857143;
}

.sidebarActive-text
{
    max-width: 200px;
    word-break: break-word;
}

#wise-login-button
{
    font-weight: 800;
    margin-top: 7px;
}

.btn-round-icon
{
    padding: 0px 4px 0px 5px;
    border-radius: 50%;
    color: #999;
    font-size: 20px;
}

.well-sm
{
    padding: 8px;
    border-radius: 0px;
    margin-right: 3;
    margin-left: 4;
}

.well
{
    min-height: 20px;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.glyphicon-small
{
    font-size: 12px;
}

.disableDiv
{
    pointer-events: none;
    opacity: 0.4;
}

.list-group-item-manual-dial
{
    width: 100%;
    padding: 5px 10px;
}

.badge-manual-dial
{
    background-color: #ec971f;
    font-size: 16px;
    margin-left: 10px;
}

.table-first-child tr:first-child td
{
    border: 0;
}

.smallstat
{
    background: white;
    padding: 10px;
    position: relative;
}

.smallstat .title
{
    top: 12px;
    color: #9EA0A2;
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

.smallstat .value
{
    font-size: 20px;
    font-weight: bold;
}

.box
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 1px #e4e6eb;
    -moz-box-shadow: 0 1px 0 1px #e4e6eb;
    box-shadow: 0 1px 0 1px #e4e6eb;
    margin: 0 0 30px 0;
}

.smallstat i
{
    text-align: center;
    display: block;
    color: white;
    width: 50px;
    font-size: 22px;
    padding: 14px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

/* Default design is 4px border radius so changed here. */
.list-group-item:first-child
{
    border-radius: 0px;
}
.list-group-item:last-child
{
    margin-bottom: 0;
    border-radius: 0px;
}

.icon-flipped
{
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover
{
    color: #fff;
    background-color: #57c7f1;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover
{
    background-color: #57c7f1;
}

.nav-tabs > li > a, .nav-pills > li > a
{
    padding: 7px 15px;
}

.nav-pills > li > a
{
    border-radius: 0px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover
{
    outline: 0;
}

.navbar 
{
	margin-bottom: 0px;
}

.btn-none {
  font-weight: normal;
  border-radius: 0;
}
.btn-none,
.btn-none:active,
.btn-none.active,
.btn-none[disabled],
fieldset[disabled] .btn-none {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-none,
.btn-none:hover,
.btn-none:focus,
.btn-none:active {
  border-color: transparent;
}
.btn-none:hover,
.btn-none:focus {
  background-color: transparent;
}
.btn-none[disabled]:hover,
fieldset[disabled] .btn-none:hover,
.btn-none[disabled]:focus,
fieldset[disabled] .btn-none:focus {
  text-decoration: none;
}
.table {
    background-color: #eee;
	white-space: nowrap;
}
.tablelist-gray  {
    background-color: #f9f9f9;
}
.tablelist-gray th, .tablelist-gray.tablesorter-bootstrap th {
    background-color: #f9f9f9;
}
.tablelist-white  {
    background-color: white;
}
.tablelist-white th, .tablelist-white.tablesorter-bootstrap th {
    background-color: white;
}
.tablelist tr:hover td  {
    background-color: #eee;
}
.tablelist tbody.selectable tr {
    cursor: pointer;
}
.tablesorter thead .disabled {
	display:none;
}
.segmentcondition {
	margin-left: 4%;
	width: 96%;
	float: left;
	position: relative;
}
.nomargin {
	margin: 0px;
}
.nopadding {
	padding: 0px;
}
.row.vbottom {
	display: flex;
	align-items: flex-end;
}

.reportbox {
    margin-right: 10px;
    margin-bottom: 10px;
}

.table-vcenter td {
    vertical-align: middle !important;
}
.muted-label {
    font-weight: 400 !important;
    /*color: #737373 !important;*/
}

.report-panel-title {
	display: inline-block;
}

.table-striped > tbody > tr.info:nth-of-type(even) {
  background-color: #d9edf7; /*#e1f5ff;*/
}
.table-striped > tbody > tr.info:nth-of-type(odd) {
  background-color: #d9edf7; /*#e1f5ff;*/
}
.table-striped > thead > tr > td.info.odd,
.table-striped > tbody > tr > td.info.odd,
.table-striped > tfoot > tr > td.info.odd,
.table-striped > thead > tr > th.info.odd,
.table-striped > tbody > tr > th.info.odd,
.table-striped > tfoot > tr > th.info.odd,
.table-striped > thead > tr.info.odd > td,
.table-striped > tbody > tr.info.odd > td,
.table-striped > tfoot > tr.info.odd > td,
.table-striped > thead > tr.info.odd > th,
.table-striped > tbody > tr.info.odd > th,
.table-striped > tfoot > tr.info.odd > th {
  background-color: #d9edf7;
}
.table-striped > thead > tr > td.info.even,
.table-striped > tbody > tr > td.info.even,
.table-striped > tfoot > tr > td.info.even,
.table-striped > thead > tr > th.info.even,
.table-striped > tbody > tr > th.info.even,
.table-striped > tfoot > tr > th.info.even,
.table-striped > thead > tr.info.even > td,
.table-striped > tbody > tr.info.even > td,
.table-striped > tfoot > tr.info.even > td,
.table-striped > thead > tr.info.even > th,
.table-striped > tbody > tr.info.even > th,
.table-striped > tfoot > tr.info.even > th {
  background-color: #d9edf7; /*#e1f5ff;*/
}
.table-hover > tbody > tr > td.info.odd:hover,
.table-hover > tbody > tr > th.info.odd:hover,
.table-hover > tbody > tr.info.odd:hover > td,
.table-hover > tbody > tr:hover > .info.odd,
.table-hover > tbody > tr.info.odd:hover > th {
  background-color: #c4e3f3;
}
.table-hover > tbody > tr > td.info.even:hover,
.table-hover > tbody > tr > th.info.even:hover,
.table-hover > tbody > tr.info.even:hover > td,
.table-hover > tbody > tr:hover > .info.even,
.table-hover > tbody > tr.info.even:hover > th {
  background-color: #c4e3f3;
}

.chatstyle {
    border: 1px solid #6E93A9; 
    border-radius: 10px;
    height: 80px;
    padding: 2px 10px;
}
/*
.bootstrap-select .dropdown-menu li a span.text {
    display: block !important;
}*/

/* Make any button in link style have selectable text, feels more natural */
.btn-link {
	-moz-user-select: text;
	-webkit-user-select: all; /*According to internet text alternative doesn't work well in Safari, 
	and it only supports -webkit- version: https://stackoverflow.com/questions/34494405/how-to-select-a-text-with-a-cursor-in-a-button-element */
	-ms-user-select: text;
	user-select: text !important;
}

/*  Style the specific tooltips used in callbacks-page for agent when showing the respondent information
	Use the linebreak between each item and let each item be as wide as needed. 
	It has a special version of the template that includes the .tooltip-pc-info class  */
.tooltip-pc-info {
    white-space:pre;
    max-width:none;
}

/* *** SECTION to customize bootstrap-select, maybe better in its own file, especially if it grows large *** */
.bootstrap-select .dropdown-menu li a:not([aria-disabled='true']):hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #337ab7 !important;
  outline: 0;
}
/* Better style for disabled select */
.dropdown-toggle.disabled,
.dropdown-toggle[disabled],
fieldset[disabled] .dropdown-toggle
{
    cursor: not-allowed;
    opacity: 1;
	color: #555 !important;
	background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 	Classes to help space out elements between each other, 
	if defined here, then we can reverse the direction for RTL */
.space-right-s {
	margin-right: 5px;
}

.space-right-m {
	margin-right: 10px;
}

.space-right-l {
	margin-right: 15px;
}

.space-left-s {
	margin-left: 5px;
}

.space-left-m {
	margin-left: 10px;
}

.space-left-l {
	margin-left: 15px;
}

/*  By default the value for row in bootstrap that we have overridden,
	Changing back everywhere would be a mess, 
	so use this class when it is good to change back */
.reducerow {
	margin-left: -15px;
	margin-right: -15px;
}

/*  Alternative to control-label without right-alingment */
.grid-label{
	padding-top:7px;
	margin-bottom:0;
}


