/*general html
body{
	min-width:500px;
}
*/

/*boot strap over ride*/
@media (min-width: 1500px) {
	.container {
		width: 1500px;
	}
}

table td{
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
}

/*headers and footers*/
.header{
	min-height:75px;
	background: -moz-linear-gradient(#EAEAEA,#FFFFFF);
	background: linear-gradient(#EAEAEA,#FFFFFF);
	border-radius:5px;
}

.header-controls{
    margin-top: 4.5%;
}

.language-option {
    cursor:pointer;
}

.header img{
	margin-top:10px;
}

.logo {
    width: 200px;
    height: 60px;
    background-size: 213px;
    position: absolute;
    top: 9%;
}

.logo-en{
    background-image: url("/assets/images/logo.png");
}

.logo-fr {
    background-image: url("/assets/images/logo.png")
}

.logo-wrapper {
     min-height: 75px;
}

#signed-in-as:hover {
    color: #777;
}

.footer{
	border-top:solid 1px;
	border-color:#EAEAEA;
	border-radius:2px;
}
/*General Template*/
.float-zero{
	margin:0px;
	padding:0px;
	float:left;
}

.right{
	margin-bottom:10px;
    background:#F9F9F9;
    border-radius: 5px;
    padding:10px;
}

hr.check-hr{
    margin-top:0px;
    margin-bottom:0px;
}

#messages{
    border-radius: 5px;
}

.readonly-input{
    max-width: 500px;
  /*overflow-wrap: break-word;*/
    word-break: break-all;
    word-wrap: break-word;
}

input[readonly].read-only-form-control{
    cursor: inherit;
    background-color: inherit;
}

.color-calendar{
    background-image: url('/assets/images/calendar.gif');
    width: 16px;
    height: 15px;
}


input.text-danger, select.text-danger{
    border-color:#a94442;
}

.dashboard-link:hover{
    text-decoration: none;
}

.stats-nav{
    width:300px;
    text-align:center;
}

.uses-table{
    margin: 0px auto 0px auto;
    width: 80%;
}

.select-many{
    padding-left: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-top: 5px;
    border: solid 1px #ccc;
    max-height:100px;
    overflow: auto;
}
/**/
.center-div{
  	margin:0 auto 0 auto;
}
.white-box{
    background: white;
    border-radius:5px;
    border:solid 1px;
    border-color:silver;
    margin-bottom:20px;
}

/*Home*/
.top-right{
	min-height:450px;
	width:95%;
    margin-bottom:25px;
}
.dashboard h4{
    text-align: center;
}
.top-right svg{
    height: 400px;
}

.bottom svg{
    height: 350px;
}

.bottom{
	width:95%;
}

.one{
	width:48%;
	height:400px;
    margin-right:4%;
}
.two{
	width:48%;
	height:400px;
}

.table-toggle{
    width:85px;
    margin-bottom: 20px;
}

/*visual*/
.visual-top{
	width:80%;
	min-height:450px;
    margin-top:15px;
	margin-bottom:40px;
}

.visual-bottom{
	width:80%;
	min-height:200px;
}

/*list-table*/
.list-table-top{
	width:100%;
	min-height:40px;
    margin-bottom:10px;
}

.list-table-bottom{
	width:100%;
	min-height:450px;
}

.service-type-list{
    width: 85%;
}
.table-info{
    min-height: 150px;
    padding-top:10px;
}

.table-information{
    padding:10px;
}
/**crud page**/
.crud-container{
	width:95%;
    min-height: 450px;
}

.curd-padding{
    padding:10px;
}

.curd-controller{
    margin-bottom: -15px;
}
.curd-controller .edit-button{
    margin-right:15px;
}
/**Login Page **/
.content{
    margin-top:200px;
}

.wrapper{
    width:800px;
}


/*signature_templates page*/
.pointer {
    cursor: pointer;
}
.signature-crud-container{
    margin-left:10%;
    padding:10px;
    width:75%;
}

/**Traffic**/
.traffic-graph svg{
    height:500px;
    margin-bottom:-20px;
    width: 100%;
}

.traffic-graph{
    margin-bottom:20px;
}

.traffic-graph .btn-group{
    margin-left:60px;
}

.traffic-stats{
    padding:10px;
}

.traffic-selector {
    width: 250px;
}

