@font-face{
	font-family:'Glyphicons Halflings';
	src:url(/fonts/glyphicons-halflings-regular.eot);
	src:url(/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
	}
@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('ClearSans-Light-webfont.eot');
    src: url('/fonts/ClearSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=3.2.1');src:url('/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}

pre {
	border:none;
	background:none;
	word-break: inherit;
	word-wrap: inherit;
}
ul, ol {
	margin-left:10px;
}
li{
	line-height: auto;
	height: auto;
}
hr{
	margin:2px 0;	
}
h1{
	font-size: 2em; margin: .67em 0;
}
h2{
	margin:auto; 
	font-size:120%;
}
h3{
	font-size: 1.17em; margin: .83em 0;
}
h4{
	font-size:1em;
}
h5{
	 font-size: .83em; margin: 1.5em 0; 
}
h6{
	font-size: .75em; margin: 1.67em 0;
}
a:focus {
  outline: none;
}
label {
	cursor:default;	
}
/*extjs forms checkbox widths workaround fixes.*/
input[type="radio"], input[type="checkbox"] , input[type="button"].x-form-field{
	width:13px;
	height: 13px;
}

.form-horizontal h4{
	margin:40px 10px 0px 0;
	font-size:18px;
	padding:5px 0;
	border-bottom:1px solid #ccc;
	color:#000;
	line-height:normal;
}
.form-horizontal h4 button.btn-sm{
}
.form-horizontal table{
	margin:0px 10px;
	width:97.5%;
}
.form-horizontal .alert{
	margin:0px 10px;
}
.form-horizontal fieldset{
	margin:0;
	float:left;
	width:100%;
}
.form-horizontal h3{
	text-shadow: white 0px 1px 0px;
	padding:5px 0 5px 0;
	margin:0px;
}
.form-horizontal .controls {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 15px;
}
.form-horizontal .controls a{
	text-decoration:none;
	color:#1779AA;
}
.form-horizontal .controls a:hover{
	text-decoration:underline;
}
.form-horizontal .control-group{
	margin-bottom:10px;
}
.form-horizontal .input-tiny {
	width:60px;
}
.form-horizontal .textarea-small {
	height:80px;
}

.form-horizontal .textarea-medium {
	height:120px;
}

.form-horizontal .textarea-large {
	height:160px;
}
.form-horizontal .control-group .formDataLabel{
	float:left;
	text-align:left;
	margin:0px 20px 20px;
	font-size:120%;
}
.ui-menu .ui-menu-item a {
	text-align:left;
}

.small-form .control-group > label {
	width:30%;
}
.small-form .controls {
	width:65%;
	margin-left:32%;
}

/** Header navigation css */

.nav-pills li.active{
	box-shadow:none;
}
.nav-pills > li > a {
	color:#000000;
	padding-bottom:6px;
	padding-top:6px;
}
.topLinks{
	float:right;
	position:relative;
}
.topLinks, .topLinks .btn {
	font-size:100%;
}
.topLinks {
	min-height:20px;
}
.topLinks li {
	padding:4px;
}
.topLinks li a {
	color:#ffffff;
}
.topLinks .dropdown-menu {
	min-width:100px;
	right:0px;
}
.dropdown-menu > li {
	display:block;
	float:none;
	clear:both;
}
.dropdown-menu > li > a {
	text-align:left;
	color:#000000;
}
.dropdown-menu > li.nav-header {
	color:#999999;
	font-size:100%;
}
#end-tabs li.dropdown:hover ul.dropdown-menu, #main-tabs li.dropdown:hover ul.dropdown-menu.first{
    display: block;    
}
.nav-pills .dropdown-menu {
	border-radius:0px 0px 4px 4px;
}
.dropdown-menu {
	top:90%;
	padding-top:0;
}
.dropdown-menu li {
	margin:0px 0px 3px 0px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	border-color: #cccccc #cccccc transparent;
	top:1px;
}
.nav > li > a:hover, .nav > li > div > a:hover, .nav > li > a.tabHover {
  text-decoration: none;
  background-color: #00A3E0;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in;
}
.top-links .btn-primary {
	background:#333333;
	line-height:12px;
	height:12px;
	padding:2px 8px 4px 8px;
}
/** Header navigation css */
.btn-black{
	background:#191919 !Important;
	color:#eee !important;
}
.btn-mini {
	/* font-size: 11px;
    height: 20px;
    padding: 0 9px; */
}

.nav-tabs li a {
	padding:7px 3px;
	border-left:3px solid #E0E9EF;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover{
	border-color: #CCCCCC #CCCCCC transparent;
}
.nav-tabs li {
    font-size: 11px;
}
.nav-tabs > li > a, .nav-pills > li > a {
	padding-left:10px;
	padding-right:10px;
}
.nav-tabs > li a.active{
	position:fixed; top:1px;
}
.nav-pills > li > a {
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	border-radius:1px;
}
.dropdown .dropdown-menu .nav-header, .dropdown-menu li.nav-header {
    border-bottom: 1px dotted #CCCCCC;
    margin: 2px 2px 0 0 ;
    padding: 0 0 4px 4px;
    width: 100%;
    height:20px;
    line-height: 14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

.dropdown-menu .divider {
    background: 0;
    border: 0;
    height: 1px;
    margin: 4px 1px;
    overflow: hidden;
}

.control-group > label.control-label{
	font-weight:bold;
	color:#333;
	display: block;
	width:30%;
}
.form-horizontal :-moz-placeholder {
    color: #999999;
}
p.help-block {
	margin:3px 0px 5px 0px;
}
.btn-primary:hover{
	background: rgb(2,96,143); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(2,96,143,1) 0%, rgba(0,136,204,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,96,143,1)), color-stop(99%,rgba(0,136,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(2,96,143,1) 0%,rgba(0,136,204,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(2,96,143,1) 0%,rgba(0,136,204,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(2,96,143,1) 0%,rgba(0,136,204,1) 99%); /* IE10+ */
	background: linear-gradient(top,  rgba(2,96,143,1) 0%,rgba(0,136,204,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02608f', endColorstr='#0088cc',GradientType=0 ); /* IE6-9 */
}
.form-actions {
	text-align:right;
	font-size:12px;
	padding:10px 0px;
	margin:0px;
	border:1px solid #ddd;
	border-right:none;border-left:none;
	border-radius:0px;
	background:#eee;
}
.form-actions a{
	color:#1779AA;
	font-size:13px;
	text-decoration:none;
}
.form-actions .formActionLink{
	float:left;
	margin-right:30px;
}
.form-actions a:hover{
	text-decoration:underline;
}
.form-horizontal legend{
	line-height:28px;
	font-size:140%;
	text-align:left;
	width:99.5%;
	padding:0px 0px 0px 0.5%;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #ddd;
	color:#333;
	background:#F1F1F1;
}
.help-inline{
	color:#999999;
}
.tooltip-inner a {
	color:#fff;
	cursor:text;
}
.wizardMainBG{
	background:#E0E9EF;
	float:left;
}

.nav-tabs li{
	margin:0px;
}
.tabs-left ul li, .tabs-left .nav-tabs li:hover{
	line-height:20px;
	padding:10px 0px 0px 15px;
}
.tabs-left .nav-tabs {
	border-right:2px #C4D8E5 solid;
	padding-bottom:10px;
	padding-top:10px;
}
.tabs-left .nav-tabs li a{
	border-left:0;
	cursor: default;
}
.tabs-left .nav-tabs li.active a{
	margin-right:-2px;
	padding-right:10px;
	border-left:2px solid #E0E9EF;
}
.tabs-left .nav-tabs li:hover{
	/*border-color:#C4D8E5;*/
	background:#fff;
}
.iphone_switch_on{
    background-image: url("/img/yes_no.png");
    background-position: 0 50%;
    height: 22px;
    width: 66px;
	cursor:pointer;
}
.iphone_switch_off{
    background-image: url("/img/yes_no.png");
    background-position: -66px 50%;
    height: 22px;
    width: 66px;
	cursor:pointer;
}
.switch_on {
    background-image: url("/img/on_off.png");
    background-position: 0 50%;
    height: 22px;
    width: 62px;
	cursor:pointer;
}
.switch_off {
    background-image: url("/img/on_off.png");
    background-position: -61px 50%;
    height: 22px;
    width: 61px;
	cursor:pointer;
}
.btn-primaryie8{
	background:none;
	height:30px;
	width:60px;
	border:none;
}
.modal-header{
	padding:4px 5px 4px 10px;
	clear:both;
	overflow:hidden;
	min-width:200px;
}
.modal-header .close{
	/*font-size:12px;*/
	/*line-height:14px;*/
	margin-top: 6px;
    margin-right: 5px;
}

.modal-header h4{
	border:0;
	margin: 5px 0 3px;
	font-size:135%;
	color:#000;
	clear:none;
}
.defaultModal .modal-header{
	cursor:move;
	background: #fcfcfc; /* Old browsers */
	border-bottom:1px solid #ddd;
}
.defaultModal .modal-header h4{
	color:#000;
}
.info .modal-header{
	background:#D9EDF7;
}
.info .modal-header h4{
	color:#0092C6;
}
.error .modal-header{
	background:#F2DEDE;
}
.error .modal-header h4{
	color:#B94A48;
}
.success .modal-header{
	background:#DFF0D8;
}
.success .modal-header h4{
	color:#468847;
}
.warning .modal-header{
	background:#FCF8E3;
}
.warning .modal-header h4{
	color:#C09853;
}
.modal-header button{
	border:none;
}
.modal-body{
	padding:10px;
	max-height: 400px;
        min-height: 150px;
        overflow-y: auto;
	margin-bottom:5px;
}
.modal-body .form-horizontal{
	border:none;
	float:none;
}

.modal-body p{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:12px;
	color:#333333;
}
.modal {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    /*margin: -250px 0 0 -280px;*/
    margin:0;
    overflow:hidden;
    position: fixed;
    top: 50%;
    z-index: 9010;
    width: auto;
    min-width: 0;
    max-width: 900px;
    bottom:inherit;
    right: auto;
    /*max-height: 500px;*/
}
.modal .modal-dialog {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.nav li a{
	color:#444;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #B94A48;
}
.bootbox {
 z-index:99999;
}
.bootbox .modal-footer {
	padding:4px 20px;
}
.bootbox .modal-body {
	min-height:0;
}
.form-horizontal label{
	margin-bottom:0px;
	color:#000;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a:hover {
  background-color:#efefef;
  background-image: none; 
  color:#333333;
}
.dropdown-menu .active > a  {
  background:none;
  color:#333333;
}
.form-horizontal .control-group > label{
	width:180px;
	padding-top:0px;
	margin-left:30px;
}
.form-horizontal .form-actions{
	padding:5px;
	text-align:center;
}
.form-horizontal .feild-label, .form-horizontal label.feild-label{
	 height: 18px;
    margin-right: 4px;
    padding-left: 10px;
    vertical-align: middle;
    display:inline;
}

.form-horizontal .radio, .form-horizontal .checkbox {
	margin-left:0px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child, .controls > .radio *, .controls > .checkbox *{
	padding-top:0;
	margin-top:0;
}
.form-horizontal .radio label.feild-label, .form-horizontal .checkbox label.feild-label{
	padding-left: 4px;
}

.form-horizontal .control-group:after, .form-horizontal .control-group:after{
	margin-bottom:20px;
}
.form-horizontal .form-group {
	margin-left:0px;
	margin-right:0px;
}
.rightSideTicketInfo .panel{
	margin: 0;
	background:none;
}
.rightSideTicketInfo .panel-body{
	background: #eee;
	padding:0 4px;
	margin-top:10px;
	margin-bottom:40px;
}
.rightSideTicketInfo .form-actions{
	border:none;
	background:none;
}
.rightSideTicketInfo .form-horizontal{
	border:none;
}
.rightSideTicketInfo .form-horizontal select{
	width:100%;
}
.form-horizontal .form-group {
	margin-left:0px;
	margin-right:0px;
}
.rightSideTicketInfo .form-horizontal .form-group .control-label, .rightSideTicketInfo .form-horizontal .form-group .col-sm-4,  .rightSideTicketInfo .form-horizontal .form-group .col-sm-4 .form-control{
	margin-left:0px;
	margin-right:0px;
	width:100%;
}

.rightSideTicketInfo .form-horizontal .form-group .form-control{
	width:auto;
	clear:both;
}
.rightSideTicketInfo .form-horizontal .form-actions{
	text-align:left;
	padding: 0;
	filter: 0 none;
}
.rightSideTicketInfo .form-actions{
	background:none;
	border:none;
	filter: 0 none;
}
.rightSideTicketInfo .form-horizontal .form-group label{
	text-align: left;
}

/* for service desk*/
.rightSideTicketInfo .form-horizontal .form-group .col-sm-4 a{
}
.rightSideTicketInfo span.notesActions img{
	display: block;
	margin-left: 3px;
}
/*for service desk*/


/*Table search field changes css. Need to remove once table templates get applied*/

label, input, button, select, textarea{
	font-weight:normal;
}
/*Table search field changes css*/

.tab-content {
	height:100%;
	width:100%;
	overflow:auto;
}
.popover-content{
	padding:9px 2px;
}

.device_details_top_header .partnerActionButton .btn-group{
	margin-right:0px;
}
.device_details_top_header .partnerActionButton .dropdown-menu{
	left:auto;
	right:10px;
}
.device_details_top_header .partnerActionButton .dropdown-menu li a{
	text-align:right;
}
.pageLinkBlk span select{
	margin-bottom:0px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background:#eee;
	color:#333;
}
[class^="icon-"], [class*=" icon-"]{
	opacity: 0.6;
	filter: alpha(opacity=9);
}
[class^="icon-"]:hover, [class*=" icon-"]:hover, .btn:hover [class^="icon-"], .btn:hover [class*=" icon-"]{
	opacity: 1;
}
.table {
	margin-bottom:10px;
}

.table th, .table td{
	padding:1px 3px;
	text-align:left;
}
.table th{
	color:#333;
}
.input-append .btn, .input-prepend .btn{
	border-radius:3px;
}
.input-append .btn:last-child{
	border-radius:0 3px 3px 0;
}
/*input[type="radio"], input[type="checkbox"], input.x-form-field[type="button"]{
	margin-top:0px;
}*/
.bs-docs-sidenav {
	background-color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	margin: 0;
	padding: 0;
}
.affix {
	position: fixed;
}
.fa-chevron-right {
	float: right;
}
.disabled .fa-chevron-right, .disabled .fa-step-forward, .disabled .fa-chevron-left, .disabled .fa-step-backward {
	opacity: 0.25;
}
.bs-docs-sidenav > li {
	margin:0px;
}
.bs-docs-sidenav > li > a {
	border: 1px solid #E5E5E5;
	display: block;
	margin: 0;
	padding: 8px 14px;
	font-size:120%;
}
.bs-docs-sidenav .active .fa-chevron-right, .bs-docs-sidenav .active a:hover .fa-chevron-right {
	opacity: 1;
}
.input-append, .input-prepend {
	vertical-align:top;
}
.tab-horizontal {
	background:none repeat scroll 0 0 #F5F5F5;
	font-weight:bold;
	padding-top:2px;
	clear:both;
}
.tab-horizontal .nav-tabs {
	margin:0;
	overflow:hidden;
	border:none; position:relative; z-index:10; margin-left:5px;
	margin-top:0px;
}
.nav-tabs li a{
	border-left:none;
}
.tab-horizontal .nav-tabs li a{
	padding:2px 5px 1px 5px;
	padding-top:4px;
	height:22px;
}
.tab-horizontal, .tab-horizontal .nav-tabs{
	min-height:26px;
}
.tab-horizontal .nav-tabs > .active > a, .tab-horizontal .nav-tabs > .active > a:hover {
	border-color: #cccccc #cccccc transparent;
}
.tab-horizontal .nav > li > a:hover, .tab-horizontal .nav > li > a.tabHover {
	border-color: transparent transparent #cccccc transparent;
}
.form-horizontal table {
	margin:0px;
}
.tabbed-wizard{
	/*background:#f0f0f0;*/
	border:1px solid #fff;
	padding:20px;
	position:relative;
	/*width:100%;*/
}
.tabbed-wizard ul.tabs{
	overflow:hidden;
	height:30px;
	position:relative;
	z-index:100;
	margin:0px 0px 0px 10px;
}
.tabbed-wizard li{
	float:left;
	list-style:none;
}
.tabbed-wizard li a{
	background:#ddd;
	border:1px solid #fcfcfc;
	color:#666;
	cursor:pointer;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 10px;
	text-decoration:none;
	border-radius:0 8px 0 0;
	text-align:right;
}
.tabbed-wizard li a:hover{
	background:#eee;
}
.tabbed-wizard li a.active{
	background:#fbfbfb;
	border:1px solid #fff;
	color:#333;
}
.tabbed-wizard .tabDetails{
	background:#fbfbfb;
	border:1px solid #fff;
	margin:0px 0 0;
}
.tabbed-wizard .tabContents{
	padding:10px 4px;
}
.tabbed-wizard .tabContents p{
	padding:0 0 10px;
}
div.progress {
	position:relative;
}
.table-bordered{
	border-radius:inherit; !Important
}
.table-bordered thead{
	border-radius:inherit; !Important
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child{
	border-radius:inherit; !Important
}
form{
	clear:both;
}
select{
	border-radius:3px;
}
.input-append input, .input-append select, .input-append .uneditable-input{
	border-radius:3px 0 0 3px;
}
.text_input{
	border:none;
	border-radius:0;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover{
	font-size:12px;
}
.form-horizontal .form-group .btn-toggle label{
	border-radius:5px 0 0 5px;
	border:none;
}
.form-horizontal .form-group .btn-toggle label.btn-primary:first-child{
	border-radius:3px 0 0 3px;
}
.form-horizontal .form-group .btn-toggle label:last-child{
	border-radius:0 5px 5px 0;
}
.form-horizontal .form-group .btn-toggle label.btn-primary{
	background:#999999 !Important;
	box-shadow:none;
	border-radius:0 2px 2px 0;
	border:none;
	color:#fff;
}
.form-horizontal .btn.btn-xs{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
	font-weight:normal;
}

.form-horizontal .btn-success{
	background:#5BD4FF;
	border:none;
	color:#FFFFFF;
}
.btn-success:hover{
	background:#01b3e4 !important;
}
.btn-danger{color:#fff !Important; background:#e74c3c !Important;}

.btn-warning{color:#fff !Important; background:#e67e22 !Important;}

.btn-info, .btn-primary{
	color:#fff; background:#2980b9; border:none;
}
.dropdown-menu{
	border-radius:0;
}
.dropdown-menu > li > a{
	padding:3px 10px;
}
.dropdown-menu li:first-child{
	margin-top:0;
}
.dropdown-menu li:last-child{
	margin-top:0;
}
.dropdown-menu > li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
 }
.pagination{
	margin:3px 0;
}
.btn-group > .btn, .btn-group > .dropdown-toggle{
	border-bottom-right-radius:2px;
	border-top-right-radius:2px;
	margin-left: 0;
	margin-right: 0;
	border:1px solid #ccc; 
	color:#333333;
}
.btn-group > .btn:first-child{
	border-bottom-left-radius:2px;
	border-top-left-radius:2px;
	margin-right: 0;
}
.btn-small{
	padding:2px 8px;
}
.form50per .control-group > label{
	width:22%;
}
a.btn-success{
	color:#fff !Important;
}
a.btn-success:hover{
	text-decoration:none;
}
.form-horizontal .addToDoHeading{
	font-size:130%;
	margin:0 0 10px 0; padding:0; color:#000;
	border:none;
}
.rightSideTicketInfo .form-horizontal {
	float:none;
}
.rightSideTicketInfo .form-horizontal .form-group label{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */

}
.rightSideTicketInfo .form-horizontal .form-group .col-sm-4 .greyBG, .rightSideTicketInfo .form-horizontal .form-group .col-sm-8 .greyBG{
	width: auto;
    margin-top: 4px;
    font-size: 103%;
    color: #666;
	padding: 0px !important;
}
.rightSideTicketInfo .form-horizontal .form-group .col-sm-4 , .rightSideTicketInfo .form-horizontal .form-group .col-sm-8 {
	
    color: #666;

}
.tableActions .pagination > li > a{
	line-height:13px;
}
.panel-heading h3.panel-title{
	border:none; margin:0; padding:0;
	font-size:18px;
}
.panel-footer{
	text-align:center;
}
.panel-body h3{
	background:none;
	border-bottom:1px dotted #ccc;
	margin:10px 0; padding:0;
	color:#333333;
	font-size:150%;
	font-weight:normal;
}
.form-control{
	padding:4px;
	font-size:110%;
	border-radius:0;
	color:#000;
}
.form-control select selcted{
	background:red;
}
.navTabsBg{
	background:#eee;
	float:left;
	width:100%;
	padding-top:2px;
}
.navTabsBg .nav-tabs{
	border:none;
}
.navTabsBg .nav-tabs li{
	font-weight:bold;
}
.navTabsBg .nav-tabs li a{
	padding:4px 5px;
}
.form-horizontal .form-control-static {
	margin-top:0; padding-top:0;
	padding-bottom:inherit;
	min-height:inherit;
}
.form-horizontal .radio{
    padding-left: 0;
}
/** File upload control CSS */ 
.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: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/** File upload control CSS */

.badge{
	background:#fff;
	border:1px solid #ccc;
	border-radius:100px;
}
.badge.info-badge{
	cursor: default;
	font-weight: normal;
	margin: 2px;
	color: #000000;
}
.badge.info-badge:hover {
	background:#fff;
	border:1px solid #ccc;
}
.alert h4 {
    color: #C09853;
}
.leftsideNoBorderRadius{
	border-radius:0 3px 3px 0;
}
a.btn{
	color:#333;
}
span.show {
    color: #000000;
}
.progress {
    position: relative;
    box-shadow: none;
}
.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
 }
/*.progress .progress-bar.progress-bar-danger span {
	color:#fff;
}*/
.modal-footer{
	background-color: #f4f4f4;	
}
.form-group .input-group{
	padding-left: 16px;
}

.noBG{
	background:none;
}
.blueLinkColor{
	color:#428BCA !Important;
}
.tooltip-inner {
	max-width: 100%;
	width: 100%;
}

.notification_switch_on{
    background-image: url("/img/yes_no_switch.png");
    background-position: 0 50%;
    height: 22px;
    width: 62px;
 	cursor:pointer;
}
.notification_switch_off{
    background-image: url("/img/yes_no_switch.png");
    background-position: -61px 50%;
    height: 22px;
    width: 61px;
 	cursor:pointer;
}
.popover {
	font-size:110%;
	padding:10px !important;
}
.popover h3.popover-title{
	background:none;
	padding:5px;
	color:#333333;
	font-family:clear_sans_lightregular;
	font-size:110%;
	font-weight:bold;
	margin:0 !important;
	padding-left:0;
	padding-bottom:2px;
}
.popover-content{
	padding:8px;
}
.jqx-dropdownlist-content [class^="icon-"], .jqx-dropdownlist-content [class*=" icon-"] {
	display:inline-block !Important;
	margin-top:3px !Important;
}
.jqx-dropdownlist-content .commandPrompt{
	margin-top:5px !Important;
}
.rich_content table th a{
	color:#428bca !Important;
}
.panel-title{
	background:none;
	text-align:left;
}
.panel-default > .panel-heading{
	background:none !Important;
	color:#666;
	margin:0 15px;
	padding:5px 0;
	border-bottom-color: #ddd;
}
.panel.with-nav-tabs .nav-tabs-container{
	border-bottom-color: #c1c1c1;
}
.panel-heading{
	padding:7px 15px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	top:0px;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
	padding-top:0;
}
.form-horizontal .radio, .form-horizontal .checkbox{
		top:0px;
}

.form-horizontal .checkbox-inline{
	margin-right:10px;
}
.form-horizontal .checkbox-inline input[type="checkbox"]{

}
.form-horizontal .radio-inline input[type="radio"]{
	display:inline-block;
}
.form-horizontal .control-label{
	margin-top:0;
}
.panel-body{
	margin-top:20px;
	padding-top:0;
}
.modal-body .panel-body {
	margin-top:0;
} 
.btn-success{
	background:#5BD4FF;
}
.btn .fa-plus-square, .btn .fa-ban{
	margin-right:2px;
}
.btn-success, .btn-danger, .btn-warning{
	border:none;
}
.login_pages .input-group{
	margin:30px 0;
}
.login_pages .input-group:first-child{
	margin-top:0;
}
.sel_col .input-sm{
	font-size:100%;
}
/*.brdcrum .sel_col .input-sm {
	height: 20px;
}*/
.form-inline .form-control{
	color:#333;
}
.btn-group .btn:not(.btn-xs){
	padding:5px 10px;
}
.btn-group .dropdown-toggle{
	font-weight:500;
}
.radio-inline, .checkbox-inline{
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label, .checkbox-inline, .radio-inline{
	line-height: 22px;
}
.checkboxCol input{
	margin:0px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.modalforInfra h4{
	font-size:200%;
}
.modalforInfra .modal-body select{
	height:50px;
	font-size:180%;
}
.modalforInfra .modal-header .close{
	font-size:300%;
	margin-right:5px;
	margin-top:-5px;
}
.panel h4:first-child{
	margin-top:0;
	padding-top:0;
}
.importForm p{
	font-size:12px;
}
.importForm .form-group{
	margin-top:30px;
}
.importForm .panel-body p:first-child{
	margin-top:0;
}
.importForm .form-group .control-label{
	text-align:left;
	padding-left:0;
	width:auto;
}
.color-picker {
	padding: 0;
}
.color-picker .pick-a-color-markup, .input-group.pick-a-color-markup {
	padding: 0;
}

.btn-default:active, .btn-default.active{
	background:#6c7a89 !Important;	
	border-color:#ddd !important;
	border-radius:3px;
	box-shadow:none !important;
	color:#eee;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){
	border-radius:3px 0 0 3px;
}
.btn-default{
	text-shadow: none;
    color: #333;
    background-color: #f4f2f2;
    border-color: #ccc !important;
    box-shadow:none;
    background-image:none;
}
select.form-control{
	padding:0 !Important;
}
.panel.with-nav-tabs .panel-heading{
	padding: 2px 0 0 0;
	background-color:#f5f5f5;
	margin:0;
	clear: both;
	border: 1px solid #c1c1c1;
    border-radius: 0px;
    border-top: 0px;	
}
.panel.with-nav-tabs .nav-tabs-container {
	padding:0;
}
.nav-tabs-container .nav-tabs {
	background-color: #e8e8e8;
    border-color: #aaa;
    margin-left: 0;
    padding: 0 10px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	cursor: pointer;
	font-weight: bold;
	padding:4px;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.panel.with-nav-tabs .nav-tabs-container .nav-tabs > li.active > a{
	border-color: #C1C1C1 #C1C1C1 transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #555;
}
.panel.with-nav-tabs {
	border: 0;
	box-shadow: none;
}
.panel.with-nav-tabs .panel-body {
	padding:4px;
	margin:0;
	border: 0;
}

.colorpicker-component .input-xs .btn.color-dropdown {
	height: 24px;
	padding: 2px 4px;
}

.colorpicker-component .input-xs .btn.color-dropdown span{
	margin: 0 auto;
}

.colorpicker-component .input-xs .btn.color-dropdown .caret{
	margin-top: 6px;
	margin-left: 2px;
	vertical-align: text-top;
}
.brdcrum .selectpicker li.active, .selectpicker li.active a {
	font-weight:800;
	color: #111;
	background-image: none;
}
.brdcrum .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	padding-right:5px;
	text-overflow:ellipsis;
}
.brdcrum .bootstrap-select.btn-group:not(#dashboardSelector):hover span.filter-option.pull-left {
   text-decoration:underline !important;
   color: #01BAEF;
}
.brdcrum .bootstrap-select.btn-group .dropdown-toggle .caret {
 	border: solid #949494;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	width:auto !important;
}
.brdcrum .bootstrap-select.btn-group .dropdown-toggle .caret{
  margin-top:-3px; 
}
.brdcrum .bootstrap-select.btn-group .dropdown-toggle .caret.breadcrum_caret{
  margin-top: -21px !important;
    float: right !important;
    right: 15px !important;
}

.brdcrum .brdcrum_col>a,  .brdcrum .brdcrum_col>label {
  font-size:125%;
  margin-top: 7px;
  margin-top: 8px;
  display: inline-block;
}
.action-toolbar .toolbar-item:after {
	content: '|';
	font-size: 120%;
	color: #c1c1c1;
	margin-left: 0;
}
.action-toolbar .toolbar-item:last-child:after {
	content: '';
}
.action-toolbar .btn {
	border: none;
	background: none;
	padding: 0;
	margin: 2px;
	box-shadow: none;
	font-size: 110%;
}

.action-toolbar .btn .toolbar-icon{
	font-size: 150%;
}

.action-toolbar .btn .caret {
	margin-bottom: 8px;
}
.toolbar-item .btn {
	margin: 0;
	width: 24px;
}
.toolbar-item .btn.dropdown-toggle {
	width: 40px;
}
.toolbar-item .dropdown-menu li {
	padding: 4px;
}
.toolbar-item .dropdown-menu li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.nav-tabs .halflings:before {
	position: relative;
}
.dropdown-menu .divider {
	border-top: 1px solid #cccccc;
}
.form-control.input-xs {
	height: 24px;
}
.bootstrap-select .dropdown-menu { float: none !important; }
.customLi:hover{
		background-color:#e8e8e8;
		padding:5px;
	}
.text-muted{
	color:#ccc !important;
}
.calendar select {
	border:1px solid #ccc; 
}
 .table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#fcc36d;}
 
 .dropdown-menu.open {
 	z-index: 2999;
 }
 .rightSideTicketInfo .form-horizontal .form-group .form-control{
  height:34px; 
 }
.rightSideTicketInfo .panel-body{ padding: 0 2px;}
.fixed-table-toolbar .pagination-detail,.fixed-table-toolbar div.pagination {
	margin:0; 
}
.fixed-table-pagination div.pagination {
	margin-left:40px; 
}
.fixed-table-toolbar * {
	font-weight:normal; 
}
.bootstrap-select.open, .bootstrap-select>.dropdown-menu.open {
    z-index:9100;
}
.bootstrap-select.form-control {
	background:none;
}
.tokenfield .token {
	padding:0px !important;
	height:inherit !important;
	background-color: #eee !important;	
}
.tokenfield .token.invalid{
	color:#d9534f !important;
}
.tokenfield {
    float: left !important;
    height: auto !important;
    min-height: 34px !important;
    padding-bottom: 0 !important;
}
.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-image:none !important;
    padding-right: 8px !important; 
    border:1px solid #fdfdfd !important;
}
.fixed-table-container thead th .sortable:before {
	font-family: FontAwesome ;
	font-size: 8px;
	visibility:hidden;
	color:#bbb;
	margin-right: 1px;
	content: "\f0dc"; 
	float:left;	
	display:inline;
}
.fixed-table-container thead th .sortable:not(.asc):not(.desc):before {
	display:none;
}
.fixed-table-container thead th .sortable.right {
    background-position: 0% 50%;
}
.fixed-table-container thead th .asc:before {
	content: "\f077"; 
	visibility: visible !important;
}
.fixed-table-container thead th .desc:before {
	content: "\f078"; 
	visibility: visible !important;
}
.fixed-table-container thead th .sortable.right.asc:before, .fixed-table-container thead th .sortable.right.desc:before{
	float:left;
}
.fixed-table-container thead th .sortable.left.asc:before, .fixed-table-container thead th .sortable.left.desc:before {
	float:right;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*jquery.scrolling-tabs.css Starting */
.panel.with-nav-tabs .nav-tabs-container {
    width: 100%;
}
.scrtabs-tab-container * {
  box-sizing: border-box;
}
.scrtabs-tab-container {
  height: 26px;
}
.scrtabs-tab-container .tab-content {
  clear: left;
}
.scrtabs-tabs-fixed-container {
  float: left;
  height: 26px;
  overflow: hidden;
  width: 100%;
}
.scrtabs-tabs-movable-container {
  position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}
.scrtabs-tabs-movable-container ul{
	padding: 0 6px !important;
}
.scrtabs-tab-scroll-arrow {
  border: 1px solid #dddddd;
  border-top: none;
  color: #428bca;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 26px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 7px;
  width: 20px;
}
.scrtabs-tab-scroll-arrow:hover {
  background-color: #eeeeee;
}
.scrtabs-tabs-fixed-container ul.nav-tabs {
  height: 25px;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}
.scrtabs-tab-content-outside-movable-container .nav-tabs {
  display: none;
}
/*jquery.scrolling-tabs.css  Ending*/

.widgetContent .fixed-table-toolbar .bars {
	margin:0;                                                                                                                                                                   
}
.widgetContent .fixed-table-toolbar .btn {
	height:100%;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 10px;
}
.popover .popover-title .close {
    line-height: 0;
 }
input,
textarea,
select {
    outline: 0;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #0ea8f4 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(102, 204, 255, 0.4) !important;
}
.requestsToolbar .action-toolbar .toolbar-item:last-child::after {
    content: "|";
}
.fixed-table-toolbar .requestsToolbar .keep-open .dropdown-toggle{
	background:none;color:black;border:none;opacity:1;font-size:165%;margin-top:-6px;;margin-left:-60px;
}
.fixed-table-toolbar .requestsToolbar .btn-default{
	box-shadow:none;
}
.fixed-table-toolbar .requestsToolbar .btn:hover {
     background: none;box-shadow:none;
}
.fixed-table-toolbar .requestsToolbar .btn-group.open .dropdown-toggle {
     box-shadow: none;
	 background: none;
}
.customBootstrapTableStyles .fixed-table-header{
	height: auto !important;
}
.custom {
    width: 100%;
	height: 45px;
	background-color:rgb(224,233,239);
}
.fixed-table-toolbar .bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    line-height: 14px;
    margin-bottom: 2px;
    margin-top: 0px;
    position: relative;
}
.customBootstrapTableStyles .fht-cell{
	padding-top:2px;
	height:28px
}
.customBootstrapTableStyles .filterControl input{
    height:24px;
}
.bootstrap-table .table, .bootstrap-table .table .customBootstrapTableStyles> tbody > tr > th, .bootstrap-table .table .customBootstrapTableStyles> tfoot > tr > th, .bootstrap-table .table .customBootstrapTableStyles > thead > tr > td, .bootstrap-table .table .customBootstrapTableStyles> tbody > tr > td, .bootstrap-table .table .customBootstrapTableStyles> tfoot > tr > td {
    padding: 0px 0px 0px 0px !important;
}
.customBootstrapTableStyles thead th {
    border-right: solid 1px #ccc;
}
.customBootstrapTableStyles thead td {
    border-top: none !important;
}
.customBootstrapTableStyles #inventoryGrid tbody td {
    border-left: none !important;
}
.customBootstrapTableStyles tbody td {
    border-left: none !important;
}
.customBootstrapTableStyles thead th {
    border-left: none !important;  
}
.customBootstrapTableStyles {
    border: none !important;
}
.customBootstrapTableStyles thead th .th-inner {
    line-height: 15px !important;
    padding-top:  8px !important;
} 
.customBootstrapTableStyles thead th {
    border: none !important;
}

.customBootstrapTableStyles .bs-checkbox .th-inner {
	padding: 1px 8px 8px 6px !important;
}
	
.bootstrap-table .customBootstrapTableStyles .table > tbody > tr > td {
	padding: 4px 18px 2px 6px !important;
}
.custom-sort {
	background-color: #f1f1f1;
}
.device_status_loading{
	display:inline-block;
}
.requestsToolbar .btn-group, .btn-group-vertical {
	font-size:115%;
}
.customBootstrapTableStyles thead th .th-inner {
	border-bottom: 1px solid #ccc;
}
.bootstrap-select .btn:focus {
	outline:none !important;
}
.progress {
    background-image: -webkit-linear-gradient(top,#a6a6a6 0, #c3c3c3 85%, #e3e3e3 100%);
    background-image: linear-gradient(to bottom,#a6a6a6 0%, #c3c3c3 85%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#e3e3e3', GradientType=0);
    background-repeat: repeat-x;
 }
 .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 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
   	display:block;
}
.dropdown-submenu {
	padding-right:10px;
}
.dropdown-submenu:hover  {
	background-color: #eee !important;
}
.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:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.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;
}
.bootstrap-table a:link:hover {
	text-decoration:underline !important;	
}
.input-group-addon {
	background-color: #F6F6F6 !important;
}
.bootstrap-table .table {
	font-size:12px !important;
}
.dropdown-menu .selected a span.check-mark{
	/* position: inherit !Important; */
}
.bootstrap-select .dropdown-menu .form-control {
	height:28px;
}
.bootstrap-select ul.dropdown-menu {
	overflow-x: hidden;
}
.dropdown-header:hover {
	background-color: transparent !important;
}