html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/** custom css start **/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    background: #edf0f5;
    position: relative;
}
h2 {
    font-size: 26px;
}
input:: -ms-clear, input:: -ms-reveal {
    display: none;
}
.btn:hover, .btn:focus, .btn:active {
    border: 0px;
    outline: none;
    color: #fff;
    background: intial;
}
/** login css code start **/
.login-bg {
	background: url("../images/login-bg.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
}
.login-col {
	background:rgba(41,40,40,0.7);
	width:100%;
	max-width:450px;
	position:relative;
	margin:100px auto 0;
	-webkit-box-shadow: 0px 0px 38px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 38px -1px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 38px -1px rgba(0,0,0,0.32);
	position:relative;
}
.inner-col {
	padding:70px 40px 30px;
	position:relative;
}
.inner-col h2 {
	text-transform:uppercase;
	color:#fff;
	padding: 30px 0 30px;
	margin:0px;
	font-size:24px;
}
.logo {
	width:353px;
	margin:0 auto;
	display:block;
	position:absolute;
	top:-63px;
	background:#fff;
	border-radius:5px;
	
}
.logo span {
	width:212px;
	display:block;
	padding: 15px 0px;
	margin:0 auto;
	text-align:center;
}
.logo img {
	width:100%;
	height:auto;
}
.right-inner-addon {
    position: relative;
	margin-bottom:30px;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon .form-control {
	height:50px;
}
.right-inner-addon .form-control:focus, .right-inner-addon .form-control:active {
	border:2px solid #ff8915;
	outline:none;
	box-shadow:none;
	color:#000;
	font-weight:600;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 16px 16px;
    pointer-events: none;
	color:#999fa5;
	font-size: 18px;
}
.mid-col {
	overflow:hidden;
	padding-bottom:8px;
}
.mid-col .checkbox {
	margin-top:0px;
}
.checkbox {
  padding-left: 20px;
 }
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 12px; 
	color:#999999;
	font-size:16px;
	line-height: 21px;
	font-size:15px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top:0;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0px;
  font-size:16px;
  color: #ff8915;
  border:1px solid #ff8915; 
  border-radius: 3px;	
	outline:none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; 
  line-height: 19px;
}
.mid-col a.forgot-password {
	float:right;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	padding-top:3px;
}
.login-btn {
	margin-top:10px;
	margin-bottom:20px;
}
.login-btn span {
	text-align:center;
	margin-top:15px;
	display:block;
	color:#fff;
	font-size:15px;
}
.login-btn span a {
	color:#ff8915;
	text-decoration:none;
}
button.custom-btn {
	background:#ff8915;
	padding:14px 0;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	-webkit-text-shadow:0px 0px 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	-webkit-transition:transition:0.5s all;
	-moz-transition:transition:0.5s all;
	-ms-transition:transition:0.5s all;
	transition:0.5s all;
	outline:none;
	border:none;
}
.custom-btn i {
	margin-right:6px;
}
button.custom-btn:hover, button.custom-btn:active, button.custom-btn:focus{
	color:#fff;
	outline:none;
	border:none;
	-webkit-box-shadow: 0px 3px 21px -4px rgba(255,137,21,1);
	-moz-box-shadow: 0px 3px 21px -4px rgba(255,137,21,1);
	box-shadow: 0px 3px 21px -4px rgba(255,137,21,1);
}
.login-bottom {
	font-size:13px;
	color:#999999;
	text-align:center;
}
/** login code end **/
.navbar {
    background: #f6f6f6;
    margin-bottom: 0;
    height: 20px;
}
h1.media-heading {
    color: #73879c;
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 0;
}
#menu-toggle {
    color: #878787;
    margin: 10px 0 0 25px;
    float: left;
}
#menu-toggle:hover {
    color: #225279;
}
#wrapper {
    position: relative;
    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 {
    height: 100%;
    padding-left: 260px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    margin-left: -250px;
    overflow-y: auto;
    background: #fdfdff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 60px;
    bottom: 0;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 25px;
}
.head-logo {
    width: 260px;
    float: left;
    position: relative;
    text-align: center;
    padding: 10px 15px;
    background: #fff;
    z-index: 99999;
}
 #menu-toggle {
    background: #4cb6f2;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: -62px;
    padding: 7px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    padding: 9px 10px;
    outline: none;
}
#menu-toggle:hover {
    color: #fff;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -260px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 240px;
    margin: 0;
    padding: 40px 0;
    list-style: none;
    background: #fdfdff;
}
.sidebar-nav li {
    text-indent: 10px;
    line-height: 45px;
    margin-bottom: 15px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #6c6c6c;
    padding: 0;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
}
.sidebar-nav li a i {
    margin-right: 8px;
    color: #6c6c6c;
    font-size: 18px;
}
.sidebar-nav li a:hover, .sidebar-nav li a.active {
    text-decoration: none;
    background: #ff8915;
    color: #fff;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(255, 137, 21, 0.51);
    -moz-box-shadow: 0px 4px 14px 0px rgba(255, 137, 21, 0.51);
    box-shadow: 0px 4px 14px 0px rgba(255, 137, 21, 0.51);
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
}
.sidebar-nav li a:hover i, .sidebar-nav li a.active i {
    color: #fff;
}
.sidebar-nav li a:active,.sidebar-nav li a:focus {
    text-decoration: none;
}
.dashbaord-logo {
    width: 123px;
    height: auto;
}
.top-head {
    background: #016fae;
    color: #fff;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.20);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
}
.navbar-nav > li > a {
    padding: 23px 20px;
    border-left: 1px solid #e7e7e7;
}
#wrapper {
    padding-left: 250px;
    height: calc(100% - 77px);
    overflow: hidden;
    padding-top: 66px;
}
#wrapper.toggled {
    padding-left: 0;
}
#sidebar-wrapper {
    width: 260px;
    -webkit-box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.19);
    box-shadow: 8px 0px 10px 0px rgba(0,0,0,0.19);
    height: 100%;
}
#wrapper.toggled #sidebar-wrapper {
    width: 0;
}
#page-content-wrapper {
    padding: 38px 35px 30px;
    position: relative;
    height: 100%;
    overflow: auto;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}
