/**
    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
**/

/** LOGIN PAGE **/
body.login-page
{
    background-image: url(../images/login-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
body.login-page:before {
    content: '';
    background-color: rgba(52,0,81,0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    left: 0;
}

.account-form-box {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.login-image {
    display: inline-block;
    position: absolute;
    top: -80px;
    background-color: #340051;
    /* background-image: linear-gradient(to right, #34005c, #420471, #510b86, #60129c, #701ab3, #7a20c0, #8425ce, #8e2bdc, #9530e4, #9b35eb, #a23af3, #a93ffb); */
    padding: 15px;
    border-radius: 100%;
    text-align: center;
    height: 160px;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 10px rgba(52,0,81,0.5);
    animation: checkAnim 2s infinite;
}

.login-image img {
    max-width: 100px;
    display: inline-block;
    padding: 25px 0px;
}

.login-page-wrap {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-bottom: 40px;
}

@keyframes checkAnim {
	0%,100% {
		box-shadow: 0 0 0 10px rgba(52,0,81,0.5);
	}
	50% {
		box-shadow: 0 0 0 5px rgba(52,0,81,0.5);
	}
}

.login-form-wrap .form-heading {
    padding-top: 45px;
    text-align: center;
    letter-spacing: 10px;
    color: #340051;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.as-form .form-group {
    margin-bottom: 20px;
}

.as-form .form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #340051;
    font-size: 14px;
    padding-left: 12px;
}
.form-error {
    padding-left: 12px;
}

.form-checkbox {
    padding-left: 12px;
    margin-bottom: 20px;
}
.as-form .form-input input {
    border: 0;
    border-bottom: 2px solid #ccc;
    box-shadow: none !important;
}
.as-form .form-input input:focus {
    border-bottom-color: #340051;
}
.as-form .form-button {
    text-align: center;
}

.as-form .form-button button {
    /* background-color: #340051; */
    background-image: linear-gradient(to right, #34005c, #420471, #510b86, #60129c, #701ab3, #7a20c0, #8425ce, #8e2bdc, #9530e4, #9b35eb, #a23af3, #a93ffb);
    border: 0;
    padding: 10px 80px;
    font-weight: 600;
    font-size: 14px;
}

.as-form .form-button button:hover, .as-form .form-button button:focus {
    background-color: rgba(52,0,81,0.8);
    box-shadow: 0px 0px 10px rgba(52,0,81,0.5);
}

.account-form-link {
    text-align: center;
    margin-top: 20px;
}

.account-form-link a {
    color: #340051;
    font-weight: 700;
}
.login-header-text {
    text-align: center;
    color: #fff;
    margin-bottom: 120px;
    font-family: 'Raleway', sans-serif;
}

.login-header-text h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.login-header-text p {
    font-size: 16px;
    font-weight: 300;
}

.login-header-text p a {
    color: #fff;
    font-weight: 700;
}

/** DASHBOARD **/
body
{
    background-color: #fff !important;
}
.as-header {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0px;
    padding: 10px 0;
    height: auto;
    box-shadow: 0 0px 2px rgba(0,0,0,.5);
    overflow: inherit !important;
    min-height: 63px;
}

.menu-container {
    width: 100% !important;
    padding: 0 15px;
    line-height: normal !important;
}
.as-header .menu-icon {
    font-size: 28px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 28px;
    cursor: pointer;
}

.upload-wrap {
    display: block;
    max-width: 260px;
    border: 2px dashed rgba(52,0,81,0.5);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #f5f5f5;
    font-weight: 700;
    color: #afafaf;
}

.as-header .title h3 {
    margin: 0;
    text-align: center;
    font-weight: 400;
    color: #340051;
}

.as-header .navbar-custom-menu {
    width: 100% !important;
}

.menu-container > .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.as-right-menu .navbar-nav {
    float: none;
    display: inline-block;
}

.as-right-menu {
    text-align: right;
}

.as-right-menu .navbar-nav li a {
    color: #333 !important;
}

.as-right-menu .user-menu .user-image {
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
.as-right-menu .navbar-nav li a:hover, .as-right-menu .navbar-nav li a:focus {
    background-color: transparent !important;
}

.as-right-menu .navbar-nav li.user-menu a span {
    color: #34005c;
    font-weight: 500;
}

.as-right-menu .navbar-nav li.user-menu a {
    padding: 12px 10px;
    position: relative;
}

.as-right-menu .navbar-nav li.user-menu > a:after {
    content: "\f0d7 ";
    font-family: fontAwesome;
    margin-left: 5px;
}

.as-right-menu .navbar-nav li.user-menu a:hover span {
    color: #7b0bd2;
}
.as-right-menu .navbar-nav li.user-menu .dropdown-menu {
    background-color: #efefef;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #d6d6d6;
    top: 60px;
}


.as-right-menu .navbar-nav li.user-menu .dropdown-menu .user-header img {
    box-shadow: 0 0 0 4px rgba(144, 144, 144, 0.5);
    animation: checkAnim2 2s infinite;
}
@keyframes checkAnim2 {
	0%,100% {
		box-shadow: 0 0 0 5px rgba(52,0,81,0.5);
	}
	50% {
		box-shadow: 0 0 0 2px rgba(52,0,81,0.5);
	}
}

.as-right-menu .navbar-nav li.user-menu .dropdown-menu .user-header {
    background-color: #f9f9f9;
    height: 150px;
}

.as-right-menu .navbar-nav li.user-menu .dropdown-menu .user-header p {
    color: #4e0051;
    font-weight: 500;
}
.as-right-menu .navbar-nav .user-menu .user-footer ul {padding-left: 0;}

.as-right-menu .navbar-nav .user-menu .user-footer ul li {
    margin-bottom: 10px;
}

.as-right-menu .navbar-nav .user-menu .user-footer ul li:last-child {
    margin-bottom: 0;
}

.as-right-menu .navbar-nav .user-menu .user-footer ul li a i {
    margin-right: 10px;
    width: 12px;
}

.as-right-menu .navbar-nav .user-menu .user-footer ul li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 5px 5px;
}

.as-right-menu .navbar-nav .user-menu .user-footer ul li a:hover, .as-right-menu .navbar-nav .user-menu .user-footer ul li a:focus {
    text-decoration: none;
    background-color: #eaeaea !important;
    color: #000 !important;
}

.as-dynamic-tabs ul {
    background-color: #f6f6f6 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px 0 15px !important;
    /*overflow: hidden;*/
}

.as-dynamic-tabs ul li {
    background-color: #f1f1f1 !important;
    border-bottom: 0 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    box-shadow: 1px -1px 6px 0px #ddd;
    margin-right: 10px !important;
    float: none !important;
    display: inline-block !important;
    padding-right: 0 !important;
    border-right: 0 !important;
}
.as-dynamic-tabs ul li.ui-state-active
{
    border-bottom: 0 !important;
    background-color: #fff !important;
}
.as-dynamic-tabs ul li a {
    color: #333 !important;
    font-size: 14px;
    text-transform: capitalize !important;
    padding: 12px 10px !important;
    line-height: 14px !important;
}
.as-dynamic-tabs ul li a:focus
{
    outline: 0;
}
.as-dynamic-tabs ul li a > span {
    font-size: 12px;
    color: #ddd;
}

.as-dynamic-tabs ul li a > span:hover {
    color: #000;
}

.as-dynamic-tabs ul li span.ui-icon-close,
.as-dynamic-tabs#tabs ul li span.ui-icon  {
    background-image: none !important;
    position: absolute;
    right: 0;
    margin: -8px 0 0 !important;
    top: 50%;
}

.as-dynamic-tabs ul li span.ui-icon-close
{
    text-indent: 0 !important;
}

.as-dynamic-tabs ul li span.ui-icon-close {
    position: absolute;
    right: 4px;
    font-size: 12px;
    color: #ddd;
    top: 4px;
    cursor: pointer;
}

.as-dynamic-tabs ul li span.ui-icon-close:hover {
    color: #000;
}


/** RESET HEADER COLOR **/
.as-header {
    /* background-color: #34005c; */
    background-image: linear-gradient(to right, #34005c, #420471, #510b86, #60129c, #701ab3, #7a20c0, #8425ce, #8e2bdc, #9530e4, #9b35eb, #a23af3, #a93ffb);
    border-bottom: 1px solid #34005c;
    position: fixed;
    top: 0;
}

.as-header .menu-icon {
    color: #fff;
}
.as-header .title h3 {
    color: #fff;
    font-size: 20px;
}
.as-header .navbar-custom-menu .user-menu a, .as-header .navbar-custom-menu .user-menu a span {
    color: #fff !important;
}
.as-header .navbar-custom-menu .user-menu .user-footer a, .as-header .navbar-custom-menu .user-menu .user-footer a span {
    color: #333 !important;
}

.as-right-menu .navbar-nav li a {
    color: #fff !important;
}
/** RESET HEADER COLOR **/
.show-menu .header > div:first-child {
    -webki-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.35s ease;
}
.show-menu .page {
    -webkit-transform: translate(320px, 0);
    -moz-transform: translate(320px, 0);
    -ms-transform: translate(320px, 0);
    transform: translate(320px, 0);
    transition: all 0.35s ease;
    padding-top: 0;
    min-height: 100%;
}
.as-sidebar-menu {
    max-width: 320px;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    min-height: auto;
    transition: all 0.35s ease;
}
.as-sidebar-menu .logo {
    padding: 10px 0;
    margin-top: 10px;
}
.as-sidebar-menu .logo img {
    width: 180px !important;
    height: 180px;
    border-radius: 100%;
    box-shadow: 0 0 0 10px rgba(52,0,81,0.5);
    animation: checkAnim 2s infinite;
}
.as-sidebar-menu .name {
    /* background-color: #340051; */
    background-image: linear-gradient(to right, #34005c, #420471, #510b86, #60129c, #701ab3, #7a20c0, #8425ce, #8e2bdc, #9530e4, #9b35eb, #a23af3, #a93ffb);
    margin: 10px 0;
}
.as-sidebar-menu .menu-search {
    padding: 10px 0;
}
.as-sidebar-menu .menu-search > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.as-sidebar-menu .menu-search > div input {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
}
.as-sidebar-menu ul.sidebar-menu-wrap {
    padding-left: 0;
}
.as-sidebar-menu ul.sidebar-menu-wrap li {
    border-bottom: 0;
    padding: 0 15px;
    margin-bottom: 5px;
}
.as-sidebar-menu ul.sidebar-menu-wrap li a {
    padding: 10px 15px 10px 50px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 40px;
    position: relative;
    text-transform: capitalize;
}
.as-sidebar-menu ul.sidebar-menu-wrap li a:hover, .as-sidebar-menu ul.sidebar-menu-wrap li a:focus {
    color: #fff;
    /* background-color: #340051; */
    background-image: linear-gradient(to right, #34005c, #420471, #510b86, #60129c, #701ab3, #7a20c0, #8425ce, #8e2bdc, #9530e4, #9b35eb, #a23af3, #a93ffb);
    text-decoration: none;
}
.as-sidebar-menu ul.sidebar-menu-wrap li a span {
    width: 30px;
    position: absolute;
    left: 15px;
}
.menu-search #leftSideSearchDataDiv > .slimScrollDiv ul {
    background-color: #fff;
    border: 1px solid #efefef;
}

.menu-search ul#leftSideSearchData li a {
    border-radius: 0;
    padding: 8px 5px 8px 50px;
    position: relative;
}

.menu-search ul#leftSideSearchData li a:hover, .menu-search ul#leftSideSearchData li a:focus {
    background-color: #efefef;
}

.menu-search ul#leftSideSearchData li {
    padding: 0;
    margin-bottom: 10px !important;
}

.menu-search ul#leftSideSearchData li a .left-side-searchmenu-icon {
    /* background-color: #340051 !important; */
    color: #fff;
    float: none;
    position: absolute;
    left: 10px;
    top: 3px;
}

.menu-search ul#leftSideSearchData li a h4 span {
    position: relative;
    left: auto;
    width: auto;
}

