@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,800);

.register .site-logo, .log .site-logo, .pass .site-logo {
	display: inline-block;
	border-right: 1px solid #eee;
	padding-right: 8px;
}
.register .text-normal, .log .text-normal, .pass .text-normal {
	display: inline;
	padding-left: 8px;
}
.register .page-auth .auth-container {
	max-width: 50%;
}
.register .md-input-container {
	padding-bottom: 0;
}
.file-field {
	position: relative;
}
.file-field .btn {
	float: left;
	line-height: 3rem;
	color: #fff;
	text-align: center;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
}
.file-field span {
	cursor: pointer;
}
.file-field input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-field .file-path-wrapper {
	overflow: hidden;
	padding-left: 10px;
}
.file-field input.file-path {
	width: 100%;
}
.file-path-wrapper input[type=text] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	height: 4rem;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	box-shadow: none;
	box-sizing: content-box;
	transition: all 0.3s;
}
.register .md-input-container .md-input {
	margin-top: 25px;
}
.register .md-input-container label {
	top: -10px;
}
.log .lst p {
	display: inline-block;
	width: 49%;
}

.progress-bar-danger {
    margin-top: -7px;
    position: absolute;
    top: 38px;
    height: 4px !important;}
	
/*.progress-bar-warning ,
 .progress-bar-success
  { height: 4px !important;
    position: absolute;
    top: 32px;}*/
.progress-bar-warning, .progress-bar-success {
    height: 16px !important;
}
/*logo header*/
body .main-container .nav-wrap.nav-expand .nav-head .site-logo > span.text {
	position: absolute;
	top: 2.333333px;
	margin-left: 0;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}
@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
body .main-container .nav-wrap.nav-offcanvas .nav-head .site-logo > span.text {
	display: none;
}
body .main-container .nav-wrap.nav-offcanvas .nav-head .site-logo img {
	width: 45px;
	margin-left: -13px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
body .site-head ul.left-elems > li > .site-logo img {
	height: 40px;
}
body .site-head ul.left-elems > li.fullscreen > a, .site-head ul.left-elems > li.notify-drop > a {
	margin-right: 30px;
	display: inline-block;
	margin-top: 1px;
	color: #fff;
	margin-left: 0;
}
body .btn-group-vertical .dropdown-menu {
	right: 0;
	left: auto;
}
.panel table.dataTable th .notification-rel, .panel table.dataTable td .notification-rel {
	float: right;
	position: relative;
}
.panel table.dataTable th .notification-rel .alert, .panel table.dataTable td .notification-rel .alert {
	position: absolute;
	top: -2px;
	right: -2px;
	width: auto;
	white-space: nowrap;
	padding: 3px 5px 0;
}
.panel table.dataTable td .notification-rel .alert div {
	padding-right: 15px;
}
/*Form*/

body .form-control, body .multiselect-selected-text, body .multiselect-item, body .dropdown-menu {
	font-size: 12px;
}
body {
	font-size: 12px!important;
}
.head-top i, body .panel-heading i {
	color: #fff;
	background: #607d8b;
	font-size: 18px;
	height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 5px;
	font-weight: normal;
	vertical-align: middle;
}
body .form-control, body select, body .select2-selection__rendered, body .multiselect.dropdown-toggle.btn.btn-default {
	text-align: left;
	width: 100%;
	padding: 6px 15px;
	height: 32px;
}
body .data-table select.lengthSelect {
	width: auto;
}
body .multiselect.dropdown-toggle.btn.btn-default, body .select2-selection.select2-selection--single {
	border: none;
	border: 1px solid #e0e0e0;
	box-shadow: none;
	font-weight: normal;
	height: 32px;
}
body .btn-group, body .btn-group-vertical {
	display: block;
}
body .multiselect-selected-text {
	display: inline-block;
	width: 98%;
}
body .label-warning {
	background-color: #fb9a09;
}
body table td .btn.dropdown-toggle {
	padding: 3px;
	width: auto!important;
	height: auto;
	line-height: 12px;
}
/*body .ui-checkbox label, body .ui-radio label {
	margin-bottom: 20px;
}*/
.table.dataTable tr:nth-last-child(-n+2) .dropdown-menu {
	bottom: 100%;
	top: auto;
}
body small, body .small {
	font-size: 100%;
	font-weight: normal;
}
body table.dataTable .ui-checkbox, body table.dataTable .ui-checkbox label {
	margin: 0;
}
.head-top {
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.data-table .select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
    width:auto !important;
}
body .input-group-addon {
	padding: 0px 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}
.btn-group.open > .dropdown-menu {
	display: block;
	width: 100%;
	top: 32px;
}
.xapdas_datepicker .input-group-addon {
	border-color: transparent;
	background-color: transparent;
	color: inherit;
	opacity: 0.7;
}
.form-control.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px!important;
}
body .ddcommon {
	height: 32px;
}
body header .dropdown .dropdown-menu {
	left: auto;
	right: 0;
}
body .site-head ul.left-elems > li.notify-drop .dropdown-menu {
	min-width: 250px;
}
body .site-head ul.left-elems > li.notify-drop .dropdown-menu .panel-heading {
	font-size: 12px;
}
body .site-head ul.left-elems > li.notify-drop .dropdown-menu .panel-body {
	width: 100%;
}
body .notification-txt {
	font-size: 11px;
}
body .site-head ul.left-elems > li.notify-drop .dropdown-menu ul li a .ion {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	font-size: 22px;
}
body .site-head ul.left-elems > li.notify-drop .dropdown-menu ul li .small.text-muted {
	font-size: 10px;
}
.info span {
	display: inline-block;
	margin: 0;
	width: 80px;
}
.perform {
	padding: 12px !important;
}
.perform .icon {
	margin-top: 0 !important;
}
.table > thead > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
	position: relative;
}
body .multiselect-container>li .checkbox, body .multiselect-container>li .ui-checkbox {
	margin: 0;
	padding: 0;
}
.funds {
	float: left;
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #eee;
}
body .tooltip-inner {
	max-width: 200px;
	padding: 3px 10px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #333333;
	border-radius: 20px;
}

