@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i);
a, a:focus, a:hover {
	text-decoration: none
}
.jq-toast-single, .jq-toast-single h2, .ui-selectmenu-button.ui-button, .ui-widget, .wizard>.content, body {
	font-family: Roboto, sans-serif
}
.badge:empty, .label {
	vertical-align: middle
}
.btn-danger:hover, .btn-indigo:hover, .btn-info:hover, .btn-primary:hover, .btn-success:hover, .btn-teal:hover, .btn-warning:hover {
	opacity: .9
}
.admin-logo sub, blockquote {
	font-style: italic
}
.btn.btn-icon, .btn.btn-rounded, .fc-button, .fileupload, .group-icon, .overflow-hidden, .sidebar-contact-list .media-box-body, .wizard>.content, .wizard>.content>.body {
	overflow: hidden
}
.bg-light-dark {
	background-color: rgba(0,0,0,.1)
}
.white-bg {
	background: #fff
}



.c-single-question {
    background: #FFF;
    box-shadow: #c8deec 0 0 15px;
    padding: 20px;
}

    .c-single-question label {
        color: #1e2d35;
        font-size: 45px;
        font-weight: 400;
        position: relative;
        padding-left: 35px;
        margin-bottom: 14px;
    }

        .c-single-question label:before,
        .c-all-identity-table__single .c-section-title:before {
            counter-increment: my-sec-counter;
            content: counter(my-sec-counter);
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
            background: #f16822;
            color: #FFF;
            font-size: 14px;
            font-weight: 700;
            position: absolute;
            left: 0;
            top: 50%;
            border-radius: 100%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .c-single-question ul > li {
        margin-bottom: 12px;
    }

        .c-single-question ul > li input {
            margin-right: 8px;
        }




.c-each-checkbox__grp {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 12px 15px;
    z-index: 1;
    position: relative;
}

    .c-each-checkbox__grp input {
        margin-right: 5px;
    }

        .c-each-checkbox__grp input:checked + label:before {
            background: #0db14b;
        }

        .c-each-checkbox__grp input:checked + label {
            color: #FFF;
        }

    .c-each-checkbox__grp label:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        position: absolute;
    }

    .c-each-checkbox__grp label {
        margin: 0;
    }

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.w-auto {
    width: auto !important;
}

.d-inline-block {
    display: inline-block !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}






