@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/*
 *
 *   SAPP
 *
*/
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h7 {
  font-size: 12px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 400;
}
h7 {
  font-weight: 400;
}
h1.nocaps,
h2.nocaps,
h3.nocaps,
h4.nocaps,
h5.nocaps,
h6.nocaps,
h7.nocaps {
	text-transform: none;
}
.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
}
.nav.navbar-right > li > a {
  color: #999c9e;
}
.nav > li.active > a {
  color: #ffffff;
}

.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: transparent;
}
.nav > li > a i {
  margin-right: 6px;
}
.navbar {
  border: 0;
}

.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 40px;
}
.body-small .navbar-top-links li:last-child {
  margin-right: 0;
}
.navbar-top-links li, .navbar-top-links li a {
  padding: 0px 10px;
  min-height: 30px;
}



.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}



.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}

.nav.navbar-top-links a {
  font-size: 14px;
}
.logo {
  display: block;
  margin: 0px 10px 0px -32px;
  padding: 0 7px 0px 7px;
}
.logo_login {
  display: inline;
  margin: 30px 0px;
}
.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 10px 0;
}

.navbar-static-top {
  background: #f3f3f4;
}

.top-navigation #page-wrapper {
  margin-left: 0;
}

.white-bg .navbar-static-top {
  background: #fff;
}
.top-navigation .navbar {
  margin-bottom: 0;
}
.top-navigation .nav > li > a {
  padding: 15px 10px;
  color: #58595a;
}
.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  background: #fff;
  color: #E2232A;
}
.top-navigation .nav > li.active {
  background: #fff;
  border: none;
}
.top-navigation .nav > li.active > a {
  color: #E2232A;
}
.top-navigation .navbar-right {
  margin-right: 5px;
}
.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec;
}
.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
}
.navbar .dropdown-menu {
  margin-top: 0;
}
.top-navigation .navbar-brand {
  background: #E2232A;
  color: #fff;
  padding: 15px 25px;
}
.top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}

.top-navigation .wrapper.wrapper-content {
  padding: 40px;
}
.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0;
}
.navbar-toggle {
  background-color: #E2232A;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}
.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}
@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}

span.notify{
    width: 20px;
    height: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: normal;
    font-size: 12px;
    padding-top: 0px;
    z-index: 1;
    
}

span.notify-right{
    background: url('../img/notify-red.png') no-repeat;
    right: 0px;
    top: 2px;
}

.btn {
  border-radius: 3px;
  margin-top: -10px;
}

.btn-primary {
  background-color: #E2232A;
  border-color: #E2232A;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #BF1A1E;
  border-color: #E2232A;
  color: #FFFFFF;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #E2232A;
  border-color: #E2232A;
}

.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #cacaca;
}

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}

.btn:focus {
  outline: none !important;
}

.btn-red {
  background-color: #990000;
  border-color: #990000;
  color: #FFFFFF;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red,
.btn-red:active:focus,
.btn-red:active:hover,
.btn-red.active:hover,
.btn-red.active:focus {
  background-color: #660000;
  border-color: #660000;
  color: #FFFFFF;
}

.btn-green {
  background-color: #009900;
  border-color: #009900;
  color: #FFFFFF;
  min-width:120px;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green,
.btn-green:active:focus,
.btn-green:active:hover,
.btn-green.active:hover,
.btn-green.active:focus {
  background-color: #006600;
  border-color: #006600;
  color: #FFFFFF;
}

.btn-link {
  color: #D0021B;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #D0021B;
  text-decoration: underline;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}


body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}
#page-wrapper {
  min-height: auto;
}

.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
  font-weight: 600;
}
.font-noraml {
  font-weight: 400;
}
.font-18 {
	font-size:18px;
}
.text-uppercase {
  text-transform: uppercase;
}
.b-r {
  border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* WRAPPERS */
#wrapper {
  width: 100%;
  overflow-x: hidden;
}
.wrapper {
  padding: 0 20px;
}
.wrapper-content {
  padding: 20px 10px 40px;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  position: relative !important;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px;
  }
}
.title-action {
  text-align: right;
  padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}