.menu-search ul#leftSideSearchData li a h4 {
    margin: 0;
    padding-top: 3px;
}

aside.control-sidebar {
    height: calc(100vh - 70px);
    /*height: calc(100vh);*/
    top: 70px !important;
    background-color: #fff;
    /*box-shadow: -3px 4px 8px -2px #b1aeae;*/
}

.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
    color: #b8c7ce;
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
    color: #929292;
}

.control-sidebar-menu>li>a:hover, .control-sidebar-menu>li>a:focus {
    background-color: #f3f3f3 !important;
}

.notification-header {
    background-color: #7a23bd;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.notification-header i {
    margin-right: 5px;
}
.remove_notification {
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 2;
}

.control-sidebar-menu>li {
    position: relative;
}

.remove_notification i {
    font-size: 16px;
    color: #390760;
}

.remove_notification:hover i {
    color: #000;
}
.main-page {
    padding-top: 70px;
    transition: all 0.35s ease;
}

.loggedin-message {
    padding: 10px;
    background-color: #feffef;
    margin-bottom: 20px;
    border: 1px solid #f4f7d1;
}
.dashboard-tabs .list_wrapper {
    background-color: #fff;
}

.as-table-arrows > span.glyphicon {
    float: none;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    border: 2px solid #fff;
}