body {
	color: #404E67;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	overflow-x: hidden;
	background-color: #f1f4f5
}
a, a.text-muted:hover {
	color: #42a5f5
}
a {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}
a:focus, a:hover {
	outline: 0!important
}
a blockquote {
	color: #666
}
hr {
	margin-top: 15px;
	margin-bottom: 15px
}
button:focus {
	outline: 0!important
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 500
}
b, strong {
	font-weight: 500!important
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.mv-0, .no-margin {
	margin: 0!important
}
.padding-20 {
	padding: 20px
}
.no-padding {
	padding: 0!important
}
.text-sm {
	font-size: 12px!important
}
.font-100 {
	font-weight: 100!important
}
.font-300 {
	font-weight: 300!important
}
.font-400 {
	font-weight: 400!important
}
.font-500 {
	font-weight: 500!important
}
.font-600 {
	font-weight: 600!important
}
.font-700 {
	font-weight: 700!important
}
.pv-15 {
	padding-top: 15px!important;
	padding-bottom: 15px!important
}
.padding-5 {
	padding: 5px!important
}
.mt-0 {
	margin-top: 0!important
}
.mt-10 {
	margin-top: 10px!important
}
.fs-large {
	font-size: 124px
}
.bb {
	border-bottom: 1px solid rgba(0,0,0,.12)
}
.br {
	border-right: 1px solid rgba(0,0,0,.12)
}
.brs {
	border: 1px solid rgba(0,0,0,.12)!important
}
.pv-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.row-table {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0
}
.row-table>[class*=col-] {
display:table-cell;
float:none;
table-layout:fixed;
vertical-align:middle
}
.padding-0 {
	padding: 0!important
}
.font-lg {
	font-size: 60px;
	line-height: 60px
}
.bg-light {
	background-color: #fff!important;
	border-color: #fff
}
.bg-gray {
	background-color: #f7f9fa!important;
	border-color: #f7f9fa!important
}
.bg-primary {
	background-color: #42a5f5!important;
	border-color: #42a5f5!important;
	color: #fff
}
.bg-blue {
	background-color: #03A9F4!important;
	border-color: #03A9F4!important;
	color: #fff
}
.bg-success {
	background-color: #66BB6A!important;
	border-color: #66BB6A!important;
	color: #fff
}
.bg-danger {
	background-color: #EF5350!important;
	border-color: #EF5350!important;
	color: #fff
}
.bg-info {
	background-color: #56afd7!important;
	border-color: #56afd7!important;
	color: #fff
}
.bg-teal {
	background-color: #26A69A!important;
	border-color: #26A69A!important;
	color: #fff
}
.bg-indigo {
	background-color: #796AEE!important;
	border-color: #796AEE!important;
	color: #fff
}
.bg-warning {
	background-color: #f8c200!important;
	border-color: #f8c200!important;
	color: #fff
}
.bg-muted {
	background-color: #909fa7!important;
	border-color: #909fa7!important;
	color: #fff
}
.bg-dark {
	background-color: #212121!important;
	border-color: #212121!important;
	color: #fff
}
.alert-danger, .alert-info, .alert-success, .alert-warning {
	background-color: transparent
}
.text-muted {
	color: #909fa7
}
.text-primary {
	color: #42a5f5
}
.text-success {
	color: #66BB6A
}
.text-danger {
	color: #EF5350
}
.text-warning {
	color: #f8c200
}
.text-blue {
	color: #03A9F4
}
.text-info {
	color: #56afd7
}
.text-teal {
	color: #26A69A
}
.text-indigo {
	color: #796AEE
}
.alert {
	-webkit-box-shadow: 0 0 20px rgba(204,204,204,1);
	box-shadow: 0 0 20px rgba(204,204,204,1)
}
.alert strong {
	font-weight: 600!important
}
.alert-danger {
	color: #EF5350;
	border-color: #EF5350
}
.alert-warning {
	color: #f8c200;
	border-color: #f8c200
}
.alert-info {
	color: #56afd7;
	border-color: #56afd7
}
.alert-success {
	color: #66BB6A;
	border-color: #66BB6A
}
.jq-icon-info {
	background-color: #56afd7
}
.jq-icon-success {
	background-color: #66BB6A
}
.jq-icon-warning {
	background-color: #f8c200
}
.jq-icon-error {
	background-color: #EF5350
}
.close-jq-toast-single {
	position: absolute;
	top: 1px;
	right: 4px;
	font-size: 14px;
	cursor: pointer
}
.panel-body, .panel-search {
	position: relative
}
.jq-toast-single {
	border-radius: 0
}
.jq-toast-loader {
	height: 2px;
	border-radius: 0
}
.dropcap:first-letter {
	font-size: 18px;
	font-weight: 700;
	color: #42a5f5;
	display: inline-block
}
.margin-b-0 {
	margin-bottom: 0
}
.margin-b-5 {
	margin-bottom: 5px
}
.margin-b-10 {
	margin-bottom: 10px
}
.margin-b-20 {
	margin-bottom: 20px
}
.margin-b-30 {
	margin-bottom: 30px
}
.margin-b-40 {
	margin-bottom: 40px
}
.margin-b-50 {
	margin-bottom: 50px
}
.margin-r-5 {
	margin-right: 5px
}
.margin-l-5 {
	margin-left: 5px
}
.margin-tb-10 {
	margin: 10px 0
}
.margin-tb-20 {
	margin: 20px 0
}
.margin-tb-30 {
	margin: 30px 0
}
.pad-v {
	padding: 10px 0
}
.fullwidth {
	margin-left: -30px;
	margin-right: -30px;
	padding: 0 30px
}
.main-content.container {
	width: auto;
	min-height: 100vh;
	padding: 90px 30px 40px;
	position: relative;
	margin-left: 240px;
	-moz-transition: margin-left .3s;
	-o-transition: margin-left .3s;
	-webkit-transition: margin-left .3s;
	transition: margin-left .3s
}
.infont a, .line-icons .item {
	padding: 10px;
	color: #4d4d4d;
	display: block;
	text-align: center
}
body.nav-toggle .main-content {
	margin-left: 0
}
.infont a {
	margin: 1px
}
.infont a i {
	font-size: 22px;
	display: block
}
.line-icons .item span[aria-hidden=true] {
	display: block;
	font-size: 20px
}
.slimScrollBar {
	background: #a4a4a4!important
}
.dashboard-only-content {
	padding-top: 30px
}
.panel {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.05);
	box-shadow: 0 5px 20px rgba(0,0,0,.05);
	border-color: #d7dfe3;
	border-radius: 3px
}
.panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 15px;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 18px
}
.panel-heading>p {
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	padding: 0;
	margin: 0
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.panel-primary {
	border-color: #42a5f5
}
.panel-default>.panel-heading {
	background-color: transparent;
	border-bottom: 0;
	color: #404E67;
	font-weight: 400
}
.panel-default .panel-heading a.collapsed {
	color: #666
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #42a5f5;
	border-color: #42a5f5
}
.panel-primary>.panel-heading a {
	color: #fff
}
.panel-success {
	border-color: #66BB6A
}
.panel-success>.panel-heading {
	color: #fff;
	background-color: #66BB6A;
	border-color: #66BB6A
}
.panel-success>.panel-heading a {
	color: #fff
}
.panel-info {
	border-color: #56afd7
}
.panel-info>.panel-heading {
	color: #fff;
	background-color: #56afd7;
	border-color: #56afd7
}
.panel-info>.panel-heading a {
	color: #fff
}
.panel-warning {
	border-color: #f8c200
}
.panel-warning>.panel-heading {
	color: #fff;
	background-color: #f8c200;
	border-color: #f8c200
}
.panel-warning>.panel-heading a {
	color: #fff
}
.panel-danger {
	border-color: #EF5350
}
.panel-danger>.panel-heading {
	color: #fff;
	background-color: #EF5350;
	border-color: #EF5350
}
.panel-danger>.panel-heading a {
	color: #fff
}
.panel-indigo {
	border-color: #796AEE
}
.panel-indigo>.panel-heading {
	color: #fff;
	background-color: #796AEE;
	border-color: #796AEE
}
.panel-indigo>.panel-heading a {
	color: #fff
}
.panel-teal {
	border-color: #26A69A
}
.panel-teal>.panel-heading {
	color: #fff;
	background-color: #26A69A;
	border-color: #26A69A
}
.panel-teal>.panel-heading a {
	color: #fff
}
.panel-search {
	width: 170px;
	float: right
}
.panel-search .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	height: 24px;
	font-size: 12px;
	font-weight: 300
}
.search-form .form-control, .well-default {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none
}
.panel-search span {
	position: absolute;
	right: 10px;
	top: 7px;
	border: 0;
	font-size: 11px
}
.badge, .label {
	font-size: 10px;
	font-weight: 400
}
.panel-footer {
	padding: 10px 15px;
	background: #fff
}
.well-default {
	box-shadow: none;
	background: #fff
}
.top-bar.primary-top-bar {
	background: #42a5f5
}
.top-bar.primary-top-bar .top-right-nav>li>a, .top-bar.primary-top-bar .top-right-nav>li>a:hover {
	color: #fff
}
.top-bar.primary-top-bar .top-right-nav>li>a img {
	border: 2px solid rgba(0,0,0,.05)
}
.top-bar.primary-top-bar .search-form i {
	color: #fff
}
.top-bar.primary-top-bar .search-form .form-control {
	border: 1px solid rgba(255,255,255,.2);
	color: #333
}
.top-bar.primary-top-bar .search-form .form-control::-webkit-input-placeholder {
color:#fff
}
.top-bar.primary-top-bar .search-form .form-control:-moz-placeholder {
color:#fff
}
.top-bar.primary-top-bar .search-form .form-control::-moz-placeholder {
color:#fff
}
.top-bar.primary-top-bar .search-form .form-control:-ms-input-placeholder {
color:#fff
}
.top-bar.primary-top-bar .left-nav-toggle a {
	color: #fff
}
.top-bar.light-top-bar {
	background: #fff;
	border-bottom: 1px solid #ddd
}
.top-bar.light-top-bar .top-right-nav>li>a {
	color: #aaa
}
.top-bar.light-top-bar .top-right-nav>li>a:hover {
	color: #23b7e5
}
.top-bar.light-top-bar .top-right-nav>li>a img {
	border: 2px solid rgba(0,0,0,.05)
}
.top-bar.light-top-bar .search-form i {
	color: #4d4d4d
}
.top-bar.light-top-bar .search-form .form-control {
	border: 1px solid #f5f5f5;
	color: #333;
	background-color: #fff
}
.top-bar.light-top-bar .search-form .form-control::-webkit-input-placeholder {
color:#4d4d4d
}
.top-bar.light-top-bar .search-form .form-control:-moz-placeholder {
color:#4d4d4d
}
.top-bar.light-top-bar .search-form .form-control::-moz-placeholder {
color:#4d4d4d
}
.top-bar.light-top-bar .search-form .form-control:-ms-input-placeholder {
color:#4d4d4d
}
.top-bar.light-top-bar .left-nav-toggle a {
	color: #999
}
.label {
	display: inline
}
.badge:empty, .circle {
	display: inline-block
}
.label-primary {
	background-color: #42a5f5
}
.label-danger {
	background-color: #EF5350
}
.label-warning {
	background-color: #f8c200
}
.label-info {
	background-color: #56afd7
}
.label-success {
	background-color: #66BB6A
}
.label-default {
	background-color: #dde6e9;
	color: #333
}
.label-indigo {
	background-color: #796AEE
}
.label-teal {
	background-color: #26A69A
}
.badge:empty {
	padding: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	min-width: auto
}
.badge {
	padding: 2px 5px
}
.badge-primary {
	background-color: #42a5f5
}
.badge-danger {
	background-color: #EF5350
}
.badge-warning {
	background-color: #f8c200
}
.badge-info {
	background-color: #56afd7
}
.badge-success {
	background-color: #66BB6A
}
.badge-default {
	background-color: #dde6e9;
	color: #333
}
.badge-indigo {
	background-color: #796AEE
}
.badge-teal {
	background-color: #26A69A
}
.circle {
	width: 7px;
	height: 7px;
	border-radius: 500px;
	margin: 0 .5em;
	background-color: #f5f5f5;
	vertical-align: baseline;
	border: 2px solid transparent
}
.circle-primary {
	background: #42a5f5
}
.circle-success {
	background: #66BB6A
}
.circle-info {
	background: #56afd7
}
.circle-warning {
	background: #f8c200
}
.circle-danger {
	background: #EF5350
}
.circle-teal {
	background: #26A69A
}
.circle-indigo {
	background: #796AEE
}
.circle-lg {
	width: 11px;
	height: 11px
}
.buttons a {
	margin: 3px
}
.btn-space {
	margin-right: 5px;
	margin-bottom: 5px
}
.btn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	line-height: 1.538462;
	font-weight: 400;
	padding: 8px 12px;
	-webkit-box-shadow: 0 0 20px rgba(204,204,204,1);
	box-shadow: 0 0 20px rgba(204,204,204,1)
}
.btn.btn-sm {
	padding: 6px 10px
}
.btn.btn-lg {
	padding: 10px 30px;
	font-size: 16px
}
.btn.btn-xs {
	padding: 4px 8px;
	font-size: 11px
}
.btn.btn-rounded {
	border-radius: 100px;
	-webkit-border-radius: 100px
}
.btn.btn-icon {
	position: relative;
	padding-left: 50px
}
.btn.btn-icon i {
	position: absolute;
	height: 100%;
	width: 40px;
	line-height: 38px;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.1)
}
.btn-default {
	background-color: #fff;
	border-color: #dde6e9
}
.btn-default:hover {
	background-color: #dde6e9;
	border-color: #dde6e9;
	opacity: .9
}
.btn-default:focus {
	border-color: #dde6e9;
	background: #fff
}
.btn-primary, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #42a5f5;
	border-color: #42a5f5
}
.btn-info, .btn-info:focus, .btn-info:hover {
	color: #fff;
	background-color: #56afd7;
	border-color: #56afd7
}
.btn-success, .btn-success:focus, .btn-success:hover {
	color: #fff;
	border-color: #66BB6A
}
.btn-success {
	background-color: #66BB6A
}
.btn-warning, .btn-warning:focus, .btn-warning:hover {
	color: #fff;
	background-color: #f8c200;
	border-color: #f8c200
}
.btn-danger, .btn-danger:focus, .btn-danger:hover {
	color: #fff;
	background-color: #EF5350;
	border-color: #EF5350
}
.btn-teal, .btn-teal:focus, .btn-teal:hover {
	border-color: #26A69A;
	color: #fff
}
.btn-teal {
	background-color: #26A69A
}
.btn-indigo {
	background-color: #796AEE;
	border-color: #796AEE;
	color: #fff
}
.btn-indigo:focus, .btn-indigo:hover {
	color: #fff
}
.btn.btn-border:hover {
	opacity: 1!important
}
.btn.btn-border {
	background-color: transparent
}
.btn.btn-border.btn-default {
	border: 1px solid #dde6e9
}
.btn.btn-border.btn-default:hover {
	background-color: #dde6e9
}
.btn.btn-border.btn-default:focus, .btn.btn-border.btn-primary:focus {
	background-color: transparent
}
.btn.btn-border.btn-primary {
	color: #42a5f5;
	border: 1px solid #42a5f5
}
.btn.btn-border.btn-primary:hover {
	background-color: #42a5f5;
	color: #fff
}
.btn.btn-border.btn-success {
	color: #66BB6A;
	border: 1px solid #66BB6A
}
.btn.btn-border.btn-success:focus {
	background-color: transparent
}
.btn.btn-border.btn-success:hover {
	background-color: #66BB6A;
	color: #fff
}
.btn.btn-border.btn-info {
	color: #56afd7;
	border: 1px solid #56afd7
}
.btn.btn-border.btn-info:focus {
	background-color: transparent
}
.btn.btn-border.btn-info:hover {
	background-color: #56afd7;
	color: #fff
}
.btn.btn-border.btn-warning {
	color: #f8c200;
	border: 1px solid #f8c200
}
.btn.btn-border.btn-warning:focus {
	background-color: transparent
}
.btn.btn-border.btn-warning:hover {
	background-color: #f8c200;
	color: #fff
}
.btn.btn-border.btn-danger {
	color: #EF5350;
	border: 1px solid #EF5350
}
.btn.btn-border.btn-danger:focus {
	background-color: transparent
}
.btn.btn-border.btn-danger:hover {
	background-color: #EF5350;
	color: #fff
}
.btn.btn-border.btn-indigo {
	color: #796AEE;
	border: 1px solid #796AEE
}
.btn.btn-border.btn-indigo:focus {
	background-color: transparent
}
.btn.btn-border.btn-indigo:hover {
	background-color: #796AEE;
	color: #fff
}
.btn.btn-border.btn-teal {
	color: #26A69A;
	border: 1px solid #26A69A
}
.btn.btn-border.btn-teal:focus {
	background-color: transparent
}
.btn.btn-border.btn-teal:hover {
	background-color: #26A69A;
	color: #fff
}
.btn-dribbble, .btn-dropbox, .btn-facebook, .btn-flickr, .btn-github, .btn-googleplus, .btn-instagram, .btn-linkedin, .btn-skype, .btn-tumblr, .btn-twitter, .btn-youtube {
	color: #fff!important
}
.btn-facebook {
	background-color: #3b5998!important
}
.btn-twitter {
	background-color: #55acee!important
}
.btn-linkedin {
	background-color: #007bb6!important
}
.btn-dribbble {
	background-color: #ea4c89!important
}
.btn-googleplus {
	background-color: #dd4b39!important
}
.btn-instagram {
	background-color: #3f729b!important
}
.btn-pinterest {
	color: #fff!important;
	background-color: #cb2027!important
}
.btn-dropbox {
	background-color: #007ee5!important
}
.btn-flickr {
	background-color: #ff0084!important
}
.btn-tumblr {
	background-color: #32506d!important
}
.btn-skype {
	background-color: #00aff0!important
}
.btn-youtube {
	background-color: #b00!important
}
.btn-github {
	background-color: #171515!important
}
.top-bar {
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999
}
.admin-logo {
	display: block;
	margin-left: -15px;
	float: left;
	width: 240px;
	text-align: center;
	padding-left: 0;
	height: 60px;
	line-height: 60px;
	background: #fff
}
.admin-logo h1 {
	color: #fff;
	font-size: 28px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0
}
.admin-logo h1 img {
	margin-top: -4px
}
.admin-logo>.default {
	display: none
}
.admin-logo sub {
	font-size: 10px;
	color: #fff;
	opacity: .8;
	font-weight: 300
}
.top-right-nav {
	margin: 0;
	padding: 0;
	float: right
}
.top-right-nav>li {
	display: block;
	float: left;
	position: relative;
	padding: 0
}
.top-right-nav>li i {
	vertical-align: middle;
	display: inline-block;
	margin-left: 0;
	font-size: 16px
}
.top-right-nav>li>a {
	display: block;
	line-height: 60px;
	padding: 0 15px;
	color: #fff
}
.top-right-nav>li>a img {
	border: 2px solid rgba(255,255,255,.5);
	margin-right: 0;
	width: 35px
}
.icon-dropdown .badge {
	position: absolute;
	top: 16px;
	right: 3px
}
.left-nav-toggle {
	display: block;
	margin-left: 0;
	line-height: 60px;
	float: left
}
.left-nav-toggle a {
	display: block;
	color: #fff;
	font-size: 15px;
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center
}
.search-form {
	display: block;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-top: 13px
}
.search-form .form-control {
	width: 240px;
	border: 0;
	background: rgba(255,255,255,0);
	box-shadow: none;
	border: 1px solid rgba(255,255,255,.2);
	height: 34px;
	color: #fff
}
.search-form .form-control:focus {
	background-color: rgba(255,255,255,.5)
}
.search-form .form-control::-webkit-input-placeholder {
color:#fff
}
.search-form .form-control:-moz-placeholder {
color:#fff
}
.search-form .form-control::-moz-placeholder {
color:#fff
}
.search-form .form-control:-ms-input-placeholder {
color:#fff
}
.search-form .btn-search {
	position: absolute;
	right: 15px;
	top: 5px;
	border: 0;
	background: 0 0;
	color: #fff;
	padding: 0
}
.dropdown-menu {
	border-color: #e1e8ed;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}
.dropdown-menu>li i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 15px
}
.dropdown-menu>li>a {
	color: #777;
	padding: 7px 20px
}
.dropdown-menu>li>a:hover {
	color: #42a5f5
}
ul.dropdown-menu.top-dropdown {
	right: 0;
	left: auto
}
.dropdown-menu.lg-dropdown {
	min-width: 280px
}
.dropdown-header {
	padding: 7px 20px;
	color: #42a5f5;
	font-size: 13px
}
.notification-list a {
	border-top: 1px solid #eee;
	display: block;
	position: relative;
	padding: 6px 12px 6px 75px
}
.notification-list a i {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 25px
}
.notification-list a span {
	display: block;
	line-height: 16px;
	font-size: 13px
}
.notification-list a span.notification-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 50px;
	margin: -25px 12px 0 0;
	font-size: 14px;
	line-height: 50px;
	text-align: center
}
.notification-list a span.notification-icon i {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 28px;
	display: block;
	line-height: 40px
}
.fixed-nav, .right_sidebar {
	position: fixed;
	height: 100%
}
.notification-list a span.notification-title {
	color: #333;
	padding-bottom: 1px
}
.notification-list a span.notification-description {
	padding-bottom: 3px;
	color: #999;
	font-size: 12px
}
.notification-list a span.notification-time {
	color: #aeaeae;
	font-style: italic;
	font-size: 11px
}
.notification-list a:hover {
	background-color: #f2f2f2
}
.panel-dropdown {
	right: 0;
	left: auto
}
.fixed-nav {
	left: 0;
	top: 0;
	width: 240px;
	-moz-transition: margin-left .3s;
	-o-transition: margin-left .3s;
	-webkit-transition: margin-left .3s;
	transition: margin-left .3s;
	background-repeat: repeat;
	z-index: 99
}
.dark-navigation {
	background-color: #263238
}
body.nav-toggle .fixed-nav {
	margin-left: -240px
}
.nav>li>a:hover {
	color: #42a5f5
}
.metisMenu {
	padding-bottom: 30px;
	padding-top: 60px
}
.metisMenu li {
	border-left: 3px solid transparent
}
.metisMenu .arrow {
	float: right;
	line-height: 1.42857;
	padding-top: 2px
}
.metisMenu .fa.arrow:before {
	content: "\f106"
}
.metisMenu .active>a>.fa.arrow:before {
	content: "\f107"
}
.metisMenu>li.nav-heading {
	padding: 12px;
	color: rgba(255,255,255,.5);
	font-weight: 400;
	font-size: 12px
}
.metisMenu.nav>li>a, .nav-tab-panel>li>a {
	font-size: 14px;
	text-transform: capitalize
}
.metisMenu.nav>li>a {
	padding: 10px 20px;
	color: rgba(255,255,255,.85);
	font-weight: 400
}
.metisMenu.nav>li>a:focus, .metisMenu.nav>li>a:hover {
	color: #fff;
	background: 0 0
}
.metisMenu.nav>li>a i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -4px;
	width: 20px
}
.nav-second-level.nav li a, .nav-thrid-level.nav li a {
	padding: 5px 10px;
	text-transform: capitalize;
	color: rgba(255,255,255,.85);
	font-weight: 400
}
.nav-second-level.nav li a:focus, .nav-second-level.nav li a:hover, .nav-thrid-level.nav li a:focus, .nav-thrid-level.nav li a:hover {
	color: #fff;
	background: 0 0
}
.nav-second-level.nav>li>a {
	padding-left: 40px
}
.nav-third-level.nav>li>a {
	padding-left: 50px
}
.nav-tab-panel, .nav-tab-panel>li {
	padding: 0;
	margin: 0
}
.metisMenu.nav>li.active {
	background-color: rgba(0,0,0,.1);
	border-left-color: #42a5f5
}
.metisMenu.nav>li.active>a {
	color: #fff
}
.metisMenu.nav>li:last-child a {
	border-bottom: 0
}
.nano>.nano-pane {
	width: 5px;
	background: 0 0
}
.nano>.nano-pane>.nano-slider {
	background: rgba(255,255,255,.2)
}
.light-navigation {
	background-color: #fff;
	-webkit-box-shadow: 1px 0 20px rgba(0,0,0,.1);
	box-shadow: 1px 0 20px rgba(0,0,0,.1)
}
.light-navigation .metisMenu>li.nav-heading {
	color: #aeaeae
}
.light-navigation .metisMenu.nav>li>a {
	color: #404E67
}
.light-navigation .metisMenu.nav>li>a.bg-primary, .light-navigation .metisMenu.nav>li>a.bg-primary:hover {
	color: #fff
}
.light-navigation .metisMenu.nav>li.active>a, .light-navigation .metisMenu.nav>li>a:hover {
	color: #42a5f5
}
.light-navigation .metisMenu.nav>li.active {
	background-color: #fefefe
}
.light-navigation .nav-second-level.nav li a, .light-navigation .nav-thrid-level.nav li a {
	color: #818181
}
.light-navigation .nav-second-level.nav li a:hover, .light-navigation .nav-thrid-level.nav li a:hover {
	color: #42a5f5
}
.light-navigation .nano>.nano-pane>.nano-slider {
	background: rgba(0,0,0,.05)
}
.nav-tab-panel>li {
	width: 50%;
	display: block;
	float: left
}
.nav-tab-panel>li>a {
	display: block;
	padding: 14px 15px;
	text-align: center;
	background: #fbfbfb;
	color: #676a6c;
	border-bottom: 2px solid transparent
}
.nav-tab-panel>li.active a {
	border-bottom-color: #42a5f5;
	color: #42a5f5
}
.right_sidebar {
	right: 0;
	margin-right: -270px;
	top: 60px;
	z-index: 9999;
	width: 270px;
	border-left: 1px solid #eee;
	-moz-transition: margin-right .3s;
	-o-transition: margin-right .3s;
	-webkit-transition: margin-right .3s;
	transition: margin-right .3s;
	background: #fff;
	padding-bottom: 20px
}
.attachment-box .attachment-overlay, .sidebar-contact-list li {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s
}
.sidebar-list li.sidebar-title, .sidebar-list li.sidebar-title:hover, .sidebar-list li:hover {
	background: #fefefe
}
.right_sidebar>.nano>.nano-content>div {
	padding-bottom: 40px
}
.right_sidebar.right-sidebar-toggle {
	margin-right: 0
}
.sidebar-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.sidebar-list li {
	border-bottom: 1px solid #e7eaec;
	padding: 15px 20px;
	list-style: none
}
.sidebar-list li>a {
	color: inherit;
	display: block
}
.sidebar-list li>a h4 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 15px
}
.sidebar-list li>a .small {
	margin-top: 0;
	margin-bottom: 5px
}
.sidebar-list li.sidebar-title h3 {
	margin-bottom: 0;
	text-transform: capitalize
}
.sidebar-list.projects-list>li {
	padding: 15px 0
}
.sidebar-contact-list li {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	transition: all .3s
}
.sidebar-contact-list li a {
	display: block
}
.sidebar-contact-list li a:hover {
	color: #8cb5f4
}
.sidebar-contact-list li:hover {
	background: #f1f1f1
}
.sidebar-contact-list li:last-child {
	border-bottom: 0
}
.sidebar-contact-list li:last-child:hover {
	background: 0 0
}
.sidebar-contact-list li .btn {
	display: inline-block
}
.sidebar-contact-list li .btn:hover {
	color: #fff
}
.sidebar-contact-list .media-box-object {
	width: 50px;
	margin-right: 15px
}
.sidebar-contact-list .media-box-body strong {
	font-weight: 500
}
.input-xs, .mail-compose label, label {
	font-weight: 400
}
.page-header {
	margin: 0 -30px 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px
}
.page-header h2 {
	margin: 2px 0;
	font-size: 20px
}
.page-header .breadcrumb {
	margin: 0;
	background: 0 0;
	padding: 0;
	text-transform: capitalize
}
.page-header .breadcrumb>.active {
	color: #404E67
}
.widget {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	border: 1px solid #d7dfe3;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
	box-shadow: 0 0 20px rgba(0,0,0,.05)
}
.widget h2 {
	margin-bottom: 0
}
.widget .thumb-over {
	position: relative;
	margin-top: -50px;
	width: 100px;
	margin-left: auto;
	margin-right: auto
}
.widget .thumb-over img {
	border: 3px solid #fff
}
.widget .flot-chart {
	height: 100px
}
.widget ul li a {
	color: #fff;
	opacity: .8
}
.widget ul li a:hover {
	opacity: 1
}
.chat-list .chat-element {
	margin-bottom: 20px
}
.chat-list .chat-element a img {
	width: 38px;
	height: 38px;
	margin-right: 10px
}
.chat-list .chat-element .media-body {
	padding-left: 15px
}
.chat-list .chat-element .media-body .speech-box {
	background: #f5f5f5;
	position: relative;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.chat-list .chat-element .media-body .speech-box:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #f5f5f5;
	margin: 15px 0 0 -6px
}
.chat-list .chat-element.right a img {
	margin-right: 0;
	margin-left: 10px
}
.chat-list .chat-element.right .media-body {
	padding-left: 0;
	padding-right: 15px
}
.chat-list .chat-element.right .media-body .speech-box {
	background-color: #fefefe
}
.chat-list .chat-element.right .media-body .speech-box:before {
	left: auto;
	right: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fefefe;
	border-right: 0;
	margin: 15px -6px 0 0
}
.todo-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.todo-list>li {
	background: #fbfbfb;
	color: inherit;
	margin-bottom: 2px;
	padding: 10px
}
.todo-list>li span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}
.friends-group a {
	margin: 3px;
	display: block;
	float: left;
	width: 40px
}
.friends-group a.more {
	width: 40px;
	height: 40px;
	background: #eee;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #999
}
.friends-group a.more:hover {
	background: #42a5f5;
	color: #fff
}
.comments-list>li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px
}
.comments-list>li img {
	float: left;
	margin-right: 20px
}
.comments-list>li .content {
	overflow: hidden
}
.comments-list>li .content ul {
	margin: 0;
	padding: 0
}
.comments-list>li .content ul li>a {
	color: #999
}
.comments-list>li .content ul li>a:hover {
	color: #42a5f5
}
.widget-chart .widget-title {
	border-bottom: 1px solid #e7eaec;
	border-image: none;
	color: inherit;
	margin-bottom: 0;
	padding: 15px
}
.widget-chart .widget-content {
	color: inherit;
	padding: 15px 20px 20px;
	position: relative
}
.widget-chart .sparkline-chart {
	padding: 5px
}
.stat-list .stat-percent {
	float: right
}
.stat-list li {
	margin-top: 15px;
	position: relative
}
.stat-list li:first-child {
	margin-top: 0
}
.form-control, input[type=text], input[type=email], textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #dde6e9;
	transition-duration: .5s;
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none
}
.form-control:focus, input[type=text]:focus, input[type=email]:focus, textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	outline: 0!important;
	border-color: #42a5f5
}
.input-xs {
	height: 24px;
	padding: 2px 10px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px
}
.checkbox label span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 13px;
	line-height: 22px
}
.checkbox {
	padding-left: 20px
}
.checkbox label {
	display: inline-block;
	padding-left: 5px;
	position: relative
}
.checkbox label::after, .checkbox label::before {
	position: absolute;
	left: 0;
	display: inline-block;
	margin-left: -20px
}
.checkbox label::before {
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	background-color: #fff;
	border-radius: 1px;
	border: 1px solid rgba(120,130,140,.5);
	content: "";
	height: 17px;
	margin-top: 2px;
	transition: .3s ease-in-out;
	width: 17px;
	outline: 0!important
}
.checkbox.checkbox-inline, .radio.radio-inline {
	margin-top: 0
}
.checkbox label::after {
	color: #2b2b2b;
	font-size: 11px;
	height: 16px;
	padding-left: 3px;
	top: 0;
	width: 16px
}
.checkbox-danger input[type=checkbox]:checked+label::after, .checkbox-info input[type=checkbox]:checked+label::after, .checkbox-inverse input[type=checkbox]:checked+label::after, .checkbox-primary input[type=checkbox]:checked+label::after, .checkbox-purple input[type=checkbox]:checked+label::after, .checkbox-red input[type=checkbox]:checked+label::after, .checkbox-success input[type=checkbox]:checked+label::after, .checkbox-warning input[type=checkbox]:checked+label::after {
	color: #fff
}
.checkbox input[type=checkbox] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: 0!important
}
.checkbox input[type=checkbox]:disabled+label {
	opacity: .65
}
.checkbox input[type=checkbox]:focus+label::before {
	outline-offset: -2px;
	outline: 0;
	outline: dotted thin
}
.checkbox input[type=checkbox]:checked+label::after {
	content: "\f00c";
	font-family: FontAwesome
}
.checkbox input[type=checkbox]:disabled+label::before {
	background-color: #e4e7ea;
	cursor: not-allowed
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%
}
.checkbox.checkbox-single label {
	height: 17px
}
.checkbox-primary input[type=checkbox]:checked+label::before {
	background-color: #42a5f5;
	border-color: #42a5f5
}
.checkbox-danger input[type=checkbox]:checked+label::before {
	background-color: #fb9678;
	border-color: #fb9678
}
.checkbox-info input[type=checkbox]:checked+label::before {
	background-color: #56afd7;
	border-color: #56afd7
}
.checkbox-warning input[type=checkbox]:checked+label::before {
	background-color: #f8c200;
	border-color: #f8c200
}
.checkbox-success input[type=checkbox]:checked+label::before {
	background-color: #66BB6A;
	border-color: #66BB6A
}
.checkbox-purple input[type=checkbox]:checked+label::before {
	background-color: #796AEE;
	border-color: #796AEE
}
.checkbox-red input[type=checkbox]:checked+label::before {
	background-color: #fb9678;
	border-color: #fb9678
}
.checkbox-inverse input[type=checkbox]:checked+label::before {
	background-color: #4c5667;
	border-color: #4c5667
}
.radio {
	padding-left: 20px
}
.radio label {
	display: inline-block;
	padding-left: 5px;
	position: relative;
	line-height: 18px
}
.radio label::before {
	-o-transition: border .5s ease-in-out;
	-webkit-transition: border .5s ease-in-out;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid rgba(120,130,140,.5);
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: border .5s ease-in-out;
	width: 17px;
	outline: 0!important
}
.radio label::after {
	-moz-transition: -moz-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-o-transition: -o-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
	-webkit-transform: scale(0, 0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
	background-color: #2b2b2b;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 7px;
	left: 5px;
	margin-left: -20px;
	position: absolute;
	top: 5px;
	transform: scale(0, 0);
	transition: transform .3s cubic-bezier(.8, -.33, .2, 1.33);
	width: 7px
}
.radio-primary input[type=radio]+label::after, .radio-primary input[type=radio]:checked+label::after {
	background-color: #42a5f5
}
.radio input[type=radio] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: 0!important
}
.radio input[type=radio]:disabled+label {
	opacity: .65
}
.radio input[type=radio]:focus+label::before {
	outline-offset: -2px;
	outline: -webkit-focus-ring-color auto 5px;
	outline: dotted thin
}
.ui-selectmenu-button.ui-button:focus, div.dataTables_filter input:focus, div.dataTables_length select:focus {
	outline: 0!important
}
.radio input[type=radio]:checked+label::after {
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.radio input[type=radio]:disabled+label::before {
	cursor: not-allowed
}
.radio.radio-single label {
	height: 17px
}
.radio-primary input[type=radio]:checked+label::before {
	border-color: #42a5f5
}
.radio-danger input[type=radio]+label::after, .radio-danger input[type=radio]:checked+label::after {
	background-color: #EF5350
}
.radio-danger input[type=radio]:checked+label::before {
	border-color: #EF5350
}
.radio-info input[type=radio]+label::after, .radio-info input[type=radio]:checked+label::after {
	background-color: #56afd7
}
.radio-info input[type=radio]:checked+label::before {
	border-color: #56afd7
}
.radio-warning input[type=radio]+label::after, .radio-warning input[type=radio]:checked+label::after {
	background-color: #f8c200
}
.radio-warning input[type=radio]:checked+label::before {
	border-color: #f8c200
}
.radio-success input[type=radio]+label::after, .radio-success input[type=radio]:checked+label::after {
	background-color: #66BB6A
}
.radio-success input[type=radio]:checked+label::before {
	border-color: #66BB6A
}
.radio-purple input[type=radio]+label::after, .radio-purple input[type=radio]:checked+label::after {
	background-color: #796AEE
}
.radio-purple input[type=radio]:checked+label::before {
	border-color: #796AEE
}
.radio-red input[type=radio]+label::after, .radio-red input[type=radio]:checked+label::after {
	background-color: #fb9678
}
.radio-red input[type=radio]:checked+label::before {
	border-color: #fb9678
}
.radio-inverse input[type=radio]+label::after, .radio-inverse input[type=radio]:checked+label::after {
	background-color: #4c5667
}
.radio-inverse input[type=radio]:checked+label::before {
	border-color: #4c5667
}
.fileupload {
	position: relative
}
.fileupload input.upload {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0
}
.inbox-compose .wysihtml5-toolbar>li>div>a:hover, .wysihtml5-toolbar>li>a:hover {
	background: #f1f1f1!important;
	border-color: #f1f1f1!important;
	border-radius: 0
}
.wysihtml5-toolbar .dropdown.open .dropdown-toggle, ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background: #eee!important;
	box-shadow: none!important
}
.wysihtml5-toolbar .btn {
	color: #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.wysihtml5-toolbar .btn:hover {
	background: #eee!important
}
.group-icon {
	position: relative
}
.group-icon .form-control {
	padding-right: 40px
}
.group-icon .icon-input {
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	text-align: center
}
fieldset {
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px
}
.form-control-rounded {
	border-radius: 100px
}
@media (min-width:768px) {
.form-horizontal .control-label {
	margin-bottom: 0;
	text-align: right
}
}
legend {
	padding-bottom: 5px
}
.form-control {
	box-shadow: 0 0 0 #000!important
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #66BB6A
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #f8c200
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #EF5350
}
.has-success .form-control {
	border-color: #66BB6A
}
.has-warning .form-control {
	border-color: #f8c200
}
.has-error .form-control {
	border-color: #EF5350
}
.input-group-addon {
	border-radius: 0
}
.note-editor {
	border: 1px solid #dde6e9
}
.note-editor .note-toolbar {
	background-color: transparent;
	border-color: #dde6e9
}
.wizard>.content {
	background: 0 0;
	display: block;
	margin: 15px 0 0;
	min-height: 100%;
	height: auto;
	position: relative;
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.compose em, .mailbox-sidenav .nav>li>a .badge, .mailbox-sidenav .nav>li>a em.fa {
	margin-right: 8px
}
.wizard>.content>.body {
	padding: 15px 0;
	position: static;
	width: 100%;
	height: 100%
}
.easypie-chart, .morris-chart-content, .wizard>.actions {
	position: relative
}
.wizard>.content>.body input, .wizard>.content>.body select, .wizard>.content>.body textarea {
	margin-bottom: 15px
}
.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover, .wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover {
	background-color: #42a5f5
}
.steps>ul>li:first-child a {
	margin-left: 0!important
}
.wizard>.actions {
	display: block;
	text-align: right;
	width: 100%;
	border-top: 1px solid #eee;
	padding-top: 15px
}
.fc-ltr .fc-basic-view .fc-day-number, .lightboxGallery, .price-box, div.dataTables_paginate a {
	text-align: center
}
.wizard>.content>.body label.error {
	color: #EF5350;
	display: block;
	margin-left: 0
}
.wizard>.steps .error a, .wizard>.steps .error a:active, .wizard>.steps .error a:hover {
	background-color: #EF5350
}
.wizard>.content>.body input.error {
	background: #fff;
	border: 1px solid #EF5350;
	color: #8a1f11
}
.flotTip, .mail-compose .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0
}
.wizard>.content>.body label {
	display: inline-block;
	margin-bottom: 3px
}
.flotTip {
	border-radius: 0;
	background: #333!important;
	color: #fff!important;
	border: 0!important
}
.flot-chart {
	width: 100%;
	height: 300px
}
.flot-chart .flot-chart-content {
	width: 100%;
	height: 100%
}
td.legendLabel {
	padding-left: 5px
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.easypie-chart {
	display: inline-block;
	padding: 0 6px
}
.easypie-chart span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	margin-left: -50%;
	height: 30px;
	margin-top: -15px;
	font-size: 20px
}
.table>thead>tr>th {
	border-bottom: 1px solid #DDD;
	vertical-align: bottom
}
div.dataTables_paginate a {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-decoration: none;
	cursor: pointer;
	color: #54667a;
	border: 1px solid transparent;
	border-radius: 2px
}
div.dataTables_filter input, div.dataTables_length select {
	border: 1px solid #ddd;
	box-shadow: none
}
div.dataTables_paginate a.disabled {
	cursor: not-allowed
}
div.dataTables_paginate a.current, div.dataTables_paginate a:hover {
	background: #42a5f5;
	color: #fff
}
@media (min-width:768px) {
.dataTables_info, .dataTables_length {
	float: left;
	width: 50%
}
}
div.dataTables_filter input {
	margin-left: .5em;
	display: inline-block
}
.mailbox-sidenav .side-nav-header {
	padding: 10px
}
.mailbox-sidenav .nav>li>a {
	color: #666;
	font-weight: 400
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background: #42a5f5;
	color: #fff
}
.mail-right-buttons .btn-default {
	background: #fff
}
.mail-right-buttons .btn-default:hover {
	background: #f5f5f5
}
.table-maillist a {
	color: #666
}
.inbox-attachments a {
	display: inline-block;
	padding: 0 5px
}
.attachment-box {
	position: relative
}
.attachment-box .attachment-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}
.intro-box, .intro-box img {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s
}
.attachment-box .attachment-overlay h5 {
	color: #fff;
	padding: 20px
}
.attachment-box .attachment-overlay a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.2);
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px
}
#cd-timeline, .fc-button, .misc-content, .misc-wrapper {
	position: relative
}
.attachment-box .attachment-overlay a:hover {
	background-color: rgba(0,0,0,.8)
}
.attachment-box:hover .attachment-overlay {
	opacity: 1;
	visibility: visible
}
.mail-compose label {
	font-size: 13px;
	text-transform: capitalize
}
.mail-compose .form-control {
	border-radius: 0;
	box-shadow: none
}
iframe.wysihtml5-sandbox {
	width: 100%
}
.mail-body {
	padding-top: 15px
}
.progress, .progress-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.progress-mini, .progress-mini .progress-bar {
	height: 5px;
	border-radius: 3px
}
.progress-xs, .progress-xs .progress-bar {
	height: 2px;
	margin-bottom: 2px
}
.misc-wrapper {
	width: 100%;
	height: 100%;
	display: table;
	padding: 20px 0
}
.misc-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}
.misc-box {
	background-color: #fff;
	padding: 15px
}
.misc-box .img-circle {
	border: 2px solid rgba(0,0,0,.1)
}
.misc-box .checkbox {
	margin: 0;
	padding-top: 0
}
.misc-box h4 {
	line-height: 26px
}
.misc-footer {
	padding: 20px 15px
}
.misc-header {
	padding: 15px
}
.blog-box a h4 {
	color: #333
}
.blog-box a h4:hover {
	color: #42a5f5
}
.blog-box .media-body {
	padding-top: 5px
}
.price-box .price-amount {
	padding: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700
}
.price-box .price-amount sub, .price-box .price-amount sup {
	font-weight: 400;
	font-size: 13px
}
.price-box .price-amount sup {
	top: -1.5em
}
.price-box ul {
	margin: 0;
	padding: 0
}
.price-box ul li {
	padding: 7px 0
}
#external-events h4 {
	font-weight: 400;
	font-size: 14px
}
#external-events .fc-event {
	background: #42a5f5;
	padding: 7px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-bottom: 10px
}
.fc-button {
	color: inherit;
	border: 1px solid #e4e5e7;
	cursor: pointer;
	display: inline-block;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap
}
.fc-state-default {
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	box-shadow: none;
	color: inherit;
	text-shadow: none
}
.fc-state-active {
	background-color: #42a5f5;
	border-color: #42a5f5;
	color: #fff
}
.fc-center h2 {
	font-weight: 300
}
.fc-widget-header .fc-day-header {
	padding: 12px 0;
	background: #f5f5f5
}
.fc-agenda .fc-event-time, .fc-event, .fc-event a {
	padding: 4px 6px;
	background-color: #42a5f5;
	border-color: #42a5f5
}
.lightboxGallery a {
	display: inline-block;
	margin: 5px
}
#cd-timeline {
	padding: 2em 0
}
#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #f5f5f5
}
.cd-timeline-block:after, .cd-timeline-content:after {
	content: "";
	clear: both
}
@media only screen and (min-width:1170px) {
#cd-timeline::before {
	left: 50%;
	margin-left: -2px
}
}
.cd-timeline-block {
	position: relative;
	margin: 2em 0
}
.cd-timeline-block:after {
	display: table
}
.cd-timeline-block:first-child {
	margin-top: 0
}
.cd-timeline-block:last-child {
	margin-bottom: 0
}
@media only screen and (min-width:1170px) {
.cd-timeline-block {
	margin: 4em 0
}
.cd-timeline-block:first-child {
	margin-top: 0
}
.cd-timeline-block:last-child {
	margin-bottom: 0
}
}
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%
}
.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px
}
.cd-timeline-img.cd-picture {
	background: #66BB6A
}
.cd-timeline-img.cd-movie {
	background: #EF5350
}
.cd-timeline-img.cd-location {
	background: #f8c200
}
@media only screen and (min-width:1170px) {
.cd-timeline-img {
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden
}
.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden
}
.cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 .6s;
	-moz-animation: cd-bounce-1 .6s;
	animation: cd-bounce-1 .6s
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity:0;
-webkit-transform:scale(.5)
}
60% {
opacity:1;
-webkit-transform:scale(1.2)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes cd-bounce-1 {
0% {
opacity:0;
-moz-transform:scale(.5)
}
60% {
opacity:1;
-moz-transform:scale(1.2)
}
100% {
-moz-transform:scale(1)
}
}
@keyframes cd-bounce-1 {
0% {
opacity:0;
-webkit-transform:scale(.5);
-moz-transform:scale(.5);
-ms-transform:scale(.5);
-o-transform:scale(.5);
transform:scale(.5)
}
60% {
opacity:1;
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2)
}
100% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #f5f5f5;
	border-radius: .25em;
	padding: 1em
}
.cd-timeline-content:after {
	display: table
}
.cd-timeline-content h2 {
	color: #363636
}
.cd-timeline-content .cd-date, .cd-timeline-content .cd-read-more {
	display: inline-block
}
.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: #fff;
	border-radius: .25em
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb
}
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #f5f5f5
}
@media only screen and (min-width:768px) {
.cd-timeline-content h2 {
	font-size: 20px
}
.cd-timeline-content p {
	font-size: 13px
}
.cd-timeline-content .cd-date, .cd-timeline-content .cd-read-more {
	font-size: 14px
}
}
@media only screen and (min-width:1170px) {
.cd-timeline-content {
	margin-left: 0;
	padding: 1.6em;
	width: 45%
}
.cd-timeline-content::before {
	top: 24px;
	left: 100%;
	border-color: transparent transparent transparent #f5f5f5
}
.cd-timeline-content .cd-read-more {
	float: left
}
.cd-timeline-block:nth-child(even) .cd-timeline-content, .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
	float: right
}
.cd-timeline-content .cd-date {
	position: absolute;
	width: 100%;
	left: 122%;
	top: 6px;
	font-size: 14px
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent #f5f5f5 transparent transparent
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left: auto;
	right: 122%;
	text-align: right
}
.cssanimations .cd-timeline-content.is-hidden {
	visibility: hidden
}
.cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 .6s;
	-moz-animation: cd-bounce-2 .6s;
	animation: cd-bounce-2 .6s
}
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse .6s;
	-moz-animation: cd-bounce-2-inverse .6s;
	animation: cd-bounce-2-inverse .6s
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity:0;
-webkit-transform:translateX(-100px)
}
60% {
opacity:1;
-webkit-transform:translateX(20px)
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes cd-bounce-2 {
0% {
opacity:0;
-moz-transform:translateX(-100px)
}
60% {
opacity:1;
-moz-transform:translateX(20px)
}
100% {
-moz-transform:translateX(0)
}
}
@keyframes cd-bounce-2 {
0% {
opacity:0;
-webkit-transform:translateX(-100px);
-moz-transform:translateX(-100px);
-ms-transform:translateX(-100px);
-o-transform:translateX(-100px);
transform:translateX(-100px)
}
60% {
opacity:1;
-webkit-transform:translateX(20px);
-moz-transform:translateX(20px);
-ms-transform:translateX(20px);
-o-transform:translateX(20px);
transform:translateX(20px)
}
100% {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity:0;
-webkit-transform:translateX(100px)
}
60% {
opacity:1;
-webkit-transform:translateX(-20px)
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
opacity:0;
-moz-transform:translateX(100px)
}
60% {
opacity:1;
-moz-transform:translateX(-20px)
}
100% {
-moz-transform:translateX(0)
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity:0;
-webkit-transform:translateX(100px);
-moz-transform:translateX(100px);
-ms-transform:translateX(100px);
-o-transform:translateX(100px);
transform:translateX(100px)
}
60% {
opacity:1;
-webkit-transform:translateX(-20px);
-moz-transform:translateX(-20px);
-ms-transform:translateX(-20px);
-o-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
transform:translateX(0)
}
}
.modal-header {
	padding: 10px 15px;
	position: relative
}
#videoModal .close, .modal-header span {
	position: absolute;
	top: -11px;
	right: -14px;
	text-align: center;
	color: #fff;
	display: block
}
.modal-header .close {
	opacity: 1
}
.modal-header .modal-title {
	text-align: center;
	text-transform: capitalize;
	font-weight: 600
}
.modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.modal-content .checkbox label, .modal-content .radio label {
	padding-left: 20px
}
.modal-dialog {
	margin: 60px auto
}
@media (min-width:768px) {
.modal-form {
	width: 500px;
	margin: 0 auto
}
}
#videoModal .modal-header {
	border: 0
}
#videoModal .modal-body {
	padding: 0
}
#videoModal .close {
	z-index: 9;
	opacity: 1
}
ul.tabs-nav>li>a {
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize
}
.panel .tabs {
	margin-left: -15px;
	margin-right: -15px
}
.panel .tabs ul.tabs-bottom {
	margin-bottom: -15px
}
.panel .tabs .tab-content {
	padding: 15px
}
.panel .tabs.left-tabs .tab-content, .panel .tabs.right-tabs .tab-content {
	overflow: hidden;
	padding: 0 15px
}
.panel .tabs.left-tabs {
	margin: 0
}
.panel .tabs.left-tabs .tabs-nav {
	float: left;
	border-bottom: 0
}
.panel .tabs.left-tabs .tabs-nav>li {
	margin-top: 5px
}
.panel .tabs.left-tabs .tabs-nav>li>a {
	border-bottom: 0;
	background-color: #f5f5f5;
	text-align: center
}
.panel .tabs.left-tabs .tabs-nav>li a:focus, .panel .tabs.left-tabs .tabs-nav>li a:hover, .panel .tabs.left-tabs .tabs-nav>li.active a {
	background-color: #42a5f5;
	color: #fff
}
.panel .tabs.right-tabs {
	margin: 0
}
.panel .tabs.right-tabs .tabs-nav {
	float: right;
	border-bottom: 0
}
.panel .tabs.right-tabs .tabs-nav>li {
	margin-top: 5px
}
.panel .tabs.right-tabs .tabs-nav>li>a {
	border-bottom: 0;
	background-color: #f5f5f5;
	text-align: center
}
.panel .tabs.right-tabs .tabs-nav>li a:focus, .panel .tabs.right-tabs .tabs-nav>li a:hover, .panel .tabs.right-tabs .tabs-nav>li.active a {
	background-color: #42a5f5;
	color: #fff
}
.tabs-nav {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ebebeb
}
.tabs-nav li {
	margin-bottom: -2px;
	padding: 0
}
.tabs-nav li a {
	display: block;
	padding: 6px 15px;
	color: #4d4d4d;
	border-bottom: 2px solid transparent
}
.tabs-nav li a:focus, .tabs-nav li a:hover, .tabs-nav li.active a {
	color: #42a5f5;
	border-bottom: 2px solid #42a5f5
}
.pagination>li>a, .pagination>li>span {
	color: #42a5f5
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #42a5f5;
	border-color: #42a5f5
}
.ui-dialog, body.layout-horizontal .top-bar .dropdown-menu {
	z-index: 9999
}
body.layout-horizontal {
	background-color: #f5f5f5
}
body.layout-horizontal .top-bar {
	position: static
}
body.layout-horizontal .top-bar .admin-logo {
	width: auto
}
body.layout-horizontal .admin-logo {
	margin-left: 0;
	text-align: left
}
body.layout-horizontal .h-main-content {
	min-height: 100%;
	position: relative;
	height: auto;
	padding-bottom: 40px
}
body.layout-horizontal .navbar-default {
	border: 0;
	background-color: #fff;
	margin-bottom: 30px
}
body.layout-horizontal .navbar-default .navbar-nav>li>a {
	color: rgba(0,0,0,.5);
	display: block;
	font-weight: 400
}
body.layout-horizontal .navbar-default .navbar-nav>li>a:hover {
	color: #42a5f5
}
body.layout-horizontal .navbar-default .navbar-nav>li>a i {
	display: block;
	font-size: 14px;
	margin: 0 auto
}
body.layout-horizontal .navbar-default .navbar-nav>.active>a, body.layout-horizontal .navbar-default .navbar-nav>.active>a:focus, body.layout-horizontal .navbar-default .navbar-nav>.active>a:hover, body.layout-horizontal .navbar-default .navbar-nav>.open>a, body.layout-horizontal .navbar-default .navbar-nav>.open>a:focus, body.layout-horizontal .navbar-default .navbar-nav>.open>a:hover {
	color: #42a5f5;
	background-color: transparent
}
body.layout-horizontal .dropdown-menu.dropdown-main>li>a {
	padding: 9px 20px;
	text-transform: capitalize
}
@media (min-width:768px) {
body.layout-horizontal body.layout-horizontal {
	min-height: 100%
}
body.layout-horizontal .dropdown-menu.dropdown-mega {
	width: 400px;
	padding: 10px
}
body.layout-horizontal .navbar-default .navbar-nav>li>a {
	text-align: center
}
body.layout-horizontal .navbar-default .navbar-nav>li>a i {
	margin-bottom: 10px
}
body.layout-horizontal .navbar-default .dropdown-menu {
	background: #fff
}
body.layout-horizontal .navbar-default .dropdown-menu li a {
	color: rgba(0,0,0,.6)
}
body.layout-horizontal .navbar-default .dropdown-menu li a:hover {
	background: 0 0;
	color: #42a5f5
}
}
body.layout-horizontal .dropdown-menu.dropdown-mega ul>li>a, body.layout-horizontal .dropdown-menu>li>a {
	display: block;
	padding: 9px 20px;
	text-transform: capitalize
}
body.layout-horizontal .dropdown-menu.dropdown-mega ul>li>a i, body.layout-horizontal .dropdown-menu>li>a i {
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block
}
.dropdown-submenu:hover>.dropdown-menu, .dropdown-submenu>a:after, .jquery-Ui-fieldset label {
	display: block
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px
}
.dropdown-submenu>a:after {
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #ccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	margin-top: 5px;
	margin-right: -10px
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px
}
.ui-button {
	background-color: transparent
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
	border: 1px solid #42a5f5;
	background: #42a5f5
}
.ui-selectmenu-menu .ui-menu {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden
}
.intro-box, pre {
	overflow: hidden
}
.ui-menu .ui-menu-item>.ui-menu-item-wrapper>span.fa {
	margin-right: 7px;
	float: left;
	position: relative;
	top: 6px;
	font-size: 14px
}
.ui-helper-reset {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	list-style: none
}
.ui-draggable-handle, .ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}
.ui-tabs .ui-tabs-nav .ui-sortable-helper:not(.ui-tabs-active) .ui-tabs-anchor {
	background-color: #fff;
	border-bottom-color: #ddd
}
.ui-sortable-helper {
	top: inherit
}
.ui-accordion .ui-accordion-header {
	padding: 15px 20px;
	font-weight: 600;
	display: block;
	position: relative;
	cursor: pointer;
	background-color: transparent
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	background: #42a5f5
}
.ui-accordion .ui-accordion-header:focus {
	outline: 0!important
}
.ui-dialog-titlebar.ui-widget-header {
	background: 0 0;
	border: 0;
	position: relative;
	padding: 10px 15px 0
}
.ui-dialog-titlebar.ui-widget-header .ui-button {
	border: 0;
	background: 0 0
}
.ui-dialog .ui-dialog-content {
	padding: 10px 15px
}
.draggable-element {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #fafafa;
	border: 2px solid #ddd;
	color: #777;
	font-size: 12px;
	vertical-align: middle;
	margin: auto 15px auto auto;
	position: relative;
	z-index: 10;
	display: inline-block;
	text-align: center;
	line-height: 90px
}
#selectable .ui-selected, .droppable-target-element {
	background: #42a5f5;
	color: #fff
}
.droppable-target-element {
	width: 120px;
	height: 120px;
	z-index: 9;
	border-color: #42a5f5
}
#selectable .ui-selecting {
	background: #42a5f5
}
#selectable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%
}
#selectable li {
	margin: 3px;
	padding: .4em;
	height: auto;
	display: block
}
.ui-progressbar .ui-progressbar-value {
	margin: 0;
	border: 0
}
.ui-progressbar {
	height: 18px
}
.ui-progressbar-primary .ui-progressbar-value {
	background-color: #42a5f5
}
.ui-progressbar-indigo .ui-progressbar-value {
	background-color: #796AEE
}
.ui-progressbar-teal .ui-progressbar-value {
	background-color: #26A69A
}
.ui-progressbar-warning .ui-progressbar-value {
	background-color: #f8c200
}
.ui-progressbar-danger .ui-progressbar-value {
	background-color: #EF5350
}
.ui-progressbar-success .ui-progressbar-value {
	background-color: #66BB6A
}
.ui-widget.ui-widget-content.ui-progressbar {
	border: 1px solid #ddd
}
.ui-sortable .sortable-title {
	cursor: move
}
.ui-sortable-placeholder {
	border: 1px dashed #cecece!important;
	visibility: visible!important;
	background: #e7eaec
}
.panel.ui-sortable-placeholder {
	margin: 0 0 23px!important
}
.ajs-button, .alertify .ajs-dialog {
	border: 0
}
.ajs-button.ajs-ok {
	background: #42a5f5;
	color: #fff
}
@media (max-width:1169px) {
.cd-timeline-content .cd-date {
	float: none
}
.cd-timeline-content h2 {
	font-size: 20px;
	line-height: 20px
}
}
@media (max-width:1024px) {
.cd-timeline-content .cd-date {
	float: none
}
.cd-timeline-content h2 {
	font-size: 20px;
	line-height: 20px
}
}
@media (max-width:991px) {
.main-content.container {
	margin-left: 0;
	padding-top: 80px
}
.fixed-nav {
	margin-left: -240px;
	z-index: 3
}
body.nav-toggle .fixed-nav {
	margin-left: 0
}
.top-bar {
	z-index: 4
}
.top-bar.primary-top-bar {
	background: #fff
}
.search-form.hidden-xs {
	display: none
}
.top-bar.primary-top-bar .left-nav-toggle a, .top-bar.primary-top-bar .top-right-nav>li>a {
	color: #404E67
}
.admin-logo {
	width: auto;
	margin-left: 15px;
	background: 0 0
}
.top-bar.left-nav-toggle a i {
	top: 4px
}
}
@media (max-width:767px) {
.footer, .page-header, .page-header .text-right {
	text-align: center
}
div.dataTables_paginate {
	margin-top: 10px;
	white-space: pre-wrap
}
.admin-logo {
	width: 60px;
	margin-left: 0;
	float: right
}
. .admin-logo img {
width:100%
}
.left-nav-toggle {
	float: left;
	margin-top: 3px
}
.page-header {
	padding-left: 30px;
	padding-right: 30px
}
.page-header h4 {
	margin-bottom: 10px
}
.top-right-nav {
	padding-right: 0
}
.main-content.container {
	padding: 80px 15px 40px
}
body.layout-horizontal .navbar-default .navbar-nav>li>a i {
	display: inline-block;
	margin-right: 5px
}
body.layout-horizontal .dropdown-mega .row {
	margin: 0
}
body.layout-horizontal .dropdown-mega .col-sm-6 {
	padding: 0
}
body.layout-horizontal .dropdown-menu.dropdown-mega ul>li>a, body.layout-horizontal .dropdown-menu>li>a {
	color: rgba(0,0,0,.5)
}
body.layout-horizontal .dropdown-menu.dropdown-mega ul>li>a:hover, body.layout-horizontal .dropdown-menu>li>a:hover {
	color: #000
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 9px 20px
}
.ui-dialog {
	width: 90%!important
}
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .footer {
	width: 100%
}
.page-intro {
	background: #fff
}
.intro-header {
	padding: 100px 0;
	margin-bottom: 60px
}
.intro-header h1 {
	text-transform: capitalize;
	font-weight: 300;
	color: rgba(255,255,255,.7);
	font-size: 44px;
	line-height: 54px
}
.intro-header h1 span {
	font-weight: 700;
	color: #fff
}
.intro-header .lead {
	margin-bottom: 0;
	color: #fff;
	opacity: .9
}
.intro-box {
	display: block;
	position: relative;
	transition: all .3s
}
.intro-box img {
	transition: all .3s
}
.intro-box span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -84px;
	margin-top: 0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0
}
.intro-box:hover img {
	opacity: .7
}
.intro-box:hover span {
	opacity: 1;
	margin-top: -22px
}
.subtitle {
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: 400
}
.intro-features {
	padding: 80px 0 50px;
	background: #f5f5f5
}
.intro-features i {
	font-size: 30px;
	margin-bottom: 15px;
	display: inline-block
}
.intro-footer {
	padding: 40px 0;
	background: #222
}
.intro-footer p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 12px;
	margin-top: 10px
}
.footer {
	height: 40px;
	bottom: 0;
	left: 0;
	line-height: 40px;
	position: absolute;
	padding: 0 15px;
	background-color: #fbfbfb;
	border-top: 1px solid #e1e8ed
}
.demo-grid-block {
	background: rgba(0,0,0,.1);
	border-radius: 0;
	color: #777;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center
}
pre {
	background-color: transparent;
	border-radius: 0;
	border: 0
}
/*-----------------------------------------*/
.page_heading {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,.05);
}
.page-header h2 {
	color: #42a5f5;
	text-transform: uppercase;
}
.list_tab {
	padding: 0;
}
.list_tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_tab ul li {
	border-bottom: 1px solid #d7dfe3;
}
.list_tab ul li:last-child {
	border-bottom: 0;
}
.list_tab a {
	color: #404E67;
	padding: 12px;
	display: inline-table;
	width: 100%;
}
.list_tab a:hover {
	color: #42a5f5;
}
.list_tab span {
	vertical-align: middle;
	text-align: right;
	float: right;
}
.p_tn {
	padding: 10px;
	background-color: #f1f4f5 !important;
}
.p_tn h2 {
	font-size: 20px;
	color: #42a5f5;
	text-transform: uppercase;
	margin: 0;
	display: inline-table;
	padding: 10px 0px;
}
.p_tn_btn {
	width: 15%;
	text-align: right;
	padding: 5px 0px;
	float: right;
}
.p_tn_btn button {
	display: inline-table;/*text-transform:uppercase;*/
	font-size: 14px;
	background: #42a5f5;
	border: none;
	color: #fff;
	padding: 5px 10px;
	border: 2px solid #0d69b3;
	border-radius: 3px;
}
.p_tn2 ul {
	margin: 0 !important;
	padding: 0 !important;
}
.p_tn2 li {
	list-style: none;
	width: 100%;
	display: inline-table;
	padding-bottom: 20px;
}
.p_tn2 li:last-child {
	padding-bottom: 0;
}
.p_tn2 select {
	width: 100%;
	padding: 8px;
	border: 1px solid #d7dfe3;
}
.p_tn2 input[type="text"], select {
	width: 100%;
	text-transform: uppercase;
}
.pnael_h {
	border-bottom: 1px solid #d7dfe3 !important;
	padding: 10px 15px;
}
.pnael_h p {
	font-size: 15px;
}
.p_tn2 [type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.p_tn2 [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.p_tn2 [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #42a5f5;
	border-radius: 100%;
	background: #fff;
}
.p_tn2 [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #42a5f5;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.p_tn2 [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.p_tn2 [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pnael_h {
	background-color: #f0f3f4 !important;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.upload-btn-wrapper .btn {
	color: #fff;
	padding: 8px 20px;
	font-size: 14px;
	background-color: #4c5c78;
	text-transform: uppercase;
	width: 100%;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.p_tn2 textarea {
	min-height: 120px;
	resize: none;
}
.s_btn {
	text-align: right;
}
.s_btn input[type="submit"] {
	background-color: #42a5f5;
	padding: 8px 35px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px #a2a2a2;
	border: none;
	font-size: 18px;
}
.b_btn {
	padding-left: 0;
}
.b_btn input {
	background-color: #4c5c78;
	padding: 8px 65px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px #a2a2a2;
	border: none;
	font-size: 18px;
}
.alex_p p {
	line-height: 26px;
}
.alex_p span {
	color: #000;
}
.alex_p li {
	line-height: 30px;
}
/*----------condidate_constent_review-------*/
.condi {
	width: 100%;
	float: left;
	padding-top: 15px;
}
.condi h3 {
	font-size: 20px;
	color: #42a5f5;
	font-weight: 600;
	margin: 0px;
}
.condidat h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0px;
}
.condidat {
	width: 100%;
	float: left;
	background-image: linear-gradient(to left, rgba(66,165,245,0), rgb(66, 165, 245));
	padding: 15px;
	/*border: 1px solid #d7dfe3;*/
	border-radius: 4px;
}
.condi p {
	color: #909fa7;
	font-size: 14px;
	line-height: 26px;
	margin: 0px;
	width: 100%;
	float: left;
}
.condi p span {
	color: #49ac00;
	padding-top: 20px;
	width: 100%;
	float: left;
}
.condidats p span {
	color: #000;
	width: auto;
	float: none;
	padding: 0px;
}
.coddidate_cons {
	width: 100%;
	float: left;
	padding-top: 20px;
}
.cons_left {
	width: 50%;
	float: left;
	text-align: left;
}
.cons_left button {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background-color: #4c5c78;
	text-transform: uppercase;
	border: none;
	padding: 10px 15px;
	box-shadow: 1px 2px 5px #d9d9d9;
}
.cons_right {
	width: 50%;
	float: left;
	text-align: right;
}
.cons_right button {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background-color: #42a5f5;
	text-transform: uppercase;
	border: none;
	padding: 10px 15px;
	box-shadow: 1px 2px 5px #d9d9d9;
}
.padding0 {
	padding: 0px;
}
.condi input {
	border: 1px solid #42a5f5;
	position: inherit !important;
	
}
.condidate_btn {
	width: 100%;
	float: left;
	text-align: right;
	padding-top: 25px;
}
.condidate_btn button {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #42a5f5;
	text-transform: uppercase;
	border: none;
	padding: 10px 15px;
}
.condi h1 {
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	color: #909fa7;
	font-size: 30px;
	font-weight: 700;
	padding: 50px 0px;
}
.condi h1 span {
	color: #42a5f5;
}
/*------order confirmation---------*/
.condi_table {
	width: 100%;
	float: left;
	padding-top: 15px;
}
.condi_table table th {
	padding: 10px 20px;
	background: #f0f3f4;
	font-size: 14px;
	color: #404e67;
}
.condi_table table th i {
	padding-right: 8px;
}
.condi_table table td {
	padding: 15px 20px;
	font-size: 14px;
	color: #909fa7;
}
.condi_tables {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.condi_tables table th {
	padding: 10px 20px;
	font-size: 14px;
	color: #404e67;
}
.condi_tables table th i {
	padding-right: 8px;
}
.condi_tables table td {
	padding: 10px;
	font-size: 14px;
	color: #909fa7;
}
.condi_tables table button {
	border: none;
	background: none;
}
.condi_tables table tr:nth-child(odd) {
	background: #f0f3f4;
	width: 100%;
}
.promo_code {
	width: 100%;
	float: left;
	padding-top: 25px;
}
.promo_left {
	width: 50%;
	float: left;
	text-align: left;
}
.promo_right {
	width: 50%;
	float: left;
	text-align: right;
}
.promo_btn {
	width: 48%;
	float: left;
}
.promo_form {
	width: 48%;
	float: right;
}
.promo_btn button {
	width: 100%;
	color: #fff;
	background-color: #42a5f5;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	font-weight: 600;
	height: 38px;
}
.promo_form input {
	border-radius: 0px;
	border: 1px solid #c2c2c2;
	height: 38px;
}
.prromo_ta {
	width: 40%;
	float: right;
	background: #fff;
	border: 1px solid #c2c2c2;
	padding: 10px;
	text-align: left;
}
.prromo_ta table {
	width: 100%;
}
.back_submit {
	width: 100%;
	float: left;
	padding: 25px 0px 50px 0px;
}
.back_left {
	width: 50%;
	float: left;
	text-align: left;
}
.back_right {
	width: 50%;
	float: left;
	text-align: right;
}
.back_left button {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #4c5c78;
	text-transform: uppercase;
	border: none;
	padding: 10px 30px;
	box-shadow: 1px 2px 5px #d9d9d9;
}
.back_right button {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #42a5f5;
	text-transform: uppercase;
	border: none;
	padding: 10px 30px;
	box-shadow: 1px 2px 5px #d9d9d9;
}
/*---------------confirm------------*/

.confirm {
	width: 100%;
	float: left;
}
.confirm table button {
	border: none;
	background: none;
	display: inline-table;
}
.confirm table th {
	font-size: 14px;
	color: #404e67;
	padding: 10px;
}
.confirm table td {
	padding: 10px;
	font-size: 14px;
	color: #909fa7;
}
.confirm table tr:nth-child(even) {
	background-color: #f8fafa;
}
.pagi {
	width: 100%;
	float: left;
	padding: 30px 0px;
	text-align: center;
}
.pagi a {
	font-size: 16px;
	font-weight: 600;
	color: #404e67;
}
/*---------select order--------*/
.select_or {
	width: 100%;
	float: left;
	padding: 20px 0px 25px 0px;
	text-align: right;
}
.select_or button {
	border: none;
	background: #42a5f5;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
}
.select_quant {
	width: 100%;
	float: left;
	text-align: right;
	padding: 20px 0px 25px 0px;
}
.select_quant p {
	margin: 0px;
	display: inline-table;
	font-size: 20px;
	font-weight: 600;
	color: #42a5f5;
}
.select_quant input {
	width: 60px;
	display: inline-table;
	margin: 0px 20px;
	text-align: center;
}
.select_quant button {
	border: none;
	background: #e6e6e6;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}
/*-----------adversemediacheck------------*/

.adver {
	width: 100%;
	display: inline-table;
}
.personal {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	background-color: #4c5c78;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.adver_form {
	width: 100%;
	float: left;
}
.adver1 {
	width: 31%;
	float: left;
}
.adver2 {
	width: 32%;
	float: left;
	margin: 0px 22px;
}
.adver_full {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.adver_full input {
	border: 1px solid #d7dfe3;
}
.adver_full select {
	border: 1px solid #d7dfe3;
	padding: 8px;
}
.adver_btn {
	width: 100%;
	float: left;
	padding: 15x 0px 20px 0px;
	text-align: center;
}
.adver_btn button {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #42a5f5;
	padding: 10px 30px;
	border: none;
	text-transform: uppercase;
}
.btn_upload {
	color: #909fa7;
	padding: 8px 20px;
	font-size: 14px;
	background-color: #f3f4f5;
	text-transform: uppercase;
	width: 100%;
	border: none;
}
.adver_full h4 {
	font-size: 14px;
	color: #4c5c78;
	font-weight: 400;
}
.adver3 {
	width: 49%;
	float: left;
}
.adver4 {
	width: 49%;
	float: right;
}
.adver_full h5 {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
/*-----------------workorder------------*/
.margin_right8 {
	margin-right: 8px;
}
.adver_table {
	width: 100%;
	float: left;
}
.adver_table th {
	font-size: 14px;
	color: #404e67;
	padding: 10px;
}
.adver_table td {
	padding: 10px;
	font-size: 14px;
	color: #909fa7;
}
.adver_table tr:nth-child(odd) {
	background-color: #f8fafa;
}
.adver_table tr:first-child {
	background-color: #f0f3f4;
}
/*--------------user login---------------*/

.user_login {
	width: 100%;
	float: left;
}
.color_black {
	color: #000;
}
.user_login p {
	font-size: 14px;
	color: #909fa7;
	line-height: 28px;
}
.padding_top20 {
	padding-top: 20px;
}
.user_login ul li p {
	margin-bottom: 0px;
}
.logins {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px;
	background: #42a5f5;
	padding: 15px;
	margin-top: 20px;
	line-height: 28px;
}
/*----------------employee reference check-------------*/
.adver td button {
	margin: 0px;
	padding: 0px;
	display: inline-table;
}
.add_more button {
	display: inline-table !important;
	background: #42a5f5 !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid #0d69b3 !important;
	border-radius: 3px;
	padding: 1px !important;
}
.add_more {
	display: inline-table;
}
.condidates {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.condi_full {
	width: 100%;
	float: left;
}
.condi_left {
	width: 15%;
	float: left;
}
.condi_right {
	width: 85%;
	float: left;
	padding: 0px 0px;
}
.condi_img {
	width: 100%;
	float: left;
}
.condi_img img {
	border: 1px solid #000;
}
.condi_right h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	padding: 5px;
}
.condi_btn {
	width: 100%;
	float: left;
	padding: 15px 0px;
}
.condi_btn button {
	background: #dfdede;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 10px;
	border: none;
	margin-right: 8px;
	border-radius: 3px;
	box-shadow: 3px 3px 9px rgba(150,204,204,1);
}
.sub_res {
	width: 100%;
	float: left;
}
.sub_res button {
	background: #dfdede;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	border: none;
	margin-right: 8px;
	border-radius: 3px;
}
.sub_res .button_color {
	background: #42a5f5;
}
.mobile {
	display: none
}
.tab-pane.fade.mymobiles.active.in {
	margin-top: 25px;
}
.red {
	font-size: 13px;
	color: #ff0000;
	padding-left: 5px;
}
/*----------------select_product-------------*/
.horizontal-menu nav {
	background: #c1c1c1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-height: auto;
}
@media all and (min-width: 992px) {
#hori_menu ul li a {
/*max-width: 178px;*/
}
}
#hori_menu ul li a {
	/* color: #000000; */
	color: #404E67;
	/*font-weight: 900;*/
	padding: 0;
	text-align: center;
}
#hori_menu .active {
	background: #42A5F5;
}
#hori_menu .active a {
	background: none;
	color: #ffffff;
}
@media all and (min-width: 768px) {
#hori_menu {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#hori_menu ul li {
	border-right: 1px solid #ffffff;
	padding: 10px 15px;
}
#hori_menu ul li a:hover {
    color: #fff;
}
#hori_menu ul li:last-of-type {
	border-right: none;
}
}
/*----------------dashboard-------------*/
.top-div {
	margin-bottom: 30px;
}
#progress-bar .panel-heading {
	padding: 0 15px 5px 0;
}
.checks-panel {
	margin-bottom: 40px;
}
@media all and (min-width: 800px) {
.checks-panel {
	min-height: 320px;
}
}
.checks-panel input[type="button"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 8px 11px;
}
.checks-panel button {
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 0 10px rgba(204,204,204,1);
}
.checks-panel .btn-lg.btn-default {
	-webkit-box-shadow: 3px 3px 20px rgba(150,204,204,1);
	box-shadow: 3px 3px 20px rgba(150,204,204,1);
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	font-size: inherit;
}
.full-width {
	width: 100%;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.blue {
	color: #fff !important;
	background-color: #42a5f5 !important;
	border-color: #42a5f5 !important;
}
table tr.blue th {
	color: #ffffff !important;
}
.modal .modal-body .panel {
	margin-bottom: 5px;
}
@media all and (max-width:768px) {
.horizontal-row {
	display: flex;
	margin-bottom: 10px;
}
.btn-group-25, .btn-group-50 {
	width: 100%;
}
.btn-group-25 input {
	width: 25%;
}
.btn-group-50 input {
	width: 50%;
}
}
@media all and (min-width:768px) {
#candidateDetails .modal-dialog, #addDetails .modal-dialog, #popup .modal-dialog {
	width: 1100px;
}
}
#candidateDetails .modal-content, #addDetails .modal-content, #popup .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border-radius: 6px;
}
#candidateDetails .modal-header, #addDetails .modal-header, #popup .modal-header {
	padding: 15px;
}
#candidateDetails .modal-header span, #addDetails .modal-header span, #popup .modal-header span {
	position: absolute;
	top: 13px;
	right: 13px;
	color: #000;
	display: block;
	opacity: .2;
}
#addDetails .adver2 {
	margin: 0 19px;
}
.row-table > [class*="col-"] {
 padding-left: 8px;
 padding-right: 8px;
}
@media all and (min-width: 768px) and (max-width: 992px) {
.row-table [class*="col-"] h4 {
	font-size: 16px;
}
}
/*----------------my account-------------*/
.condi h5 {
	margin-top: 10px;
}
/*----------------employee reference check-------------*/
.adver input[type="checkbox"] {
	margin-right: 5px;
}
.usual-colored-td td {
	color: inherit !important;
}
.orange-color {
	color: #aa6708 !important;
}
.text-xs {
	font-size: 9px;
}
.col-md-6 .panel-heading {
	color: #fff;
	background-color: #42a5f5;
	border-color: #42a5f5;
}
.notDisplayed {
	display: none;
}
.displayed {
	display: block;
}
/********** Edited By Bhavesh ****************************/
.odd {
	background-color: #fff !important;
}
#datatable{
	border:1px solid #ddd;
}
#datatable > thead > tr > th{
	border:1px solid #ddd;
}
.confirm table td{
	border:1px solid #ddd;
	color:#404E67;
}
table.dataTable thead .sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}
table.dataTable thead .sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}
table.dataTable thead .sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}
table.dataTable thead .sorting::after {
	content: none;
}
table.dataTable thead .sorting_asc::after {
	content: none;
}
table.dataTable thead .sorting_desc::after {
	content: none;
}
.main-head{
	background-image: linear-gradient(to left, rgba(66,165,245,0), rgb(66, 165, 245));
}
.head-bttn{
	margin-left:10px !important;
	width:150px;
}