/*
 * Style tweaks
 */

html {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 50px;
}

.sidebar-offcanvas {
    padding-top: 20px;
}

footer {
    margin-top: 50px;
}

.fg-button {
   outline: 0;
   margin:0 4px 0 0;
   padding: .8em 1.5em;
   text-decoration:none !important;
   cursor:pointer;
   position: relative;
   text-align: center;
   zoom: 1;
}

.search-form {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.graph_header {
    height: 50px;
    text-align: center;
    font-size: 40px;
}


.errorlist {
    color: red;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

/*reduce font size on listing*/
td {
    font-size: 90%;
}

/* display icon on listing */
.icon {
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 2px;
    background-repeat:
    no-repeat;
}

td.survey_result_key {
    width: 70px;
    font-weight: bold;
}

td.survey_edit_key {
    width: 100px;
}

/* customize the survey edition, this is for the sortable question header */
.portlet-header {
    color: #404040;
    font-weight: bold;
    background-color: whiteSmoke;
    margin: 0.5em;
	padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
	font-size: 20px;
}

/*graph_header*/
.graph_header {
    height: 30px;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
}

.page-header {
  margin: 20px 0 20px;
}

body .modal-section {
    width: 610px;
}

.div_language{
    margin-top: 10px;
}

.quicklogin{
    margin-top: 25px;
}

.cornerlogo img {
    margin-top: -10px;
    margin-bottom: -10px;
    height: 40px;
}

/* Purple style */
/* Blue style */

.navbar-inverse {
    background-color: #0E59AA;
    border-color: #003157;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #0E59AA;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FCC330;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
}

.jumbotron {
    background-color: #ECF6FF;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #6093BF;
    border-color: #0E59AA;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #6093BF;
    border-color: #6093BF;
}

.btn-primary {
    color: #ffffff;
    background-color: #0E59AA;
    border-color: #0E59AA;
}

.nav .caret {
    border-top-color: #003157;
    border-bottom-color: #003157;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #6093BF;
    border-color: #0E59AA;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #003157;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #003157;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #6093BF;
    border-color: #003157;
}

a {
    color: #0E59AA;
}

a:hover, a:focus {
    color: #003157;
    text-decoration: underline;
}


/* End Blue style */

/* #563d7c -> #6E5396
463265 ; 6E5396 ; 8D73B3 ; CDBFE3 ; F8F4FF
003157 ; 0E59AA ; 6093BF ; FCC330 ; ECF6FF
*/

.icon-small {
    font-size:10px;
    color: #428bca;
}

.icon-color {
    color: #0a7fc8;
    margin: 0 3px 0px 0;
}

.text-color {
    color: #11A4FF;
}

.icon-color:hover{
    color: #0E59AA;
    margin: 0 3px 0px 0;
    cursor: pointer;
}
/* jquery UI survey section CSS */
/* style for question box for jquery UI sort*/
.portlet { margin: 0 1em 1em 0; }
.portlet-header { margin: 0.3em; padding-bottom: 10px; padding-left: 0.2em; }
.portlet-header .btn-small { float: right; padding: 5px 3px 1px 4px; margin: 0 0 0.5em 0.2em; }
.portlet-header button {font-size: 15px;}
.portlet-header input {font-size: 15px; }
.portlet-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }
 /* change span width for response inputs */
.span5 {width: 160px;}
.right-side-icon{
    float: right;
}

/* popover */
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    width: 450px;
}

/* to display sample of contact import */
.import-sample-scroll {
    height: 200px;
    width: 780px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CCC;
    background-color: #EEE;
    padding: 8px;
}

/* rechart graph */
.campaign_channel_tinychart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  width: 150px;
  height: 50px;
  background-color: #fff;
}

.campaign_sparkline {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  width: 100px;
  height: 20px;
}

.td_spark{
    min-width: 100px;
    max-width: 140px;
}


#container_channels_rechart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  background-color: #fff;
}

#container_bleg_channels_rechart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  background-color: #fff;
}

#voip_dashboard_call_container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}

#container_simpleradialbarchart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  width: 400px;
  height: 180px;
  background-color: #fff;
}

#container_xfer_live_answer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  width: 400px;
  height: 180px;
  background-color: #fff;
}

.dashboard-smalltext {
    font-size:12px;
    color: #555555;
}

.pre_xml_cdr {
    display: block;
    padding: 9.5px;
    /* margin: 0 0 10px; */
    font-size: 10px;
    line-height: 1;
    color: #d14141;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px dashed #ccc;
    border-radius: 10px;
}

.dash-well {
    min-height: 20px;
    padding: 30px;
    margin: 30px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #f0ecec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.text_report_stats {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}

.table-tr-head {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    background-color: #f9f9f9;
}

.table-tr-total {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    background-color: #daeeff;
    font-style: italic;
}

.has-switch span.switch-left, .has-switch span.switch-primary {
    color: #fff;
    background: #11A4FF;
}

.recharts-cartesian-axis-tick-value {
    font-size: 12px;
}

.light_well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hijack_user {
    margin-top: 10px;
}
