html, body{
	margin: 0;
	padding: 0;	
	font-size: 14px;
	font-family: Arial,Verdana,sans-serif;
	color: #686868;
	font-family: 'Roboto Condensed', sans-serif;
}

body{
	background-color:white;
	

}

.content-size{ margin: auto auto; }



a{color: black; text-decoration: none; }

.simple-menu{margin: 20px 0px;}
.simple-menu a{display: inline-block; padding: 8px; font-weight: bold;}

.simple-tbl{display: table; width: 100%;}
.simple-tbl>div{display: table-cell; vertical-align: top;}

.tbl-app-container{}
.tbl-app-container .col-menu{background-color: #2C3144; width: 300px; color: white;}
.tbl-app-container .col-menu h2{font-size: 26px; text-align: center; line-height: 26px; padding: 10px; margin: 0; background-color: #2C324C; }
.tbl-app-container .col-menu ul{list-style: none; padding: 0; margin: 0;}
.tbl-app-container .col-menu ul li{padding: 0; margin: 0; }
.tbl-app-container .col-menu ul li a{display: block; color: white; font-size: 14px; padding: 20px; background-color: #2D4166;}
.tbl-app-container .col-menu ul li a:hover{background-color: #2D4F7C; }
.tbl-app-container .col-menu ul li a i{font-size: 24px; vertical-align: middle; margin-right: 15px; width: 34px;}

.mnu-sel-app-site-type{font-size: 0; text-align: center;}
.mnu-sel-app-site-type a{display: inline-block; font-size: 32px; padding: 5px 20px; color:rgba(255,255,255,0.3); }
.mnu-sel-app-site-type a.active{color:#FFAA00; }


.app-header{padding: 10px; border-bottom: 1px solid #DEDEDE;  font-size: 18px; line-height: 26px; font-weight: bold; }
.app-view-data{padding: 10px 20px;}

input[type="button"], input[type="submit"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn.btn-primary{
	border-radius: 6px !important;
	border: 1px solid #F88F17;
    background: #F88F17;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    padding: .4em 1em;
    text-transform: initial;
}
.btn.btn-primary:hover {
    background-color: #df7a07;
    border-color: #df7a07;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    
}

.input-group,
.row{
	 max-width: 600px;
	 width: 600px;
}

.margtop{margin-top: 15px;}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #85b8e6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40,122,195,.25);
}

.form-control.invalid {
    border-color: rgba(255,0,0,.25);
    outline: 0;
    -moz-box-shadow:     0 0 0 0.2rem rgba(255,0,0,.25);
  -webkit-box-shadow:  0 0 0 0.2rem rgba(255,0,0,.25);
    box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25);
}

input[type=checkbox].invalid {
    border-color: rgba(255,0,0,.25);
    outline: 0;
    -moz-box-shadow:     0 0 0 0.2rem rgba(255,0,0,.25);
  	-webkit-box-shadow:  0 0 0 0.2rem rgba(255,0,0,.25);
    box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}



.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: flex;
}



.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 40px;
    padding: 0px 25px;
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #00AAFF;
    border-color: #00AAFF;
}
.btn-primary:hover {
    background-color: #2DB5F9;
    border-color: #2DB5F9;
}


.btn-tbl{
	padding: 0px 10px;
	line-height: 30px;
	border-radius: 5px;
	color: black;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
}


.btn.disabled{color: #D0D0D0;}


.table{width: 100%; border-spacing: 0; border-collapse: collapse;}
.table th, .table td {line-height: 1.42857;padding: 8px; vertical-align: top;text-align: left;}
.table td{border-top: 1px solid #e7eaec;}
table.table tr:nth-child(even){background-color: #f7f7f7;}


.ui-state-highlight .ui-icon, .ui-state-error .ui-icon{display: inline-block;     vertical-align: middle;}


/* pager */
ul.pager{list-style: none; margin: 20px 0px; padding: 0;}
ul.pager li{display: inline-block;  }
ul.pager li a{color: black; font-weight: normal; display: block; padding: 5px; min-width: 15px; background-color:#F0F0F0; text-align:center; margin: 3px; border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;}
ul.pager li a:hover{ background-color:#BBBBBB; }
ul.pager li.current a{ background-color:#BBBBBB; color: white; }



.code-tabs{display: block; list-style: none; padding: 0; margin: 0; border-bottom: 1px solid #DEDEDE; background-color:#DEDEDE;}
.code-tabs > li{display: inline-block;}
.code-tabs > li a{display: block; padding: 8px 10px;}
.code-tabs > li.active a{background-color:#EFEFEF;}


.app-mobile-menu{font-size: 24px; cursor: pointer; margin-right: 30px; display: none;  }


.timeline-wrapper{position:relative;  -webkit-touch-callout: none;  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.timeline-wrapper .inner{overflow-x:scroll;overflow-y:visible;width:100%; max-width: 900px; margin-left:150px;}
.timeline-wrapper .inner > table{table-layout: fixed; border-collapse: collapse;}
.timeline-wrapper .inner > table td, .timeline-wrapper .inner > table th{vertical-align: middle;}
.timeline-wrapper .inner > table th:first-child{width: 150px; position:absolute;left:0; }
.timeline-wrapper .inner > table th:first-child, .timeline-wrapper .inner > table .agent-timeline{height: 20px;}
.timeline-wrapper .inner > table thead th:first-child{background-color:#EFEFEF; border: 1px solid #999999; text-align: center; padding: 15px 0px 15px 0px;}

.timeline-wrapper .timeline-header {border-collapse: collapse;}
.timeline-wrapper .timeline-header td{background-color:#EFEFEF; border: 1px solid #999999; text-align: center; padding: 3px; }
.timeline-wrapper .timeline-header td.hour{border-color: #DEDEDE; border-bottom-color: #999999; width: 20px; min-width: 20px; max-width: 20px;}
.timeline-wrapper .timeline-header td.hour-0{border-left-color: #999999;}
.timeline-wrapper .timeline-header td.hour-23{border-right-color: #999999;}

.timeline-wrapper .agent-row, .timeline-wrapper .agent-row td{background-color:white;}
.timeline-wrapper .agent-row > td, .timeline-wrapper .agent-row > th{border: 1px solid #999999;}
.timeline-wrapper .agent-row > th{background-color:#F6F6F6;}
.timeline-wrapper .agent-row .hour{color: white; }

.timeline-wrapper .agent-row:nth-child(odd), .timeline-wrapper .agent-row:nth-child(odd) td{background-color:#F0F0F0;}
.timeline-wrapper .agent-row:nth-child(odd) .hour{color:#F0F0F0;}
.timeline-wrapper .agent-row:nth-child(odd) th{background-color:#EFEFEF;}

.timeline-wrapper .agent-timeline {padding: 0px; }
.timeline-wrapper .agent-timeline > div{height: 20px; margin-left: -1px; position: relative;}
.timeline-wrapper .agent-timeline > div .ctrl{position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.timeline-wrapper .agent-timeline > div .ctrl .time-el{position: absolute; top: 0; bottom: 0; background-color: #7BBBFB; width: 300px;}
.timeline-wrapper .agent-timeline > div .ctrl .time-el.selected-t-el{background-color: #007FFF;-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);}
.timeline-wrapper .agent-timeline > div .ctrl .time-el .nfo{color: white; font-size: 11px; white-space: nowrap; position: absolute; left: 3px; right: 3px; top: 5px; overflow: hidden;}


@media (max-width:1000px) {
	.app-mobile-menu{display: inline-block;}
	.simple-tbl.tbl-app-container, .simple-tbl.tbl-app-container>div{display: block; }
	.simple-tbl.tbl-app-container .col-menu{display: none; }
	.simple-tbl.tbl-app-container .col-menu.active{display: block; position: absolute; top: 0; left: 0; min-height: 100%; z-index: 999; }
}
