@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext");

/* @import 'bootstyle.css'; */

body {
    background: url(../images/papyrus.png?V=4) repeat 0 0; /*tri.png scaled.jpg  or body-bg.png */
    font-family: 'Open Sans';
    color: #333333;
    sbackground: #ffffff; /* For browsers that do not support gradients */
    sbackground: -webkit-linear-gradient(#1F606B, #ffffff); /* For Safari 5.1 to 6.0 */
    sbackground: -o-linear-gradient(#1F606B, #ffffff); /* For Opera 11.1 to 12.0 */
    sbackground: -moz-linear-gradient(#1F606B, #ffffff); /* For Firefox 3.6 to 15 */
    sbackground: linear-gradient(#1F606B, #ffffff); /* Standard syntax */
}

html {
	jheight:100%;
}

@page1 {size: 8.5in 11in; margin: 0.5in 0.5in 0.5in 0.5in; }
@media Print { 
	.noprint { display: none !important }
	.reportgrid {  overflow-y: visible !important ; }
}

.nav-contrast > li > a {
 color:black !important;
}

.nav-contrast > li.active > a,
.nav-contrast > li.active > a:hover,
.nav-contrast > li.active > a:focus {
	color: #1F606B !important;
	font-weight: bolder !important;
}


.postit {
    padding: 10px;
    border: 1px solid #dddddd;
    background-color: #ffffcc;
}



.postitgray {
    padding: 10px;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
}

.reportgrid {
  overflow-y: scroll;
}

.subtle:hover{
	text-decoration:underline;
	color:black;
}

.container-customER {
    padding-right: 0px; /* was 15px **/
    padding-left: 0px; /* was 15px **/
    margin-right: auto;
    margin-left: auto;
    xmin-width: 970px; /* was not there **/
}
@media (min-width: 768px) {
    .container-customER {
        width: 750px; /* was 750px **/
    }
}

@media (min-width: 992px) {
    .container-customER {
        width: 970px; /* was 970px; **/
        mmargin-right: 2px; /* was not there **/
        mmargin-left: 2px; /* was not there **/
    }
}

@media (min-width: 1200px) {
    .container-customER {
        width: 1170px; /* was 1170px **/
    }
}

@media (min-width: 1400px) {
	.container-customER {
		width: calc(100vw - (100vw - 1400px) / 1); /* New in 2021 **/
	}
}


.container-custom {
    padding-right: 0px; /* was 15px **/
    padding-left: 0px; /* was 15px **/
    margin-right: auto;
    margin-left: auto;
    min-width: 970px; /* was not there **/
}
@media (min-width: 768px) {
	.container-custom {
		min-width: 970px; /* was not there **/
		xwidth: 970px; /* was 750px **/
	}
}
@media (min-width: 992px) {
	.container-custom {
		min-width: 970px; /* was not there **/
		xwidth: auto; /* was 970px; **/
		mmargin-right: 2px; /* was not there **/
		mmargin-left: 2px; /* was not there **/
	}
}
@media (min-width: 1200px) {
	.container-custom {
		min-width: 970px; /* was not there **/
		width: 1170px; /* was 1170px **/
	}
}

@media (min-width: 1400px) {
	.container-custom {
		width: calc(100vw - (100vw - 1400px) / 1); /* New in 2021 **/
	}
}


#keypane {
	display: none;
	transition: .5s ease;
	margin: 10px;
	padding: 10px;
	/*height:0px;*/
	/*width:0%;*/
	opacity: 0;
}

#info:hover ~ #keypane {
	transition: .5s ease;
	/*height: 100%;
	/*width: 100%;*/
	/*opacity: 1.0;*/
	/*display: block;*/
}

.key {
	color: white;
	background-color: #1F606B;
	padding: 10px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.container-custom2 {
    xmargin-top: 50px !important;
    padding-top: 55px !important;
}

.container-customER2 {
	xmargin-top: 50px !important;
	padding-top: 55px !important;
}

.dyna-button2 {
	padding: 8px 0px 8px 0px;
}
.dyna-button2:hover {
  background-color:#f5f5f5;
  color: black;
}


.dyna-button {
	padding:0px 0px 0px 0px;
}
@media (max-height: 825px) {
  .vert-sm {
	display: none;
  }
  .dyna-button {
	padding:1px 0px 1px 0px;
  }
} 

@media (min-height: 785px) {
  .dyna-button {
	padding:4px 0px 4px 0px;
  }
}

.dyna-button:hover {
  background-color:#f5f5f5;
  color: black;
}

.edit-border {
	border:1px dashed #CCCCCC;
	border-radius:3px;
	padding:5px;
	margin-top:2px;
	margin-bottom:2px;
}

.edit-viewer {
	padding:5px;
}

.shift-dialog{
	margin-left:38px
}

.container-form {
  padding-top: 0px; /* was not there **/
  padding-right: 0px; /* was 15px **/
  padding-left: 0px; /* was 15px **/
  margin-right: auto;
  margin-left: auto;
  mmin-width:300px;  /* was not there **/
}
@media (min-width: 768px) {
  .container-form {
	padding-top: 30px; /* was not there **/
	width: 750px; /* was 750px **/
  }
}
@media (min-width: 992px) {
  .container-form {
	width: 970px; /* was 970px; **/
  }
}
@media (min-width: 1200px) {
  .container-form {
	width: 970px; /* was 1170px **/
  }
} 

  .blueback {
	  background-color:#1F606B !important;
  }


.tranzy {
    -moz-opacity: .70;
    opacity: .70;
    filter: alpha(opacity=70); 
}

.th-primary {
    background-color: #1F606B !important;
    color: #eeeeee !important;
}

.th-default {
    background-color: #f5f5f5 !important;
    color: #555555 !important;
}

.panel-primary > .panel-heading {
    background-color: #1F606B !important;
}

.panel-primary  {
    border-color: #1F606B !important;
}

  .btn-primary {
	  background-color:#1F606B !important;
  }
	.btn-primary:hover {
		/* Was #28_80_B7 in Early 2020 */
		background-color: #4F909B !important;
	}

.btn-success2 {
	background-color: #AEDDE5 !important;
	color: #1F606B !important;
	font-weight: bold !important;
	border-color: #1F606B !important;
} 
	.btn-success2:hover {
		background-color: #CEEDf5 !important;
		color: #1F606B !important;
		border-color: #1F606B !important;
	}

@keyframes shadow-pulse {
    0% {
        color: #ffffff;
    }

    50% {
        color: #f28e1c;
    }

    100% {
        color: #ffffff;
    }
}

.example-1 {
    animation: shadow-pulse 3s infinite;
}
.example-2 {
	animation: shadow-pulse 1s infinite;
}

.fbutton {
	float: right;
}
@media (max-width: 768px) {
  .custom-panel{
	  border-radius:0px; /* was not there **/
	  border:0px; /* was not there **/
  }
  .custom-panel-inner{
	  border-radius:0px; /* was not there **/
	  border:0px; /* was not there **/
	  padding:4px 4px 4px 4px; /* was not there **/
  }
  .fbutton {
	float:  none;
	margin-top:10px;
	margin-bottom:10px;
  }
}

.footer-link{
	font-size:8pt;
}



.borblur{
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	padding-top:5px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.15);
}

.bordershadow{
	-webkit-box-shadow: -5px 5px 5px 0px rgba(30, 30, 30, 0.20);
	-moz-box-shadow:    -5px 5px 5px 0px rgba(30, 30, 30, 0.20);
	box-shadow:         -5px 5px 5px 0px rgba(30, 30, 30, 0.20);
}


.container-custom > .navbar-header,
.container-custom > .navbar-collapse {
  margin-right: -15px; /* was -15px **/
  margin-left: -15px; /* was -15px **/
}
@media (min-width: 768px) {
  .container-custom > .navbar-header,
  .container-custom > .navbar-collapse {
	margin-right: 5px; /* was 0 **/
	margin-left: 5px; /* was 0 **/
  }
}

@media (min-width: 768px) {
  .navbar > .container-custom .navbar-brand {
	margin-left: -15px;  /* was -15px **/
  }
}


.container-custom:before,
.container-custom:after {
  display: table;
  content: " ";
}
.container-custom:after {
  clear: both;
}


.container-customER > .navbar-header,
.container-customER > .navbar-collapse {
	margin-right: 5px; /* was -15px **/
	margin-left: 5px; /* was -15px **/
}

@media (min-width: 768px) {
	.container-customER > .navbar-header,
	.container-customER > .navbar-collapse {
		margin-right: 5px; /* was 0 **/
		margin-left: 5px; /* was 0 **/
	}
}

@media (min-width: 768px) {
	.navbar > .container-customER .navbar-brand {
		margin-left: -15px; /* was -15px **/
	}
}


.container-customER:before,
.container-customER:after {
	display: table;
	content: " ";
}

.container-customER:after {
	clear: both;
}

.btn-p3{
	width:100% !important; 
	margin-bottom:5px;
	padding:3px 0px
}


.btn-br{
	width:100% !important; 
	dpadding:3px;
}

.brow{
   padding:3px !important;
}

.abor {
	bborder:1px solid #cccccc;
	padding:3px !important;
	bbackground-color:#1F606B;
}



.btn-wide{
	width:100% !important; 
}

.left-inner-addon {
	position: relative;
}
.left-inner-addon input {
	padding-left: 30px;    
}
.left-inner-addon i {
	position: absolute;
	padding: 10px 12px;
	pointer-events: none;
}

.right-inner-addon {
	position: relative;
}
.right-inner-addon input {
	padding-right: 30px;    
}
.right-inner-addon i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	pointer-events: none;
}



/*WDB*/

.right-upper-right {

}
.right-upper-right i {
	position: absolute;
	top: 1px;
	right: 2px;
	padding: 8px 6px;
	lpointer-events: none;
	cursor:pointer;
	font-size: 13px;
	background-color:white;
}

.right-addon-md {
	position: relative;
}
.right-addon-md input {
	ppadding-right: 30px;    
	height: 25px;
	padding:  3px 5px 3px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.right-addon-md i {
	position: absolute;
	right: 2px;
	padding: 8px 6px;
	pointer-events: none;
	font-size: 12px;
}

.right-addon-md div {
	position: absolute;
	right: 2px;
	padding: 7px 6px;
	lpointer-events: none;
	cursor:pointer;
	font-size: 12px;
}








.right-inner-addon-md {
	position: relative;
}
.right-inner-addon-md input {
	ppadding-right: 30px;    
	height: 28px;
	padding: 5px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.right-inner-addon-md i {
	position: absolute;
	right: 2px;
	padding: 8px 6px;
	pointer-events: none;
	font-size: 12px;
}

.right-inner-addon-md div {
	position: absolute;
	right: 2px;
	padding: 8px 6px;
	lpointer-events: none;
	cursor:pointer;
	font-size: 12px;
}

.right-inner-addon-xs {
	position: relative;
}
.right-inner-addon-xs input {
	ppadding-right: 30px;    
	height: 22px;
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.right-inner-addon-xs i {
	position: absolute;
	right: 0px;
	padding: 5px 6px;
	pointer-events: none;
	font-size: 12px;
}

.input-xs {
	height: 22px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-md {
	height: 25px;
	padding: 3px 8px 3px 8px ;
	font-size: 9pt;
	line-height: 1.5;
	border-radius: 3px;
}

.input-md {
	height: 25px;
	padding: 3px 5px 3px 5px ;
	ffont-size: 11pt;
	line-height: 1.5;
	border-radius: 3px;
	bbackground-color:#fcfcfc;
	color:#000000;
	xfont-weight:600;
	font-size:14px;
	border:1px solid #dddddd;
}

/* do not group these rules*/
.input-md::-webkit-input-placeholder {
	color: #cccccc;
}
/* FF 4-18 */
.input-md:-moz-placeholder {
	color: #cccccc;
}
/* FF 19+ */
.input-md::-moz-placeholder {
	color: #cccccc;
}
/* IE 10+ */
.input-md:-ms-input-placeholder {
	color: #cccccc;
}







.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.flexit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.table-more-condensed > tbody > tr > td {
	padding:2px 5px;
	font-size: 10pt;
}

.table-more-condensed > thead > tr > th {
	padding:2px 5px;
	font-size: 10pt;
}

.table-with-contrast > tbody > tr > td {
	color: #000000 !important;
}

.table-with-contrast > thead > tr > th {
	color: #000000 !important;
}

.row.no-gutter {
  margin-right: 2px;
  margin-left: 2px;
}

.row.no-gutter [class*='col-'],
.row.no-gutter [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.row.no-gutter0 {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-gutter0 [class*='col-'],
.row.no-gutter0 [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}


.row.no-gutter1 {
  margin-right: 1px;
  margin-left: 1px;
}

.row.no-gutter1 [class*='col-'],
.row.no-gutter1 [class*='col-'] {
  padding-right: 1px;
  padding-left: 1px;
}


.row.no-gutter2 {
  margin-right: 2px;
  margin-left: 2px;
}

.row.no-gutter2 [class*='col-'],
.row.no-gutter2 [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}


.xxxrow {
  margin-right: -15px;
  margin-left: -15px;
}
.xxxcol-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}





#wrapper {
	width: 100%;
	margin:0px;
}

#page-wrapper {
	padding: 4px;
	min-height: 568px;
	background-color: #fff;
}

@media(min-width:768px) {
	#page-wrapper {
		position: inherit;
		mmargin: 0 0 0 250px;
		padding: 4px;
		bborder-left: 1px solid #e7e7e7;
		margin:0px;
	}
}


@media(max-width:768px) {
	.float-around {
		bborder: 2px solid blue;
		bfloat:left;
	}
}

@media(min-width:768px) {
	.float-around {
		bborder: 2px solid blue;
		float:right;
	}
}


.dropdown-menu .dropdown-header > a {
  background-color:#ffffff;
  font-size: 18px;
  color: #000000;
  margin-left:-20px;
}

.dropdown-menu .dropdown-header > a:hover {
  background-color:#ffffff;
  color: #000000;
}

.dropdown-menu .dropdown-header-small > a {
  background-color:#ffffff;
  font-size: 14px;
  color: #000000;
  xmargin-left:-5px;
}

.dropdown-menu .dropdown-header-small > a:hover {
  background-color:#ffffff;
  color: #000000;
}


.dropdown-menu > li > a {
  background-color:#ffffff;
  font-size: 16px;
  color: #555555;
}


.xm0p0 {
	margin:0px;
	padding:0px;
}

.xm2p0 {
	margin:2px;
	padding:0px;
}

.xm0p2 {
	margin:0px;
	padding:2px;
}

.xm0 {
	margin:0px;
}

.xp0 {
	padding:0px;
}

.xm2 {
	margin:2px;
}

.xp1 {
	padding:1px;
}

.xp2 {
	padding:2px;
}

.xp3 {
	padding:3px;
}

.xp4 {
	padding:4px;
}

.xp5 {
	padding:5px;
}


.rbor {
	border:1px solid red;
}

.gbor {
	border:1px solid green;
}

.bbor {
	border:1px solid blue;
}

.wbor {
	border:1px solid #dddddd;
}


.hilite {
  bbackground-color: #ddeeff;
  background-color: #ffff77;
}

.popover-titlex {
   background-color:#D9EDF7;
   color: #ffffff;
}

.circle-red{
	 width: 10px;
	 height: 10px;
	 border-radius: 50%;
	 background-color: #D9534F;
	 float:left;
	 margin-top:3px;
	 margin-right:3px;
}

.circle-yellow{
	 width: 10px;
	 height: 10px;
	 bborder: 1px solid red;
	 border-radius: 50%;
	 background-color: #FFD800;
	 float:left;
	 margin-top:3px;
	 margin-right:3px;
}

.circle-green{
	 width: 10px;
	 height: 10px;
	 border-radius: 50%;
	 background-color: #5CB85C;
	 float:left;
	 margin-top:3px;
	 margin-right:3px;
}

.circle-gray{
	 width: 10px;
	 height: 10px;
	 border-radius: 50%;
	 background-color: #cccccc;
	 float:left;
	 margin-top:3px;
	 margin-right:3px;
}

.custom-add{
	 color:white;
	 width: 22px;
	 height: 22px;
	 bborder: 1px solid red;
	 border-radius: 50%;
	 background-color: #cccccc;
	 display: inline-block;
	 mmargin-top:3px;
	 mmargin-right:3px;
	 font-size:9px;
}


.badge-custom{
   background-color:#ffffff;
   color: #1F606B;
   cursor:pointer;
}

.badge-gray{
   background-color:#CCCCCC;
   color: #fcfcfc;
   padding:2px 4px;
   margin:0px 2px 0px 0px;
   min-width:17px;
}

.badge-blue{
   background-color:#1F606B;
   color:#fcfcfc;
   padding:2px 4px;
   margin:0px 2px 0px 0px;
   min-width:17px;
}



.th-custom {
   background-color:#1F606B;
   color: #ffffff;
}

.th-gray {
   background-color:#eeeeee;
   color: #111111;
}

@media screen and (min-width:768px){
	.navbar-brand-centered {
		position: absolute;
		left: 50%;
		display: block;
		width: 800px;
		text-align: center;
		bbackground-color: #eee;
		bborder:2px dashed white;
	}
	.navbar > .container-custom .navbar-brand-centered,
	.navbar > .container-customER .navbar-brand-centered,
	.navbar > .container .navbar-brand-centered,
	.navbar > .container-fluid .navbar-brand-centered {
		margin-left: -400px;
	}
}

/* Early 2020 #42_8B_CA */
/* Early 2020 #1E_61_8C */

.navbar-custom {
   border-radius:0;
   background-color:#1F606B;  
   xborder-top:2px solid #ECF0F1;
   xborder-bottom:2px solid #ECF0F1;
}

.navbar-custom .navbar-brand {
	color: #ecf0f1;
}
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
	color: #ffffff;
}

    .navbar-custom .nav > li > a {
        color: #ecf0f1;
    }
.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus {
	color: #ffffff;
	background-color: #4F909B;
}
.navbar-custom .nav > .active > a, .navbar-custom .nav > .active > a:hover, .navbar-custom .nav > .active > a:focus {
	color: #ffffff;
	background-color: #4F909B;
}

.navbar-custom .nav > .open > a, .navbar-custom .nav > .open > a:hover, .navbar-custom .nav > .open > a:focus {
	color: #ffffff;
	background-color: #4F909B;
}

.navbar-custom .navbar-toggle {
	border-color: #4F909B;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #4F909B;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #0C5793;
}
    .navbar-custom .navbar-collapse,
    .navbar-custom .navbar-form {
        border-color: #ecf0f1;
    }
.navbar-custom .navbar-link {
	color: #ecf0f1;
}
.navbar-custom .navbar-link:hover {
	color: #ffffff;
}

.icon-bar {
   background-color:#FFffff !important;
   border-color:#FFffff !important;
}

.tabpanel {
   background-color: #fcfcfc;
   border-left: 1px solid #bbbbbb;
   border-right: 1px solid #bbbbbb;
   border-bottom: 1px solid #bbbbbb;
}

.nav-tabs{
border-bottom:1px solid #bbbbbb;
}


/* tab color */
.nav-tabs>li>a {
  bbackground-color: #fcfcfc; 
  bborder-color: #777777;
  color:#aaaaaa;
  border-top:1px solid #bbbbbb;
  border-left:1px solid #bbbbbb;
  border-right:1px solid #bbbbbb;
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background-color: #fcfcfc; 
  bbackground-color: #666;
  bborder: 1px solid #888888;
  color:#1F606B;
  border-top:1px solid #bbbbbb;
  border-left:1px solid #bbbbbb;
  border-right:1px solid #bbbbbb;
}

/* hover tab color */
.nav-tabs>li>a:hover {
  bborder-color: #000000;
  background-color: #ffffff;
  color:#1F606B;
  border-top:1px solid #bbbbbb;
  border-left:1px solid #bbbbbb;
  border-right:1px solid #bbbbbb;
}



.active2 {
	background-color: #eeeeee;
}

.activeside {
	background-color: #1A59C0;
}


.navbar-custom .nav > li > a {
    color: #ecf0f1;
}
.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus {
	color: #ffffff;
	background-color: #4F909B;
}
.navbar-custom .nav > .active > a, .navbar-custom .nav > .active > a:hover, .navbar-custom .nav > .active > a:focus {
	color: #ffffff;
	background-color: #4F909B;
}

.navbar-custom .nav > .open > a, .navbar-custom .nav > .open > a:hover, .navbar-custom .nav > .open > a:focus {
	color: #ffffff;
	background-color: #4F909B;
}


.navbar-custom .navbar-toggle {
	border-color: #4F909B;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #4F909B;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #0C5793;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
	border-color: #ecf0f1;
}
.navbar-custom .navbar-link {
	color: #ecf0f1;
}
.navbar-custom .navbar-link:hover {
	color: #ffffff;
}

.icon-bar {
   background-color:#FFffff !important;
   border-color:#FFffff !important;
}








.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 15px;
}

.navbar-top-links li a {
	padding: 15px;
	min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
	width: 250px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	mmargin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.sidebar .sidebar-search {
	padding: 15px;
}

.sidebar ul li {
	border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
	background-color: #eee;
}

.sidebar .arrow {
	float: right;
}

.sidebar .fa.arrow:before {
	content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
	border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
	padding-left: 37px;
}

.sidebar .nav-third-level li a {
	padding-left: 52px;
}

@media(min-width:768px) {
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 51px;
	}

	.navbar-top-links .dropdown-messages,
	.navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}

.btn-primary.btn-outline {
	color: #1F606B;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: #fff;
}

.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
	margin-left: 60px;
}