.big-icon {
  font-size: 160px !important;
  color: #e5e6e7;
}
/* FOOTER */
.footer {
  background: none repeat scroll 0 0 #575859;
  border-top: 2px solid #393939;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  text-align:center;
  color: #fff;
}

/* PANELS */
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}
.page-heading h2 {
  color: #fff;
  padding: 5px 0 0 0;
}
.panel-heading h1,
.panel-heading h2 {
  margin-bottom: 5px;
}
/* TABLES */
.table-bordered {
  border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
  vertical-align: middle;
}
.table-striped > thead > tr > th {
  padding-left:13px;
}

.table-striped > tbody > tr > td .label{
	
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	border-radius: 100%;
	font-size:90%;
	font-weight:600;
	padding:0;
}
.table-striped > tbody > tr > td .label a:hover{
	color:#393c3e;
}

.table-striped > tbody > tr > td .circle_label{
	color: #fff;
	float: left;
	width: 46px;
	height: 46px;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
	background-color: #f4f4f4;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
}

.table-striped > tbody > tr > td .circle_label.circle_label-success {
  background-color: #5cb85c;
  margin-left:30px;
}
.table-striped > tbody > tr > td .circle_label.circle_label-warning {
  background-color: #f0ad4e;
  margin-left:30px;
}
.table-striped > tbody > tr > td .circle_label.circle_label-danger {
  background-color: #d9534f;
  margin-left:30px;
}
.table-striped > tbody > tr > td .circle_label.circle_label-disabled {
  background-color: #eee;
  margin-left:30px;
}

.table-striped > tbody > tr > td a{
	color:inherit;
}
.table-striped > tbody > tr > td a:hover{
	color:#197734;
}


.table-striped2 > thead > tr > th {
  vertical-align: bottom;
}

.table-striped2 > tbody > tr > th,
.table-striped2 > tfoot > tr > th,
.table-striped2 > thead > tr > td,
.table-striped2 > tbody > tr > td,
.table-striped2 > tfoot > tr > td {
  vertical-align: middle;
}

.table-striped2 > thead > tr > th,
.table-striped2 > tbody > tr > th{
  text-align: center;
}

.table-striped2 > tbody > tr > td .label{
	font-size:100%;
	font-weight:600;
}
.table-striped2 > tbody > tr > td .circle_label{
	color: #fff;
	float: left;
	width: 46px;
	height: 46px;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
	background-color: #f4f4f4;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
}

.table-striped2 > tbody > tr > td .circle_label.circle_label-success {
  background-color: #5cb85c;
  margin-left:30px;
}
.table-striped2 > tbody > tr > td .circle_label.circle_label-warning {
  background-color: #f0ad4e;
  margin-left:30px;
}
.table-striped2 > tbody > tr > td .circle_label.circle_label-danger {
  background-color: #d9534f;
  margin-left:30px;
}
.table-striped2 > tbody > tr > td .circle_label.circle_label-disabled {
  background-color: #eee;
  margin-left:30px;
}

.table-striped2 > tbody > tr > td a{
	color:inherit;
}
.table-striped2 > tbody > tr > td a:hover{
	color:#197734;
}

.table-striped3 > thead > tr > th {
  vertical-align: middle;
}

.table-striped3 > tbody > tr > th,
.table-striped3 > tfoot > tr > th,
.table-striped3 > thead > tr > td,
.table-striped3 > tbody > tr > td,
.table-striped3 > tfoot > tr > td {
  vertical-align: middle;
}

.table-striped3 > tbody > tr > td a{
	color:inherit;
}
.table-striped3 > tbody > tr > td a:hover{
	color:#197734;
}

/* GLOBAL  */
.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}
.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.full-width {
  width: 100% !important;
}

.breadcrumb {
  background-color: transparent;
  padding: 30px 0 0 0;
  margin-bottom: 0;
  float:right;
  color: #fff;
}
.breadcrumb > li {
  font-size:18px;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > li a:hover {
  color: #ff4e00;
}
.breadcrumb > .active {
  color: inherit;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  background-color: #ffffff;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .ibox-content2 {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 24px 15px 7px;
  min-height: 80px;
}
.ibox-title2 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 0px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 24px 25px 7px;
}
.ibox-title3 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 24px 15px 7px;
  min-height: 130px;
}

