body 
{
	position: relative;
	overflow-x: hidden;
}

.btn-undodelete {
    background-color: gray;
    color: #fff;
}

.btn-danger {
 
  border-radius:4px!important;
}


input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    /* line-height: 34px; */
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


input.submit {
    background-color: #0D2435 !important;
    color: white !important;
}

body,
html { height: 0%;}

/*-------------------------------*/
/*           login            */
/*-------------------------------*/
.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.login-page h2{
	text-align:center;
	color:#FFFFFF;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #d21b0e;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #d21b0e;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

/*-------------------------------*/
/*           login            */
/*-------------------------------*/
.dash-cont{
	padding-top:2em;
}
.dash-cont .panel-heading{
	padding:.5em;
}

/*-------------------------------*/
/*           dashboard          */
/*-------------------------------*/
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 220px;
}

#sidebar-wrapper {
	z-index: 1000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #1a1a1a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}

#page-content-wrapper {
	width: 100%;
    position:absolute;
}



.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}
.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff
}
.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}

.form_main {
    margin-top:50px;
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}
.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}
.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}
.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

#page-content-wrapper .head{
	width: 100%;
	padding-top: 10px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-weight: 300;
	padding-bottom: 10px;
}
#page-content-wrapper .search{
	width: 100%;
	background:#333333;
	font-weight: 300;
}
#page-content-wrapper .search .nav>li {
	position: relative;
	display: block;
	border-right: 1px solid #636161;
}
#page-content-wrapper .search .nav>li>a{
	color:#fff;
	padding: 10px 35px;
}
#page-content-wrapper .contents{
	width: 100%;
	background:#F3F3F3;
	font-weight: 300;
	padding-bottom: 1px;
	padding-left: 0;
	padding-right: 0;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
	
	
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}
#page-content-wrapper .head{
	width: 100%;
	padding-top: 10px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-weight: 300;
	padding-bottom: 11px;
	position: fixed;
	background: #fff;
	z-index: 9999;
}
#page-content-wrapper .head1{
	width: 100%;
	padding-top: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-weight: 300;
	padding-bottom: 20px;
	position: fixed;
	background: #fff;
	z-index: 9999;
	font-size: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#page-content-wrapper .search{
    width: 100%;
	background:#333333;
    font-weight: 300;
	padding-top: 55px;
}
#page-content-wrapper .search .nav>li {
    position: relative;
    display: block;
    border-right: 1px solid #636161;
}
#page-content-wrapper .search .nav>li>a{
    color:#fff;
	padding: 10px 35px;
}
#page-content-wrapper .contents{
    width: 100%;
	background:#F3F3F3;
    font-weight: 300;
	padding-bottom: 1px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.mt-5{
    
    margin-top:5em !important;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
	
.hamburger {
  position: fixed;
  top: 8px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
}
.hamburger i{
	font-size: 24px;
}
/*.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #080808;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}*/

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(250,250,250,.8);*/
    z-index: 1;
}
.btn-glyphicon { padding:8px; background:#ffffff; margin-right:4px; }
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}
.btn-dangers {
    color: #fff;
    background-color: #af2723;
    border-color: #af2723;
    border-radius: 0;
    width: 25%;
}
a.btn-dangers:hover{
	color: #fff;
    background-color: #272727;
}
.btn-dangerss {
    color: #fff;
    background-color: #af2723;
    border-color: #af2723;
    border-radius: 0;
    width: 18%;
}
a.btn-dangerss:hover{
	color: #fff;
    background-color: #272727;
}
.logo-icon{
	float:right;
}
.logo-icon div#demo{
	position: absolute;
    width: 100%;
    right: 0;
	padding:0.2em;
    background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.cards {
  margin: auto;
  text-align: center !important;
  font-family: arial;
}
.card i{
	font-size:45px;
	color:#999999;
}
.title {
  color: grey;
  font-size: 16px;
}
#custom-search-input{
    border: solid 1px #E4E4E4;
    border-radius: 2px;
    background-color: #fff;
	margin-top: 3px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.buttons {
    background: #af2723;
	color: #fff;
	padding: 0.5em;
	border-radius: 2px;
}
.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}
/* Profile Content */
.tab-content .categ {
    padding-left: 5px;
    padding-right: 5px;
}
.profile-content {
  padding: 2px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	margin-bottom: 6px;
}
.profile-content h4{
	text-align:center;
	font-size: 13px;
	padding-top: 0.5em;
}
.contents .col-lg-8 .tab-content{
	padding-top:10px;
}
.contents .col-lg-4 .tab-content{
	background:#fff;
}
.tab-pane a{
	color:#333;
}
.tab-pane a:hover{
	color:#af2723;
	text-decoration:none;
}
.cause-list {
	margin-left: -13px;
	border-right: 1px solid #ccc;
}
.cause-list .icon-holder {
	margin: 0;

    border-left: 1px solid #c7c4c4;
    background: #ffffff;
}

