/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #A4C044;
	font-family: 'Open Sans', sans-serif;
    color: #666666;
}

body.login {
    background-color: #f8f8f8;
}

body.hiden {
    overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #848484;
    font-weight: 400;
}

.alert .alert-icon {
	font-size:40px;
}

.text-default {
  color: #666666;
}
a.text-default:hover,
a.text-default:focus {
  color: #505050;
}
.alert .alert-content {
	overflow:auto;
    padding-left: 15px;
}

@media(min-width:992px) {
	.alert .alert-content {
        width:60%;
    }
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.73);
    padding-top: 200px;
    text-align: center;
    display: none;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    min-height: 568px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}

@media(min-width:992px) {
    #page-wrapper {
        position: inherit;
        margin-left: 220px;
    }
}

.text-muted {
	color:#dedede;
}

.modal-header .close {
    font-size: 30px;
}

.page-title {
	background-color:#fff;
	padding-top:15px;
	border-bottom:1px solid #e7e7e7;
    margin-bottom: 20px;
}
.page-title h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 15px;
}
.page-title .breadcrumb {
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0 10px;
}
.page-title .breadcrumb span {
    color:#adadad;
}
.navbar-default {
	background-color: #ffffff;
}
.navbar-brand {
    padding: 11px 0px 11px 15px;
}
.navbar-brand>img {
	max-width:90px;
	max-height:29px;
}
@media(min-width:480px) {
	.navbar-brand {
		padding: 5px 15px;
	}
	.navbar-brand>img {
		max-width:130px;
		max-height:42px;
	}
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links > li {
    float:left;
}

.navbar-top-links li .nav-link {
    padding: 15px 10px;
    min-height: 50px;
	color:#333;
}
@media(min-width:480px) {
.navbar-top-links li .nav-link {
    padding: 15px 15px;
	}
}

.navbar-top-links li + li .nav-link {
    border-left: 1px solid #e7e7e7;
}

.navbar-top-links > li > .nav-link > .label {
    text-shadow: none;
    padding: 1px 4px;
    position: absolute;
    top: 8px;
    right: 4px;
}

.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-toggle {
    position: relative;
    float: right;
    padding: 15px 10px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-left: 1px solid gray;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #eee;
}

.sidebar {
    position: absolute;
	top:100%;
	left:0px;
    overflow-y: auto;
    z-index: 1;
    width: 100%;
    background-color: #A4C044;
}

footer {
	padding:15px;
	background:#fff;
	border-top:1px solid #e7e7e7;
}

footer img {
	width: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-toggle {
        display:block !important;
    }
}

@media(min-width:992px) {
	
	.sidebar {
		width: 220px;
	}

	footer {
		margin-left:220px;
	}
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    max-height: 6000px;
}

.sidebar .nav>li>a {
	
}
.sidebar .nav>li>a {
    color: #F3FFCA;
    padding: 15px;
    display: block;
    transition: 0.3s;
}
.sidebar .nav>li>a:hover, .sidebar .nav>li.active>a, .sidebar .nav>li>a:focus:hover, .sidebar .nav>li.active>a:focus {
    background: rgb(126, 148, 52);
    color: #fff;
}
.sidebar .nav>li>a:focus {
    background-color: #A4C044;
}
.sidebar ul li {
    border-bottom: 1px solid #738730;
}

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

.sidebar .nav-second-level {
	border-left:5px solid rgb(126, 148, 52);
}

.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 {
	border-left:5px solid rgb(126, 148, 52);
}

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

@media(min-width:992px) {

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

.panel {
	border-radius:0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-top: 1px solid #DEDEDE;
}
.panel-title {
    font-size: 20px;
    color: #848484;
}
.panel-body {
	padding:10px;
}

.table {
	background-color:#fff;
}

.table-default {
    border-top: 4px solid #ddd;
}

.table .table-inside {
	background-color:rgba(255, 255, 255, 0);
}

.table .table-inside td {
	min-height:37px;
	white-space:nowrap;
	font-weight: normal;
}

.table .table-inside td:first-child {
	padding-left:0px;
}

.table .table-inside td:last-child {
	padding-right:0px;
}

.table th.action, .table td.action {
	width:1%;
	white-space:nowrap;
}

.table .th {
	font-weight: bold;
}

.dropdown-menu>li>a {
	position:relative;
}
.dropdown-menu>li>a.selected:before {
	content:"\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:absolute;
    left: 3px;
    top: 7px;
}

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

.btn-primary.btn-outline {
    color: #ff0000;
}

.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: 10px;
}

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

.panel-chat {
	max-width:600px;
	margin:0px auto;
	border:0px;
}

.panel-chat>.panel-heading {
	border-top:0px;
}

.panel-chat>.panel-heading .skype-button {
	display:inline-block;
}

.panel-chat>.panel-heading .skype-button p {
	margin:0;
}

.panel-chat>.panel-heading .skype-button img {
	margin:0 5px 0 !important;
	vertical-align: middle !important;
}


.panel-chat .panel-body {
	height:40px;
	overflow-y:auto;
	background: url(chat-pattern.png);
}

.panel-chat .panel-body .user, .panel-chat .panel-body .contact{
    padding: 10px;
    clear:both;
	border-radius:8px;
    margin-bottom: 10px;
}

.panel-chat .panel-body .user{
    background:#fff;
	float:left;
	padding-right:35px;
}

.panel-chat .panel-body .contact{
    background:#dcf8c6;
	float:right;
	text-align:right;
	padding-left:35px;
}

.panel-chat .panel-body .date{
    color: #adadad;
    font-size: 0.8em;
}

.panel-chat .form-control  {
	resize: none;
	border-radius:0;
	border:0;
}

.panel-chat #writting  {
	position:absolute;
	right:20px;
	bottom:82px;
	left: 20px;
    padding: 20px 5px;
	background:#fff;
	border:1px solid #ccc;
	border-radius: 8px;
	display:none;
}