.ibox-title4 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 0px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 0px;
  min-height: 30px;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-content2 {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
table.table-mail tr td {
  padding: 12px;
}

.ibox-content {
  clear: both;
}
.ibox-content2 {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title2 h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: inline-block;
  float: left;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #D0021B;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

.ibox-content .circle_label{
	color: #fff;
	float: none;
	width: 46px;
	height: 46px;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
	background-color: #f4f4f4;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
}

.ibox-content .circle_label.circle_label-success {
  background-color: #5cb85c;
  margin-bottom:15px;
}
.ibox-content .circle_label.circle_label-warning {
  background-color: #f0ad4e;
  margin-bottom:15px;
}
.ibox-content .circle_label.circle_label-danger {
  background-color: #d9534f;
  margin-bottom:15px;
}
.ibox-content .circle_label.circle_label-disabled {
  background-color: #eee;
  margin-bottom:15px;
}

.ibox-content h2{
	display:inline-block;
}

.panel_title h3{
    font-size: 16px;
	padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: normal;
	margin-bottom: 40px;
}

.panel_title .line{
    background: #D0021B;
    position: absolute;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 100px;
}
.panel_title .line2{
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    bottom: 1px;
    width: 100%;
}
.panel_title .text{
    z-index: 20;
    position: relative;
    text-align: center;
}

.panel_title2 {
	text-align: center;
}

.panel_title2 .line{
    background: url(../img/h-line2.png) no-repeat center top;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 210px;
	margin: 18px auto 0 auto;
}
.panel_title3 h3{
    font-size: 16px;
	padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

.panel_title3 .line{
    background: #D0021B;
    position: absolute;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 100px;
}
.panel_title3 .line2{
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    bottom: 1px;
    width: 100%;
}
.panel_title3 .text{
    z-index: 20;
    position: relative;
    text-align: center;
}
.panel_title3 .button{
    position: relative;
    text-align: right;
    display: block;
}

.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}
ul.clear-list:first-child {
  border-top: none !important;
}
.fist-item {
  border-top: none !important;
}


/* BACKGROUNDS */
.gray-bg {
  background-color: #f6f6f6;
}
.white-bg {
  background-color: #ffffff;
}
.navy-bg {
  background-color: #212b76;
  color: #ffffff;
}
.black-bg {
  background-color: #393c3e;
}

/* COLORS */
.text-navy {
  color: #58595a;
}
.text-orange {
  color: #ff4e00;
}
.text-muted {
  color: #666666;
}
.text-white {
  color: #ffffff;
}
.text-success {
  color: #5cb85c;
}
.text-danger {
  color: #ed5565;
}
.text-warning {
  color: #f8ac59;
}

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}

.divider_line1 {
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.divider_line2 {
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.divider_line4 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.divider_line7 {
	float: left;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/* ICON */

.tittle-icon {
  font-size: 26px;
  color: #E2232A;
}


/* PROGRESS BARS */

.progress,
.progress-bar {
  box-shadow: none;
}
.progress-bar {
  background-color: #5cb85c;
}
.progress-small,
.progress-small .progress-bar {
  height: 10px;
}
.progress-small,
.progress-mini {
  margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}
.progress-bar-navy-light {
  background-color: #3dc7ab;
}
.progress-bar-success {
  background-color: #1c84c6;
}
.progress-bar-info {
  background-color: #23c6c8;
}
.progress-bar-warning {
  background-color: #f8ac59;
}
.progress-bar-danger {
  background-color: #ed5565;
}



/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 2200;
}
.modal-body {
  padding: 20px 30px 35px 30px;
}
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.inmodal .modal-title {
  font-size: 26px;
}
.inmodal .modal-icon {
  font-size: 52px;
  color: #E2232A;
}
.modal-footer {
  margin-top: 0;
}

.modal-body .file_submit {
	background-color: #212b76;
	border: 1px solid transparent;
	padding: 5px 8px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	display:inline;
	margin: -15px 0 0 0;
}
.modal-body .file_submit:hover {
	background-color: #151d55;;
	cursor: pointer;
}



/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}
.loginscreen.middle-box {
  width: 300px;
}

.middle-box h1 {
  font-size: 170px;
}
.wrapper .middle-box {
  margin-top: 140px;
}

/* INPUTS */

.i-checks {
  padding-left: 0;
}

.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control:focus {
  border-color: #212b76 !important;
}
.form-control,
.form-control:focus {
  box-shadow: none;
}
.form-control2 {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: inline-block;
  padding: 5px 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 65px;
  font-size: 14px;
}
.form-control2:focus {
  border-color: #212b76 !important;
}
.form-control2,
.form-control2:focus {
  box-shadow: none;
}
.form-control2[disabled],.form-control2[readonly] .form-control2{
	background-color:#eee;
	opacity:1
}
.form-control3 {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: inline-block;
  padding: 2px 1px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 65px;
  font-size: 14px;
  text-align:right;
  margin-top:-7px;
}
.form-control3:focus {
  border-color: #212b76 !important;
}
.form-control3,
.form-control3:focus {
  box-shadow: none;
}
.form-control3[disabled],.form-control3[readonly] .form-control3{
	background-color:#eee;
	opacity:1
}
.form-control4 {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 1px;
  color: inherit;
  display: inline-block;
  padding: 5px 0px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 60px;
  font-size: 14px;
}
.form-control4:focus {
  border-color: #f4f4f4 !important;
}
.form-control4,
.form-control4:focus {
  box-shadow: none;
}
.form-control4[disabled],.form-control4[readonly] {
	background-color:#eaeaea;
	opacity:1
}

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.chosen-select {
	width: 100%;
	z-index:9999;
}
.chosen-container { 
	width: 100% !important;
}
.data-placeholder{ 
	width: 200px !important;
}
.file_submit {
	background-color: #E2232A;
	border: 1px solid transparent;
	padding: 5px 8px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	display:inline;
	margin: 0 0 0 -15px;
}
.file_submit:hover {
	background-color: #BF1A1E;
	cursor: pointer;
}

.file_submit2 {
	background-color: #E2232A;
	border: 1px solid transparent;
	padding: 5px 8px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	display:inline;
	margin: 0 0 0 0px;
}
.file_submit2:hover {
	background-color: #BF1A1E;
	cursor: pointer;
}

.form-group label{
	margin-top:8px;
	font-weight:400;
}
/* FLOT CHART  */
.jqstooltip {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.metismenu .plus-minus,
.metismenu .plus-times {
  float: right;
}
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .active > a > .fa.arrow:before {
  content: "\f107";
}
.metismenu .ion.arrow:before {
  content: "\f3d2";
}
.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .collapse {
  display: none;
}
.metismenu .collapse.in {
  display: block;
}
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

#sparkline6 {
	height: 100%;
	margin: 20px auto 0 auto;
	position: inherit;
  }
 
.pie {
	width: 310px;
	height: 310px;
	margin: 20px auto;
	position: inherit;
  }
  
 /* charts */ 
.chart_odc {
	position:relative;
	width: 300px;
	height:300px;
	margin:50px auto 40px auto;
}

.chart_ind {
	position:relative;
	width: 300px;
	height:300px;
	margin:50px auto 40px auto;
}

.chart_resumen {
	position:relative;
	width: 285px;
	height:285px;
	margin:50px auto 40px auto;
} 

.rightsection2 {
	float: right;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}
.rightsection2 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	list-style: none;
}

.rightsection2 li {
	padding: 0px;
	margin: 0px;
}
.rightsection2 h3 {
	margin-bottom: 10px;
}
.rightsection2 li.icon {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
.rightsection2 li.icon i {
	color: #fff;
	font-size: 14px;
	width: 36px;
	height: 36px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	background-color: #004169;
	border-radius: 100%;
}
.rightsection2 li.text {
	float: left;
	margin-top: 5px;
	width: 93%;
}
.rightsection2 li.text h3 a{
	color: #676a6c;
	font-weight: 400;
	line-height: 16px;
	font-size: 16px;
}
.rightsection2 li.text h3 a:hover{
	color: #E2232A;
}
.rightsection2 li.text p {
	
	font-weight: 400;
	font-size: 15px;
	float:right;
}

.rightsection2 li.text .success_avance{
	color: #fff;
	float: none;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	background-color: #5cb85c;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
	display:inline-block;
}
.rightsection2 li.text .danger_avance{
	color: #fff;
	float: none;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	background-color: #d9534f;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
	display:inline-block;
}
.rightsection2 li.text .warning_avance{
	color: #fff;
	float: none;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	background-color: #f0ad4e;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
	display:inline-block;
}
.rightsection2 li.text .disabled_avance{
	color: #d9534f;
	float: none;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	background-color: #eee;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
	display:inline-block;
}
.rightsection2 li.text .cobranza_avance{
	color: #FFFFFF;
	float: none;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	background-color: #000000;
	border-radius: 100%;
	font-size:100%;
	font-weight:600;
	display:inline-block;
}

.rightsection2 li.text .resultados{
	color: #000000;
	float: none;
	width: 260px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
.rightsection2 li.text .resultados2{
	color: #000000;
	float: none;
	width: 80px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}










/* reporte */

.reporte-header {
  padding: 30px 15px;
  text-align: center;
}

.reporte-title {
  font-size: 26px;
}
.reporte-icon {
  font-size: 52px;
  color: #212b76;
}
.chart_reporte {
	position:relative;
	width: 285px;
	height:285px;
	margin:50px auto 40px auto;
}
.rightsection {
	float: right;
	text-align: left;
	padding-bottom: 30px;
	padding-right: 50px;
}
.rightsection ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	list-style-type: none;
}

.rightsection li {
	padding: 0px;
	margin: 0px;
}
.rightsection h3 {
	margin-bottom: 10px;
}

.rightsection li.text {
	float: left;
	margin-top:5px;
	width: 100%;
	
}
.rightsection h2 {
	text-align:right;
	margin-top:50px;
	font-weight: 600;
}
.rightsection li.text h3 {
	font-weight: 500;
	line-height: 18px;
	font-size: 14px;
	text-align: left;
}
.rightsection li.text h3 span{
	color: #212b76;
}
.rightsection li.text p {
	color: #cc0000;
	font-weight: 600;
	font-size: 16px;
} 




@media only screen and (min-width: 300px) and (max-width: 379px){

  .chart_reporte {
	width: 240px;
	height:240px;
  }
  .rightsection {
	float: left;
	padding-right: 80px;
  }


  .rightsection h2 {
	margin-top:0px;
	font-weight: 10;	
  }
  .rightsection li.text h3 {
	line-height: 18px;
	font-size: 10px;
  }
  

}




@media only screen and (min-width: 378px) and (max-width: 767px){

  .chart_reporte {
	width: 240px;
	height:240px;
  }
  .rightsection {
	float: left;
	padding-right: 80px;
  }


  .rightsection h2 {
	margin-top:0px;
	font-weight: 10;	
  }
  .rightsection li.text h3 {
	line-height: 18px;
	font-size: 12px;
  }
  

}





@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 1200px;
  }



}
@media (max-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  .navbar-header {
    display: inline;
    float: left;
  }
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
  	.rightsection2 li.text p {
	font-size: 11px;
}
	.rightsection2 li.text h3 a{
	font-size: 24px;
}

	.rightsection2 li.text {
	width: 65%;
}	


}
@media only screen and (max-width: 350px) {
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
  	.rightsection2 li.text p {
	font-size: 11px;
}
	.rightsection2 li.text h3 a{
	font-size: 14px;
}

	.rightsection2 li.text {
	width: 92%;
}	
	.chart_reporte {
	width: 200px;
	height:200px;
  }

}