.cause-list li {
	padding: 0 13px;
	
}
.cause-list li label {
	color: #eda636;
	font-size: 14px;
	text-transform: uppercase;
	margin: 12px 0 0;
	display: block;
	text-align: center;
	font-weight: normal
}
.icon-holder {
	background: #eda636;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
}
.dsp-flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	-webkit-align-items: center;
	justify-content: center
}
.font_70 { font-size: 16px !important;}
.cause-list .icon-holder i{
	color: #636161;
    padding: 0.8em 0.5em;
}
	nav.sidebar.navbar {
		border-radius: 0px;
		position: relative;
		top: -3em;
	}

	nav.sidebar, .main{
		-webkit-transition: margin 200ms ease-out;
	    -moz-transition: margin 200ms ease-out;
	    -o-transition: margin 200ms ease-out;
	    transition: margin 200ms ease-out;
	}

	/* Add gap to nav and right windows.*/
	.main{
		padding: 10px 10px 0 10px;
	}

	/* .....NavBar: Icon only with coloring/layout.....*/

	/*small/medium side display*/
	@media (min-width: 768px) {

		/*Allow main to be next to Nav*/
		.main{
			position: absolute;
			width: calc(100% - 40px); /*keeps 100% minus nav size*/
			margin-left: 40px;
			float: right;
		}

		/*lets nav bar to be showed on mouseover*/
		nav.sidebar:hover + .main{
			margin-left: 200px;
		}

		/*Center Brand*/
		nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			margin-left: 0px;
		}
		/*Center Brand*/
		nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
			text-align: center;
			width: 100%;
			margin-left: 0px;
		}

		/*Center Icons*/
		nav.sidebar a{
			padding-right: 13px;
		}

		/*adds border top to first nav box */
		nav.sidebar .navbar-nav > li:first-child{
			/*border-top: 1px #e5e5e5 solid;*/
		}

		/*adds border to bottom nav boxes*/
		nav.sidebar .navbar-nav > li{
			border-bottom: 1px #565555  solid;
		}

		/* Colors/style dropdown box*/
		nav.sidebar .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*allows nav box to use 100% width*/
		nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
			padding: 0 0px 0 0px;
		}

		/*colors dropdown box text */
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
			color: #777;
		}

		/*gives sidebar width/height*/
		nav.sidebar{
			height: 100%;
			float: left;
			z-index: 8000;
			margin-bottom: 0px;
		}

		/*give sidebar 100% width;*/
		nav.sidebar li {
			width: 100%;
		}

		/* Move nav to full on mouse over*/
		nav.sidebar:hover{
			margin-left: 0px;
		}
		/*for hiden things when navbar hidden*/
		.forAnimate{
			opacity: 0;
		}
	}

	/* .....NavBar: Fully showing nav bar..... */

	@media (min-width: 1330px) {

		/*Allow main to be next to Nav*/
		.main{
			width: calc(100% - 200px); /*keeps 100% minus nav size*/
			margin-left: 200px;
		}

		/*Show all nav*/
		nav.sidebar{
			margin-left: 0px;
			float: left;
		}
		/*Show hidden items on nav*/
		nav.sidebar .forAnimate{
			opacity: 1;
		}
	}

	nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #CCC;
		background-color: transparent;
	}

	nav:hover .forAnimate{
		opacity: 1;
	}
	section{
		padding-left: 15px;
	}
	.contents .cat{
		padding-left: 2em;
	}
	
	table.table tr th, table.table tr td {
        border-color: #e9e9e9;
		padding: 12px 15px;
		vertical-align: middle;
    }
	table.table tr th:first-child {
		width: 60px;
	}
	table.table tr th:last-child {
		width: 100px;
	}
    table.table-striped tbody tr:nth-of-type(odd) {
    	background-color: #fcfcfc;
	}
	table.table-striped.table-hover tbody tr:hover {
		background: #f5f5f5;
	}
    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }	
    table.table td:last-child i {
		opacity: 0.9;
		font-size: 22px;
        margin: 0 5px;
    }
	table.table td a {
		font-weight: bold;
		color: #fff;
		display: inline-block;
		text-decoration: none;
	}
	table.table td a:hover {
		color: #2196F3;
	}
	table.table td a.settings {
        color: #2196F3;
    }
    table.table td a.delete {
        color: #F44336;
    }
    table.table td i {
        font-size: 19px;
    }
	table.table .avatar {
		border-radius: 50%;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.count-input {
  position: relative;
  width: 100%;
  max-width: 165px;
  margin: 10px 0;
}
.count-input input {
  width: 100%;
  border:none;
  border-radius: 2px;
  background: none;
  text-align: center;
}
.count-input input:focus {
  outline: none;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  text-decoration:none;
  background: #ece6e6;
  border-radius: 100%;
  color: #636161;
}
.count-input .incr-btn:first-child {
	right: auto;
	left: 0;
	top: 46%;
	background: #ece6e6;
	border-radius: 100%;
	color: #636161;
}
.count-input.count-input-sm {
  max-width: 125px;
}
.count-input.count-input-sm input {
  height: 36px;
}
.count-input.count-input-lg {
  max-width: 200px;
}
.count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px;
}
/* width */
.table-responsive::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.search .col-lg-4{
	padding-left: 3px;
}
.panel-body {
    padding: 0;
}
.panel-body .act_p{
	background: #333;
    color: #fff;
    padding-left: 1em;
    font-weight: 600;
	margin: 0 0 0px;
}	
.panel-primary .clickable{
	background: #333;
    position: relative;
    left: 12em;
    padding: 0.2em;
	margin: 0 0 0px;
}	
.panel-primary .radios{
	background: #666;
	color:#fff;
	padding: 0.5em;
	border-bottom: 1px solid #888686;
}
.panel-primary .tot{
	background: #666;
    padding-top: 5px;
	padding-right : 3px;
	padding-left: 3px;
    color: #fff;
}	
.head_acount{
	background: #333;
}
.head_acount h4{
	text-align:center;
	color:#fff;
}
.acount-btn{
	padding: 0.5em;
}
#page-content-wrapper .footer{
	width: 100%;
	background:#333333;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0.2em;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #333333;
	color: white;
}
#page-content-wrapper .footer p{
	
	text-align:center;
	color:#fff;
	margin:0;
	padding:0.2em;
}
.contents .main_sidebar{
	padding-left: 0;
    padding-right: 0;
}
.contents .tab_act{
	padding-left:0;
}
.tab-content{
	padding-top:5px;
}
/*report section css*/
.search h1{
	text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}	
	