.as-table-top-1 {
    padding: 20px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #34005c;
    border-radius: 10px;
    box-shadow: 0px 3px 15px 0px #797979;
}

.as-table-label h2 {
    margin: 0;
}

.as-table-top-1 > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.as-table-label h2 {
    text-align: right;
    font-size: 18px !important;
}

.as-table-arrows > span.glyphicon:hover, .as-table-arrows > span.glyphicon:focus {
    background-color: #fff;
    color: #000;
}

.table-heading {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 10px 0;
    color: #333;
}

.table-style-1 tr th {
    background-color: #390264;
    border: 0;
    border-bottom: 2px solid #390264;
    color: #fff;
}

.table-style-1 {
    border: 1px solid #390264;
}

.table-style-1 tr:nth-child(even) {
    background-color: #f5f5f5;
}

.table-style-1 tr td {
    border: 0;
}
.as-tab-2 .nav.nav-tabs {
    padding-bottom: 1px;
}

.as-tab-2 .nav.nav-tabs li.active a {
    border-top-color: #34005c !important;
    background-color: #faf3ff;
}

.as-tab-2 .nav.nav-tabs li a {
    font-weight: 600;
    padding: 10px 20px;
}

.as-tab-2 .nav.nav-tabs li a:hover {
    background-color: #fbfbfb;
}
.as-tab-2 .tab-pane {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.as-tab-2 .tab-content {
    padding: 0;
    margin-top: 10px;
}

.table-style-wrap .table {
    margin: 0;
}

.table-style-wrap .table tr th {
    /*background-color: #faf3ff;*/
    border: 0;
    /*padding: 10px 15px !important;
    border-bottom: 2px solid #34005c;
    font-weight: 700;*/
}

.table-style-wrap .table tr td {
    background-color: #fff;
    border: 0;
}

.table-style-wrap .table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.quick_link_block {
    padding: 0 15px;
    border: 0;
}

.quick_link_block > div {
    padding: 0;
    width: auto;
}

.quick_link_block > div a {
    display: block;
    padding: 5px 10px;
    background-color: #eaeaea;
    border: 1px solid #e8e8e8;
}

.quick_link_caption {
    padding: 6px 10px !important;
    font-weight: 600;
}

.quick_link_block > div a:hover, .quick_link_block > div a:focus {
    text-decoration: none;
}

.quick_link_block > div a.green_link:hover {
    background-color: #3cba54;
    color: #fff;
    border-color: #3cba54;
}
.quick_link_block > div a.blue_link:hover {
    background-color: #4885ed;
    color: #fff;
    border-color: #4885ed;
}
.quick_link_block > div a.red_link:hover {
    background-color: #db3236;
    color: #fff;
    border-color: #db3236;
}
.quick_link_block > div a.yellow_link:hover {
    background-color: #f4c20d;
    color: #fff;
    border-color: #f4c20d;
}
.response_data {
    /*background-color: transparent !important;*/
    background-color: rgb(204, 0, 0);
    height: auto;
    top:-3px;
    /*transform: translateY(-50%);*/
    border-radius:0 0px 5px 5px !important;
}

.response_data img {
    width: 110px;
    background-color: #fff9;
}
#nextbtn {
    float: none;
}

