@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,100,100italic,900,900italic);

*{
	border-radius: 0 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;

	font-family: Roboto,"Helvetica Neue",Helvetica, sans-serif;
}

.navbar *{
	background-image: none !important;
}

form *{
	font-family: Roboto,"Helvetica Neue",Helvetica, sans-serif;
}
	
input, textarea,select{
	background-image: none !important;
	border: 1px solid #ccc !important;
	font-family: Roboto,"Helvetica Neue",Helvetica, sans-serif !important;
	min-width:270px;
}

select{
	font-size: 13px !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0 !important;
    margin-right: 5px !important;
    line-height: 23px !important;
    border:0px !important;
    min-width: 10px;
}

.btn{
	background-image: none !important;
	font-family: Roboto,"Helvetica Neue",Helvetica, sans-serif;
    outline: 0 none;
}

.btn.btn-mini{
	font-size: 11px !important;
}

body{
    background-color: #F9F9F9;
    color: #333333;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    padding-top: 40px;
}
body.login {
    background-color: #F9F9F9;
    background-image: url("../img/login_bg.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 6px 1px;
    padding: 80px 0 0;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 20px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    color: #999999;
    font-weight: 400;
    line-height: 1;
}
h1, h2, h3 {
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}
h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
h1 small, .h1 small {
    font-size: 24px;
}
h2 small, .h2 small {
    font-size: 18px;
}
h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px;
}
a.list-group-item {
    color: #4C8FBD;
}
a{
	color: #4C8FBD;
}

a:hover,
a:active,
a:focus {
	color: #4C8FBD;
    outline: 0;
}
.push {
    margin-bottom: 20px !important;
}
.icons-ul {
    margin-left: 0;
}
.bold{
	font-weight: 700;
}

