body{
	
	font-size:14px!important;
	background-color:#fff;
	
}
.table > tbody > tr > td, .table > thead > tr > th {
font-size: 14px;
}
.switchery1{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.pre_texts{
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.slider {
     position: absolute;
    cursor: pointer;
    top: 4px;
    left: 0;
    right: 0;
    bottom: -18px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

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

input:checked + .slider {
background-color: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
}



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%;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 0px;
    cursor: pointer;
    border-radius: 20px;
}

.equipments {
    font-weight: bold;
    margin: 10px 0px;
}
.count {
    font-weight: bold;
    margin: 10px 0px;
}
.panel-title {
    font-size: 18px!important;
	color: #000;
}
label.control-label.col-lg-3 {
    font-size: 14px;
    margin-top: 6px;
}
.indication {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background-color: red;
    margin-bottom: -5px;
}
.indications {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background-color: #4caf50;
    margin-bottom: -5px;
}
.modal-dialogs {
    width: 350px;
    background-color: #dfe0e1;
    margin: 30px auto;
}
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
 background-color: #1e88e5;
   color: #ffffff;
    text-decoration: none!important;
}
.navigation li a:hover, .navigation li a:focus,.navigation li a:active,.navigation li a:visited
{
	 background-color: #1e88e5;
   color: #ffffff;
    text-decoration: none!important;
	
} 


.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #1e88e5;
   color: #ffffff;
}



.tabbable.tabs_bgcolor ul li.active a {
   color: #fff;
    background-color:orange;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.tabbable.tabs_bgcolor ul li a {
   margin: 30px;
    border: 0px;
    width: 153px;
    background-color: #3F51B5;
    color: #fff;
    border-radius: 15px;
    font-size: 21px;
}
.page-header-default {
      background-image: none; 
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    background-color: #fff;
}
.list{
		    width: 130px;
    height: 100px;
    border-radius: 20%;
    border: 2px solid #1e88e5;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	text-align:center;
	padding-bottom:15px;
	}
	.logo {
    
  text-align:center;
    margin-bottom: 20px;
    
}
.table > tbody > tr > .no-line {
    border-top: none;
}
.login-form {
		width: 340px;
    	margin: 50px auto;
	}
    .login-form form {
    	    margin-bottom: 15px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 40px;
    }
	img.image {
    text-align: center!important;
    height: 66px;
    /* margin: 35px; */
    margin-top: 82px;
    margin-bottom: -20px;
}
    .login-form h2 {
        margin: 0 0 15px;
    }
    .form-control, .btn {
        min-height: 38px;
        border-radius: 2px;
    }
    .btn {        
        font-size: 15px;
        /*font-weight: bold;*/
    }
	.login_email {
    border-radius: 15px;
}
.login_pass {
    border-radius: 15px;
}
	.login_button {
    background-color: #000;
    border: none;
    color: white;
    padding: 10px 22px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
}
#login-modal .modal-dialog {
    width: 350px;
}
/* .modal-content {
    background-color: #5b5353;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
	padding: 12px;
} */
.popup{
    background-color: #fff;
    width: 400px;
    margin: 30px auto;
}
.view {
    color: #005aff;
}
.modal-header {
    min-height: 16.43px;
    /*padding: 15px 15px 15px 15px;*/
    border-bottom: 0px;
}
#login-modal input[type=text], input[type=password] {
    margin-top: 10px;
}
.panel {
       margin-bottom: 20px;
        border: 1px solid #b2afaf;
    color: #000;
    background-color: #fff;
}
.panel-flat > .panel-heading {
    padding-top: 20px;
   /*  padding-bottom: 54px; */
    background-color: #fff;
    color: #000;
}
.panel-heading {
    position: relative;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.views-head {
    font-size: 13px;
    margin-bottom: 0px;
    color: #bcbcbc;
}
.views-text {
    font-size: 16px;
    color: #3a3535;
}

.equipment_name {
    font-size: 17px;
    font-weight: bold;
}
.service {
       font-size: 17px;
    font-weight: bold;
    text-align: right;
}
.servial {
    font-size: 17px;
    margin: 20px 0px 0px 0px;
}
.serial_num{

    font-size: 14px;
}
.before{
    font-size: 16px;

}
p.comments {
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
}
.model {
    font-size: 16px;
    margin: 20px 0px;
}
.manufacture {
    font-size: 16px;
    margin: 20px 0px;
}
img.pop_img {
    width: 168px;
    margin: 10px 0px;
}
.addition {
    color: red;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
  top: 105px;
    left: 132px;
}

.nopad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #4783B0;
}
.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}
img.img-responsive {
    height: 94px;
	width:166px;
}
.pop_button {
    text-align: center;
    padding: 10px;
}

.modal-title {
    font-size: 23px;
    color: #2196f3;
    text-align: center;
}

.next_btn {
    width: 121px;
    height: 42px;
          background-color: #3F51B5;
    border: 1px solid #3f51b5;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 4px;
    margin-left: 28px;
}
#background{
    position:absolute;
    z-index:0;
	left: 70px;
    top: 140px;
    background:white;
    display:block;
    min-height:50%; 
    min-width:50%;
    color:yellow;
}