.theme-btn {
    background-image: linear-gradient(to right, #34005c, #420471, #510b86, #60129c, #701ab3, #7a20c0, #8425ce, #8e2bdc, #9530e4, #9b35eb, #a23af3, #a93ffb);
    border: 1px solid #932ee1;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 0;
}

.theme-btn:hover, .theme-btn:focus {
    background-image: none;
    background-color: #9530e4;
}

.dashboard.btn-wrap {
    text-align: right;
    margin-bottom: 20px;
}
.graph-slide {
    overflow: hidden;
    margin-bottom: 40px;
    position: absolute;
    width: 100%;
    left: 0;
}

.dashboard > .col-md-6 {
    border: 0 !important;
}

.dashboard .graph-wrap {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 1px #ccc;
}

.dashboard .graph-wrap .highcharts-container {
    min-width: 100%;
}

.dashboard .graph-wrap .highcharts-container svg.highcharts-root {
    min-width: 100%;
}

#contentWrapper {
    position: relative;
}

/* My Styling */
.main-page .breadcrumb{
    padding: 20px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.btn-primary , .btn-primary:hover , .btn-primary:focus , .btn-primary:active , .btn-primary:focus-within {
    color: #fff;
    background-color: #390264 !important;
    border-color: #390264 !important;
    outline: none;
    box-shadow: none;
    padding: 8px 13px;
}
.ui-accordion-header {
    background: #390264 !important;
    color: #fff !important;
}
div.ui-accordion-content input[type='text'] , div.ui-accordion-content .bootstrap-tagsinput , div.ui-accordion-content select {
    margin-top: 10px;
    border-radius: 0;
    border-color: #ddd !important;
    box-shadow: none !important;
    font-size: 12px;
}
div#w2 .ui-accordion-content {
    padding: 30px;
}
h3.ui-accordion-header  {
    padding: 13px 35px !important;
    outline: none;
}
div#w2 .tab-col-3 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 15px;
}
.form-group input[type='checkbox'],.form-group input[type='checkbox']:focus,.form-group input[type='checkbox']:active{
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
    position: relative;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    vertical-align: bottom;
}
div#w2 label {
    font-size: 12px;
}
.form-group input[type='checkbox']:active,.form-group input[type='checkbox']:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.form-group input[type='checkbox']:checked {
	background-color: #390264 ;
	border: 1px solid #390264 ;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.form-group input[type='checkbox']:checked:after {
	content: '\2714';
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 4px;
    color: #fff;
}
td.action_field2 a span {
    border: 0;
    margin: 0 3px;
}
table.custome_table.table-style-1.cus_table th a   {
    padding: 7px;
    text-decoration: none;
    background: transparent;
    color: #fff;
}


td.action_field2 {
    width: 7%;
}

table.custome_table.table-style-1.cus_table input {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: none;
}
table.custome_table.table-style-1.cus_table tr.file-upload-wrapper td:nth-child(10) {
    width: 15% !important;
}
table.custome_table.table-style-1.cus_table tr td{
    padding: 20px 4px;
}
table.custome_table.table-style-1.cus_table a {
    color: #8023c8;
}
ul.pagination li.active a , ul.pagination li.active a:hover , ul.pagination li.active a:active , ul.pagination li.active a:focus {
    background: #390163;
    border-color: #390163;
}
ul.pagination li a , ul.pagination li a:hover {
    color: #390163;
}
.action-list-ul {
    padding: 15px;
}


/*****************Amir Pl******************/
.p0{padding: 0 !important;}
.p20{ padding: 20px !important; }
.p15{ padding:15px !important; }
.plr15{ padding:0 15px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important;}
.pt-30 { padding-top: 30px !important;}
.mb-20 {
    margin-bottom: 20px !important;;
}
.mb-30 {
    margin-bottom: 30px !important;;
}
.mt-10 {
    margin-top: 10px !important;;
}
.mt-20 {
    margin-top: 20px !important;;
}
.mt-30 {
    margin-top: 30px !important;;
}

.fun-fact {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 1 calc(25% - 30px);
    height: auto;
    cursor: default;
    transition: 0.3s;
    margin-bottom: 30px;
}