#page-content-wrapper .forms{
	width: 100%;
	background:#F3F3F3;
    font-weight: 300;
}
.forms .form_main{
	padding: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 3px solid #af2723;
    background: #fff;
}
.contents .form_main{
	padding: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 3px solid #af2723;
    background: #fff;
}
#page-content-wrapper .record_table{
    background: #fff;
    padding-top: 2em;
    border-top: 1px solid #af2723;
}	
/*---------------------searchresult---------------*/
#myInput {
  background-image: url('../img/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}
/*-------------loader----------*/
.ajaxloader{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background: #1d1b1b5c;
    z-index: 99999;
}
.loader {
  
  position: fixed;
  left: 50%;
  top: 40%;
  border: 6px solid #ffff;
  border-radius: 50%;
  border-top: 6px solid #0f6aa7;
  border-bottom: 6px solid #0f6aa7;
  border-left: 6px solid #0f6aa7;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 1052;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sidebar{
	width:100%;
	background:none;
}
@media (min-width:768px){
    .sidebar{
        position: fixed;
        top: 0;
        left: 0;
        /*padding-top: 30px; */
        min-height: 100%;
         width: 90px; 
    	background:#333;
        z-index: 810;
        -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
        transition: transform .3s ease-in-out,width .3s ease-in-out;
	}
	
	
	
}
@media (max-width:768px){
    #page-content-wrapper .search {
        padding-top: 45px;
    }
	
	#custom-search-input {
        margin-top: 15px;
    }
}    
/*-------------kt-panel---------------------*/
#page-content-wrapper .kt-panel {
    width: 100%;
    background: #F3F3F3;
    font-weight: 300;
}
.ordernav-tabs .navbar{
	position: relative;
	min-height:none !important;
    margin-bottom: 0px !important;
    border: none !important;
}
.ordernav-tabs .nav>li {
   
     border-bottom: none !important; 
}
.ordernav-tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
    color: #af2723;
    /* font-weight: 550; */
}
.ordernav-tabs .nav>li>a:hover{
	background:: #af2723;
	color: #fff;
}

