.ml-2{
  margin-left: 20px;
}
.login-page, .register-page{
	background-color:#87CEEB;
}
.login-box, .register-box {
    width: 360px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-main{
    background-color: #87CEEB;
    border-color: #87CEEB;
    color: #fff;
}
.btn-main:hover, .btn-main:active, .btn-main.hover{
	 background-color: transparent;
	 border-color: #87CEEB;
	 color: #87CEEB;
}
.btn-main.focus, .btn-main:focus {
    color: #fff;
    background-color: #87CEEB;
    border-color: #122b40;
}
.skin-blue .main-header .navbar {
    background: #87CEEB !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background: #87CEEB !important;
}
.skin-blue .main-header .logo {
    background-color: #ffffff !important;
    color: #87CEEB !important;
    border-bottom: 0 solid transparent;
}
.content-wrapper{
	padding: 20px;
}
.dashboard .content{
  min-height: auto;
}
.dashboard .content .info-box-text{
  white-space: normal;
}
.dashboard .subscription .info-box-text{
  min-height: 60px;
}
.content{
	background: #fff;
	margin-top: 20px;
	border-top: 2px solid #87CEEB;
}
.content .title{
  color: #87CEEB;
  font-weight: 600;
  margin-top: 0px;
}
.heading-bg{
	/*background-color: #87CEEB ;*/
	color: #87CEEB;
	display:block;
	/*padding: 7px 5px;*/
	border-radius: 2px;
  margin-bottom: 15px !important;
}
.heading-bg h3{
	padding: 0;
	margin: 0;
}
.modal-header{
  background-color: #87CEEB;
  color: #fff;  
}
.close{
    color: #fff;
    opacity: 1;
}
.required{
    color: red;
}
.addrow{
    margin-top: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #87CEEB;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs{
  border-bottom: none !important;
}
.icon_tab {
    text-align: center;
}
.icon_tab i {
    font-size: 50px;
  }

/*toggle button css*/


/*.switchcheckbox {
  display: none !important;
}

.switch {
  align-items: center;
  background-color: gray;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  user-select: none;
  width: 70px;
}

.checkbox:checked ~ .switch {
  background-color: blue;
}

.checkbox:not(:checked) ~ .switch {
  background-color: gray;
}

.switch__left,
.switch__right {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.checkbox:checked ~ .switch .switch__left {
  visibility: hidden;
}

.checkbox:not(:checked) ~ .switch .switch__right {
  visibility: hidden;
}

.switch__circle {
  height: 40px;
  padding: 5px;
  position: absolute;
  transition: all 0.1s linear;
  width: 40px;
}

.checkbox:checked ~ .switch .switch__circle {
  left: 0;
  right: calc(100% - 40px);
}

.checkbox:not(:checked) ~ .switch .switch__circle {
  left: calc(100% - 40px);
  right: 0;
}

.switch__circle-inner {
  background-color: white;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}
*/

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e34545;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #08a322;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*end switch button css*/

.nav-tabs>li>a{
    border:1px solid #87CEEB;
    color: #87CEEB;
    font-weight: 700;

}

.profile_box{
    padding: 40px;
}
.content_box{
    padding: 20px;
}
.content_box ul{
    padding: 0px;
    margin: 0;
    list-style: none;
}
.content_box ul li{
   padding: 10px 0;
}
.rating_list{
    list-style: none;
}
.rating_list li{
    display: inline-block;
}
.rating_list li i{
    color: #ffa000;
}
.nav-tabs-custom>.nav-tabs>li.active{
    border-top: none;
}
.list-group-unbordered>.list-group-item{
    border:none;
}
.service_row{
    margin-bottom: 10px;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-27{
  margin-top: 27px;
}
.mt-30{
  margin-top: 30px;
}
.ml-5{
  margin-left: 5px;
}
#consultant_booking{
  display: none;
}
.boxhide{
  display:none;
}
.permission_table tr td{
  border-color:#656565 !important;
}

/*swati css start*/
.skin-blue .sidebar-menu>li.active>a {
    border-left:none !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #ffffff !important;
    background: blue !important;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0;
    padding-left: 20px;
    background: #04c !important;
}
.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #ffffff !important;
}
.skin-blue .sidebar a {
    color: #ffffff !important;
}
.skin-blue .sidebar-menu .treeview-menu>li>a.active {
    color: #87CEEB !important;
    background: #fff !important;
}

/*.upload-btn{
  position: absolute;
  top: 0;
  right: 15px;
  width: 100px;
  height: 100%;
  display: block;
}*/
.content-header>.breadcrumb{
  top: -15px !important;
}
.content-header{
  padding: 0;
}
.add_btn{
  text-align: right;
}
/*swati css end*/

@media only screen and (min-width:320px) and (max-width:991px) {
.content-header>.breadcrumb {
    top: 0px !important;
}
}

/*Site Setting css start*/
@media only screen and (min-width:768px) and (max-width:991px) {
.nav.sitesettingtabs>li>a{
   padding: 10px 8px;
}
.nav-pills>li>a{
  padding: 4px 10px !important;
  font-size: 12px;
}
.nav-pills>li {
    min-width: 30px !important;
}
}