.fun-fact-text {
    flex: 1;
    margin-right: 20px;
}

.fun-fact span {
    font-size: 18px;
    color: #888;
    line-height: 22px;
}

.fun-fact h4 {
    font-size: 38px;
    color: #333;
    line-height: 38px;
    margin-top: 5px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
}

.fun-fact h4.number span {
    font-size: 38px;
    color: #333;
    line-height: 38px;
}
.fun-fact-icon {
    border-radius: 4px;
    background-color: #eee;
    flex: 0 0 100px;
    height: 75px;
    display: flex;
    text-align: center;
}

.fun-fact-icon a {
    display: block;
    line-height: 75px;
    text-align: center;
    width: 100%;
}
.fun-fact-icon i.icon-material-outline-gavel {
    transform: scale(0.91);
}

.fun-fact-icon i {
    font-size: 25px;
    align-self: center;
    margin: 0 auto;
    color: #34005c;
}
.iframe-body .site-container .main-page {
    padding-top: 0px;

}
.clear {clear: both}
.page.main-page { position: relative;}
form#w0 {
    overflow: initial;
}
/*td.action_field2 { width: 20%; }*/
.mt0 { margin-top: 0 !important }
.shadow-box {
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border-radius: 5px !important;
    margin-bottom: 30px;
    padding-bottom: 1px;
}
.headline {
    display: block;
    padding: 20px 20px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
.headline h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 26px;
    margin: 0px;
    display: inline-block;
}
.working_candidates .grid_view{
    padding: 10px;
    min-height: 355px;
    max-height: 355px;
    overflow-x: auto;
}
.working_candidates .table{
margin: 0px;
}
.requirements-graph {
    padding: 10px;
}
.revenue_profit .list_wrapper {
    background: none;
    margin: 0 !important;
    padding: 15px !important;
}
.revenue_profit .as-table-top-1 {
    box-shadow: none;
}
.revenue_profit .table-heading {
    margin: 30px 0 10px;
    font-weight: 600;
}
.no-data {
    max-width: 800px;
    margin: 20px auto 0;
}
.requirement_interviews  {
    padding:15px 15px 0;
}
.requirement_interviews .table-heading {
    margin: 30px 0 10px;
    font-weight: 600;
}
table.custome_table.table-style-1.cus_table th {
    padding: 10px 10px !important;
        text-align: left !important;
}
table.custome_table.table-style-1.cus_table tr td{
    padding: 10px 4px;
        text-align: left !important;
}
table.custome_table.table-style-1.cus_table tr:nth-child(even) td {
    background-color: #f5f5f5 !important;
}
table.custome_table.table-style-1.cus_table a.emailEditable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 150px;
}
.modal-header .close {
    position: absolute;
    top: 10px;
    right: 0;
    border-radius: 50px;
    background: transparent;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 16px;
    }
.m-header,.modal-header {
    text-align: left;
     width: auto; 
    color: #fff;
    border: 0;
    background: #60129c;
    padding: 10px 11px 11px;
}
.m-header::after,.modal-header::after {

display: none;
}
.m-header::before,.modal-header::before {
display: none;
}
.m-header h2,.modal-header h2 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    text-align: left;
    padding: 5px 0 8px;
}
.m-header .close,.modal-header .close{
     border:0; 
     color: #fff; 
}

.modal .form-control{
	box-shadow: none;
	border-color: #ddd;
}
#addbookingModal .modal .modal-footer,#addskilltagsModal .modal .modal-footer{
    padding: 15px 0 0;
}
.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
    background: none;
    border-color: #ddd;
}
.bootstrap-timepicker .input-group-addon .glyphicon {border:0;}
.btn-default {
    background-color: #7d7d7d !important;
    border-color: #7d7d7d !important;
    color: #fff;
}
.clndr .clndr-table .header-days {
    height: 30px  !important;
    font-size: 12px  !important;
    background: #390264 !important;
}
#search_availability form#w1 {
    overflow: inherit;
}
div.ui-accordion-content .form-control {
    border-color: #ddd;
}
.contractors-create h3.head_of_the_page,
.contractors-update h3.head_of_the_page,
.schedules-create h3.head_of_the_page{
    background: #390264 !important;
    display: block;
    text-align: left;
    font-size: 18px;
    padding: 15px;
}
.head_of_the_page {
    background: #390264 !important;
    display: block;
    text-align: left;
    font-size: 18px;
    padding: 15px;
    border-radius:5px;
}
.contractors-form .form-control{
box-shadow: none;
    border-color: #ddd;
}
.contractors-form .tab-content {
    padding: 0;
    border-top: 0;
}