hr{
	margin:8px 0px 8px 0px !important;
	padding:0px !important;
	border-top:0px;
	border-bottom:1px solid #ddd !important;
	height:0px;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.well{
	padding:10px 20px;
}
label {font-weight: 400;}
.label{
    display: inline-block;
    font-size: 85%;
    margin: 1px 0;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    text-indent: 0;
}

.badge{
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
	font-weight: 400;
	padding: 3px 7px;
	font-size: 13px;
    text-indent: 0;
}

.progress{
	height: 17px;
	line-height: 17px;
	margin: 5px 0px !important;
	border: 0px;
}
.progress.progress-mini {
    height: 10px;
    line-height: 10px;
}
.progress .bar{
	font-size: 12px;
}

.picker{
   padding:5px;
   border-radius:5px !important;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #428BCA;
}
.text-warning {
    color: #C09853;
}
.text-danger {
    color: #B94A48;
}
.text-success {
    color: #468847;
}
.text-info {
    color: #3A87AD;
}

.no-margin {
    margin: 0 !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-left-0 {
    margin-left: 0;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}

/*tabs*/
.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 12px;
    margin-bottom: 20px;
}
/* Well */
.well-container {
    font-size: 0;
    text-align: center;
}
.well {
    background-color: #FFFFFF;
    border-color: #D8D8D8 !important;
    border-image: none;
    border-radius: 0;
    border-style: dotted;
    border-width: 1px;
    box-shadow: none;
    color: #555555;
    display: inline-block;
    height: 66px;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.well-icon {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    width: 44px;
}

.well-icon > [class*="icon-"]:before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 24px;
    padding: 6px 0 7px;
    text-align: center;
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    width: 40px;
}
.well-data {
      border: 0 none;
      display: inline-block;
      font-size: 13px;
      line-height: 21px;
      min-width: 130px;
      padding-left: 8px;
      position: relative;
      text-align: left;
      top: 0;
}
.well-data-number {
    display: block;
    font-size: 22px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.well-content {
    color: #555555;
}
.well.wblue .well-data-number {
    color: #3991DB;
}
.well.wblue .well-icon > [class*="icon-"]:before {
    background-color: #3991DB;
    border: 1px solid #2880ca;
}
.well.wyellow .well-data-number {
    color: #D9DB39;
}
.well.wyellow .well-icon > [class*="icon-"]:before {
    background-color: #D9DB39;
    border: 1px solid #c8ca28;
}
.well.wviolet .well-data-number {
    color: #9139DB;
}
.well.wviolet .well-icon > [class*="icon-"]:before {
    background-color: #9139DB;
    border: 1px solid #8028ca;
}
.well.wred .well-data-number {
    color: #DB6739;
}
.well.wred .well-icon > [class*="icon-"]:before {
    background-color: #DB6739;
    border: 1px solid #ca5628;
}
.well.wlime .well-data-number {
    color: #C2DB39;
}
.well.wlime .well-icon > [class*="icon-"]:before {
    background-color: #C2DB39;
    border: 1px solid #b1ca28;
}
.well.worange .well-data-number {
    color: #DB9839;
}
.well.worange .well-icon > [class*="icon-"]:before {
    background-color: #DB9839;
    border: 1px solid #ca8728;
}
.well.wpink .well-data-number {
    color: #DB39BB;
}
.well.wpink .well-icon > [class*="icon-"]:before {
    background-color: #DB39BB;
    border: 1px solid #ca28aa;
}
.well.wgray .well-data-number {
    color: #555555;
}
.well.wgray .well-icon > [class*="icon-"]:before {
    background-color: #555555;
    border: 1px solid #444;
}
/*Switches */
.has-switch label {
    background: #EEEEEE;
    color: #FFFFFF;
    margin-bottom: -1px;
    margin-top: -1px;
    width: 34%;
    z-index: 100;
}
.has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] {
    background: #E6E6E6;
    color: #FFFFFF;
}
.has-switch span.switch-right {
    background: #F0F0F0;
    color: #333333;
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
    background: #FFFFFF;
    color: #333333;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
    background: #005FCC;
    color: #FFFFFF;
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
    background: #0088CC;
    color: #FFFFFF;
}
.has-switch span.switch-info {
    background: #41A7C5;
    color: #FFFFFF;
}
.has-switch span.switch-info:hover, .has-switch span.switch-info:focus, .has-switch span.switch-info:active, .has-switch span.switch-info.active, .has-switch span.switch-info.disabled, .has-switch span.switch-info[disabled] {
    background: #5BC0DE;
    color: #FFFFFF;
}
.has-switch span.switch-success {
    background: #58B058;
    color: #FFFFFF;
}
.has-switch span.switch-success:hover, .has-switch span.switch-success:focus, .has-switch span.switch-success:active, .has-switch span.switch-success.active, .has-switch span.switch-success.disabled, .has-switch span.switch-success[disabled] {
    background: #62C462;
    color: #FFFFFF;
}
.has-switch span.switch-warning {
    background: #F9A123;
    color: #FFFFFF;
}
.has-switch span.switch-warning:hover, .has-switch span.switch-warning:focus, .has-switch span.switch-warning:active, .has-switch span.switch-warning.active, .has-switch span.switch-warning.disabled, .has-switch span.switch-warning[disabled] {
    background: #FBB450;
    color: #FFFFFF;
}
.has-switch span.switch-danger {
    background: #D14641;
    color: #FFFFFF;
}
.has-switch span.switch-danger:hover, .has-switch span.switch-danger:focus, .has-switch span.switch-danger:active, .has-switch span.switch-danger.active, .has-switch span.switch-danger.disabled, .has-switch span.switch-danger[disabled] {
    background: #EE5F5B;
    color: #FFFFFF;
}
/* Sparkline tooltip */

.jqstooltip {
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
  padding: 4px 6px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 0 !important;
}

/* Button colors */

.btn-default {
    background: #EEEEEE !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    background: #DDDDDD !important;
}
.btn-inverse {
    background: #363636 !important;
    color: #FFFFFF;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background: #222222 !important;
    color: #FFFFFF;
}

/* Label colors */

.label.label-success,
.badge.badge-success{
	background: #5CB85C !important;
}

.label.label-warning,
.badge.badge-warning{
	background: #F0AD4E !important;
}

.label.label-important,
.badge.badge-important{
	background: #fa3031 !important;
}

.label.label-info,
.badge.badge-info{
	background: #5BC0F2 !important;
}
.label.label-inverse,
.badge.badge-inverse {
    background: #333333 !important;
}
.label.label-danger,
.badge.badge-danger {
    background: #D9534F !important;
}
.label[href],
.badge[href],
.label[href]:hover,
.badge[href]:hover,
.label[href]:focus,
.badge[href]:focus {
    color: #FFFFFF;
}
/* Background colors */


.blightblue{
	background:#52b9e9 !important;
	color: #fff !important;
	border: 0px !important;
}

.bblue{
	background:#3991DB !important;
	color: #fff !important;	
	border: 0px !important;
}

.bgreen{
	background: #43c83c !important;
	color: #fff !important;	
	border: 0px !important;
}

.borange{
	background:#DB9839 !important;
	color: #fff !important;	
	border: 0px !important;	
}

.bred{
	background: #DB6739 !important;
	color: #fff !important;	
	border: 0px !important;
}

.bviolet{
	background: #9139DB !important;
	color: #fff !important;	
	border: 0px !important;
}

.byellow {
    background: #D9DB39 !important;
    color: #fff !important;
    border: 0px !important;
}
.blime {
    background: #C2DB39 !important;
    color: #fff !important;
    border: 0px !important;
}
.bgray {
    background: #555555 !important;
    color: #fff !important;
    border: 0px !important;
}
.bpink {
    background: #DB39BB !important;
    color: #fff !important;
    border: 0px !important;
}
.blightblue h2,.blightblue h3, .blightblue h3, .blightblue h4, .blightblue h5, .blightblue h6,
.bblue h2,.bblue h3, .bblue h3, .bblue h4, .bblue h5, .bblue h6,
.bgreen h2,.bgreen h3, .bgreen h3, .bgreen h4, .bgreen h5, .bgreen h6,
.bred h2,.bred h3, .bred h3, .bred h4, .bred h5, .bred h6,
.bviolet h2,.bviolet h3, .bviolet h3, .bviolet h4, .bviolet h5, .bviolet h6,
.borange h2,.borange h3, .borange h3, .borange h4, .borange h5, .borange h6{
	color: #fff !important;
}
 
.blightblue a,
.bblue a,
.bgreen a,
.bred a,
.borange a,
.bviolet a{
	color: #eee !important;
}

.blightblue a:hover,
.bblue a:hover,
.bgreen a:hover,
.bred a:hover,
.borange a:hover,
.bviolet a:hover{
	color: #ddd !important;
}

/* Text colors */

.lightblue{
	color:#52b9e9 !important;
}

.blue{
	color:#1171a3 !important;
}

.green{
	color: #43c83c !important;
}

.orange{
	color:#f88529 !important;
}

.red{
	color: #fa3031 !important;
}

.violet{
	color: #932ab6 !important;
}


/* Modal */

.modal-header{
	padding-top:7px;
	padding-bottom: 7px;
}

/* Form */

form{
	margin: 10px;
}

form input, form button, form textarea, form select{
}

form label{
    font-weight: 400;
}

.form-inline button{
	margin-left: 15px;
}

.form-horizontal .control-label {
	width: 150px;
}

.form-horizontal .controls {
	margin-left: 110px;
}

.form-horizontal .controls:first-child {
	*padding-left: 100px;
}

.form-horizontal .form-actions {
	padding-left: 110px;
}

.form-actions {
	padding: 5px 20px 5px;
	background:transparent;
	border-top:0px;
}

.form-box {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 0 0 20px;
}
.form-box-header {
    background-color: #F5F5F5;
    border-bottom: 2px solid #DDDDDD;
    margin: 0;
    padding: 20px;
}
.form-box-content {
    padding: 0 15px;
}
.form-box .form-group {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
    margin: 0 -15px;
    padding: 8px 5px;
}
.form-box-sub-header {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    font-weight: 400;
    margin: 0 -15px;
    padding: 20px 15px;
}
/* Back to top */

.totop {
    background-color: #ddd;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
    bottom: 85px;
    color: #555555;
    font-size: 20px;
    height: 40px;
    left: 5px;
    line-height: 40px;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 104400;
}

.totop a, .totop a:visited{
	display: block;
	width: 40px;
	height: 40px;
	color: #555;
	text-align: center;
	line-height: 40px;
}

.totop:hover,
.totop a:hover {
	opacity: 1;
    text-decoration: none;
}

/* Half column - CHECK LATER */

.col-left{
	width: 48%;
	float: left;
}

.col-right{
	width: 48%;
	float: right;
}

/* Dropdown menu */

.dropdown-big .dropdown-menu{
	min-width: 250px;
	padding:8px 10px;
	background: #fff;
}

.dropdown-big .dropdown-menu p{
	margin: 1px 0px;
	padding: 1px 0px;
	font-size: 12px;
	line-height: 18px;
}

.dropdown-big .dropdown-menu a{
	font-size: 13px;
	line-height: 23px;
	background:transparent;
	padding: 0px;
	color: #444 !important;
	display: inline;
}

.dropdown-big .dropdown-menu a:hover{
	color: #777 !important;
	background:transparent !important;
}

.dropdown-big .dropdown-menu .drop-foot{
	text-align: center;
}

.dropdown-big .dropdown-menu .drop-foot a{
	font-size: 12px !important;
}

.dropdown-big .dropdown-menu hr{
	padding:0px;
	margin: 8px 0px;
	border-top: 0px solid #aaa;
	border-bottom: 1px solid #eee;
}

.dropdown-big .dropdown-menu h5{
	color: #666 !important;
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
}

.dropdown-menu {
    background:#fff;
    border-radius: 0px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    margin: -1px 0 0;
    min-width: 100px;
    padding: 0;
    z-index: 1051;
}
.dropdown-menu .divider {
    margin: 5px 0;
}
.dropdown-menu > li {
    font-size: 12px;
    padding: 3px 5px;
}
.dropdown-menu > li.drop-head {
    padding: 0;
}
.dropdown-menu > li:first-child {
margin: 3px 0 0;
}
.dropdown-menu h5 {
    background-color: #ECF2F7;
    border-bottom: 1px solid #BCD4E5;
    border-top: 1px solid #BCD4E5;
    color: #8090A0;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 7px 5px 6px;
}
.dropdown-menu h5 > i {
    font-size: 18px;
}
.dropdown-menu li.divider {
    background-color: #E5E5E5;
    border-bottom: 0 none;
    height: 1px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.dropdown-menu li > a{
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
}
.dropdown-menu li > a:hover{
	background: #FEE188 !important;
    color: #000000;
	filter:none;
}
.dropdown-menu li > a > i {
    margin-right: 5px;
}
.dropdown-menu a:hover,.dropdown-menu a:focus{
	filter:none !important;
	background: #fff !important;
}

.dropdown-menu::after, .dropdown-menu::before{
	border:none !important;
}
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 1px solid #dddddd;
}

/* .dropdown-menu  WIDGET */
.dropdown-menu.widget > li {
    width: 250px;
}
.dropdown-menu.widget li.new-on {
    background-color: #F9F9F9;
}
.dropdown-menu.widget .media img {
    height: 64px;
    width: 64px;
}
.dropdown-menu.widget .media-heading a {
    color: #478FCA ;
}
.dropdown-menu.widget .media-heading .label {
    float: right;
    font-size: 10px;
}
.dropdown-menu.widget .media-body .media {
    margin-top: 5px;
}
.dropdown-menu.widget ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.dropdown-menu.widget ul li {
    padding: 0 5px;
}
.dropdown-menu.widget li.label {
    display: block;
    padding: 5px;
    text-align: left;
    width: auto;
}
.dropdown-menu.widget ul li a.widget-link {
    color: inherit;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal;
}
.dropdown-menu.widget ul li a.widget-link:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: inherit;
    text-decoration: underline;
}
.dropdown-menu.widget-fluid li.li-hover > a {
    font-size: 12px;
    font-weight: 700;
}
.dropdown-menu.widget-fluid li.li-hover > a:hover {
    background-color: #F4F9FC !important;
    color: #333333;
    text-decoration: underline;
}
.dropdown-menu.widget-fluid li.li-hover > a:hover i {
    text-decoration: none !important;
}