@media only screen and (min-width:576px) and (max-width:767px) {
.nav.sitesettingtabs>li>a{
   padding: 10px 8px;
}
}

@media only screen and (min-width:320px) and (max-width:767px) {
.main-header .logo .logo-lg img{
  width: 150px !important;
}
.wrapper{
  width: 100%;
}
}

@media only screen and (min-width:320px) and (max-width:575px) {
.sitesettingtabs li{
    float: none;
    margin-bottom: 2px;
}
.sitesettingtabs li a{
    border-radius: 0;
}
.nav.nav-pills {
   display: grid !important;
    justify-content: inherit !important;
    margin-bottom: 30px;
}

}

.ser_reqbox{
  display: none;
}

/*style date 6/4/2020*/
.info-box-content {
    padding: 10px 10px;
     margin-left: 0px; 
    text-align: center;
}
.info-box{
  min-height: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.71);
}
.info-box-number{
  font-size: 30px;
}
.nav-pills>li {
    float: left;
   /* min-width: 100px;*/
    text-align: center;
}
.nav.nav-pills {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.nav-pills>li>a {
    border-radius: 0;
    border: 1px solid #87CEEB;
    color:#87CEEB;
}
.nav-pills>li>a:hover, .nav-pills>li>a:active, .nav-pills>li>a:focus {
    color: #fff;
    background: #87CEEB;
}
.nav-pills>li>a.active {
    color: #fff;
    background: #87CEEB;
}
.box-footer{
  border-top: none;
}
.info-box-icon{
  margin-top: 6px;
  margin-left: 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}
.box{
  border:1px solid #eeeeee;
}
form label {
    color: #666;
}
/* Create the checkmark/indicator (hidden when not checked) */
.boxcheck {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.boxcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.boxcheck:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.boxcheck input:checked ~ .checkmark {
  background-color: #2196F3;
  border: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.boxcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.boxcheck .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-group-item{
  padding: 6px 15px;
}
.nav-pills>li+li{
  margin-left: 0;
}
.calendar_icon{
  position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    color: #4a4a4a;
    background: #ddd;
    padding: 0 5px;
}
span.slider.round:after {
    content: "OFF";
    position: absolute;
    right: 4px;
    line-height: 25px;
    color: #fff;
}
input:checked + .slider:after {
  content: "ON";
    position: absolute;
    left: 4px;
    line-height: 25px;
    color: #fff;
}

/* component */

.star-rating {
  border:solid 1px #ccc;
  display:flex;
  flex-direction: row-reverse;
  font-size:1.5em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}

/* explanation */

article {
  background-color:#ffe;
  box-shadow:0 0 1em 1px rgba(0,0,0,.25);
  color:#006;
  font-family:cursive;
  font-style:italic;
  margin:4em;
  max-width:30em;
  padding:2em;
}
.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion{
  color: #fff !important;
}
.treeview-menu>li>a>.fa, .treeview-menu>li>a>.glyphicon, .treeview-menu>li>a>.ion {
    color: #fff !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #87CEEB !important;
}
.skin-blue .sidebar-menu .treeview-menu>li.active>a, .skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #fff;
    background: #10347c;
}
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 70px !important;
}
.mb-0{
 margin-bottom: 0;
}
.mt-10{
 margin-top:10px;
}
.see_more{
  position: absolute;
  bottom: 0;
  color: #87CEEB;
  right: 15px;
  font-weight: 700;
}
.see_more:hover{
  color: #87CEEB;
}

.panel-title > a {
  display: block;
  position: relative;
}
.panel-title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #87CEEB;
    border-color: #039;
}
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus{
  color: #fff;
}

.vendor-service-category{
  position: relative;
  padding: 5px 15px;
  border:1px solid #000;
}

.cancel_btn{
  position: absolute;
    top: 0;
    right: -5px;
    background: none;
    border: none;
  }
  .mtr-5{
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
  }
  .px-5{
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-5{
    margin-top: 5px;
  }
  .main_color{
    color: #87CEEB;
  }
  .mt-30{
    margin-top: 30px;
  }
  .fa-exclamation{
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
  }
  .mb-0{
    margin-bottom: 0px;
  }
  .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: none;
}
.keys{
  display: grid;
}
.keys .form-group {
    margin-bottom: 6px !important;
    line-height: 2.3;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #555;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.table-bordered {
    border: 1px solid #656565;
}

.service-setting .row {
    line-height: 3;
}
.border-top {
    border-top: 1px solid #87CEEB!important;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7!important;
  }
.badge {
    width: 23%;
    margin-bottom: 5px;
    padding: 6px 5px;
    border-radius: 10px;
    font-size: 90%;
    white-space: unset;
    margin: 5px;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px #bbb;
}
.badge-light {
     color: #212529;   
       background-color: #e5e5e5;
}
.custom-control.custom-checkbox.custom-control-inline{
  display: flex;
}
.custom-control.custom-checkbox.custom-control-inline label{
  margin-left: 4px;
  word-break: break-all;
}