.ordernav-tabs .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -2px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #9e1717ed;
    background-image: none;
    border: 1px solid #ffffffa8;
    border-radius: 4px;
}
.kt-panel .ktpanel-main {
    margin-bottom: 0.5em;    
}
serviceBox{
    padding: 10px 0 30px;
    text-align: center;
    background: #f2f2f2;
	
}
.serviceBox .service-icon{
    padding: 5px 30px;
}
.serviceBox .service-icon a{
    color: #fff;
    font-size: 50px;
}
.serviceBox .service-content{
    padding: 5px 20px;
	color: #6c6060;
}
.serviceBox .service-content h3{
    font-size: 20px;
    text-transform: uppercase;
	text-align:center;
}
.serviceBox .service-content hr{
    background: #b4b4b4;
    height: 1px;
}
.serviceBox .service-content p{
    font-size: 14px;
    text-align: justify;
}
.serviceBox{background:#fff;margin-top: 0.5em;-webkit-box-shadow: 0px 0px 5px 0px rgba(210, 201, 201, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(210, 201, 201, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(210, 201, 201, 0.75)}
.serviceBox .read{
    overflow: hidden;
}
.serviceBox .read a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 19px;
    color: #fff;
    background: #b7b7b7;
    float: right;
}
.serviceBox.yellow .service-icon,
.serviceBox.yellow:hover .read a{
    background: #f1bb40;
}
.serviceBox.yellow:hover h3{
    color:#f1bb40;
}
.serviceBox.grey .service-icon,
.serviceBox.grey:hover .read a{
    background: #d8d2d2;
}
.serviceBox.grey:hover h3{
    color:#d8d2d2;
}
.serviceBox.red .service-icon,
.serviceBox.red:hover .read a{
    background: #af2723;
    color: #fff;
}
.serviceBox.red:hover h3{
    color:#af2723;
}
@media screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media screen and (max-width: 479px){
    .serviceBox .service-content{
       padding: 10px 10px;
    }
	.service-content button {
		margin-left: 8em;
	}
	.contents .col-lg-4 .tab-content {

		background: none!important;
	
	}
	.profile-content h4{
    	text-align:center;
    	font-size: 9px;
    }
    .tab-content .categ {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.service-icon ul li{
	list-style:none;
	display:inline-block;
}
.service-content ul li{
	list-style:none;
	display:inline-block;
	font-size:18px;
	margin-left: -2.1em;
}
.service-content button{
	margin-left: 0em;
}
/*-------//kt-panel----------*/
/*-------sel-menu----------*/
#page-content-wrapper .sel-menu{
    width: 100%;
    background: #F3F3F3;
    font-weight: 300;

}
.sel-menu .selmenu-main {
    margin-bottom: 0.5em;    
}
#sel_menu .item{
	margin: 3px;
}
#sel_menu .item .menu{
	margin-bottom: 0.1em;
    padding: 0.1em;
}
#sel_menu .item img{
	display: block;
	width: 100%;
	height: auto;
}