/* Navbar */
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.navbar-toggle {
    background-color: #3a3a3a;
    border-color: #424242;
    margin-top: 4px;
    margin-bottom: 3px;
}
.navbar-toggle .icon-bar {
    border: 1px solid #999;
}
.navbar *{
	text-shadow:none !important;
}

.navbar{
	background: #438EB9;
    border: 0;
    min-height: 40px;
}
@media (max-width: 767px) {
    .navbar .visible-xs {
        display: inline-block !important;
    }
}
.navbar .navbar-brand{
	color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 8px 10px 6px;
}

.navbar .navbar-brand span {
    background-color: #438EB9;
    border-radius: 100px !important;
    font-size: 16px;
    font-weight: 500;
    padding: 4px;
}
.navbar .nav > li.gray {
    background-color: #555;
}
.navbar .nav > li.gray:hover,
.navbar .nav > li.gray:focus {
    background-color: #4b4b4b;
}
.navbar .nav > li.light-blue {
    background-color: #62A8D1;
}
.navbar .nav > li.light-blue:hover,
.navbar .nav > li.light-blue:focus {
    background-color: #579EC8;
}
.navbar .nav > li.purple {
    background-color: #892E65;
}
.navbar .nav > li.purple:hover,
.navbar .nav > li.purple:focus {
    background-color: #762C59;
}
.navbar .nav > li.green {
    background-color: #2E8965;
}
.navbar .nav > li.green:hover,
.navbar .nav > li.green:focus {
    background-color: #2C7659;
}
.navbar .nav > li > a{
    background: transparent;
    border-right: 1px solid #ddd;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 5px;
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li.light-blue > a{
    border: 0;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border: none;
    border-right: 1px solid #ddd;
}
.navbar .nav > li.gray > a:hover,
.navbar .nav > li.gray > a:focus,
.nav .open .gray > a:hover,
.nav .open .gray > a:focus {
    background-color: #4b4b4b;
}
.navbar .nav > li.light-blue > a:hover,
.navbar .nav > li.light-blue > a:focus,
.nav .open .light-blue > a:hover,
.nav .open .light-blue > a:focus {
    background-color: #579EC8;
    border: 0;
}
.navbar .nav > li.purple > a:hover,
.navbar .nav > li.purple > a:focus,
.nav .open .purple > a:hover,
.nav .open .purple > a:focus {
    background-color: #762C59;
}
.navbar .nav > li.green > a:hover,
.navbar .nav > li.green > a:focus,
.nav .open .green > a:hover,
.nav .open .green > a:focus {
    background-color: #2C7659;
}

.navbar .nav > li > a i {
    margin-right: 3px;
}
.navbar .nav > li > a:hover i,
.navbar .nav > li > a:focus i {
    color: #ffffff;
}
.navbar .caret{
	border-top-color:#fff !important;
	border-bottom-color:#fff !important;
}

.navbar .nav-user-pic{
    display:inline-block;
    margin: -7px 5px -5px 15px;
    height: 30px;
    width: 30px;
}
@media (max-width: 767px) {
    .navbar .nav-user-pic{
        margin-left: 0;
    }
}
.navbar .badge{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin: 0 0 0 3px;
    padding: 3px 5px 2px;
}


/* Notification */

.gritter-custom p{
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

/* Container */
.content {
    background: none repeat scroll 0 0 #F2F2F2;
}
/* Sidebar */

.sidebar{
    border-right: 1px solid #CCCCCC;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    width: 221px;
}

.sidebar hr{
	border-bottom: 1px solid #333 !important;
}

.sidebar ul{
    list-style: none outside none;
    padding: 0px;
    
    margin: 0px 0;
    border-top:1px solid #CCC;
    overflow: hidden;
}

.sidebar ul li{
	list-style-type: none;
}

.sidebar .sidebar-inner{
  display: block; 
  width:100%; 
  margin: 0 auto; 
  position: absolute;
  z-index: 60;	
}
/*sidebar search */
#sidebar-search {
    background-color: #EEEEEE;
    height: 31px;
    margin: 0;
    padding: 0;
}
#sidebar-search .input-group {
    margin: 0;
}
#sidebar-search input[type="text"] {
    background-color: #EEEEEE;
    border: 0 none !important;
    color: #555555;
    font-size: 12px;
    font-style: italic;
    height: 30px;
    line-height: normal;
    padding: 0 10px;
    width: 177px;
}
#sidebar-search button {
    background-color: #EEEEEE;
    border: 0 none !important;
    color: #999999;
    height: 30px;
    padding: 0;
}
#sidebar-search button:hover {
    color: #ffffff;
}
.sidebar .navi li i{
	margin-right: 5px;
}