@media (min-width: 768px) and (max-width: 999px) {
  .welcome-message {
    display: none;
  }
    .chart_reporte {
	width: 250px;
	height:250px;
  }
  .rightsection {
	margin-bottom: 100px;
  }
 
}



@media only screen and (min-width: 1000px) and (max-width: 1169px){

  .chart_reporte {
	width: 200px;
	height:200px;
  }
  .rightsection {
	padding-right: 0px;
  }

  .rightsection h2 {
	font-size: 18px;
  }
  .rightsection li.text h3 {
	line-height: 18px;
	font-size: 12px;
  }

}




@media only screen and (max-width: 1960px) {
.rightsection2 li.text .resultados{
	color: #000000;
	float: none;
	width: 200px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
}


@media only screen and (max-width: 1700px) {
.rightsection2 li.text .resultados{
	color: #000000;
	float: none;
	width: 160px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
}


@media only screen and (max-width: 1300px) {
.rightsection2 li.text .resultados{
	color: #000000;
	float: none;
	width: 115px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
}

@media only screen and (max-width: 1169px){
.rightsection2 li.text .resultados{
	color: #000000;
	float: none;
	width: 90px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
.rightsection2 li.text .resultados2{
	color: #000000;
	float: none;
	width: 60px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
}




@media only screen and (max-width: 470px) {
.rightsection2 li.text .resultados{
	color: #000000;
	float: none;
	width: 90px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
.rightsection2 li.text .resultados2{
	color: #000000;
	float: none;
	width: 90px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	font-size:94%;
	font-weight:600;
	display:inline-block;
}
}




/* Only demo */
@media only screen and (min-width: 1000px) and (max-width: 1360px){

	.ibox-title {
    min-height: 120px;
  	}
	.ibox-title3 {
    min-height: 185px;
  	}
	.filtros {
    margin-top: 15px;
  	}
	.chart_odc {
	width: 220px;
	height:220px;
	margin:50px auto 30px auto;
	}
	.chart_ind {
	width: 220px;
	height:220px;
	margin:50px auto 30px auto;
	}
	.chart_resumen {
	width: 180px;
	height:180px;
	margin:50px auto 30px auto;
	}
	.rightsection2 li.text p {
	font-size: 10px;
}
	.rightsection2 li.text h3 a{
	font-size: 14px;
}

	.rightsection2 li.text {
	width: 89%;
}	

.rightsection2 li.text .disabled_avance, .rightsection2 li.text .danger_avance, .rightsection2 li.text .warning_avance, .rightsection2 li.text .success_avance, .rightsection2 li.text .cobranza_avance {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 10px;
}
	.panel_title h3{
    font-size: 13px;
}
	
}


@media (max-width: 1000px) {
  .welcome-message {
   
  }
  .ibox-title {
    min-height: 160px;
  }
  .ibox-title3 {
    min-height: 220px;
  }
  .m-b-special {
    margin-bottom: 10px;
}
.pie {
	width: 210px;
	height: 210px;
  }
  .chart_odc {
	width: 180px;
	height:180px;
	margin:40px auto 30px auto;
	}
	.chart_ind {
	width: 180px;
	height:180px;
	margin:40px auto 30px auto;
	}
	.chart_resumen {
	width: 180px;
	height:180px;
	margin:40px auto 30px auto;
	}
	.rightsection2 li.text p {
	font-size: 11px;
}
	.rightsection2 li.text h3 a{
	font-size: 14px;
}

	.rightsection2 li.text {
	width: 92%;
}	
	.rightsection2 li.text .disabled_avance, .rightsection2 li.text .danger_avance, .rightsection2 li.text .warning_avance, .rightsection2 li.text .success_avance, .rightsection2 li.text .cobranza_avance {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
}
.breadcrumb > li {
  font-size:14px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px){

	.rightsection2 li.text p {
	font-size: 9px;
}
	.rightsection2 li.text h3 a{
	font-size: 14px;
}

	.rightsection2 li.text {
	width: 89%;
}	
	.success_avance, .warning_avance, .danger_avance, .cobranza_avance { 
	
	font-size: 9px;
	width:40px;
}
.breadcrumb > li {
  font-size:13px;
}

}

@media only screen and (max-width: 479px){

	.rightsection2 li.icon {
	width: 24px;
	height: 24px;
}
.rightsection2 li.icon i {
	font-size: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
	.rightsection2 li.text p {
	font-size: 9px;
}
	.rightsection2 li.text h3 a{
	font-size: 11px;
}

	.rightsection2 li.text {
	width: 80%;
	margin-top: -5px;
}	
	.success_avance, .warning_avance, .danger_avance, .cobranza_avance { 
	
	font-size: 9px;
	width:40px;
}	
	.block_xs {
  	display: block;
  	text-align:right;
}
	
}	


	
@media print {
  #page-wrapper {
    margin: 0;
  }
}


.CPleaseWaitPanel {
  left: 510px;
  top: 400px;
}