.owl-nav .owl-next {
    border: 1px solid #CC0001;
    right: -45px;
    background: #CC0001!important;
    opacity: 1!important;
    font-size: 18px!important;
    margin: 0 4px!important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0!important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	position: relative;
    float:right;
	top: -26.4em;
	left:1.7em;
}
.owl-nav i {
    margin-left: 0;
    color: #fff;
    display: block;
    line-height: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	padding: 0.2em;
}
.owl-nav .owl-prev {
    border: 1px solid #CC0001;
    background: #CC0001!important;
    opacity: 1!important;
    font-size: 18px!important;
    margin: 0 1px!important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0!important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	position: relative;
    top: -24.9em;
    bottom: 0;
    left: -1.6em;
}

/*-------//sel-menu----------*/

.contain-5{
	padding-right:5px !important;
}
.search-line{
	padding: 18px !important;
}
.amount-dash{
	padding-left:0 !important;
	padding-right:0 !important;
	padding-top: 1em;
}
.amount-dash span{
	font-size:21px;
}
.menu-logo{
	position: relative;
	left: 2em;
}	

.tot .btn{
	height:70px;
	width:100%;
}
.p-2{
	padding-top:20px;
}
.modal-small{
	width:50% !important;
	margin:0 auto !important;
}

@media screen and (max-width: 1024px){
	.contain-5 .conts .btn {
		padding: 1px 5px !important;
		margin-bottom: 0 !important;
		font-size: 12px !important;
		font-weight: 700;
	}
	.dash-cont {
     padding-top: 0.8em;
    }
	#nav-tabs-wrapper {

		display: block !important;
		margin-top: 10px !important;
	
	}
	.nav-tabs-horizontal {
		padding: 0 !important;
		border: 1px solid #902f2f !important;
		border-radius: 0px !important;
		background-color: tranaparent !important;
	}
	.search h1 {
		text-align: center;
		line-height: 1.6em  !important;
	
	}
	.contents .cat {
        padding-left: 1.4em;
    }
    
    #page-content-wrapper .search {
        padding-top: 45px;
    }
    #custom-search-input {
     
        margin-top: 15px;
    }

}

.griding {
 -moz-column-width: 15em;
 -webkit-column-width: 15em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em; 
   columns: 250px;
   column-gap: 20px;
  
}

.thumbnailed {
 display: inline-block;
 margin:  0.25rem;
 padding:  1rem;
 width:  100%; 
 background:  #efefef;
  break-inside: avoid-column;
    margin-bottom: 1rem;
}
.menu_list{
    display:block;
    display: -webkit-box;
    max-width: 100%;
    width: 190px;
    text-align: justify;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@-moz-document url-prefix() {

  .menu_list {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
 .menu_list:before {
    background: #FFFFFF;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -1rem;
    width: 2rem;
  }
  .menu_list:after {
    content: '';
    background: #FFFFFF;
    position: absolute;
     width: 190px;
    width: 100%;
    z-index: 1;
  }
}  
.navbar {
    margin-bottom: 0px !important;
   
}