.sidebar .navi li span i{
	margin: 0px;
}

.sidebar .navi li ul li a,
.sidebar .navi > li > a{
    background-color: #f9f9f9;
    border-left: 3px solid #f9f9f9;
    color: #585858;
    display: block;
    line-height: 20px;
    
    padding: 9px 10px 6px 10px;
}

.sidebar .navi > li > a:hover,
.sidebar .navi > li > a:focus,
.sidebar .navi > li.open > a {
    background-color: #FFFFFF;
    border-left: 3px solid #3382AF;
    color: #1963AA;
    text-decoration: none;
}
.sidebar .navi > li.current > a:hover,
.sidebar .navi > li.current > a {
    background-color: #fff;
    border-left: 3px solid #3382AF;
    color: #1963aa;
    padding-left: 10px;
}
.sidebar .navi > li.current > a:hover {
    text-decoration: none;
}
.sidebar .navi > li > a > span {
    background-color: #FFFFFF;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.sidebar .navi li ul {
	display: none;
    margin: 0;
    padding: 0;
}

.sidebar .navi li.open ul{
    background: #fff;
	display: block;
}
.sidebar .navi li.open ul li:first-child {
    border-top: 1px solid #eee;
}
.sidebar .navi li ul li a:before {
    content: "-";
    color: #ddd;
    font-family: FontAwesome;
    padding-right: 12px;
}
.sidebar .navi li ul li a:hover:before {
    content: "\f101";
    color: #ddd;
    font-family: FontAwesome;
    padding-right: 9px;
}
.sidebar .navi li ul li a {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #616161;
    display: block;
    font-size: 13px;
    margin: 0 0 0 16px;
    padding-left: 0;
}
.sidebar .navi li ul li:first-child a {
    border-top: 0;
}
.sidebar .navi li ul li a:hover,
.sidebar .navi li ul li a:focus {
    background: #fff;
    color: #4B88B7;
    text-decoration: none;
}
.sidebar .navi li ul li.active a:hover:before,
.sidebar .navi li ul li.active a:before {
    content: "\f101";
    color: #ddd;
    font-family: FontAwesome;
    padding-right: 9px;
}
.sidebar .navi li ul li.active a:hover,
.sidebar .navi li ul li.active a {
    background: #fff;
    color: #2B7DBC;
    text-decoration: none;
}
/* Sidebar colors */

.sidebar .navi > li.nlightblue > a:hover, 
.sidebar .navi > li.open.nlightblue > a, 
.sidebar .navi > li.current.nlightblue > a { 
  background:#52b9e9 !important;
  -webkit-transition:background 0.5s ease;
  -moz-transition:background 0.5s ease;
  -o-transition:background 0.5s ease;
  transition:background 0.5s ease;
}

.sidebar .navi > li.nblue > a:hover, 
.sidebar .navi > li.open.nblue > a,
.sidebar .navi > li.current.nblue > a { 
  background:#1171a3 !important;
  -webkit-transition:background 0.5s ease;
  -moz-transition:background 0.5s ease;
  -o-transition:background 0.5s ease;
  transition:background 0.5s ease;
}

.sidebar .navi > li.ngreen > a:hover, 
.sidebar .navi > li.open.ngreen > a,
.sidebar .navi > li.current.ngreen > a { 
  background:#43c83c !important;
  -webkit-transition:background 0.5s ease;
  -moz-transition:background 0.5s ease;
  -o-transition:background 0.5s ease;
  transition:background 0.5s ease;
}

.sidebar .navi > li.norange > a:hover, 
.sidebar .navi > li.open.norange > a,
.sidebar .navi > li.current.norange > a { 
  background:#f88529 !important;
  -webkit-transition:background 0.5s ease;
  -moz-transition:background 0.5s ease;
  -o-transition:background 0.5s ease;
  transition:background 0.5s ease;
}

