/*
 * Base structure
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fontawesome-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html,body{
	height:100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar-fixed-top {
  border: 0;
}

#contentView{
	padding-bottom: 50px;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */

.sidebar {
	position: fixed;
	top: 51px;
	bottom:0px;
	left: 0;
	z-index: 1038;
	display: block;
	padding: 2px 0px 0px 2px;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	background-color: #fff;
	background-color: #f5f5f5;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	overflow: visible;
	/*border-right: 1px solid #eee;*/
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}
.dropdown-menu > li >a{
	cursor:pointer;
}
a{
cursor:pointer
}

.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fbf8b2; }
    100% { background-color: none; }
}

@-moz-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fbf8b2; }
    100% { background-color: none; }
}

@-ms-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fbf8b2; }
    100% { background-color: none; }
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.bottom-align-text {
	position: absolute;
	bottom: 5px;
}

#btn-console{
	color:green;
}

#global-search-con{
	/*width: 300px;*/
}

table.detail-view th{
	text-align:right;
	white-space: nowrap;
	width: 1px;
}

.ui-list,.ui-detailview
{
    list-style: none;
    margin: 0;
    padding: 5px;
}

.ui-list li
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #B3A9A9;
		background: white;
		width:100%;
		line-height:20px;
}

.ui-list-title{
	font-size: 1.5em;
}
a.ui-list-detail:link, a.ui-list-detail:visited{
	color: rgb(162, 162, 158);
}
.ui-detailview > li:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.ui-detailview li
{
    margin: 0px;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #ddd;
		background: white;
		width:100%;
		line-height:20px;
}

.ui-detailview .hdr{
	font-weight:bold;
	min-width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
}
.ui-detailview .hdr-md{
	min-width: 150px;
}
.ui-detailview .val{
	margin-right:5px;
	min-width: 200px;
	display: inline-block;
}

.editable{
	color:inherit;
}
.editable:hover{
	text-decoration:none;
}

.main-sidebar{
	list-style-type: none;
	padding:0px;
	margin-bottom:15px;
	border-bottom:1px solid #eee;
}
.main-sidebar > li{
	margin:0px 0px 10px 0px;
	padding:5px;
	border: 1px solid #f5f5f5;
}

.main-sidebar > li.active{
	background-color: #fff;
	border: 1px solid #C0C0C0;
	border-right:none;
	border-radius: 3px 0px 0px 3px;
	box-shadow: -1px -1px 1px #c0c0c0;
	width:100%;
	z-index:100;
	margin-left:1px;
}

.main-sidebar > li.active span.icon{
	color: #E4A93C;
}

.main-sidebar > li .icon-text{
	display: none;
	vertical-align: 2px;
	margin-left: 2px;
	font-size:12px;
}

/*.sidebar:hover > .main-sidebar > li .icon-text{
	display: inline;
}
*/
.main-sidebar > li:hover span.icon{
	color: #FFA500;
}

.main-sidebar > li > a {
	font-weight: bold;
	outline: none;
}

.main-sidebar > li > a > span{
	/*color: #855C33;*/
	font-size: 15pt;
	/*color: #383838;*/
	color: #2697C1;
	/*color: #FFA500;
	color: darkgreen;*/
/*	text-shadow: #999980 3px 3px 3px;*/
}

span.mybadge{
  position: relative;
	display:inline-block;
	overflow: visible;
	height: 18px;
	width: 18px;
	text-align: center;
  top: -20px;
  right: 0px;
	padding: 3px;
	margin: -10px;
	font-size: 8px;
	font-weight: bold;
	border-radius: 50%;
	border: 0px solid;
	color: white;

background: rgba(248,80,50,1);
background: -moz-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(231,56,39,1) 100%);
background: linear-gradient(to right, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );
/*
background: rgba(41,39,39,1);
background: -moz-linear-gradient(left, rgba(41,39,39,1) 0%, rgba(125,118,119,1) 44%, rgba(110,106,107,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,39,39,1)), color-stop(44%, rgba(125,118,119,1)), color-stop(100%, rgba(110,106,107,1)));
background: -webkit-linear-gradient(left, rgba(41,39,39,1) 0%, rgba(125,118,119,1) 44%, rgba(110,106,107,1) 100%);
background: -o-linear-gradient(left, rgba(41,39,39,1) 0%, rgba(125,118,119,1) 44%, rgba(110,106,107,1) 100%);
background: -ms-linear-gradient(left, rgba(41,39,39,1) 0%, rgba(125,118,119,1) 44%, rgba(110,106,107,1) 100%);
background: linear-gradient(to right, rgba(41,39,39,1) 0%, rgba(125,118,119,1) 44%, rgba(110,106,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292727', endColorstr='#6e6a6b', GradientType=1 );*/

}

