/* 
We created a this custom.css file so you can add customize styles without modifying the bootstrap stylesheet. However, you can use your own stylesheets if you prefer.  
*/
html {
  position: relative;
  min-height: 100%;
  overflow: auto;
}

body {
	margin-top: 60px;
	padding-bottom: 60px;
	color: #73879C;
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.471
}

.base-color {
	color: #73879C;
}

.no-margin {
	margin: 0px;
}

body.login {
	background: url(images/bckgrnd.jpg) no-repeat center center fixed;
	-webkit-background-size: cover
	-moz-background-size: cover
	-o-background-size: cover
	background-size: cover
}

.container-bg {

	background: url(images/bckgrnd.jpg) no-repeat center center fixed;
	-webkit-background-size: cover
	-moz-background-size: cover
	-o-background-size: cover
	background-size: cover
	opacity: 0.2;
}

h1.login {
	color: Cornsilk;
	font-size: 50px;
	font-weight: 500;
}

h3.login {
	color: Cornsilk;
}

@media all and (max-width: 768px) {

h1.login {
	font-size: 200%;
}

h3.login {
	font-size: 80%;
}

}


.panel-login {
	opacity: 0.9;
	margin-top: 50px;
}

.navbar-fixed-bottom {
	background-color: rgba(241, 234, 232, 1);
	opacity: 0.9;
}

.banner {
	opacity: 0.9;
	margin: auto;
}


.nav-tabs > .active > a, .nav-tabs > .active > a:hover { 
outline: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}


td {
	vertical-align: middle !important;
}

tfoot {
	font-weight: bold;
	font-size: 120%;
}

.circle {
	border-radius: 50%;
	width: 110px;
	height: 110px;
	padding: 15px 10px 15px 10px !important;
	white-space: normal;
}

.circle span{
	font-size: 90%;
}

.circle-sm {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 7px 2px 7px 2px!important;
	white-space: normal;
  display: inline-block;
  position: relative;
  margin: 0px 10px;
}

.circleline::before{
  content: '';
  position: absolute;
  top: 55%;
  left: -50%;
  width: 100%;
  height: 2px;
  background: #5cb85c;
  z-index: -1;
}

.circleline:first-of-type::before{
  display: none;
}

div.active ~ div.circleline::before{
  background: #5bc0de;
}
  

.fa-5 {
	font-size: 12em;
	
}

.fa-4 {
	font-size:3em;
}

.tile_count {
    margin-bottom: 20px;
    margin-top: 20px
}
.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px
    }
}
.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0
    }
}
.tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 30px
    }
}
.tile_count .tile_stats_count span {
    font-size: 12px
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px
    }
}
.tile_count .tile_stats_count .count_bottom i {
    width: 12px
}
*, *:before, *:after {
    box-sizing: border-box;
}

.dashboard-widget-content {
    padding-top: 9px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    text-align: center;
    float: right;
    padding: 2px;
    margin-top: 10px
}
ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both
}
.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px
}
.timeline.widget {
    min-width: 0;
    max-width: inherit
}
.timeline.widget .block {
    margin-left: 5px
}
.timeline .tags {
    position: absolute;
    top: 15px;
    left: 0;
    width: 84px
}
.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px
}
.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}
.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important
}
.tag:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #1ABB9C
}
.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0
}
.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #d2d3d2;
    border-radius: 14px;
    background: #f9f9f9
}
.timeline .byline {
    padding: .25em 0
}
.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa
}

a.count {
	color: rgb(115, 135, 156);
}

a.count:hover {
	text-decoration: none;
}

.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;
}

.ui-datepicker {
    z-index: 2 !important;
}

#sidebar-wrapper {
    z-index: 1000;
    width: 500px;
    height: 100%;
    padding-top: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    background: lightgray;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