.sidebar .navi > li.nred > a:hover, 
.sidebar .navi > li.open.nred > a,
.sidebar .navi > li.current.nred > a { 
  background:#fa3031 !important;
  -webkit-transition:background 0.5s ease;
  -moz-transition:background 0.5s ease;
  -o-transition:background 0.5s ease;
  transition:background 0.5s ease;
}

.sidebar .navi > li.nviolet > a:hover, 
.sidebar .navi > li.open.nviolet > a,
.sidebar .navi > li.current.nviolet > a { 
  background:#932ab6 !important;
  -webkit-transition:background 0.5s ease;
  -moz-transition:background 0.5s ease;
  -o-transition:background 0.5s ease;
  transition:background 0.5s ease;
}

/* Sidebar dropdown */

.sidebar .sidebar-dropdown*{
	text-decoration: none;
}

.sidebar .sidebar-dropdown{
	display: none;
}

.sidebar .sidebar-dropdown a{
	color: #ddd;  
	background-color: #343434;	
	padding:10px;
	text-transform: uppercase;
	text-align: left;
	font-size: 13px;
	line-height:19px;
	display: block;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;  
}

.sidebar .sidebar-dropdown a:hover{
	text-decoration: none;
}

/* Sidebar widget */

.sidebar .sidebar-widget{
	padding: 10px 5px;
}

.sidebar .ui-datepicker{
	width: 95%;
	margin: 0 auto;
	background: #111;
	color: #888;
	border: 0px;
	padding: 0px;
}

.sidebar .ui-datepicker-header{
	background: #222;
	border: 1px solid #212121;
}

.sidebar .ui-datepicker-prev:hover{
	background: transparent;
	border: 0px;
	top: 2px !important;
	left: 2px !important;
}

.sidebar .ui-datepicker-next:hover{
	background: transparent;
	border: 0px;
	top: 2px !important;
	right: 2px !important;
}

.sidebar .ui-state-default{
	background: #222;
	border: 0px;
	text-align: center;
	color: #ccc;
}

.sidebar .ui-state-default:hover{
	background: #282828;
	color: #999;
}

.sidebar .ui-state-hightlight, .sidebar .ui-state-active{
	background: #444;
}


/* Main */

.mainbar{
    background:#fff;
    border-left: 1px solid #CCCCCC;
    margin-left: 221px;
    margin-right: 0px;
    min-height: 834px;
    position: relative;
    width: auto;
}

.mainbar .container{
   max-width:100% !important;
}

/*Footer*/
#footer {
    background-color: #F6F6F6;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #555555;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 201px;
    padding: 0 20px;
    text-align: center;
}
@media (max-width: 767px) {
    #footer {
        margin-left: 0;
    }
}
/* Pagination*/

.pagination{
	margin: 10px 0px 5px 0px;
}

.pagination ul > li > a, .pagination ul > li > span {
	border: 1px solid #ccc;
	margin-right: 3px;
	padding: 3px 8px;
	background-color: #fff;	
	color: #666;
}	

.pagination ul > li > a:hover{
	color: #333;
	background: #fafafa;
}

/* Page head */

.mainbar .page-head{
  padding: 0 20px 0px;
}

.mainbar .page-meta{
	font-size: 13px;
	line-height: 15px;
	margin-left: 2px;
	display: block;
}

/* Bread crumb */

.mainbar .bread-crumb{
    background-color: #F6F6F6;
    border-bottom: 1px solid #DDDDDD;
    list-style: none outside none;
    margin: 0px -20px 20px;
    padding: 0 0 0 15px;
}

.mainbar .bread-crumb > i{
	color: #aaa;
    line-height: 32px;
    padding: 0 12px;
}

.mainbar .bread-crumb a{
    display: inline-block;
    color: #555;
    font-size: 12px;
    height: 30px;
    line-height: 32px;
}

.mainbar .bread-crumb a.bread-current{
	color: #4C8FBD;
    text-decoration: none;
}
/* Content heading */
.content-heading {
    border-top: 0 none;
    margin: -20px -20px 20px 0;

    background-color: #F3F3F3;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 10px 20px 9px;
}

.mainbar .page-head .content-heading {
    margin: -20px -20px 20px;
    border-top: 0;
}
.row .content-heading {
    margin: 20px -20px 20px 0;
}
.row .col-md-12 .content-heading {
    margin: 20px -20px 20px -15px;
}
.sub-header {
    border-bottom: 2px solid #CCCCCC;
    margin: 0px -20px 20px;
    padding: 10px 20px;
}
/* Notificationj Box*/

.slide-box{
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    bottom: 0px;
    right: 5px;
    position: fixed;
    width: 270px;
    z-index: 400;
}

.slide-box .slide-box-head{
    background-color: #DDDDDD;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
	padding-left: 10px;
}

.slide-box .slide-box-head a {
    color: #333;
}
.slide-box .slide-box-head a:hover,
.slide-box .slide-box-head a:focus {
    text-decoration: none;
}
.slide-box .slide-box-head i{
	margin-right: 10px;
	font-size: 12px;
}

.slide-box .slide-content{
	margin: 0px;
	padding: 0px;
	background: #F9F9F9;
	min-height: 300px;
}

.slide-content .nav-tabs{
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 0px !important;
}

.slide-content .nav-tabs > li > a{
    background: #F9F9F9 !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #fff !important;
    margin: 0px !important;
}

.slide-content .nav-tabs > li.active > a{
    background: #fff !important;
    border-bottom: 1px solid #fff !important;
    color: #555 !important;
}
.slide-content .nav-tabs > li > a:hover {
    background-color: #EEEEEE !important;
    border-color: #fff;
}
.slide-content .nav-tabs > li.active > a:hover {
    background-color: #fff !important;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
}
.slide-content .nav-tabs > li.active:first-child:hover > a,
.slide-content .nav-tabs > li.active:first-child > a{
    border-left-color: transparent;
}
.slide-content .tab-content{
	background-color: #ffffff;
    padding: 10px;
} 

.slide-content hr{
	border-bottom: 1px solid #ddd !important;
}


/* Slidebox data */