.panel-chat .form-control:focus  {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


.uploader {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.34);
	display:none;
    z-index: 9999;
}
.uploader .filelist{
	max-height:500px;
	overflow:auto;
	border:none;
    margin: 0px;
}
.uploader .panel-body {
    padding: 0px;
	max-height:400px;
	overflow:auto;
    min-height: 100px;
}
.uploader .tap-buttons {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #fff;
    z-index: 999;
    opacity: 0.6;
	display:none;
}
.uploader .buttons {
    margin:0px;
    padding:10px 0px 0px;
    border-top: 1px solid #E5E5E5;
}
.uploader .box {
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%);
    width: 600px;
	max-width:100%;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 0px;
}
.uploader .filelist .file-info {
	position:relative;
    padding: 10px;
    background: #fff;
}
.uploader .filelist .file-info .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0%;
    background: rgba(3, 193, 3, 0.21);
    transition: 0.5s;
}
.uploader .filelist .file-info .fa-check {
    color: rgb(0, 128, 0);
}
.uploader .filelist .action {
    padding:0px;
    background: #fff;
    width: 1%;
}
.uploader .fa-times-circle {
    color: #f56b6b;
	cursor:pointer;
    padding: 10px;
}
.uploader .fa-times-circle:hover {
    color: #fff;
    background: #f56b6b;
}
.uploader .console {
   color: red;
   text-align:center;
    padding: 10px;
}

.filemanager .breadcrumb {
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0 10px;
}

.filemanager .image .thumbnail {
    margin-bottom: 5px;
}

.filemanager .image label {
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}
.tile {
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: rgb(164, 192, 68);
    color: #FFFFFF;
    transition: all 1s;
}
.tile-heading{
    padding: 5px 8px;
    text-transform: uppercase;
    background-color: #7E9434;
    color: #FFF;
}
.tile-body {
    padding: 30px 15px;
    color: #FFFFFF;
}
.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 0.3s;
}
.tile .tile-body h2 {
    font-size: 42px;
    color: #fff;
    margin: 0px;
    opacity: 0.3;
    transition: all 0.3s;
}
.tile:hover .tile-body h2, .tile:hover .tile-body i {
opacity:1;
}
.tile-footer {
    padding: 5px 8px;
    background-color: #7E9434;
	display:block;
}
.tile a {
    color: #FFFFFF;
}
.table>tbody+tbody {
    border-top: 0px;
}
@media print {
    #page-wrapper {
		margin:0px !important;
		border:none !important;
		min-height: auto !important;
	}
	body {
		padding:0px !important;
		border:none !important;
		font-size:10px;
	}
	.container-fluid {
		padding:0px !important;
		border:none !important;
	}
	a[href]:after {
		content: none !important;
	}
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}