.mobile-hedaer {
    display: none;
}
.profile {
    margin-top: 20px;
    float: right;
}
.profile button {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 300;
}
.profile img {
    background: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
}
.profile button:hover,.profile button:focus {
    background: none;
    color: #fff;
    box-shadow: none;
    outline: none;
}
.profile .dropdown-toggle::after {
    display: none;
}
.profile .dropdown {
    margin-right: 10px;
    float: right;
}
.profile .dropdown-menu {
    float: right;
    right: 0;
    width: 100px;
    left: auto;
    margin: 17px 0 0;
    border-radius: 3px;
}
.profile .dropdown .btn {
    padding: 0px;
}
.profile .dropdown span {
    margin-left: 10px;
    margin-right: 33px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
}
.profile .dropdown-menu>li>a {
    text-align: left;
    color: #919191;
    padding: 6px 16px;
    font-size: 15px;
}
.profile .dropdown-menu>li>a i {
    margin-right: 10px;
}
.profile .dropdown-menu>li>a:hover {
    background: #016fae;
    color: #fff;
}
.page-content {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(20, 50, 71, 0.2);
    -moz-box-shadow: 0px 0px 21px 0px rgba(20, 50, 71, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(20, 50, 71, 0.2);
    padding: 20px;
    top: 15px;
}
.search-col input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.search-col input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.search-col input::-ms-input-placeholder { /* Microsoft Edge */
     color: #fff;
}
.search-col {
	width:500px;
	float:right;
	margin-right:60px;
	margin-top: 2px;
}
.search-col {
	position: relative;
	color: #fff;
}
.searchbox {
	border: 0;
	border-bottom: 1px solid #fff;
	outline: none;
	font-size: 14px;
	width: 450px;
	height: 26px;
	background: none;
	padding-left: 0px;
	color: #fff;
	padding-bottom: 6px;
}

.searchsubmit {
	font-family: 'FontAwesome';
	width: 29px;
	height: 26px;
	border: 0;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	color: ##fff;
	cursor: hand; cursor: pointer;
}
/** content part css start **/
.main-box {
	background:#fff;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	-moz-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	-ms-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	margin-bottom: 30px;
}
.inner-box {
	padding:15px;
	overflow: hidden;
}
.card-lft {
	float: left;
	width: 74%;
}
.card-lft h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
}
.card-lft h3 span {
	color: #212121;
	font-size: 16px;
	display: block;
	color: #212121;
	line-height: 18px;
}
.card-rgt {
	font-size: 42px;
	float: right;
	margin-top: 8px;
	width: 26%;
	text-align: right;	
}
.bottom-box {
	padding:10px 0;
	font-size:15px;
	text-align: center;
	color: #fff;
}