#bg-text
{
    color:lightgrey;
    font-size:90px;
    transform:rotate(321deg);
    -webkit-transform:rotate(321deg);
}
.img_dilog {
    background-color: #fff;
    padding: 20px;
    width: 60%;
}
.background{
    position:absolute;
    z-index:0;
	left: 70px;
    top: 140px;
    background:white;
    display:block;
    min-height:50%; 
    min-width:50%;
    color:yellow;
}

.navbar-brand > img {
    margin-top: -11px;
    height: 50px;
}
/* new css  */
span.text-semibold {
    color: #2b37c0;
}
.bread {
   display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    list-style: none;
    background-color: #1E88E5!important;
    border-radius: 0.55rem;
}
.dash{
	color:#fff;
}
 thead:first-child > tr:first-child > th{
	 
	 font-weight:bold; 	
 }
.main_head {
    background-color: #000;
	 
}
.side_menu{
    background-color: #000;
}
.login {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: -16px;
}
.table tr, .table th, .table td, .htContextMenu td, .ranges ul li {
    border: 1px solid #ddd;
	text-align:center;
}
.right_bell {
    margin-top: 11px;
}
.holidays{

    font-weight: bold;
}

.main_tabs{

    background-color: #fff!important;
    margin-bottom: -20px;
}
ul#option2 {
    padding-left: 0px;
}
ul#option1 {
    padding-left: 0px;
}

.panel-title {
    font-weight: bold;
}
.dates {
    font-weight: 400;
}

.table > thead:first-child > tr:first-child > th{

    border: 1px solid #ddd;
} 
.galary_body {
    padding: 0px 20px;
}
.pop_up {
    width: 60%;
	    margin-top: 230px;
    margin-left: 300px;
}
p.person_name {
    font-size: 24px;
}
 
p.persons {
    display: inline;
    background-color: #0776e9;
    color: #fff;
	    border-radius: 6px;
    padding: 5px;
	    /*margin-left: 7px;*/
	    line-height: 2;
}
.customer_pop {
    width: 40%;
}
/*  Start multiselector css */

/*
.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}*/
/*  End multiselector css */

/*  start search css */



/*  End search css */










@media (max-width: 768px) {
	.modal-dialog {
     width: 95%;
	}
	#background{
		
		left:0px;
	}
	.panel-body {
        background-color: #fff;
        padding: 0px;
    }
    .tabbable.tabs_bgcolor ul li a {
      
        text-align: center;
       width:auto;
    }
}
@media (min-width: 769px){
 .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    color: #fff;
    background-color: #686666;
 }
}

                                 /*APPOINTMENT FORM*/

.form-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-steps > li {
    position: relative;
    display: block;
    background: #eeeeee;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: left;
    padding: 0;
    font-size: 16px;
    text-align: center;
   /* font-weight: bold;*/
    color: #888;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    line-height: 45px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}

.form-steps.four > li {
    width: 25%;
}

.form-steps.two > li {
    width: 50%;
}

.form-steps.three > li {
    width: 33.3%;
}

.form-steps > li:first-child {
    border-left: 1px solid #dddddd;
}

.form-steps > li:last-child {
    border-right: 1px solid #dddddd;
}

.form-steps.four > li.active,
.form-steps.four > li.completed {
    background: #2aadde;
    border-top: 1px solid #2aadde;
    border-bottom: 1px solid #2aadde;
    color: #ffffff;
}

.form-steps.four > li.completed {
    color: #82cfec;
}

.form-steps.two > li.active,
.form-steps.two > li.completed {
    background: #2aadde;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.form-steps.two > li.completed {
    color: #82cfec;
}

.form-steps.three > li.active,
.form-steps.three > li.completed {
    background: #2aadde;
    border-top: 1px solid #2aadde;
    border-bottom: 1px solid #2aadde;
    color: #ffffff;
}

.form-steps.three > li.completed {
    color: #82cfec;
}

.form-steps > li.active:first-child,
.form-steps > li.completed:first-child {
    border-left-color: #2aadde;
}

.form-steps > li.active:last-child,
.form-steps > li.completed:last-child {
    border-right-color: #2aadde;
}

.form-steps > li:before,
.form-steps > li:after {
    display: block;
    position: absolute;
    content: '';
    top: -1px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    z-index: 10;
}

.form-steps > li:before {
    right: -27px;
    border-left: 26px solid #e0e0e0;
}

.form-steps > li:after {
    right: -26px;
    border-left: 26px solid #eeeeee;
}

.form-steps > li.active:before,
.form-steps > li.completed:before {
    border-left: 26px solid rgba(255, 255, 255, 0.3);
}

.form-steps > li.active:after,
.form-steps > li.completed:after {
    border-left: 26px solid #2aadde;
}

.form-steps > li:last-child:before,
.form-steps > li:last-child:after {
    display: none;
}

.apoinmnet{
    padding: 10px;
}
#myTab > .active > a {
    color: white ;
}  
.filter-option-inner-inner{
    font-size: 12px;
}
.press{
    padding-left: 50px;
    padding-right: 50px;
}


                                /*APPOINMENT FORM ENDS*/
