/** Home Page **/
body {
	
	
	background-color: #f5f5f5;
}
@media (max-width: 979px){
#content {
 margin-top:0px!important;}
}}
@media (min-width: 979px){
    body {
            padding-top: 0px;
    }
    
}
#registration {
   
    padding: 2% 2% 2% 4%;
    width: 94%;
    float:left;
    margin: 0 auto 20px;
    background:#EFEFEF url(../images/registration_background.png)left top;    
    background-size:100% 100%;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            color:#fff;
            text-align: left;
}
#registration img, #login img
{
	width:100%;}
/** Login Page **/
#login {
    padding-top: 100px;
    padding-bottom: 40px;
    color:#fff;
    background:url(../images/login_bg.jpg)left top no-repeat;    
    background-size:100% 100%;width:100%;
    height:100%;
}
#login a
{
	color:#fff;}
#login .form-signin {
    width: 350px;
    max-width: 100%;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background:#fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            min-height:300px;
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
    text-align:center;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
  visibility: visible;
  display: block;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/** Global **/
#content {
 margin-top:80px;}
#content_user {
    margin-top: 70px;
}
.hide-sidebar, .show-sidebar {
  cursor: pointer;
}
.padd-bottom {
  margin-bottom: 5px;
}
.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
	border: 1px solid #ccc;
	background: white;
	margin: 1em 0em;
	width:100%;
	float:left;
}

.block-content {
	margin: 1em;
	min-height: .25em;
	
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	/*background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #cecece 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#cecece));
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#cecece 100%);
background: -o-linear-gradient(top,  #f4f4f4 0%,#cecece 100%);
background: -ms-linear-gradient(top,  #f4f4f4 0%,#cecece 100%);
background: linear-gradient(to bottom,  #f4f4f4 0%,#cecece 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cecece',GradientType=0 );*/
background: #0fb4d6;
background: -moz-linear-gradient(top,  #0fb4d6 0%, #0e99b5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fb4d6), color-stop(100%,#0e99b5));
background: -webkit-linear-gradient(top,  #0fb4d6 0%,#0e99b5 100%);
background: -o-linear-gradient(top,  #0fb4d6 0%,#0e99b5 100%);
background: -ms-linear-gradient(top,  #0fb4d6 0%,#0e99b5 100%);
background: linear-gradient(to bottom,  #0fb4d6 0%,#0e99b5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb4d6', endColorstr='#0e99b5',GradientType=0 );

}
.block-header div {
	padding-top: 10px;
}

.easyPieChart {
	margin: 0px auto;
}

.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
  max-width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}


.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.no_left_padding
{padding-left:0px!important;}

.no_right_padding
{
	padding-right:0px!important;
	}
.no_padding
{
padding:0px!important;	
	}
.footer
{
	background:#000;
	position:fixed;
	bottom:0px;
	width:100%;
	float:left;
	color:#fff;
	padding:8px 0px}
.footer a
{
	color:#fff;}
.login_bg
{
	background:url(../images/login_bg.jpg) left top no-repeat;
	background-size:100% 100%;
	width:100%;
	height:100%;}
.registration_bg {
    background: url("../images/registration_bg.jpg") scroll left top / 100% repeat-y;
    height: 100%;
    width: 100%;
}
.badge-black {
    background-color: #3F3F3F;
}
.overflow
{
	width:100%;
	float:left;
	overflow:auto;}
.bottom_margin
{
	margin-bottom:20px;}
.pull-center{text-align:center}
.pagination table td{border:0px!important;}
.pagination table td a{padding:1px 5px;
                       border:1px solid #0EA6C6;
                       background:#fff;
                       color:#0EA6C6;
                       border-radius:50%;
                       -moz-border-radius:50%;
                       -webkit-border-radius:50%;}
.pagination table td span{padding:1px 5px;
                       border:1px solid #076577;
                       background:#0EA6C6;
                       border-radius:50%;
                       -moz-border-radius:50%;
                       -webkit-border-radius:50%;
                       color:#fff;}
.wrap
{
	white-space: pre;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
	width:80px;}
.modalBackground {
    background-color: #486084;
    opacity: 0.9;
}
.modalPopup_big {
    background-color: #FFFFFF;
    border: 3px solid #0E9EBB;
    height: auto;
    padding: 3px 0 20px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width: 60%;
}
.no_padding
{
	padding:0px !important;}
.show_hide {
    display:none;
}
.slidingDiv ul
{
	margin:0px;float: left;}
.slidingDiv ul li
{
	background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    float: left;
    list-style: outside none none;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 3px;
    text-align: center;
    width: 125px;
	}
#registration input[type="text"], #registration input[type="password"]
{
	width:96%;
}
#registration select, #registration textarea
{
	width:93%;
}