.chat li.right .chat-body {
	margin-right: 60px;
}

.chat li .chat-body p {
	margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
	margin-right: 5px;
}

.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}

.login-panel {
	margin-top: 5%;
}

.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50,50,50,.5);
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee!important;
}

.show-grid {
	margin: 15px 0;
}

.huge {
	font-size: 40px;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}

/*fixed table headers*/
th.fixed-headers {
	background-color: inherit;
	position: -webkit-sticky;
	position: sticky;
	top: 50px; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

th.fixed-headers-horizontal {
	background-color: inherit;
	position: -webkit-sticky;
	position: sticky;
	left: -2px; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

th.fixed-headers-horizontal2 {
	background-color: inherit;
	position: -webkit-sticky;
	position: sticky;
	left: 61px; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.rotatediv {
	transform: rotate(-90deg);
	/* Legacy vendor prefixes that you probably don't need... */
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* Scrolling Table No Ellipsis */

.onelinertableNA {

}
.onelinertableNA td {
	white-space: nowrap;
}

.onelinertableNA th {
	white-space: nowrap;
}




/* Scrolling Table */

.onelinertable {
	/* magic */
	width: 100%;
	table-layout: fixed;
	
	/*not really necessary, removes extra white space */
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.onelinertable td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.onelinertable th {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.onelinertable2 td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.elle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.tranzee
{
	background-color: #ffffff;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
}

.tranzee15
{
	background-color: #ffffff;
	-moz-opacity:.15;
	opacity:.15;
	filter:alpha(opacity=15);
}

.tranzee25
{
	background-color: rgba(0,0,0,0.25);
}

.tranzee55
{
	background-color: #ffffff;
	-moz-opacity:.55;
	opacity:.55;
	filter:alpha(opacity=55);
}

.tranzee75
{
	background-color: #ffffff;
	-moz-opacity:.75;
	opacity:.75;
	filter:alpha(opacity=75);
}

.tranzloading{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 175px;
  height: 135px;
  background-color: #ffffff;
  border:4px solid #dddddd;
  padding:20px;
  border-radius: 10px;
  text-align:center;
  vertical-align:central;
}



.spanlink {
    color: #1F606B;
    cursor: pointer;
}
    .spanlink:hover {
        text-decoration: underline
    }
.spanlink2 {
    color: #1F606B;
    cursor: pointer;
}


.maplink {color:#1F606B;cursor:pointer}
.maplink:hover {color:#1F606B;cursor:pointer;text-decoration:underline}

.question {color:#999999;cursor:pointer;font-size:16px;}
.question:hover {color:#1F606B;}

.headmoo:hover {
	text-decoration: underline;
	cursor: pointer;
}


.marker {
	background-color:#ffff77;
	-webkit-animation-name: example; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
	animation-name: example;
	animation-duration: 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
	0%   {background-color:#ffff77; }
	25%  {background-color:#ffffff;}
	50%  {background-color:#ffff77; }
	75%  {background-color:#ffffff; }
	100% {background-color:#ffff77;}
}

/* Standard syntax */
@keyframes example {
	0%   {background-color:#F2DEDE; }
	25%  {background-color:#ffffff;}
	50%  {background-color:#F2DEDE; }
	75%  {background-color:#ffffff; }
	100% {background-color:#F2DEDE;}
}

.markerred {
	background-color:#F2DEDE;
	-webkit-animation-name: examplered; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
	animation-name: examplered;
	animation-duration: 2s;
}

.markergreen {
	background-color:#5CB85C;
	-webkit-animation-name: examplegreen; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count:20; /* Chrome, Safari, Opera */
	animation-name: examplegreen;
	animation-duration: 1s;
	animation-iteration-count:20;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes examplered {
	0%   {background-color:#F2DEDE; }
	25%  {background-color:#ffffff;}
	50%  {background-color:#F2DEDE; }
	75%  {background-color:#ffffff; }
	100% {background-color:#F2DEDE;}
}

/* Standard syntax */
@keyframes examplered {
	0%   {background-color:#F2DEDE; }
	25%  {background-color:#ffffff;}
	50%  {background-color:#F2DEDE; }
	75%  {background-color:#ffffff; }
	100% {background-color:#F2DEDE;}
}



@-webkit-keyframes examplegreen {
	0%   {background-color:#1F606B; }
	25%  {background-color:#5CB85C;}
	50%  {background-color:#1F606B; }
	75%  {background-color:#5CB85C; }
	100% {background-color:#1F606B;}
}

/* Standard syntax */
@keyframes examplegreen {
	0%   {background-color:#1F606B; }
	25%  {background-color:#5CB85C;}
	50%  {background-color:#1F606B; }
	75%  {background-color:#5CB85C; }
	100% {background-color:#1F606B;}
}



.custom-label{
	color:#777777;
	font-weight:600;
	font-size:13px;
}

.small-label{
	font-weight: normal;
	padding:0px;
	margin:0px;
}






.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:before {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #ccc;
	margin-top: 5px;
	xmargin-right: -10px;
	margin-left: -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;
}





















.panel-heading {
	font-weight:bold;
}


.panel-title {
	font-weight:bold;
}



.panel.with-nav-tabs .panel-heading{
	padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.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;
}
.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;
}
.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 PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #4F909B;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #1F606B;
	background-color: #fff;
	border-color: #1F606B;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #1F606B;
	border-color: #4F909B;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #4F909B;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f2dede; /* bg color */
	border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff; /* active text color */
	background-color: #a94442; /* active bg color */
}




















.timeline {
	position: relative;
	padding: 20px 0 20px;
	list-style: none;
}

.timeline:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background-color: #eeeeee;
}

.timeline > li {
	position: relative;
	margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline-panel {
	float: right;
	position: relative;
	width: 46%;
	padding: 20px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
	box-shadow: 0 1px 6px rgba(0,0,0,0.175);
	margin-right:10px;
}

 .timeline-panel:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 26px;
	right: -15px;
	border-top: 15px solid transparent;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ccc;
}

.timeline-panel:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -14px;
	border-top: 14px solid transparent;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #fff;
}

.timeline > li > .timeline-badge {
	z-index: 100;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	font-size: 1.4em;
	line-height: 50px;
	color: #fff;
	background-color: #999999;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}




.anistripe  {
	background: url(../images/Loadingtext.gif) repeat-y center center;
}


.anistripe2 {
	height: 20px;
	background-color: #eee;
	background-size: 40px 40px;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%,
		  color-stop(.25, rgba(255, 255, 255, .2)),
		  color-stop(.25, transparent),
		  color-stop(.5, transparent),
		  color-stop(.5, rgba(255, 255, 255, .2)),
		  color-stop(.75, rgba(255, 255, 255, .2)),
		  color-stop(.75, transparent),
		  to(transparent)
	   );
	background-image: 
		-webkit-linear-gradient(
		  -45deg,
		  rgba(255, 255, 255, .2) 25%,
		  transparent 25%,
		  transparent 50%,
		  rgba(255, 255, 255, .2) 50%,
		  rgba(255, 255, 255, .2) 75%,
		  transparent 75%,
		  transparent
	   );
	-webkit-animation: move 2s linear infinite;
}

/* animations */
@keyframes move {
	0% {background-position: 0 0;}
	100% {background-position: 40px 40px;}
}
@-webkit-keyframes move {
	0% {background-position: 0 0;}
	100% {background-position: 40px 40px;}
}



 @keyframes btn-blink {
	 0% { background-color: #ffeeee; color: #cc0000;font-weight:bold}
	 25% { background-color: #ffdddd; color: #cc0000;font-weight:bold }
	 50% { background-color: #ffdddd; color: #cc0000; font-weight:bold}
	 75% { background-color: #ffdddd; color: #cc0000;font-weight:bold}
	 100% { background-color: #ffeeee; color: #cc0000; font-weight:bold }
 }
.btn-blink {
   -webkit-animation: btn-blink .25s linear infinite;
   -moz-animation: btn-blink .25s linear infinite;
   -ms-animation: btn-blink .25s linear infinite;
   -o-animation: btn-blink .25s linear infinite;
   animation: btn-blink .25s linear infinite;
}




 @keyframes fa-blink {
	 0% { opacity: 1; }
	 25% { opacity: 0.25; }
	 50% { opacity: 0.5; }
	 75% { opacity: 0.75; }
	 100% { opacity: 1; }
 }
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}

.fa-blink2 {
   -webkit-animation: fa-blink 1.75s linear infinite;
   -moz-animation: fa-blink 1.75s linear infinite;
   -ms-animation: fa-blink 1.75s linear infinite;
   -o-animation: fa-blink 1.75s linear infinite;
   animation: fa-blink 1.75s linear infinite;
}

.fa-blink3 {
	-webkit-animation: fa-blink .75s linear 3;
	-moz-animation: fa-blink .75s linear 3;
	-ms-animation: fa-blink .75s linear 3;
	-o-animation: fa-blink .75s linear 3;
	animation: fa-blink .75s linear 3;
}

.getattention{
	-webkit-animation: color-change 1s infinite;
	-moz-animation: color-change 1s infinite;
	-o-animation: color-change 1s infinite;
	-ms-animation: color-change 1s infinite;
	animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
	0% { color: red; }
	50% { color: blue; }
	100% { color: red; }
}
@-moz-keyframes color-change {
	0% { color: red; }
	50% { color: blue; }
	100% { color: red; }
}
@-ms-keyframes color-change {
	0% { color: red; }
	50% { color: blue; }
	100% { color: red; }
}
@-o-keyframes color-change {
	0% { color: red; }
	50% { color: blue; }
	100% { color: red; }
}
@keyframes color-change {
	0% { color: red; }
	50% { color: blue; }
	100% { color: red; }
}







#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

/* collapsed sidebar styles */

.sidebar-offcanvas {
	background-color: white;
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
	right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
	left: -41.6%;
  }
  .row-offcanvas-right.active {
	right: 41.6%;
  }
  .row-offcanvas-left.active {
	left: 41.6%;
  }
  .sidebar-offcanvas {
	position: absolute;
	top: 0;
	width: 41.6%;
  }
  #sidebar {
	padding-top:0;
  }
}