.slide-data{
	background: #fff;
	border:1px solid #ddd;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

.slide-data .slide-data-text{
	color: #333;
	font-weight: 600;
	font-size: 13px;
	float: left;
	width: 60%;
}

.slide-data .slide-data-result{
	color: #333;
	font-weight: 600;
	font-size: 16px;
	float: right;
	width: 40%;
}

.slide-data .slide-data-result i{
	font-size: 14px;
}

/* Matter */

.mainbar .matter{
	padding: 0 0 20px 0px;
}

/* Widget */

.widget {
  margin-top: 10px;
  margin-bottom: 20px; 
  background: #fff;
}
.widget.widget-bordered {
    border: 1px solid #ddd;
}
.widget hr{
	margin: 4px 0px;
	padding: 4px 0px;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
}

.widget .table{
	margin: 0px;
	width: 100%;
}

.widget .table-bordered{
}

.widget .table-bordered th{
	border-bottom: 1px solid #ccc !important;
}

.widget .table-bordered td{
	border-top: 0px !important;
	border-bottom: 1px solid #ccc !important;
}

.widget .table-bordered td:first-child, .widget .table-bordered th:first-child{
	border-left: 0px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F9F9F9;
}
.table.table-hover tbody tr:hover > td,
.table.table-hover tbody tr:hover > th {
    background-color: #EEEEEE;
}
.table.table-borderless th, .table.table-borderless td {
    border-top: 0 none;
}
.table .cell-small {
    width: 85px;
}
.dash-tile-content {
    background-color: #F9F9F9;
    border: 10px solid #555555;
    padding: 10px;
}
.widget .padd{
	padding: 15px;
}

.widget .widget-head{
    border-bottom: 1px solid #DDDDDD;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0 10px;
}
.widget.widget-bordered .widget-head {
    margin-top:10px;
    padding-left: 15px;
    padding-right: 15px;
}
.widget .widget-head .widget-icons i{
	font-size: 14px;
	margin: 0px 4px;
}

.widget .widget-head .widget-icons a{
	color: #aaa;
}

.widget .widget-head .widget-icons a:hover{
	color: #888;
}

.widget .widget-content{

}

.widget .widget-foot{
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 8px 15px;
  color: #555;
}

.widget.widget-bordered .widget-foot {
    background: transparent;
    border: 0;
    border-top: 1px solid #ddd;
}
/* Status */
.widget-content.status h5 {
    border-bottom: 1px solid #dddddd;
}
.widget-content.status .alert {
    margin: 5px 0;
}
/*Slim Scroll Bar*/
.slimScrollBar {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}
/* Navigation Dashboard */
.nav-dash {
    background-color: #F9F9F9;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    list-style: none outside none;
    margin: 0 -15px 20px;
    padding: 10px 0;
    text-align: center;
}
.nav-dash > li {
    display: inline-block;
    margin: 0 3px;
}
.nav-dash > li > a {
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
    color: #777777;
    display: block;
    font-size: 32px;
    height: 87px;
    line-height: 32px;
    margin: 0 0 5px;
    padding: 27px 20px 13px;
    position: relative;
    text-align: center;
    width: 87px;
}
.nav-dash > li > a:hover,
.nav-dash > li.active > a {
    background-color: #438EB9;
    border: 1px solid #438EB9;
    color: #FFFFFF;
    text-decoration: none;
}
.nav-dash > li > a > .badge,
.nav-dash > li > a > .label {
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 3px;
    padding: 0 7px;
    position: absolute;
    right: 0;
    top: 0;
}
/* Widget Content */
.chats{
	padding-left:0px;
	margin-left:0px;
}

.recent{
	padding-left:0px;
	margin-left:0px;
}

.quick-post .checkbox label{
	display:inline-block;
}

.quick-post .radio label{
	display:inline-block;
}

.widget-foot .form-inline button {
	margin-left: -3px;
	padding:7px 12px;
}

.widget-content .form-inline button {
	margin-left: 0px;
	padding:7px 12px;
}

.buttons button{
	margin-top:10px;
}

.widget-content .checkbox label{
	display:inline-block;
}

.widget-content ol#slist{
	padding:0px;
}


/* Widget colors */

.widget.wred .widget-head{
  background-color: #fa3031;
  border: 1px solid #fa3031;
  color: #fff;
}

.widget.wlightblue .widget-head{
  background-color: #52b9e9;
  border: 1px solid #52b9e9;
  color: #fff;
}

.widget.wblue .widget-head{
  background-color: #1171a3;
  border: 1px solid #1171a3;
  color: #fff;
}

.widget.wgreen .widget-head{
  background-color: #43c83c;
  border: 1px solid #43c83c;
  color: #fff;
}

.widget.worange .widget-head{
  background-color: #f88529;
  border: 1px solid #f88529;
  color: #fff;
}

.widget.wviolet .widget-head{
  background-color: #932ab6;
  border: 1px solid #932ab6;
  color: #fff;
}

.widget.wred .widget-head .widget-icons a,
.widget.wblue .widget-head .widget-icons a,
.widget.wlightblue .widget-head .widget-icons a,
.widget.worange .widget-head .widget-icons a,
.widget.wgreen .widget-head .widget-icons a,
.widget.wviolet .widget-head .widget-icons a{
	color: #fff;
}

.widget.wred .widget-head .widget-icons a:hover,
.widget.wblue .widget-head .widget-icons a:hover,
.widget.wlightblue .widget-head .widget-icons a:hover,
.widget.worange .widget-head .widget-icons a:hover,
.widget.wgreen .widget-head .widget-icons a:hover,
.widget.wviolet .widget-head .widget-icons a:hover{
	color: #eee;
}

.widget.wgray {
    background-color: #f9f9f9;
    border: 0;
}
.widget.wgray .widget-foot {
    background-color: inherit;
    border: 0;
}
.widget.wgray .widget-head {
    background-color: #EEEEEE;
    border-bottom: 2px solid #DDDDDD;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 38px;
    padding: 0 10px;
}
/* Widget white extras */

.widget .nav-tabs > li a {
}

.widget .nav-tabs {
}

.widget .tab-content{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 12px;
}

/* Calendar */

.fc-header {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
}

.fc-header-left {
    padding: 14px 0 0 10px !important;
    text-align: left;
    width: 25%;
}
.fc-header-center {
    padding: 10px 0 0 !important;
    text-align: center;
}

