/*!
 * 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.
 */


@font-face {
	font-family: 'DroidNaskh-Bold';
	src: url('../fonts/DroidNaskh-Bold.eot');
	src: url('../fonts/DroidNaskh-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'naskh';
    src: url('../fonts/droidnaskh-regular.eot');
    src: url('../fonts/droidnaskh-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #2B98C8;
    font-family: naskh,tahoma;
    color: #656565;
}
.navbar-default{
	background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-brand{
	font-size: 13px;
}
.navbar-default .navbar-brand , .navbar .dropdown-toggle{
	color: white;
}
.modal-title,.bold{
    font-family: DroidNaskh-Bold,tahoma;
    font-size: 20px;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    /*min-height: 568px;*/
    background-color: #fff;
    border-radius: 5px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 250px 0 0;
        padding: 0 30px;
        /*border-right: 1px solid #e7e7e7;*/
    }
		#side-menu{
			display: block !important;
		}
}

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

.navbar-top-links li:last-child {
    margin-left: 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-left: 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-right: 5px;
}

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

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

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

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.sidebar{
	background: transparent;
	padding: 10px;
  border: 0;
	height: auto;
	max-height: none;
}
.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li a {
	border-radius: 7px;
	color: white;
}

.sidebar ul li a.active , .sidebar ul li a:hover , .sidebar ul li a:focus {
    background-color: #1F88C0;
}
.sidebar ul ul li a {
    padding: 4px 10px;
    text-decoration: none;
    display: block;
}
.sidebar .arrow {
    float: left;
}

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

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

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

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-right: 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-right: 60px;
}

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

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

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-left: 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%;
}

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>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle !important;
}

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

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

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: left;
    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;
}

/***css***/
.margin15_0{
    margin-top:  15px ;
    margin-bottom:  15px ;
}

#page-wrapper{
 padding: 0px;
 margin-top: 20px;
}

.reason{
    color: #a94442;
    font-weight: normal;
}

.page_limit{
    display: inline-block!important;
    width: auto!important;
}


.select2-container.form-control {
    background: transparent;
    box-shadow: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}
.select2-container .select2-choice {
    height: 100%!important;
    line-height: 2.6!important;
}
.pagination{
    margin: 0!important;
}

pre{
    direction: ltr;
}

/*
    Component: Small boxes
*/
.small-box {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
@-webkit-keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}


/* Display inline */
.inline {
  display: inline;
  width: auto;
}
/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
/**end box**/

.show-print{
    display: none;
}

.clear{
    clear: both;
}
#page-wrapper .panel-body{
	padding: 0 !important;
	overflow: auto;
}
.padding{
	padding: 10px;
}

.panel{
    box-shadow:none;
}

.table th{
    background-color: #92bc40!important;
    color: #f7f7f7;
}

.panel-body .table{
    margin: 0!important;
}

legend{
    font-size: 16px;
}
#zoomimg{
	    text-align: center;
		height: 100%;
		overflow: auto;
}
.zoom{
	cursor: -webkit-zoom-in;
}
#zoomimg .modal-body{
	padding:0  !important;
}
#zoomimg .close{
    line-height: 1.15 !important;
    position: absolute;
    left: 10px;
    top: 10px;
    background: white !important;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}
#zoomimg .modal-dialog {
    width: auto;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    top: 20px;
    max-width: 80%;
	margin-bottom: 20px !important;
}

.icon_mark_3{
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #2b98c8;
}

/* ########## */

#tree_ul li {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 5px;
    position: relative;
}

#tree_ul li .fa-edit{
    font-size: 20px;
    color: #656565;
    cursor: pointer;
}

#tree_ul li .fa-plus{
    font-size: 20px;float: left;
}

#tree_ul li input{
    position: absolute;
    right: -23px;
}

.headTree{
    background-color: #f4f4f4;
    cursor: pointer;
}

.nav li ul {
	padding: 0;
	margin-top: -5px;
	border-right: 5px solid #1F88C0;
	padding-top: 10px;
    /*height: 10px;*/
}

.nav li ul li {
    list-style: none;
    padding: 0 5px;
}

.income_from{
    background-color: #92bd40;
    color: #fff;
    border-radius: 15px;
    padding: 0px 10px;
    font-size: 13px;
}

.outcome_to{
    background-color: #5ac1de;
    color: #fff;
    border-radius: 15px;
    padding: 0px 10px;
    font-size: 13px;
}

.sidebar ul li.active > a {
    background-color: #1F88C0;
}

.navbar-toggle {
    position: relative;
    left: -13px;
    padding: 9px 10px;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 8px;
    background-color: white;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 9999999;
    position: fixed;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.navbar-toggle .icon-bar {
  background: #bfbfbf;
}

.btn-primary {
    color: #fff;
    background-color: #288ebb;
    border-color: #2585af;
}
.loading {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -30px;
	margin-top: -30px;
}

.loading::before,.loading::after {
	display: block;
	content: " ";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.pag {
    margin-top: 5px;
}

.pag a {
    border: 1px solid #ccc;
    padding: 0px 10px;
}

.loading::after {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.pagination-sm>li>a, .pagination-sm>li>span{
  border-radius: 8px !important;
  margin-left: 5px !important;
}