.blue-color .card-lft h3, .blue-color .card-rgt {
	color: #3f51b5;
}
.blue-color .bottom-box {
	background: #3f51b5;
}
.red-color .card-lft h3, .red-color .card-rgt {
	color: #e64a19;
}
.red-color .bottom-box {
	background: #e64a19;	
}
.green-color .card-lft h3, .green-color .card-rgt {
	color: #4caf50;
}
.green-color .bottom-box {
	background: #4caf50;
}
.yellow-color .card-lft h3, .yellow-color .card-rgt {
	color: #ffa000;
}
.yellow-color .bottom-box {
	background: #ffa000;
}
.link-col {
	margin:0px 0px 30px;
}
.panel-link {
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
	min-height: 280px;
	padding:0 20px;
	display: table;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	-moz-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	-ms-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
}
.panel-link a {
	font-size:36px;
	color: #fff;
	text-decoration: none;
	transition: 0.5s ease-in-out all;
	line-height: 40px;
	display: table-cell;
	vertical-align: middle;
}
.panel-link a i {
	vertical-align: middle;
}
.panel-link:hover a {
	text-shadow: 1px 1px 2px #000;
}
.blue-bg {
	background: #3f51b5;
}
.orange-bg {
	background: #f56c29;
}
.green-bg {
	background: #4caf50;
}
.yellow-bg {
	background: #ffa000;
}
.bottom-col {
	color: #a5a5a5;
	font-size: 14px;
}
.data-box {
	background: #fff;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	-moz-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	-ms-box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	box-shadow: -1px 0px 5px 0px rgba(153, 155, 169, 0.5);
	overflow: hidden;
}
.top-box {
	padding: 15px 0px;
	overflow: hidden;
}
.top-box h3 {
	font-size: 18px;
	color: #282828;
	text-transform: uppercase;
    line-height: 24px;
    padding-top: 10px;
}
.top-box button {
	width: 130px;
	line-height: 22px;
	font-size:16px;
	float: right;
	padding: 10px 0px;
	text-shadow: none;
}
.data-box hr {
	margin:0;
	border-bottom: 1px solid #d9dfe9;
}
.tbl-block {
	margin: 20px 0;
	overflow: hidden;
	overflow-x: auto;
}
.tbl-block table.tbl-border {
	border:1px solid #ccc;
	margin-bottom:10px;
}
.tbl-block #example_filter {
	margin-bottom: 20px;
}

.tbl-block table.dataTable thead td {
	color: #575757;
}
table.dataTable thead th, table.dataTable tbody td {
	font-size: 14px;
	border-bottom: 1px solid #e1e1e1;
}