.contractors-form .tab-content .tab-pane {
    border-top: 0;
    border-radius: 0px;
}
.contractors-form .nav-tabs {
    padding-bottom: 0px;
}
.custom-tab-pl > ul > li a:hover {
    /* background: transparent; */
    /* border-color: #fff; */
    background-color: #fbfbfb;
    border-color: #eee #eee #ddd;
}
.custom-tab-pl > ul > li.active a {
    border-top-color: #34005c !important;
    background-color: #faf3ff;
    font-weight: 600;
}
.clearfix {
    display: inline-block;
    clear: both;
    width: 100%;
}
.table > thead > tr > th {
    background-color: #390264;
    border: 0;
    border-bottom: 2px solid #390264;
    color: #fff;
        text-align: left !important;
    padding: 8px !important;
}
.table tr:nth-child(even) {
    background-color: #f5f5f5;
}
.grid-view .table thead a {
    background: none;
    color: #fff;
    padding: 0;
}
.cal1 .clndr .clndr-table {
    border-bottom: 1px solid #000;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-inner:before {
    background-color: #390264 !important;
}
.onoffswitch input[type="checkbox"]:checked + label {
    border-color: #390264;
}
.table tr td a {
    word-break: break-all;
}
.send_sms_close {
    background:#390264;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: left;
}
.send_sms_close .fa {
    margin: 0;
}
.list_wrapper h4 {
    padding: 10px;
    background: #35005e;
    margin: 0px;
    color: #fff;
}
.list_wrapper .list_ul{
 margin: 0px;   
}
.form-control {
    border-color: #ddd;
    box-shadow: none;
}
.custom-tab-pl .nav-tabs {
    padding-bottom: 0;
}
.requirements-update th.action-column {
    width: 12%;
}
.table .form-control {
    padding: 4px;
    height: auto;
    font-size: 12px;
}
.editable-buttons .btn {
    padding: 2px;
    vertical-align: top;
}
#grid_view_table {
    overflow: auto;
    width: 100%;
}
.bookings-search label { font-size: 12px; }
.details_body.avail label {
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
}
.ui-widget-header {
    border: 1px solid #dddddd !important;
    background: #390264 !important;
    color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: #fff !important;
}
.individual_roles {
    width: 24%;
        border: 2px solid #CCC;
    background-color: #f9f9f9;
    margin: 5px 0.4%;
}
.report_in_list {
    margin: 10px 0.8%;
    width: 18%;
    border: 2px solid #CCC;
    background-color: #f9f9f9;
}
.setting_tab_wrap { height: auto; 
padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
}
.setting_tab_wrap .setting_tab {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    line-height: 1.42857143;
    padding: 10px 7px;
    font-size: 13px;
    border-radius: 0;
    color: #555;
    cursor: default;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent !important;
    vertical-align: bottom;
}

.setting_tab_wrap .setting_tab.dashboard_tab_active {
    background-color: #faf3ff;
    font-weight: 600;
    border: 1px solid #ddd;
    border-top: 3px solid #34005c !important;
    margin-bottom: -1px;
}
.shadow-box .myaccountclass {
    padding: 20px 15px;
}

.table { margin: 0 0 10px;}
.iframetab {
    background-position: center;
}
.form-card {
    border:1px solid #ddd;
    padding: 15px;
}
.form-register .steps li.current a .step-icon, .form-register .steps li.current a:active .step-icon, .form-register .steps .done::before, .form-register .steps li.done a .step-icon, .form-register .steps li.done a:active .step-icon {
    background: #390264 !important;
}
.space15 {
    padding: 15px;
}
.select2-selection.select2-selection--single {
    border-color: #e4e4e4;
    }
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid #e4e4e4;
}
.system_pref input:checked ~ .checkmark {
    background-color: #390264 !important;
}
.form-register .steps ul {
    padding-top: 30px;
}
.table-scroll{min-height:325px;max-height: 325px;overflow-x: hidden;overflow-y: auto;display: block;}
.system_prefrences_div .shadow-box {
    min-height: 190px;
}
.setting_tab_block > .setting_tab {
    /* background: none repeat scroll 0 0 #ccc; */
    /* border-left: thin solid #ddd; */
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*width: 12.5%;*/
    padding: 0 15px;
    border-bottom: 5px solid #ececec;
}
.candidate_verification_wizard .wizard-form {
    padding: 0;
}
button.btn.btn-default.conf_next_back {
    padding: 2px 10px;
    font-size: 12px;
}
button.btn.btn-default.conf_next_back .fa {
    vertical-align: sub;
}