.zone-selector {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.traffic-selector-box {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    height: 50px;
}
.traffic-search-button-grp{
    width: 500px;
    text-align:center;
}
.zone-selector select{
    height: 25px;
}

/** status page **/
.zone-info{
    margin-bottom:10px;
}

.status-container{
    margin-left:5%;
    padding:10px;
    width:90%;
}


.center-text{
    text-align: center;
}

/** users **/
.form-model{
    height: 200px;
}

.form-model .form-group{
    height: 50px;
}
.view-config-text{
    font-size: 11px;
}

.search-button-group{
     text-align: center;
     min-width:200px;
     max-width: 210px;
}

.toggle-hr{
     margin-bottom:5px;
    margin-top: 5px;
}

.required:before{
    content: "*";
    color: red;
}

.border-margin{
    border-bottom: 5px solid white;
}

/** for new msg icon blinking **/
.blinking{
    -webkit-animation: blink 3s infinite;
    -moz-animation: blink 3s infinite;
    animation: blink 3s infinite;
}

@-webkit-keyframes blink{
    0%{ opacity:0;}
    100%{opacity:1;}
}

@-moz-keyframes blink{
    0%{ opacity:0;}
    100%{opacity:1;}
}

@keyframes blink{
    0%{ opacity:0;}
    100%{opacity:1;}
}

.visible-note{
    display: block;
    color: red;
}

.invisible{
    display: none;
}

.message-display{
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}
.list-paginated-table{
     min-height: 21em;
}

.opac-display {
    color: #888;
    opacity: 0.6;
    padding: 0 3px 2px;
    text-align: right;
}

.footer-text-display {
    color: #000000;
    opacity: 0.9;
    padding: 0 3px 2px;
    text-align: center;
}

.hide-div {
    display:none;
    height:0;
}
.pagination-button-group{
     min-width: 190px;
     max-width: 250px;
}
.inline-display{
	display : inline;
}

.inline-loader{
    position: relative;
    float: right;
    bottom: 25px;
    right: 10px;
}

.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1060;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../images/ajax-loader.gif')
                50% 50%
                no-repeat;
}

.loading-div {
    opacity: 0.3;
    background: rgba(217, 217, 217, 0.8)
    url('../images/ajax-loader.gif')
    50% 50%
    no-repeat;
    z-index:    1060;
}

body.loading .loading-modal {
    display: block;
}
table tbody tr td.fine-td-top{
	border-top: none;
}
table tbody tr td.fine-td-bottom{
	border-bottom: 1px solid;
	border-bottom-color: rgb(221, 221, 221);
}

ul#sortable-statuses-ul li .sortable-status{
	padding-left: 15px;
    width: 285px;
}

#statuses-container ul, .history-filter-ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 0.6em;
}

#statuses-container ul li { display: inline; }

ul#sortable-statuses-ul li .bg-not-selected{
    background-color:#c0c0c0;
    opacity: 0.3;
}

.fixed-table{
	table-layout: fixed;
}
.text-note{
    margin-top:20px;
    font-style: italic;
    float: left;
    padding-left: 15px;
}

div .statuses-labels{
 	width: 350px;
}
.underline-text{
	text-decoration: underline;
}

.smallFontDate {
	font-size: 78%;
}

ul li.cira-hidden-menu, div.cira-hidden-menu, .hidden{
    display: none;
}

.tooltip-label {
    cursor: help;
}

.service-type-input {
    width: 100px;

}
table[id*='history-display']{
    width:100%;
}

table[id*='history-display'] tr:nth-child(even) {
    background-color: #eee;
}
table[id*='history-display'] tr:nth-child(odd) {
   background-color:#fff;
}
table[id*='history-display'] th{
	background-color: #cfcfcf;
    color: white;
    text-align: center;
}
table[id*='history-display'] td{
	padding: 6px;
}
div.ui-datepicker{
 font-size:10px;
}

div ul[id*='steps-tabs'] li.active a, div ul[id*='steps-tabs'] li.active a:focus{
	background-color: #cfcfcf;
	color: #ffffff;
}
div ul[id*='steps-tabs'] li a{
	text-decoration: underline;
	font-weight:  bold;
}

div.bootstrap-datepicker input, div.bootstrap-datepicker button.ui-datepicker-trigger{
	border-bottom-width: 1px;
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    height: 34px;
}

div.bootstrap-datepicker input{
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-sizing: border-box;
  width: 89%;
  padding: 6px 12px;
}

div.bootstrap-datepicker button.ui-datepicker-trigger{
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-top-right-radius: 4px;
  width: 11%;
}