table.dataTable tbody tr.odd td {
	background: #fcfcfc;
}
.tbl-block table.dataTable thead th {
	color: #016fae;
}
.delete-icon {
	color:#ed4c48;
}
.edit-icon {
	color:#4caf50;
}
.dataTables_filter input, .dataTables_length select {
	border:1px solid #c7c7c7;
	border-radius: 3px;
}
.dataTables_filter input[type="search"] {
	height: 30px;
}
.tbl-block .dataTables_wrapper .dataTables_paginate .paginate_button  {
	background: none;
	color: #222222;
	border:0px;
	font-size:14px;
}
.tbl-block .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	background: #ff8915;
	border:0px;
}
.tbl-block .dataTables_wrapper .dataTables_paginate .current {
	background: #ff8915;
	color: #fff;
}
.tbl-block .dataTables_info {
    font-size: 14px;
}
@media (max-width: 1280px) {
	.card-lft h3 span {
		font-size: 14px;
	}
	.card-rgt {
		font-size:40px;
	}
	.panel-link a { 
		font-size: 30px;
	}
	.search-col { 
		width: 350px;

	}
	.searchbox {
		width: 300px;
	}
}
@media (max-width: 990px) {
	.panel-link {
		min-height: 250px
	}
	.panel-link a { 
		font-size: 28px;
	}
	.search-col { 
		width: 200px;
		margin-right: 10px;
	}
	.searchbox {
		width: 200px;
	}
}
@media (max-width: 767px) {
	.head-logo {
	    padding: 7px 15px;
	}
	#sidebar-wrapper, .head-logo {
	    width: 220px;
	}
	#wrapper {
	    padding-left: 0;
	    padding-top:80px;
	}
	#sidebar-wrapper {
	    left: 0;
	    margin-left: 0;
	}
	.sidebar-nav {
		 padding: 76px 0;
		 width: 214px;
	}
	.sidebar-nav li {
	    line-height: 42px;
	    margin-bottom: 12px;
	    text-indent: 7px;
	}
	.sidebar-nav li a {
		font-size:14px;
	}
	#sidebar-wrapper {
	    top: 52px;
	}
	#menu-toggle {
	    top: -1px;
	}
	.dashbaord-logo {
		width: 100px;
	}
	.profile {
	    margin-top: 10px;
	}
	.profile .dropdown-menu {
	    min-width: 140px;
	    margin-top: 5px;
	}
	.profile .dropdown-menu > li > a {
	    font-size: 14px;
	    padding: 4px 16px;
	}
	#page-content-wrapper {
		padding: 0px 15px 10px;
	}
	.panel-link {
		min-height: 150px;
	}
	.panel-link a {
		font-size:26px;
	}
	.main-box, .link-col, .panel-link {
		margin-bottom: 15px;
	}
	.bottom-col {
		font-size: 12px;
	}
	.search-col { 
		width: 160px;
		margin-right: 10px;
	}
	.searchbox {
		width: 160px;
	}
	#menu-toggle {
		right: -46px;
	}
	.sidebar-nav {
    	padding: 40px 0;
	}
}
@media (max-width: 640px) {
	.login-col { 
		width:380px;
		max-width:100%;
		margin-top:80px;
	}
	.logo {
		width: 340px;
		top:-52px;
	}
	.logo span {
		width: 170px;
		display: block;
	}
	.logo span {
		    width: 170px;
	}
	.inner-col h2 {
		font-size:22px;
		padding:10px 0 20px;
	}
	.right-inner-addon {
		margin-bottom:20px;
	}
	.inner-col {
		padding:70px 20px 20px;
	}
	.profile {
		width:100%;
		background: #016fae;
		padding-top: 8px;
		padding-bottom: 5px;
		margin-top: 0px;
	}
	.head-logo {
	    background: #fff;
	    width: 100%;
	}
	.head-logo span {
	    width: 123px;
	    float: left;
	}
	#menu-toggle {
		right: 20px;
	}
	#wrapper {
	    padding-left: 0;
	    padding-top:100px;
	}
	.sidebar-nav {
    padding: 76px 0;
	}
}
@media (max-width: 480px) {
    .profile {
	    margin-top: 0px;
	    background: #00639e;
	    padding: 5px 0px;
	    width: 100%;
	}
	#sidebar-wrapper {
	    top: 90px;
	}
	.profile .dropdown-menu {
	    margin-top: 4px;
	}
	#page-content-wrapper {
		padding: 30px 15px 20px;
	}
	.panel-link a {
		font-size:22px;
	}
	.profile .dropdown {
		margin-right: 0px;
	}
	.search-col {
		width: 120px;
		margin-right: 3px;
		font-siz:12px;
	}
	.searchbox {
		width: 120px;
	}
	.sidebar-nav {
    	padding: 37px 0;
	}
}
@media (max-width: 380px) {
	.login-col { 
		width:300px;
		max-width:100%;
	}
	.logo {
		width: 260px;
	}
	.logo span {
		width: 140px;
		display: block;
	}
	.inner-col {
		padding: 50px 20px 20px;
	}
	.mid-col a.forgot-password {
		float: left;
		margin-left: 33px;
		padding-top:5px;
	}
	.login-btn {
		margin-top:10px;
	}
}