.fc-header-right {
    padding: 14px 10px 0 0 !important;
    text-align: right;
    width: 25%;
}
.fc-header-title h2 {
    font-size: 1.4em;
    margin: 0;
    white-space: nowrap;
}
.fc-event {
    background-color: #438EB9;
    border: 0;
}
.fc-state-highlight {
    background: none repeat scroll 0 0 #f6f6f6;
}

.fc-button-today {
    margin-left: 10px !important;
}
.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {
	right: 20px;
}
.fc-button {
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.fc-state-default, .fc-state-default .fc-button-inner {
    background: none repeat scroll 0 0 #F6F6F6;
    border-color: #DDDDDD;
    border-style: solid;
    color: #000000;
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
    background-color: #438EB9;
    border-color: #438EB9;
    color: #FFFFFF;
}
.fc-state-down, .fc-state-down .fc-button-inner {
    background: none repeat scroll 0 0 #438EB9;
    border-color: #438EB9;
}
.fc-state-active, .fc-state-active .fc-button-inner {
    background: none repeat scroll 0 0 #438EB9;
    border-color: #438EB9;
    color: #FFFFFF;
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
    border-color: #DDDDDD;
    color: #999999;
}
.fc-text-arrow {
    font-size: 14px;
    line-height: 26px;
}

.fc-widget-header {
	color: #333;
	background: #eee;
	border-color: #ccc;
}

.fc-content {
	background: #fff;	
}

.fc-content td:hover{
	background: #f3f3f3;	
}

/* Current status */

.current-status{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.current-status .bold{
	font-size: 13px;
	margin-left: 8px;
}

.current-status li{
 	padding: 10px 0px;
 }

/* Knob */

.dial{
	border: 0px !important;
}

/* Today datas */

.today-datas{
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px;
}

.today-datas li{
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px;
    padding: 20px 15px;
  background-color: #f8f8f8;	
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  text-align: center;
}

.today-datas li .spark{
	margin-right: 10px;
}

.today-datas li .datas-text{
	font-size: 13px;
	padding: 7px 0px 0px 0px;
	font-weight: normal;
}

.today-datas li .datas-text span{
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}

.today-datas li i{
	font-size: 50px;
	margin-right: 10px;
}

.today-datas li .dial{
	margin-right: 10px !important;
}

/* Profile */

.profile{
	margin-top: 15px;
}

/* Error */

/*.error-page{
	max-width: 500px;
	margin: 50px auto;
}

.error h1{
	font-weight: normal;
}*/

#error-tabs {
    margin: 0 auto 20px;
    width: 320px;
}
#error-tabs li {
    font-size: 15px;
}
#error-tabs li a {
    padding: 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #438EB9;
}
.tab-content-default {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.error-container {
    margin-top: 100px;
    padding: 20px;
    text-align: center;
}
.error-code {
    color: #438EB9;
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 30px;
}
.error-text {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
}
.error-search,
.error-search div,
.error-search input {
    margin: 0;
}
/* Grid */

.show-grid div{
    background-color: #DDDDDD;
    border: 1px solid #aaa;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 5px;
    text-align: center;
}
.show-grid div code {
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}
/* Slider */


#eq span {
    height:120px; float:left; margin:15px
}

.ui-slider .ui-slider-handle { 
	position: absolute; 
	z-index: 2; 
	width: 0.9em; 
	height: 0.9em; 
	cursor: default; 
	background: #fafafa !important;
	border: 1px solid #ccc !important; 
}

.ui-slider-horizontal { 
	height: .5em; 
	border: 0px solid #eee !important; 
	background: #dfdfdf !important;
}

.ui-slider-vertical { 
	height: 100px; 
	width: 0.5em;
	border: 0px solid #fff !important; 
	background: #dfdfdf !important;
}

#master1, #master2, #master3, #master4, #master5, #master6{
	width: 100%;
	margin:15px 0px !important;
}

.slider-red .ui-widget-header{
	background: #dd514c !important;
	border-color: #dd514c !important;
}	

.slider-blue .ui-widget-header{
	background: #36a5c6 !important;
	border-color: #36a5c6 !important;
}	

.slider-green .ui-widget-header{
	background: #44c636 !important;
	border-color: #44c636 !important;
}	

.slider-yellow .ui-widget-header{
	background: #fcd419 !important;
	border-color: #fcd419 !important;
}	

.slider-orange .ui-widget-header{
	background: #fc9419 !important;
	border-color: #fc9419 !important;
}	

.slider-violet .ui-widget-header{
	background: #9919fc !important;
	border-color: #9919fc !important;
}	

/* Toggle button */

.make-switch{
   margin:5px 0px;
}

/* Gallery */
.gallery {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.gallery > li {
    float: left;
    margin: 0 30px 20px 0;
    position: relative;
}
.gallery a {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.gallery img{
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-left: auto;
    margin-right: auto;
    width: 166px;
}
@media (max-width: 1024px) {
    .gallery img{
        width: 158px;
    }
}
@media (max-width: 980px) {
    .gallery img{
        width: 147px;
    }
}
@media (max-width: 768px) {
    .gallery img{
        width: 139px;
    }
}
@media (max-width: 640px) {
    .gallery img{
        width: 163px;
    }
}
@media (max-width: 480px) {
    .gallery img{
        width: 184px;
    }
}
@media (max-width: 480px) {
    .gallery img{
        width: auto;
    }
}
/*users gallery*/
.user-gallery {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.user-gallery > li {
    float: left;
    margin: 0 30px 20px 0;
    position: relative;
}
.user-gallery a.thumbnail:hover,
.user-gallery a.thumbnail:focus {
    border-color: #428BCA;
}
.user-gallery > li img {
    height: 64px;
    width: 64px;
}
.user-gallery .img-rounded {
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}
.user-gallery .img-circle {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.user-gallery .thumbnail-borderless {
    border: 0;
}
.tab-content > .active {
    display: inline-block;
}
.user-gallery .thumbnails-options {
    display: none;
    position: absolute;
    right: 0;
}
.user-gallery li:hover .thumbnails-options,
.user-gallery li:hover .thumbnails-options:focus {
    display: block;
}
/* Error log */

.error-log{
	height: 400px;
	overflow: auto;
}

.error-log ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.error-log ul li{
	padding: 10px 0px;
}

/* Media */

.medias .checker {
	width: 5px !important;
}

.medias img{
	max-width: 40px;
}

/* CL Editor */

.cleditorMain{
	border: 1px solid #ccc;
	margin: 10px 0px;
}

.cleditorMain textarea, .cleditorMain iframe{
	width: 100% !important;
}

/* Chart */

#curve-chart,#live-chart,#pie-chart,#pie-chart2,#pie-chart3{
	height: 250px;
	max-width: 100%;
}

#bar-chart{
	height: 283px;
	width: 99.5%;	
}

#pie-chart,#pie-chart2,#pie-chart3{
	max-width: 300px;
	margin: 10px auto;
}

/* Support page */

#slist p{
display: none;
margin:5px 0px;
padding:5px 10px !important; 
background:#fff;
line-height: 25px;
border:1px solid #eee;
}

