/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/* ----- clear fix for floats ----- */
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }/* hides clearfix from IE-mac */
.clearfix { display: block; }/* end hide from IE-mac */
/* general purpose classes */
.nodisplay { display: none; }
.nodisplay_strict { display: none !important; }
.alignleft { float: left; }
.alignnone { clear: both; font-size: 0; line-height: 0; margin: 0; padding: 0; border: 0; height: 0; width: 0; }
.alignright { float: right; }

.page-spinner-bar > div, .block-spinner-bar > div { background: #578EBE none repeat scroll 0 0 !important;}
.temp_hid{display: none;}
.duplicate_error {color: #a94442;}
/* End Toolkit
--------------------------------------------------------------------------------------------------*/
/* Begin css for crop box in profile page */
.show_image {
   width: 150px;
   height: auto !important;
}

.checkbox-list {
    float: left;
    width: 200px;
    padding-right: 20px;
}

img-crop {
    width: 99%;
    height: 99%;
    display: block;
    position: relative;
    overflow: hidden;
}
img-crop canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
}
.cropArea {
    /*background: #E4E4E4;*/
    margin: auto;
    overflow: hidden;
}
.cropArea.big {
    width:800px;
    height:600px;
}
.cropArea.medium {
    width:500px;
    height:350px;
}
.cropArea.small {
    width:300px;
    height:200px;
}
.ng-show-inline-block {
    display: inline-block !important;
}
.label.label-sm {
    padding: 3px 5px;
}
/* End css for crop box in profile page */
/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

.user-package input[type="text"]{ color:#010101; font-size:16px; line-height:20px; font-family: 'Oswald', sans-serif; font-weight:300; border-top:2px solid #fff; border-left:2px solid #fff; border-right:2px solid #fff; border-bottom:2px solid #000000; padding:7px 10px;}
.user-package input[type="text"]:focus{ border:2px solid #000000;}
.user-package input[type="submit"]:focus{ background:#2F292B;}
html { -webkit-text-size-adjust: none; }
.user-package input{ -webkit-appearance:none; border-radius:0;}
.user-package input, .user-package input:before, .user-package input:after { box-sizing: border-box; margin: 0; padding: 0;}
/* End Normalization
--------------------------------------------------------------------------------------------------*/

/* Pleaceholder color */
::-webkit-input-placeholder  { color:#010101; opacity:1;}
::-moz-input-placeholder { color:#010101; opacity:1;}
:-moz-placeholder { color:#010101; opacity:1;}
::-moz-placeholder { color:#010101; opacity:1;}
:-ms-input-placeholder { color:#010101; opacity:1;}

/* =Typography
--------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Conv_trade-gothic-no-18-condensed';
	src: url('../font/trade-gothic-no-18-condensed-1361519964.eot');
	src: local('☺'), 
		url('../font/trade-gothic-no-18-condensed-1361519964.woff') format('woff'), 
		url('../font/trade-gothic-no-18-condensed-1361519964.ttf') format('truetype'), 
		url('../font/trade-gothic-no-18-condensed-1361519964.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_TradeGothic-BoldCondTwenty';
	src: url('../font/TradeGothic-BoldCondTwenty.eot');
	src: local('☺'), 
		url('../font/TradeGothic-BoldCondTwenty.woff') format('woff'), 
		url('../font/TradeGothic-BoldCondTwenty.ttf') format('truetype'), 
		url('../font/TradeGothic-BoldCondTwenty.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_trade-gothic-no-20-condensed-bold';
	src: url('../fonts/trade-gothic-no-20-condensed-bold-1361518746.eot');
	src: local('☺'), 
		url('../font/trade-gothic-no-20-condensed-bold-1361518746.woff') format('woff'), 
		url('../font/trade-gothic-no-20-condensed-bold-1361518746.ttf') format('truetype'), 
		url('../font/trade-gothic-no-20-condensed-bold-1361518746.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Setting up the fonts */

/* End Typography
--------------------------------------------------------------------------------------------------*/


/* Headings
--------------------------------------------------------------------------------------------------*/
.user-package h1 { color:#fff; text-transform:uppercase; font-size:56px; line-height:70px; font-weight:700; text-align:center; border-bottom:3px solid #fff; padding:0 0 55px; margin:0 0 55px;}
.user-package h2 { font-size:56px; line-height:70px; font-weight:700; text-transform:uppercase; text-align:center; color:#fff; border-bottom:4px solid #2891FA; padding:0 0 50px; margin:0 0 50px;}
.user-package h3 { font-size:44px; line-height:50px; color:#2891FA;}
.user-package h4 { font-size:42px; line-height:54px; color:#2891FA; text-transform:uppercase; font-weight:400; margin:0 0 40px;}
.user-package h5 { }
.user-package h6 { }


/* Links
--------------------------------------------------------------------------------------------------*/
.user-package a { text-decoration: none; color: #000; cursor: pointer !important; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
/*a:focus{ color:#2891FA;}*/
.user-package a:hover { }


/* Branding
--------------------------------------------------------------------------------------------------*/
.user-package p { padding: 0 0 45px 0; margin: 0; font-family: 'Oswald', sans-serif; font-weight:300; font-size:37px; line-height:44px; color:#010101; text-transform:uppercase;}
.user-package ul{ margin:0 0 20px;}
.user-package ul li{ font-size:30px; line-height:44px; background:url(../images/list-icon.png) no-repeat 0 20px; padding:0 0 0 15px;}
html, body { }
.user-package *{ font-family: 'Oswald', sans-serif;}
.user-package{ background:#0e0e0e; padding:10px;}

.portlet-body .view_next{ display: none; height: 30px; margin-top: -15px; position: absolute; right: 20px; top: 50%; width: 30px; z-index: 9;}
.portlet-body .view_pre{ display: none; height: 30px; margin-top: -15px; position: absolute; left: 20px; top: 50%; width: 30px; z-index: 9;}
.portlet-body .view_next i, .portlet-body .view_pre i{ font-size: 30px; line-height: 30px;}
.portlet-body:hover .view_next, .portlet-body:hover .view_pre{ display:block;}
.bootstrap-switch.bootstrap-switch-small {
    min-width: 170px;
}
/*::-webkit-scrollbar{
    width: 0px !important;
}*/
.video_img
{
  /*padding-left: 44px;*/
}
.video_clss tr td a.fancybox-thumbs{ position:relative; display:inline-block;}
.video_clss tr td a.fancybox-thumbs:before{ content:''; background:url(../../images/play.png) no-repeat; height:30px; width:30px; display:block; position:absolute; left:50%; top:50%; margin:-15px 0 0 -15px;}
.video_img.view
{
  padding-left: 0px;
}
.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

/***
Login page
***/
/* logo page */url("../images/faq-bg.png") no-repeat scroll center top !important
.login { background: #0e0e0e url(../images/faq-bg.png) no-repeat center top #eeeeef !important; background-size:0 100%;}
.login .logo { margin: 10px auto 20px auto; padding: 15px; text-align: center; }
.login .logo img{ max-width:100%;}
.login .logo img{ height: 100px;}
.login .content { background-color: #fff; width: 360px; margin: 0 auto; margin-bottom: 0px; padding: 30px; padding-top: 20px; padding-bottom: 15px; -webkit-border-radius: 7px !important; -moz-border-radius: 7px !important; -ms-border-radius: 7px !important; -o-border-radius: 7px !important; border-radius: 7px  !important; }
.login .content h3 { color: #000; }
.login .content h4 { color: #555; }
.login .content p { color: #222; }
.login .content .login-form, .login .content .forget-form { padding: 0px; margin: 0px; }
.login .content .input-icon .form-control{ border-left: 2px solid #3281ff !important; }
.login .content .input-icon { -webkit-border-radius: 4px !important; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px !important; }
.login .content .forget-form { display: none; }
.login .content .register-form { display: none; }
.login .content .form-title { font-weight: 300; margin-bottom: 25px; }
.login .content .form-actions { background-color: #fff; clear: both; border: 0px; border-bottom: 1px solid #eee; padding: 0px 30px 25px 30px; margin-left: -30px; margin-right: -30px; }
.login .content .form-actions .checkbox { margin-left: 0; padding-left: 0; float: left; }
.login .content .forget-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 20px; }
.login .content .register-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 0px; }
.login .content .form-actions .checkbox { margin-top: 8px; display: inline-block; }
.login .content .form-actions .btn { margin-top: 1px; }
.login .content .forget-password { margin-top: 25px; }
.login .content .create-account { border-top: 1px dotted #eee; padding-top: 10px; margin-top: 15px; }
.login .content .create-account a { display: inline-block; margin-top: 5px; }
/* select2 dropdowns */
.login .content .select2-container { border-left: 2px solid #44B6AE !important; }
.login .content .select2-container .select2-choice { border-left: none !important; }
.login .content .select2-container i { display: inline-block; position: relative; color: #ccc; z-index: 1; top: 1px; margin: 4px 4px 0px -1px; width: 16px; height: 16px; font-size: 16px; text-align: center; }
.login .content .has-error .select2-container i { color: #b94a48; }
.login .content .select2-container a span { font-size: 13px; }
.login .content .select2-container a span img { margin-left: 4px; }
/* footer copyright */
.login .copyright { text-align: center; margin: 0 auto; padding: 10px; color: #000; font-size: 13px; }
.append_insta_imgs
{
  
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    overflow:auto;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    min-height: 360px;
    height: 360px;
    padding: 23px;
  
}

.append_insta_imgs .dz-image-preview{
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    font-size: 14px;
}
.append_insta_imgs .dz-image-preview {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #acacac;
    display: inline-block;
    margin: 17px;
    padding: 6px;
    position: relative;
    vertical-align: top;
}
.append_insta_imgs .dz-preview .dz-details {
    background: none repeat scroll 0 0 #ebebeb;
    height: 100px;
    margin-bottom: 22px;
    padding: 5px;
    position: relative;
    width: 100px;
}
.append_insta_imgs .dz-preview .dz-success-mark {
    background-position: -268px -163px;
}
.append_insta_imgs .dz-preview .dz-error-message{
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
.append_insta_imgs a.dz-remove{
    background-image: linear-gradient(to bottom, #fafafa, #eee);
    border: 1px solid #eee;
    border-radius: 2px;
    color: #aaa;
    display: block;
    margin-top: 26px;
    padding: 4px 5px;
    text-align: center;
    text-decoration: none;
}
.append_insta_imgs .dz-preview .dz-details img{
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
#instaModal .modal-body
{
    height: 650px;
    overflow: auto;
}
.sales-list{ float: left; width: 200px;padding-right: 20px;}
.sales-list label{ display: block; margin-bottom: 5px;}
.sales-list-parent {min-width: 150px;overflow-y: scroll;}


.student-list-mark{ float: left; min-width: 300px;padding-right: 20px;}
.student-list-mark label{ display: block; margin-bottom: 5px;}
.student-list-mark input[type="text"]{ display: inline !important;margin-left: 10px !important;}
.student-list-mark-parent {min-width: 150px;overflow-y: scroll;}
.user_pic_class #image_cinform { border: none;}
.default_img_size{ width: 160px !important; }
.profile-userpic img {  border-radius: 0 !important; }
.user_list_image {width:100px;/** border-radius: 50% !important; */}
.list_image {width:100px}
/* Image Crop Css */
.profile-userpic, .profile-userpic1{margin-bottom: 20px; width: 115px;  margin: 0 auto ; overflow: hidden; height: 115px; border-radius: 50%;} /*position: relative;*/

.profile-userpic img, .profile-userpic1 img { float: none; margin: 0 auto; max-width: 120px; width: 120px; height: 120px;}
#profile_pic{ float: left; }
#tab_user_data{ float: left; margin: 0 0 20px; width: 100%; }
.preview_div{float: left; width: 200px;}
.profile-userpic img, .profile-userpic1 img { float: none; height: 120px; margin: 0 auto; max-width: 120px; width: 120px; }

.marging-top-5{ margin-top: 5px !important; }
#frmAdd .profile-userpic img, #sales_edit .profile-userpic img {  border-radius: 0 !important;}
.btn-file > input { cursor: pointer; direction: ltr; font-size: 23px; height: 100%; margin: 0; opacity: 0; position: absolute; right: 0; top: 0; /*width: 100%;*/ }
 .file-attachment {
    border: 1px solid #e8ecf2;
    margin: 0 0 15px;
    padding: 5px;
    position: relative;
}
.error-inner{color: #a94442;margin-bottom: 5px;margin-top: 5px;}


 @media (max-width: 480px) {
/***
  Login page
  ***/
.login .logo { margin-top: 10px; }
.login .content { width: 280px; }
.login .content h3 { font-size: 22px; }
.login .checkbox { font-size: 13px; }
.div_padding{ padding: 20px; }
.modal {
  overflow-y: auto !important;
}
/* custom class to override .modal-open */
.modal-noscrollbar {
    margin-right: 0 !important;
}
}
#viewModal .table .span2{ font-weight: bold; }
.multiple-video input{ width: 75%; float: left; }
.multiple-video a{ float: left; margin: 7px 7px 7px 10px; }
#instaModal .modal-dialog{ width: 100%; }
#instaModal .modal-dialog .col-md-3{ width: 10% }
#instaModal .modal-dialog .col-md-3 .thumbnail.selected{ opacity: 0.2; }
.grey-salt.btn{background-color:#787878 !important; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.grey-salt.btn:hover{background-color:#484848 !important}
.table .btn {margin-top: 5px !important;}
@media (min-width: 481px) and (max-width: 767px) {
    #instaModal .modal-dialog .col-md-3{ width: 50% }
    #instaModal .modal-dialog{ width: 94%; }
}
@media (min-width: 320px) and (max-width: 480px) {
    #instaModal .modal-dialog .col-md-3{ width: 100% }
    #instaModal .modal-dialog{ width: 94%; }
}
@media (max-width: 992px) {
	.video-block .extra-button{ margin-top: 10px; }
}
.page-header.navbar .page-logo .logo-default{
    /*margin:8px 67px 0;*/
    margin:10px 15px 0;
}
.page-header.navbar .page-logo .logo-default{
    height: 45px !important;
}
/*.page-header.navbar .page-logo .logo-default{
    background-color: #E1E1E1;
}
.page-header.navbar .page-logo{
   background-color: #E1E1E1 !important;  
}*/
button.close{
    margin-top: 5px;
    margin-right: 5px;
}
table.table-borderless tr td.span2{width: 20%;font-weight:bold;}
table.table-borderless tr td.color_code .input-group-btn .btn{padding: 7px 14px !important;}
.input-group-btn i {
    cursor: pointer;
    display: block;
    height: 20px !important;
    position: absolute;
    right: 6px;
    width: 20px;
}
.add-row .add
{
    background: rgba(0, 0, 0, 0) url("../img/plus.png") no-repeat scroll left top;
    display: block;
    height: 20px;
    margin-right: 15px;
    width: 20px;
    margin-top: 6px;
    float: left;
}
.add-row .remove {
    background: rgba(0, 0, 0, 0) url("../img/minus.png") no-repeat scroll left top;
    display: block;
    height: 20px;
    margin-right: 15px;
    width: 21px;
    float: left;
}
.dashboard-stat.orange {
    background-color: #e36307;
}
.dashboard-stat.purple {
    background-color: #71226b;
}
.dashboard-stat.petrol {
    background-color: #318eaf;
}
.dashboard-stat.orange {
    background-color: #e36307;
}
.dashboard-stat.raspberry {
    background-color: #a7004d;
}

/* report css */
.active_img{display: block; margin: 0px auto; }
.inactive_img{display: none; }
.remove_file .delete_btn{ padding: 0 4px 0 0;}
.remove_file{ float: right; }
.date .input-group-btn i {
    cursor: pointer;
    display: inline-block;
    height: inherit;
    position: relative;
    right: 0;
    width: inherit;
}

.date .btn.default {
    background-color: #787878;
    border-radius: unset !important;
    color: #ffffff;
    margin-bottom: 3px;
    padding: 6px 12px;
}

.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked + label {
    background-color: #a5dc86;
    box-shadow: none;
}
.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

/*custom switch field Start*/
.switch-field-custom {
    display: flex;
    margin-bottom: 0px;
    /*overflow: hidden;*/
}

.switch-field-custom input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field-custom label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field-custom label:hover {
    cursor: pointer;
}

.switch-field-custom input:checked + label {
    background-color: #a5dc86;
    box-shadow: none;
}

.switch-field-custom label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field-custom label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.switch-field-custom .radio{
    width: 0;
    margin-left: 0;
}
.switch-field-custom .radio span,.switch-field-custom .radio span input{
    width: 0;
    height: 0;
}
/*custom switch field End*/

/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_radio */
/* The container */
.radioBlock {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioBlock input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioBlock:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioBlock input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none !important;
}

/* Show the indicator (dot/circle) when checked */
.radioBlock input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioBlock .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.border_clone
{
    border: 1px solid #ced4da;
    padding: 12px 6px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.clone_scroll{
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right:8px;
}
/*custom scrollbar*/
.scrollbar::-webkit-scrollbar {
    background-color:#fff !important;
    width:16px !important;
}
/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff !important;
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4 !important;
}
/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0 !important;;
    border-radius:16px !important;;
    border:5px solid #fff !important;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5 !important;;
    border:4px solid #f4f4f4 !important;
}


table.tbllist {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table.tbllist tr td, table.tbllist tr th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}

table.tbllist tr:nth-child(even) {
  background-color: #f3f3f3;
}

.greend {color: #FFFFFF;background-color: #71AD6E;padding: 5px 10px 5px 10px;-webkit-border-radius: 5;-moz-border-radius: 5;border-radius: 5px !important;  margin-bottom:3px;}

.scrollHeight200{
    max-height: 200px;
    overflow: auto;
}
.scrollHeight400{
    max-height: 400px;
    overflow: auto;
}
.labelFont16 label{
    font-size: 16px;
}

.float-left{float: left;}
.tag-name-logs{
    font-weight: 600;
    margin-bottom: 4px;
    background-color: #fc8210;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 2px 19px;
}
.tag-phone-logs{
    font-weight: 600;
    margin-bottom: 4px;
    background-color: #58b4ae;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 2px 14px;
}
.form-control{
  border-radius: 4px;
}
.scrollHeight1800{
    width: 100%;
    height: 1860px;
    overflow: auto;
}
 /*Preloader Start*/

#preloader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999999;
    opacity: 0.8;
}
.loader-theme2{
  width: 100%;
  height: 100vh;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
#loader-rangeBar{
  top: 50%;
  left: 50%;
}

#loader-rangeBar span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background: #2891FA;
}

#loader-rangeBar span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-rangeBar span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-rangeBar span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-rangeBar span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
/*Preloader End*/
.profile-name{

    font-size: 18px;

    color: rgb(250, 111, 81);

    margin: 10px 0 7px 0;

    font-weight: 600;

}
.practise-area-tag{

    background: #ff5733;

    color: #fff;

    text-align: center;

    padding: 4px 15px;

    font-size: 12px;

    margin-right: 0;

    float: left;

}

.id-card-bg-tag{
    background: #ffcc00;
    color: #fff;
    text-align: center;
    padding: 4px 15px;
    font-size: 12px;
    margin-right: 0;
    display: table;
}
.faMobile {
    font-size: 18px;
    margin-right: 2px;
    text-align: center;
    width: 14px;
}
.right-saperator-line {

    border-right: 1px solid #eaedee;

}

.left-saperator-line {

    border-left: 1px solid #eaedee;

}

.borderHeight127{

    height: 252px;

    max-height: 100%;

}
.inner-tab-title{

    color: #fff;

    font-size: 18px;

    font-weight: 600;

    margin: 5px 0 20px 0;

    text-align: center;

    background: #FC7E30;

    display: table;

    padding: 5px 15px;

    text-align: left;

}

.result-tag{

    color: #fff;

    padding: 6px 12px;

    border-radius: 30px;

}

.approved-green{

    background-color: green;

}

.pending-orange{

    background-color: orange;

}

.rejected-red{

    background-color: red;

}

.label-orange-color{

    color: #ea6227;

}

.label-red-color{

    color: red;

}

.font18{

    font-size: 18px;

}

.border-cover{

    border: 1px solid rgb(250, 111, 81);

    padding-top: 15px;

    padding-bottom: 15px;

    border-radius: 3px;

}
.tags-position {
    float: right;
    margin-right: -10px;
    margin-top: -5px;
}
.p0-text-right{

    padding-left: 0;padding-right: 0;text-align: left;

}
.profile {
    width: 130px;
    height: 130px;
}
.detail-box {
    background: #fff;
    padding-top: 30px;
    padding: 15px 15px;
    float: left;
    width: 100%;
    border: 1px solid #dadee0;
}
.profile-img-box {
    background: #ffffff;
    float: left;
    margin-top: 20px;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #dadee0;
}

.profile-owner{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    object-fit: cover;
}

ul.profile-owner-catalogue{

    list-style: none;

    padding: 0;

    margin: 0;

}

ul.profile-owner-catalogue li{

    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0px 2px;
    margin-right: 0;
    float: left;
    border-radius: 30px;
    margin-bottom:6px;
}
ul.profile-owner-catalogue li img{
    width: 40px;
    height: 40px;
}
.mt0{margin-top: 0;}
.scrollHeight46{
    max-height: 46px;
    overflow: auto;
}
.detail-box-mt10{
    margin-top: 10px;
}
.view-pdf-mt2{
    margin-top: 2%;
}
.business-title-tag-box{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 20px 0;
    text-align: center;
    display: table;
    padding: 5px 15px;
    text-align: left;
}
.business-tag-1{
    background-color: #1b6ca8;
}
.business-tag-2{
    background-color: #79d70f;
}
.business-tag-3{
    background-color: #e71414;
}
.business-tag-4{
    background-color: #5c2a9d;
}
.business-tag-5{background-color: #95389e;}
.business-tag-6{background-color: #bb3b0e;}
.vew-pdf-bg{
    color: #fff !important;
    background-color: #00bcd4;
    border-color: #00bcd4;
}
.title-font-blue {
    color: rgb(250, 111, 81);
    font-size: 16px;
}
#map {
    width: 100%;
    height: 400px;
    background-color: #fff;
  }
.marginAuto{margin: 0 auto !important;}

.alert_danger_custom {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert_custom {
    border-width: 1px;
    border-radius: 0;
}



/* SUBMENU CSS CODE START */

ul.submenuCustom{

    list-style: none;

    color: #fff;

    padding: 0;

    margin: 0;

}

 ul.submenuCustom li{

    border-bottom: 1px solid #484848;

 }

ul.submenuCustom li a{

    color: #fff;

    display: block;

    position: relative;

    margin: 0;

    padding: 9px 40px;

    text-decoration: none;

    font-size: 14px;

    font-weight: 300;

}

ul.submenuCustom li a:hover{

    background-color: #303030;

}

ul.submenuCustom li:last-child{

    border-bottom: 0;

}

ul.submenuCustom li.active a{

    background: rgb(54,64,139) !important;

    background: #3281ff !important;

    color: #fff;

    border-top: 1px solid #484848;

}

.arrowSubmenu .arrow{

    float: right;

}

/* SUBMENU CSS CODE END */


/*REORDER CSS START */

ul.boxListing{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.boxListing li{
    position: relative;
    float: left;
    font-size: 18px;
    width: 250px;
    border: 1px solid #dadee0;
    padding: 15px;
    padding-left: 35px;
    margin: 8px;
    text-align: left;
    display: block;
    height:155px;
}

ul.boxListing li span{
    background: #3d3d3d;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    bottom: 0;
    padding: 9px 10px;
}



/*REORDER CSS END */

/* SEO FIELD SET CSS START*/
fieldset.seo-data-border {
    border: 2px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    margin-top: 30px !important;
}

legend.seo-data-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-top: -15px;
    background-color: white;
    color: black;
}

/* SEO FIELD SET CSS END*/