span.mybadge_green{
	color: green;
}

.page-title{
	font-size: 20pt;
	margin-bottom:10px;
	position:relative;
}
.title-tools{
    position: absolute;
    top: 10px;
    right: 5px;
}
.dropdown-menu .fa-check{
    visibility:hidden;
}
.dropdown-menu .selected > .fa{
    visibility:visible;
}

/*--dropdown submenu--*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*--dropdown submenu--*/
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.ajaxForm .tab-content{
	margin-top:7px;
}

#contentLoadingInfo{
	position:fixed;
	bottom: 50px;
	right: 10px;
	z-index: 10000;
}
#statusBar{
	position:fixed;
	bottom: 50px;
	right: 10px;
	z-index: 20001;
}
#table-cdr > tbody > tr{
	height: 37px;
}

#cdr-app-selection{
	width:100px;
}

.cdr-addon-form{
	margin-top:5px;
}

#cdr-table-con{
    margin:5px;
}

.notes-container{
	overflow-y: scroll;
	max-height:150px !important;
	margin-top:5px;
	border: 1px dashed;
	padding:0px;
}

.cdr-pagination{
	cursor:pointer;
}

span.error{
	margin-left:5px;
}
.pagination > .active > a{
	z-index:auto;
}

.cdr-caret{
	cursor: pointer;
}

.cdr-btn-group{
	margin-left:5px;
	margin-right:5px;
}

#table-cdr{
	cursor: default;
}

#table-cdr span.actions{

}
ul.cdr-notes{
	padding:0px;
}

ul.cdr-notes li{
	list-style-type: none;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	color: #41A4BF;
}

ul.cdr-notes > li:nth-of-type(odd){
	background-color: #F0F0F0;
}

ul.cdr-notes span.time{

}
ul.cdr-notes li span{
	color: #872E50
}

ul.cdr-notes li span:first-child{
	color: #872E50
}

ul.cdr-notes li span:nth-child(2){
	color: #009900
}

#table-cdr .exp_row{
	margin-left:30px;
	margin-bottom:5px;
}

.notification-window{
	display:block;
	position:fixed;
	bottom: 2px;
	right: 2px;
	z-index: 1000;
}

.notification-window > div.panel{
	margin:0px;
	height: auto !important;
	min-width:400px;
}

#notification-body > div.panel-body{
	height:260px;
}

@media (max-height: 400px){
	#notification-body > div.panel-body{
		height:150px;
	}
}

#c_wrapper{
	position:absolute;
	bottom:10px;
	height:auto !important;
	top:50px;
	padding-top:5px;
}

.notification-fixed-footer {
	bottom:5px;
}

ul.notification {
	list-style: outside none none;
	width:100%;
	padding: 0px;
	display:block;
}

ul.notification li {
  background: lightgrey;
	width:100%;
	line-height:20px;
}
/* select alternating items starting with the second item */
ul.notification li:nth-of-type(2n) {
  background: white;
}

span.inline-chat-icon{
	font-size: 34px;
}

.navbar,.sidebar {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.panel-heading {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.panel-body-exp{
	margin-top: 15px;
	background: url('../images/dotted-bg.png');
}

.panel-body-exp, #notification-body>.panel-body{
	overflow-y: scroll;
}

#mainCon{
	min-height: 90%;
	height: auto !important;
	width:100%;
	padding:0px 5px 0px 5px;
	bottom: 0px;
}
.console-ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.console-ul.calls li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
		background: white;
		width:100%;
		line-height:20px;
}

.console-ul li.log{
	padding:3px;
	margin-bottom: 2px;
}

.console-ul li.left .console-body
{
    margin-left: 50px;
}

.console-ul li.right .console-body
{
    margin-right: 50px;
}


.console-ul li .console-body p
{
    margin: 0;
    color: #777777;
}

.console-ul .panel .slidedown .glyphicon, .console-ul .glyphicon
{
    margin-right: 5px;
}