.global-setting-index .form-card {
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border-radius: 5px;
}
.global-setting-index .form-card .alerts-div h4 {
    padding: 0 15px 15px;
    margin: 0 -15px 15px;
    border-bottom: 1px solid #e4e4e4;
}
.group_tabs_list {
     height: auto; 
}
.group_tab_item_display {
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
    color: #444;
    border-top: 3px solid transparent;
    font-size: 13px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    background: no-repeat;
    text-shadow: none;
}
.group_tab_item_active {
    color: #000;
    text-shadow: none;
    font-weight: 600;
    padding: 10px 20px;
    border-left-color: #ddd !important;
    border-right-color: #ddd !important;
    border-top-color: #34005c !important;
    background-color: #faf3ff;
}
.branch-change {
    padding: 0 15px;
}
.branch-change label {
    color: #000;
    padding-bottom: 5px;
}
.branch-change select {
    margin: 0;
    width: 100%;
}
input[type="checkbox"]:checked + label {
    color: #34005c;
    border-color: #34005c;
}
#control-sidebar-settings-tab h3.control-sidebar-heading {
    background: #34005c;
    padding: 11px 15px 14px;
}
ul.control-sidebar-menu.sidebar-notification li {
    background: #ececec;
    margin-bottom: 10px;
}
.control-sidebar-menu .menu-info>.control-sidebar-subheading {
    color: #484848;
}
.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
    color: #909090;
}
.bg-feedback {
    background-color: #34005c !important;
     color: #fff;
}
ul.control-sidebar-menu.sidebar-notification li.notify.unread a {
    background: #ccc;
}
body#register_bg {
    background-image: url(../images/login-background.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 100%
}
body#register_bg:before {
    content: '';
    background-color: rgba(52,0,81,0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    left: 0;
}
#register_bg .login-form-wrap .form-heading {
    font-size: 30px;
        margin-top: 20px;
}
#register_bg .account-form-box {max-width: 800px;}
.setup-content .form-control:focus, .setup-content .form-control:focus-within, .setup-content .form-control:valid{
    border-bottom-color: #340051 !important;
    color: #512a74 !important;
}
.setup-content .form-control,.setup-content .control-label {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.setup-content .form-group {
    margin-bottom: 32px !important;
}
.setup-content .form-control {
    box-shadow: none;
    outline: none;
}
.setup-content .form-control:focus ~ .control-label, .setup-content .form-control:valid ~ .control-label, .setup-content .form-group.have-value .control-label{
    font-size: 12px !important;
}
.setup-content .action_btn button {
    /* background-color: #340051; */
    border: 0px !important;
    background-image: linear-gradient(to right, #34005c, #420471, #510b86, #60129c, #701ab3, #7a20c0, #8425ce, #8e2bdc, #9530e4, #9b35eb, #a23af3, #a93ffb);
    }
.setup-content .action_btn button:hover,.setup-content .action_btn button:focus{
    background-color: rgba(52,0,81,0.8);
    box-shadow: 0px 0px 10px rgba(52,0,81,0.5) !important;
}
.n-menu-search #leftSideSearchDataDiv {
    position: absolute;
    top: 31px;
    width: 100%;
    left: 0;
    box-shadow: none;
}
.n-menu-search .slimScrollDiv {
    box-shadow: 0px 0 20px 0 #e6e6e6;
}
.bg-aqua {
    background-color: #34005c !important;
}
.left-side-searchmenu-icon{
    color: #fff;
}
.highlight {
    color: #be6bff;
}
.calendar-date table.table-condensed th {
    background: #390264;
    color: #fff;
}
.daterangepicker .calendar-date table.table-condensed td.active{
    background: #390264;
    color: #fff;
}
button.applyBtn,button.applyBtn:hover {
    background: #390264;
    border-color: #390264;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #390264 !important;
    border: 1px solid #390264 !important;
    color: #fff;
}
.details_group.group_tab.group_tab_active span.input-group-btn .btn {
    top: 0 !important;
}
.candidate-custompopup .tab-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: inherit;
    left: 50%;
    top: 10%;
     border-radius: 5px;
}
.candidate-custompopup .tab-container .tab-wrapper {
    padding-top: 0;
    background: #fff;
        border-radius: 5px;
}
.candidate-custompopup .tab-container .tab-wrapper .tab-user-info {
    padding: 10px 20px;
    background: #60129c;
    position: relative;
}
.candidate-custompopup .tab-container .tab-wrapper .tab-user-info .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    opacity: 1;
}
.candidate-custompopup .tab-container .tab-wrapper .tab-user-info .tab-name{
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.candidate-custompopup .tab-container .tab-avatar {
    border: 1px solid #34495e;
    border-radius: 50%;
        background: #fff;
    width: 50px;
    height: 50px;
        margin: 0 10px 0 0;
}
.candidate-custompopup .tab-container .tab-avatar img{
    width: 100%;
}
.candidate-custompopup .tab-container .tabs {
    background: none;
}
.candidate-custompopup .tab-container .tabs .ui-widget-header{
        background: none !important;
    border: 0px !important;
    padding: 20px 20px 0px 20px;
    border-bottom: 1px solid #ddd !important;
        margin: 0 0 20px;
}

.candidate-custompopup .tab-container .tabs .ui-tabs-panel{
    padding: 0 20px 20px !important;
}
.candidate-custompopup .tab-container .tabs .ui-widget-header li.ui-state-default a {
        line-height: normal;
    float: none;
    display: block;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    color: #444;
    border-top: 3px solid transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px !important;
    position: relative;

    font-family: 'Lato', sans-serif
}

.candidate-custompopup .tab-container .tabs .ui-widget-header li.ui-state-default {
    min-width: auto !important;
    width: auto;
    height: auto;
    border: 0;
}
.candidate-custompopup .tab-container .tab-wrapper .tab-user-info .tab-name i {
    padding: 0;
    background: none;
    border: 0;
    margin: 0 0 0 10px;
    font-size.fa-calendar:before {
    content: "\f06e";
}: 20px;
}

.candidate-custompopup .tab-container .tabs .ui-widget-header li.ui-state-default a:hover,
.candidate-custompopup .tab-container .tabs .ui-widget-header li.ui-state-default.ui-state-active a {
    font-family: 'Lato', sans-serif;
    border-top: 3px solid #3c8dbc !important;
    border-top-color: #34005c !important;
    background-color: #faf3ff;
    font-weight: 600;
    color: #555;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.fa-calendar.custom:before {
    content: "\f06e";
}
.custom-green {
    display: block;
    padding: 12px 10px !important;
    border-radius: 3px !important;
}
#detail-popup .send_sms_close {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
#detail-popup .send_sms_close a {
    color:#fff;
}
#detail-popup .modal-dialog{
    max-width: 800px;
    width: 100%;
}
#detail-popup .modal-dialog .tab-user-info {
    padding: 0px 5px 15px;
}
#detail-popup .modal-dialog .tab-user-info button.close {
    display: none;
}
#detail-popup .modal-dialog .tab-user-info i.notes_ptr{
    margin-left: 5px;
    background: none;
    border:0;
    font-size: 22px;
}
.my_popup .tabs .ui-widget-header li.ui-state-default a {
    line-height: normal;
    float: none;
    display: block;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    color: #444;
    border-top: 3px solid transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px !important;
    position: relative;

    font-family: 'Lato', sans-serif
}
.my_popup .tabs .ui-widget-header{
        background: none !important;
    border: 0px !important;
    padding: 20px 20px 0px 20px;
    border-bottom: 1px solid #ddd !important;
        margin: 0 0 20px;
}
.my_popup .tabs .ui-tabs-panel{
    padding: 0 20px 20px !important;
}
.my_popup .tabs .ui-widget-header li.ui-state-default {
    min-width: auto !important;
    width: auto;
    height: auto;
    border: 0;
}
.my_popup .tabs li {
    width: 25%;
    padding: 0;
    border: 0;
    border-left: 2px solid #ececec;
    background: none;
    box-sizing: border-box;
    margin: 0;
}
.my_popup .tabs .ui-widget-header li.ui-state-default a:hover,
.my_popup .tabs .ui-widget-header li.ui-state-default a:focus,
.my_popup .tabs .ui-widget-header li.ui-state-default.ui-state-active a {
    font-family: 'Lato', sans-serif;
    border-top: 3px solid #3c8dbc !important;
    border-top-color: #34005c !important;
    background-color: #faf3ff;
    font-weight: 600;
    color: #555;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    outline: none;
}
.grid_th {
    color: #60129c;
}
.dynamic-tabs-pl.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    width: 100%;
    padding-right: 35px !important;
}
.ui-tabs .ui-tabs-nav li .ui-tabs-anchor span.fa.fa-refresh {
    float: right;
    position: absolute;
    right: 20px;
    margin:2px 0 0; 
}
#grid_view_table-filters input#companiessearch-pid {
    width: 58px;
}
.signature_thumbnail {
    display: block;
}