.modal.modal-wide .modal-dialog {
  width: 65%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

div.legend-box{
    margin:0 auto 0 auto;
	width: 83%;
	margin-top: 30px;
	margin-bottom: 20px;
}
label.capitalize, span.capitalize{
    text-transform: capitalize;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

span.span-link{
    color: #428bca;
    cursor: pointer;
}

span.span-link:hover{
	text-decoration: underline;
}

span.text-danger {
    color: #a94442;
}

span p.text-active, span.text-active {
    color: #35860d;
}

span p.text-deactive-al, span.text-deactive-al {
    color: #22866f;
}

span p.text-dead, span.text-dead {
    color: #426a86;
}

span p.text-activation-al, span.text-activation-al {
    color: #b5b72f;
}

span.bold {
    font-weight: bold;
}

div span.warn-msg {
    padding-left: 15px;
    color:#22866f;
    font-weight: bold;
}

textarea.modal-text{
	width: 100%;
	resize: none;
}
span.sub-title{
	font-size: 0.7em;
}
.error-view{
    color: red;
}
table[id*='history-display'] thead tr th{
    text-align: left;
}

.vcenter, table #list-table-body.vcenter td, table.vcenter tbody tr td{
    vertical-align: middle;
}

#title {
    margin-right: 25px;
}

/*Customer Profile Page Specific*/
.service-type-info-row{
    margin-bottom: 10px;
}

.padding-ten-top{
    padding-top: 10px;
}

.margin-ten-bottom {
    margin-bottom:10px;
}

.fifty-width {
    width: 50px;
}

table thead th span.col-2-margin{
    margin-left: 13%;
}
table thead th span.col-3-margin{
    margin-left: 34.5%;
}
table tbody td.opac-column{
    opacity: 0.4;
}
table#zone-status-table tbody tr td{
    padding-top: 0px;
}
table#zone-status-table tbody tr td hr{
    margin: 0px;
}

.statusCheck {
    display: block;
    font-size: 100%;
    border-radius: 6px;
    text-align: left;
}

.h-center{
    margin: auto;
    text-align:center;
}

.small-button {
    font-size: 0.7em;
    padding: 2px 6px;
}
.medium-button {
    font-size: 0.9em;
    padding: 2px 6px;
}
.med-search-button-group{
    width:8em;
    margin:auto;
}
.low-margin{
    margin: auto ;
    margin-bottom: 0.5em
}
.modal-box{
    width : 67%;
    margin-left : auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: auto;
}
.splunk-style-high{
    background-color: #fae4ae;
}
.med-search-text{
    height: 2em;
    font-size: 0.88em;
    padding-left: 0.5em;
}
.form-horizontal label.small-top{
    padding-top: 0.1em;
}
.small-div-right{
    padding-right: 3.8em;
}

.hover-table tr:hover, .checked-bkg{
    background-color: rgba(229, 239, 251, 0.43);
}
.bulk-update-confirm-list{
    overflow-y:scroll;
    max-height:20em;
    min-height:7em;
    border: 1em;
    border-color: #00FF00;
}

.bulk-update-server-review{
    overflow-y:scroll;
    max-height:6em;
    min-height:3em;
    border: 1em;
    border-color: #00FF00;
}

button.btn.disabled-tooltip, a.btn.disabled-tooltip{
    pointer-events: auto;
    cursor:default;
}

.modal-ul{
    padding-left: 20px;
}
button.btn.disabled-tooltip, a.btn.disabled-tooltip{
   pointer-events: auto;
   cursor:default;
}

.false-color {
    color: darkred;
}
.true-color {
    color: green;
}

#graph-div {
    width:100%;
    height:35em;
    min-height: 35em;
}

#rangeStart {
    z-index: 11;
}

fieldset.custom-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    border-radius: 5px;
}

legend.custom-border {
    margin-bottom: 0px;
    width:inherit;
    padding:0 10px;
    border-bottom:none;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

.hide-over-flow {
    overflow: hidden;
}

.tab-top-controllers {
    margin-top: 1.7em;
}

tr.highlight-row {
    font-style: oblique;

}

div.green-zone {
    text-align: center;
    color: #35860d;
    font-weight: bold;
    padding: 1em;
}

div.grab-overflow {
    overflow: inherit;
    max-width: inherit;
    text-overflow: inherit;
}

td.nowrap {
    white-space: nowrap;
}

span.larger {
    font-weight: bold;
    font-size: large;
}

.glyphicon-refresh-animate {
    -webkit-animation: spin .7s infinite linear;
}

.autocomplete-container{
    position:absolute;
    z-index: 10;
    background:white;
    box-shadow: 0 0.3rem 3rem -0.5rem rgba(0,0,0,.5);
    width:25%;
    text-align: center;
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

.list-table-top h3 .btn,
.button-group .btn-primary,
.signature-button-group .btn-primary,
.center-div .btn,
.glyphicon, #current-lang {
    margin-right: 5px;
}

#list-table-body img, .caret {
    margin-left: 5px;
}