#slist{
	margin-left: 20px;
}

#slist li{
	margin-bottom: 10px;
}

#slist li a{
	display: block;
	margin-bottom: 0px;
}

.support-contact i{
	margin-right: 3px;
}

/* Post form */

.post{
	margin-top: 20px;
}

#login-container {
    background-color: #FFFFFF;
    border: 5px solid #DDDDDD;
    margin: 0 auto;
    padding: 10px 20px 20px 20px;
    text-align: center;
    width: 350px;
}
#login-container .navbar-brand {
    float: none;
    font-size: 28px;
    line-height: 58px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
}
#login-form {
    display: none;
    margin: 0;
    padding-top: 10px;
}
#login-container .logo {
    display: block;
    margin-bottom: 40px;
}
#login-container .logo span {
    background-color: #438EB9;
    border-radius: 100px !important;
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 80px;
    height: 80px;
    padding: 10px;
}
#login-container .make-switch {
    margin-top: 0;
}
#login-container .checkbox {
    padding-left: 0;
    text-align: left;
}
#login-container .checkbox input {
    margin-top: 4px !important;
}
#login-container .checkbox {

}
span.input-group-addon {
    background-color: #F9F9F9;
}
/* Responsive */

@media (max-width: 480px){
	.mainbar .page-head h2{
		float: none;
	}
	.mainbar .bread-crumb{
		float: none;
		margin-top: 10px;
	}
	.col-left{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.col-right{
		width: 100%;
		float: none;
	}
	.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {
		display: none;
	}
}

@media (max-width: 767px){
	body{
		margin: 0 auto;
	}
	.mainbar .matter{
		/*padding-left: 20px;
		padding-right: 20px;*/
	}			
	.form-inline button{
   		margin-left:0px;
   	} 
	.navbar,.navbar-inner{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.navbar-collapse .dropdown-big .dropdown-menu{
		color: #bbb !important;
	}	
	.navbar-collapse .dropdown-big .dropdown-menu a{
		color: #ccc !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.navbar-collapse .dropdown-big .dropdown-menu a:hover{
		color: #aaa !important;
	}
	.navbar-collapse .dropdown-big .dropdown-menu h5{
		color: #eee !important;
	}		
	.navbar-collapse .dropdown-menu{
		padding: 10px 10px !important;
	}
    .navbar-collapse .dropdown-menu.widget > li {
        width: auto;
    }
	.navbar-collapse .dropdown-menu a {
	}
	.navbar-collapse .dropdown-menu a:hover{
	}
	.navbar-collapse .dropdown-menu hr{
		border-top: 0px solid #eee;
		border-bottom: 1px solid #333;
	}
	.sidebar{
		float: none;
		width: 100%;
	}
	.sidebar .sidebar-dropdown{
		display: block;
	}
	.sidebar .sidebar-inner{
		background-color: #dddddd;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
        display: none;
		max-width:200px;
		padding:0px 0px;
	}
	.sidebar .sidebar-widget{
	}
	.mainbar{
		margin: 0px;
		float: none;
	}
	.today-datas{	
		text-align: center;
	}
	.slide-box{
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	.form{
		margin: 0px !important;
	}
	form .control-group{
		margin:0px !important;
	}
	form .control-label{
		float: none !important;
		width: auto !important;
		text-align: left !important;
	}
	form .controls{
		float: none !important;
		margin-left: 0px !important;
	}
	form .form-actions{
		padding-left: 0px !important;
	}
	.navbar,.navbar-inner{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.nav-collapse .dropdown-big .dropdown-menu{
		color: #bbb !important;
	}	
	.nav-collapse .dropdown-big .dropdown-menu a{
		color: #ccc !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.nav-collapse .dropdown-big .dropdown-menu a:hover{
		color: #aaa !important;
	}
	.nav-collapse .dropdown-big .dropdown-menu h5{
		color: #eee !important;
	}		
	.nav-collapse .dropdown-menu{
		padding: 10px 10px !important;
	}
	.nav-collapse .dropdown-menu a {
		color: #fff !important;
	}
	.nav-collapse .dropdown-menu a:hover{
		background:transparent !important;
	}
	.nav-collapse .dropdown-menu hr{
		border-top: 0px solid #eee;
		border-bottom: 1px solid #333;
	}
	.sidebar{
		width: 200px;
	}
	.mainbar{
		margin-left: 200px;
	}
}

.sidebar-shortcuts {
    background-color: #FAFAFA;
    border-bottom: 1px solid #DDDDDD;
    line-height: 39px;
    margin-bottom: 0;
    max-height: 41px;
    text-align: center;
}
.sidebar-shortcuts .btn {
    margin-bottom: 2px;
}

/*Nuevo*/

.alert-error {
color: #c06053;
background-color: #fce2e7;
border-color: #fbd4e2;
margin-top:10px;
margin-bottom:5px;
}
.alert{
	margin-top:10px;
margin-bottom:5px;
}

.placeHolder1{
	margin-top:7px;
	color:#777;
}
.smaller{
	font-size: 11px;
}
.mr10{margin-right:5px;}
.task li p{
	
	float: left;
}
.task li p.detalles{
width:30%;}
.task li{
	overflow: hidden;
}


@media (max-width: 640px) {
    .detalles .label{
    	display: none;
    }
}

.linkRSS{
	position: fixed;
	bottom:10px;
	left:10px;
}
