body {
    background-color: #f8f8f8;
}

a:hover{
	text-decoration: none;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}


@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;	
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


.btn-circle-tinysmall {
    width: 20px;
    height: 20px;
    padding: 2px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 1.45;
}


.btn-azul {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-azul:focus,
.btn-azul.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-azul:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-azul:active,
.btn-azul.active,
.open > .dropdown-toggle.btn-azul {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-naranja {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-naranja:focus,
.btn-naranja.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-naranja:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-naranja:active,
.btn-naranja.active,
.open > .dropdown-toggle.btn-naranja{
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-verde {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-verde:focus,
.btn-verde.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-verde:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-verde:active,
.btn-verde.active,
.open > .dropdown-toggle.btn-verde {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-celeste {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-celeste:focus,
.btn-celeste.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-celeste:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-celeste:active,
.btn-celeste.active,
.open > .dropdown-toggle.btn-celeste {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}


.btn-rojo {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-rojo:focus,
.btn-rojo.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-rojo:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-rojo:active,
.btn-rojo.active,
.open > .dropdown-toggle.btn-rojo {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}


.btn-fucsia {
  color: #fff;
  background-color: #ff00ff;
  border-color: #d43f3a;
}
.btn-fucsia:focus,
.btn-fucsia.focus {
  color: #fff;
  background-color: #ff00bf;
  border-color: #761c19;
}
.btn-fucsia:hover {
  color: #fff;
  background-color: #ff00bf;
  border-color: #ac2925;
}
.btn-fucsia:active,
.btn-fucsia.active,
.open > .dropdown-toggle.btn-fucsia {
  color: #fff;
  background-color: #ff00bf;
  border-color: #ac2925;
}


.sidenav {
    height: 100%;
    width:100%;
    position: fixed;
    z-index: 99999;
    top:50px;
    left: 0;
    background-color: #D2D2D2;
    overflow-x: hidden;
    padding-top: 60px;
	display:none;
	padding-left:50px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;margin-top:50px;top:50px;}
  .sidenav a {font-size: 18px;}
}


@media (min-width: 768px){
	.modal-dialog {
		width: 50%;
		margin: 30px auto;
	}
}


.dataTables_length{
	float:left !important;
}

.ui-datepicker{
	width:100% !important;
}


.box {
  position: relative;
  border-radius: 6px;
  background: #ffffff;
  border-top: 3px solid #00c0ef;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  /*border-top: 1px solid #f4f4f4;*/
  padding: 10px;
  background-color: #ffffff;
}

.box h3{
	margin:10px;
	padding:5px;
	border-bottom: 1px solid #f4f4f4;
}


.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.description-block {
    display: block;
    margin: 0px;
    text-align: center;
	max-width:250px;
}

.box .col-md-8{
	margin-top:10px;
}

.row.show-grid{
	margin:8px !important;
}

.fix{
	clear:both;
	overflow:hidden;
	height:1px;
	width:100%;
}

.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}

.text-green {
    color: #00a65a !important;
}

.text-red{
  color: #dd4b39;
}


.text-info {
  color: #00c0ef;
}


.info-box {
    display: block;
    min-height: 70px;
    background: #eee!important;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border-radius: 2px;
    margin-bottom: 0px;
	border:1px solid rgba(0,0,0,0.3);
}

.info-box-icon {
    border-radius: 12px;
    display: block;
    float: left;
    height: 64px;
    width: 64px;
    text-align: center;
    font-size: 25px;
    line-height: 70px;
	margin:2px;
    background: rgba(0,0,0,0.3);
	font-weight:bold;
	border-color:rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.bg-red, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
	background-color:#dd4b39 !important;
	color:#fff;
}

.bg-green, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
	background-color:#00a65a !important;
	color:#fff;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
	color:#fff;
}

.bg-primary, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #3c8dbc !important;
	color:#fff;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.info-box small {
    font-size: 14px;
}


.btn-yellow {
    color: #000;
    background-color: #f9f905;
    border-color: #ffff00;
}


.btn-green2{
    color: #fff;
    background-color: #008000;
    border-color: #008000;
}


.tooltip-demo{	
	width:150px !important;
}

.tooltip-demo div{	
	white-space: pre-wrap;
}
/*
.due-invoice{
	border-radius: 8px;
	background-color:#dd4b39 !important;
	text-align:center;
	height:30px;
	line-height:30px;
	width:50%;
	margin:auto;
	color:#fff;
}
*/
.align-text-left{
	text-align:left !important;
	margin:10px 0px 10px 0px;
	padding:5px 0px 5px 0px;
}

.align-text{
	text-align:center;
	margin:0px auto !important;
}

.align-text .allWidth{
	width:100% !important;
}

.btn-radius-graph{
	border-radius: 8px;
	height: 30px;
    line-height:17px;
	padding: 6px 6px !important;
	margin-top:-4px;
	transition:all .5s;
	min-width:95px;
}

.due-invoice {
    border-radius: 8px;
    background-color: #dd4b39 !important;
    text-align: center;
    height: 30px;
    line-height: 23px;
    /* width: 50%; */
    margin: auto;
    color: #fff;
    /*float: left;*/
	display: inline-block;
    padding: 5px;
    margin-right: 5px;
}

.not-due{
	border-radius: 8px;
	text-align:center;
	height:30px;
	line-height:30px;
	margin:auto;
	color:#000;
	/*width:50%;*/
	display: inline-block;
}

.chart-border{
	border-right: 1px solid #f4f4f4;
}

.box-client-text{
	padding:10px 10px 10px 0px !important;
}

.col-client-data{
	width:23% !important;
	border-top: 1px solid #f4f4f4;
}

.col-client-graphic{
	width:69% !important;
}

.col-client-text{
	width:31% !important;
	margin-left:0px !important;
	padding-left:0px !important;
}

h4.description-header{
	padding-top:8px;
}

.text-align-task {
	margin:0px auto;
	text-align:center;
}

.text-align-task a{
	text-align:left;
}


.space{
	margin-right:10px;
	margin-left:2px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}




/*
.todo-list {
    margin: 5px;
    padding: 0;
    list-style: none;
}

.todo-list li{
    display: list-item;
    text-align: -webkit-match-parent;
	line-height:30px;
	height:30px;
}

.todo-list>li {
    border-radius: 2px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
	line-height:30px;
	height:30px;
}


.todo-list>li .tools>.fa, .todo-list>li .tools>.glyphicon, .todo-list>li .tools>.ion {
    margin-top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

.todo-list>li{
    border-radius: 2px;
}

.todo-list>li:hover .tools{
    display: inline-block;
}

.todo-list>li .tools {
    display: none;
	color: #ccc;

    float: right;
	margin-right:30%;

	margin-left:10px;
	padding-right: 6px;
	transition: all .5s;

}

.todo-list>li .tools .fa-edit:hover{
    color: #dd4b39;	
}

.todo-list>li .tools .fa-trash-o:hover{
    color: #dd4b39;	
}
*/


.todo-list {
	margin: 1px;
	padding: 0;
	list-style: none;
	overflow: auto;
}
.todo-list > li {
	border-radius: 2px;
	padding: 0px 0px 0px 5px;
	background: #f4f4f4;
	margin: 2px;
	border-left: 2px solid #e6e7e8;
	color: #444;
	min-height:30px;
	line-height:30px;
}
.todo-list > li:last-of-type {
	margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
	margin: 10px 10px 0 5px;
}
.todo-list > li .text {
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;
}
.todo-list > li .label {
	margin-left: 10px;
	font-size: 9px;
}
.todo-list > li .tools {
	display: none;
	float: right;
	color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 35px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

.todo-list .icheckbox_flat-blue, .iradio_flat-blue, .icheckbox_flat-green, .iradio_flat-green{
	margin:4px !important;
}

.todo-list .icheckbox_flat-red, .iradio_flat-red{
	margin:4px !important;
}

.todo-list .glyphicon{
	margin:4px !important;
}

.move-left{
	float:left !important;
}

.move-right{
	float:right;
	margin-top: 10px;
}
	
#menu1{
	float:right;
	cursor: pointer;
	transition: all .5s;
}


.icon-size-med{
	font-size:20px !important;
	line-height:20px !important;
	float:left;	
}

.gris{
	cursor: pointer;
	color:#d2d6de;
}

.gris:hover{
	filter: alpha(opacity=50);
	opacity: .5;	
}

.azul{
	background-color:none;
	color: #428bca;
	cursor: pointer;
}


.azul:hover{
	background-color:none;
	color: #428bca;
	filter: alpha(opacity=50);
	opacity: .8;	
}


.verde{
	background-color:none;
	color: #5cb85c;
	cursor: pointer;
}


.verde:hover{
	background-color:none;
	color: #5cb85c;
	filter: alpha(opacity=50);
	opacity: .8;	
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}


.statusInvoice, 
.optionStatus{
	cursor: pointer;
}

.statusInvoice span, 
.optionStatus span{
	clear:both;
}

.statusInvoice span a, 
.optionStatus span a{
	color:#fff;
	margin:2px;
}



.limit-list{
	max-height:500px;
	overflow:auto;
}





.bg-purple {
  background-color: #8e24aa !important; }

.bg-deep-purple {
  background-color: #512da8 !important; }

.bg-indigo {
  background-color: #3f51b5 !important; }

.bg-blue {
  background-color: #1976D2 !important; }

.bg-light-blue {
  background-color: #82B1FF !important; }

.bg-cyan {
  background-color: #00bcd4 !important; }

.bg-teal {
  background-color: #00796b !important; }

.bg-green {
  /*background-color: #388E3C !important; }*/
  background-color: #5cb85c !important; }

.bg-light-green {
  background-color: #8bc34a !important; }

.bg-lime {
  background-color: #afb42b !important; }

.bg-yellow {
  /*background-color: #fbc02d !important; }*/
  background-color: #f0ad4e !important; }

.bg-amber {
  background-color: #ffa000 !important; }

.bg-orange {
  background-color: #f57c00 !important; }

.bg-deep-orange {
  background-color: #ff7043 !important; }

.bg-brown {
  background-color: #795548 !important; }

.bg-grey {
  background-color: #616161 !important; }

.bg-blue-grey {
  background-color: #78909c !important; }

  
.bg-info{
  background-color: #3c8dbc !important; }
	