::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #fff;
		border-radius: 8px;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #fff;
		border-radius: 8px;
}

::-webkit-scrollbar-thumb
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: rgba(0, 0, 0, .5);
		border: 2px solid white;
		border-radius: 8px;
}

.widget{
	height: 100%;
	background-color: #e9edef;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;

}
.widget-title{
	font-weight: bold;
	font-size: 1em;
	width:100%;
}

flash{

  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;

}

@-webkit-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#cccccc;}
    100% {background-color:none;}
}

@-moz-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#cccccc;}
    100% {background-color:none;}
}

@-ms-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#cccccc;}
    100% {background-color:none;}
}


.c-search > .form-control {
   border-radius: 0px;
   border-width: 0px;
   border-bottom-width: 1px;
   font-size: 1.3em;
   padding: 12px 12px;
   height: 44px;
   outline: none !important;
}
.c-search > .form-control:focus {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
}
.c-search > .input-group-btn .btn {
   border-radius: 0px;
   border-width: 0px;
   border-left-width: 1px;
   border-bottom-width: 1px;
   height: 44px;
}

.breadcrumb{
	margin-bottom: 5px;
}

.c-list {
    padding: 0px;
}
.title {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 15px;
}
ul.c-controls {
    list-style: none;
    margin: 0px;
		padding: 5px 15px;
}
ul.c-controls li {
    float: left;
}

ul.c-controls li a {
    font-size: 1.1em;
		padding-right: 5px;
}

ul.c-controls li a i {
    min-width: 24px;
    text-align: center;
}
.c-toggle {
    font-size: 1.7em;
}

.c-info {
    padding: 5px 10px;
    font-size: 1.25em;
}

.flat-item, .flat-item:first-child, .flat-item:last-child{
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
}

.chartWrapper-o{
	-webkit-box-shadow: 5px 5px 3px 1px rgba(133,130,133,1);
	-moz-box-shadow: 5px 5px 3px 1px rgba(133,130,133,1);
	/*box-shadow: 5px 5px 3px 1px rgba(133,130,133,1);*/
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background-color: rgba(236, 231, 231, 0.2);
	border: 1px solid #a5a1a5
	/*border: 1px solid #7d787d;*/
}

.row.vertical-divider {
  overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-right: 3px solid #F2F7F9;
}
.row.vertical-divider div[class^="col-"]:first-child {
  border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
  border-right: none;
}

#floatingConsoleMini{
	position: fixed;
	top: 95px;
	width: 60px;
	right: 16px;
	display: block;
	z-index: 20002;
	border: 1px solid #eee;
	border-radius: 3px;
	opacity: 0.9;
}
#consoleDragHndl{
	cursor:move;
}
#floatingConsole{
	position: fixed;
	display: none;
	min-height: 150px;
	background-color: white;
	border-radius: 3px;
	border: 2px solid #eee;
	opacity: 0.9;
}
#floatingConsole > .panel-heading{
	cursor: move;
}

.vendor-navbar{
    background-image: linear-gradient(to bottom, #8a6240 0%, #955c2c 100%);
}
.vendor-navbar .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #4A0303 0%, #772109 100%);
    color: #fff;
}
.vendor-navbar .navbar-nav > .open > a:hover, .vendor-navbar .navbar-nav > .open > a:focus{
    color: #fff;
}

.popover-t{
    max-width:400px;
}

.float-top-right{
    position: absolute;
    bottom:10px;
    right: 5px;
}

.calls-toolbar{
    margin-top: 5px;
}

.doc-h1{
    font-size: 2.5rem;
    margin-top: 11px;
    margin-bottom: 7px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1
    color: inherit;
}

.doc-block{
    margin-bottom: 20px;
}
.doc-h2{
    font-weight: 600;
	font-size: 2rem;
}
.doc-f-fixed{
    font-family: "Courier New", Courier, monospace;
}
ul.doc-spaced > li{
    margin-top:8px;
    margin-bottom:8px;
}

.padded-text{
  padding-left: 5px;
  padding-right: 5px;
}

.grid-item-typ1{
  padding-right: 3px;
}
.grid-item-typ1 > div.inner{
  background-color: #d1d1d1;
  border-radius: 3px;
  padding: 4px;
}

/*Call player*/
.call-player{
	bottom: 0px;
	height: 50px;
	width: 150px;
	margin-left: -75px;
	background-color: #d1d1d1;
}