.signature_thumbnail .template-item-img {
    margin-right: 0;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
}
#control-sidebar-settings-tab span.control-sidebar-heading {
    color: #000;
    padding: 20px 15px 0px;
    display: block;
}
.upload_file div { padding-left: 0px;    word-break: break-word; }
div.setup-content h3.pgk-price strong {color: #000 !important;}
.package-detail label {
    color: #000 !important;
}
    .InputElement::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
}

.InputElement:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}

.InputElement::placeholder {
  color: #000 !important;
}
.successful { padding: 50px 0 !important }
.successful strong {
    font-size: 26px !important;
    color: #390264 !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
}
.successful p {
    color: #797979 !important;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 50px;
}
.successful strong::after {display: none;}
#create_notes_div { position: absolute; }

.krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption {
    display: none;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
    position: absolute;
}
.krajee-default.file-preview-frame .file-thumbnail-footer .clearfix {
    display: none;
}
.file-footer-buttons button.kv-file-zoom {
     background: none !important; 
    border: 0 !important;
    color: #000;
    text-align: center;
    font-size: 20px;
}

.glyphicon {
    border: 0 !important;
}

.fileinput-remove-button {padding: 8px 12px;}

.input-group.file-caption-main .form-control {
    float: none;
    vertical-align: middle;
}
.kv-zoom-actions .btn-kv {
    margin-left: 3px;
    background: none !important;
    border: 0 !important;
}
.kv-zoom-actions .btn-kv:hover {
    color: #fff;
    opacity: 0.9
}
.export_sms_close {
background: none repeat scroll 0 0 #390264;
}
.contractors-form.exportpopup .loader{
    padding: 20px;
    width: 100%;
    text-align: center;
    top: 0px !important;
    position: initial;
    margin: 0 !important;
}
.margin-top-bottom .btn {
    margin-right: 5px;
}
.wizard_section .wizard_btn {
    margin-bottom: 30px;
}
.menu-right-side.super .account-wrap {
    flex: auto;
}
body.super-admin.hide_body_scroller::-webkit-scrollbar {
    /*display: block;*/
}
.krajee-default.file-preview-frame .kv-file-content {
    width: 180px;
    height: 180px;
}
.krajee-default.file-preview-frame .file-preview-image {
    width: 180px;
    height: 180px;
    border-radius: 50%
}
.krajee-default.file-preview-frame {
    border-radius: 50%;
    margin: 0 auto;
    float: none;
    max-width: 200px;
}
@media only screen and (max-width: 767px) {

.individual_roles,.report_in_list{
    width: 100%;
    margin: 5px 0;
}
}