.head-top {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
}

table .fa {
    line-height: normal;
    font-size: 17px;
	margin:0 5px 0 0;
}
table  a {
    color: #5d5d5d;
    text-decoration: none;
}
table a.active { color:#4caf50}

 .panel-heading {
    text-transform: uppercase;
}
/*table div.text-cnl {width: 60%;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden; float:left; }*/
.table thead th > .th > [class*='icon']{line-height:25px; color: #908f8f;}

.note-fi .panel-body { padding: 0px 22px 10px;}

.table thead th > .th { margin-right:10px;}
.add-camp .panel-body {
    padding: 0 20px;
}
/*info*/
.ac-info li {list-style: none;}

ul.ac-info {padding-left: 25px;}

.ac-info label {width: 15%;font-size: 14px;}

.panel-heading i {color: #464646;}
.ac-info li span { font-size: 14px; padding-left: 25px;}
.user-info h4 {
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 22px;
}
.user-info {
	text-transform: capitalize;
	padding-top: 0 !important;
}
.user-info i {
	padding-right: 10px;
}

.user-info h4 i, .user-info h5 i {
    background: transparent;
    color: #464646;
    font-size: 14px;
    line-height: 1.57142857;
    width: 0;
    height: 0;
	vertical-align: baseline;
	margin-right: 15px;}


 @media only screen  and (min-width: 300px)  
 and (max-width: 767px) 
 {
.register .page-auth .auth-container {
	max-width: 420px;
}
.register .main-container {
	-webkit-transform: translate(0, 0%) !important;
	top: 0 !important;
}
.register .site-logo, .log .site-logo, .pass .site-logo {
	display: block;
	border-right: 0;
}
.dtr-title div.th {display: none;}

.dataTables_info {
	display: none;
}
.dataTables_paginate {
	margin-top: 10px;
	float: none;
	margin-right: 20px;
	width: 100%;
	display: table;
	align-items: center;
	text-align: center;
}
.phw100 {
	width: 100%;
}
.phw50 {
	width: 50%;
}
.phw30 {
	width: 30%;
}
.phmb10 {
	margin-bottom: 10px;
}
.phmb20 {
	margin-bottom: 20px;
}
.phmb0 {
	margin-bottom: 0;
}
.phmt10 {
	margin-top: 10px;
}
.phmt20 {
	margin-top: 20px;
}
.phmt0 {
	margin-top: 0;
}
.phmr10 {
	margin-right: 10px;
}
.phmr20 {
	margin-right: 20px;
}
.phmr0 {
	margin-right: 0;
}
.phml10 {
	margin-left: 10px;
}
.phml20 {
	margin-left: 20px;
}
.phml0 {
	margin-left: 0;
}
.has-feedback .form-control {
	padding-right: 0;
}

.main-container .content-container.fixedHeader .page {
	margin-top: 70px;
}
body .tooltip-inner {
	max-width: 200px;
	padding: 3px 10px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	background-color: #333333;
	border-radius: 20px;
}
}
 @media only screen and (min-width: 300px) 
  and (max-width: 767px) {
.register .page-auth .auth-container {
max-width:420px;
}
 .register .main-container {
-webkit-transform: translate(0, 0%) !important;
top: 0 !important;
}
 .register .site-logo, .log .site-logo, .pass .site-logo {
display: block;
border-right:0;
}
.dtr-title div.th {
display:none;
}
 .dataTables_info {
display:none;
}

.table {
    width: 100%!important;
    max-width: 100%;
    margin-bottom: 21px;
}

 .dataTables_paginate {
 margin-top: 10px;
 float: none;
 margin-right: 20px;
 width: 100%;
 display: table;
 align-items: center;
 text-align: center;
}
 .phw100 {
width:100%;
}
.phw50 {
width:50%;
}
.phw30 {
width:30%;
}
 .phmb10 {
margin-bottom:10px;
}
.phmb20 {
margin-bottom:20px;
}
.phmb0 {
margin-bottom:0;
}
 .phmt10 {
margin-top:10px;
}
.phmt20 {
margin-top:20px;
}
.phmt0 {
margin-top:0;
}
 .phmr10 {
margin-right:10px;
}
.phmr20 {
margin-right:20px;
}
.phmr0 {
margin-right:0;
}
 .phml10 {
margin-left:10px;
}
.phml20 {
margin-left:20px;
}
.phml0 {
margin-left:0;
}
 .has-feedback .form-control {
 padding-right: 0;
}
 .form-group {
 margin-bottom: 15px;
 min-height: 55px;
}
 .panel-body {
 padding: 15px;
}

table.dataTable>tbody>tr.child ul {
    width: 100%;
}
table.dataTable>tbody>tr.child ul .dropdown.open .dropdown-menu {  width: auto}
table.dataTable>tbody>tr.child span.dtr-title {float: left;}

.dash-head .left {width: 100%; margin: 10px 0;}
.dash-head .right {width: 100%;}

}
 @media only screen and (min-width: 300px) and (max-width: 400px) {
 .small.text-bold.left.mt5 {
    display: block;
    font-size: 11px;
    color: #fff;
    width: 26%;
    font-size: 0px;
	margin:0;
}
body .btn-group-vertical .dropdown-menu {
    right: auto;
    left: 0;
}


.small.text-bold.left.mt5 .select2-selection__rendered { font-size:12px; width:55px!important}
 .data-table .form-horizontal.right.col-lg-4 {
width:70%;
}
}
 @media only screen  and (min-width: 768px)  and (max-width: 1024px) {
.register .page-auth .auth-container {
max-width: 75%;
}
}

body table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, 
body table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before
{
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 #444;	
}
table.dataTable>tbody>tr.child ul .dropdown-menu{ display:none;}

table.dataTable>tbody>tr.child ul .dropdown.open .dropdown-menu { display:block;}

.note {
	margin: 0;
	padding-left: 25px;
	width: 100%;
}
.note > li {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 4px 0;
}
.note li i {
	padding: 0 9px;
	font-size: 18px;
	vertical-align: middle;
}
.note p {
	display: inline-block;
	padding-right: 10px;
	margin: 0;
}
.line {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-y;
	width: 100%;
	background-position: 6%;
}
.bt-bg {
	background: #fff;
}
.ext-padd {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ext-padd .form-group div {border-left: 2px solid #eee;}
.cat-opt {
    background: #eee;
    padding: 2px 25px;}

.password-progress {margin-top: 10px; margin-bottom:0 !important;}

.progress-bar { line-height: 0.9 !important;}
.progress { height: 15px !important;}

.multiselect-item span.input-group-addon {display: none;}
.multiselect-clear-filter { visibility: hidden;}

.tabs-linearrow .nav-tabs > li:first-child a::before { background: #3d8b40;}

.tabs-linearrow .nav-tabs > li:first-child a::after { border-top-color: #3d8b40;}

.tabs-linearrow .nav-tabs > li > a:before { background: #ec0505;}

.tabs-linearrow .nav-tabs > li > a:after { border-top-color: #ec0505;}

.tabs-linearrow{ border:none}
.tab-content {
    padding: 20px 20px 0px 20px; box-shadow: none;}
.nav-tabs > li > a:hover {
    color: #607d8b;}
.nav-tabs > li > a {font-size: 10px;}
.main-btn button i {
    background: none;
    height: auto;
    width: auto;
    font-size: 13px;
    margin-right: 0;
}
.event-date {
display: inline-block;
vertical-align: bottom;
margin-left: 16px;
margin-right: 15px;
}
.event-remove-icon.ion.ion-trash-a:before {
  vertical-align: middle;}

.dataTables_info { margin-left: 20px;}

ul.select-pro {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    height: 300px;
}
.select-pro li {
    list-style: none;
    padding: 5px 0;
}
.removeEventBtn {float:left;}
.select-pro li a { color: #777;}

.select-pro li .provider-date {
    float: left;
    width: 93%;
}
.modal-header > .close {
    top: 9px;
    right: 0px;
    background: transparent;
    color: inherit;
    font-size: 25px;
    padding: 0;
    opacity: .9;
}

.modal-dialog {z-index: 1050;}
.thumbnail button.close {
    position: absolute;
    left: 6px;
    top: -3px;
    color: #000;
}
.mid-width.wrapItems .multiselect-container>li>a { 
    white-space: normal;
}
i.addnewc.ion {font-size: 13px;}

.main-container .nav-wrap .site-nav .profile > .group .name {
    margin-bottom: 0;
    margin-top: 16px;
    font-weight: 700;
    color: #777;
}

.select2-container--default 
.select2-selection--single 
.select2-selection__arrow b {left: 100%;}

.main-container .nav-wrap .site-nav .nav-list > li {
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 11px;
    width: 20px;
}