body{
	font-size:12px;	
	font-family: 'Roboto', sans-serif;
}
.whole_body{
	/*background-color:#CCCCCC;	 */
	background-color:#63636B;
}
.main_body{
	margin-top:100px;	
	padding:20px;
	background-color:#ffffff;
	margin-bottom:100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.navbar-list{
	margin-top:20px;	
}
.controls .field{
	width:50%;
	border-radius:3px;
	background-color:#E6E6E6;
}
.controls .third_party_field{
	width:95%;	
}
.controls .chamber_address{
	width:95%;
	resize:vertical;
}
.controls .select_field{
	width:52%;	
}
.controls .textarea_field{
	height:100px;	
	resize:vertical;
}
.form-horizontal .control-label{
	text-align:left;	
}
.action_btn:hover{
	opacity:0.6;
}
.degree_form, .location_form, .slot_form{
	background-color: #ececec;
	padding:10px;
}
.inner_degree, .inner_loc{
	margin-left:20px;	
}
.degree_list, .location_list{
	list-style-type:none;
	margin-left:0px;
}
.degree_list li, .location_list li{
	margin-top:15px;	
}
.additional{
	width:571px;	
	resize:vertical;
}
.location_slot{
	padding:10px;
	border: 2px solid #e6e6e6;
	margin-top:20px;
	-webkit-box-shadow: 7px 7px 8px 0px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:    7px 7px 8px 0px rgba(50, 50, 50, 0.64);
	box-shadow:         7px 7px 8px 0px rgba(50, 50, 50, 0.64);
}
.dash_body{
	height:300px;
	border: 2px solid #A4A4A4;
	padding : 10px;
}
.wide_field{
	width:97%;	
}
.asterisk{
	color:red;
	font-size:15px;
}
.error_msg{
	color:red;	
}
.data-entry{
	border:	10px solid #A4A4A4;
	padding:10px;
}

.ui-menu .ui-menu-item{
	padding:5px 2px;	
}

.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item:focus, .ui-menu .ui-menu-item:active{
	padding: 5px 3px;	
	height:70px;
	padding:5px 2px;
	font-weight:bold;
	background-color:#FDFAE9;
	margin:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #FFD126;
}


.description {
    font-style: italic;
    font-size: 0.8em;
    color: grey;
}
#ui-id-1{
	max-height: 300px;
	overflow: auto;
	background-color: #EEEEEE;
	z-index:2000;
}
#ui-id-1 a{
	text-decoration:none;	
}
@media (max-width: 767px) {
	.main_body{margin-top:300px;}
}
.tag_list{
	list-style-type : none;	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
} 
.tag_list li{
	display:inline-block;
	border:1px solid #585858;
	padding:5px;
	margin-right:10px;
	background-color:#A4A4A4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 
.tag_list .remove_tag:hover{
	text-decoration: none;
	color:black !important;
}
.mail_rcp_div{
	overflow:auto;
	height:300px;
}
.doc_name{ font-family:arial; font-size:12px; font-weight:bold; }
.mail_footer_list{
	list-style-type: none;	
}
.mail_footer_list li{ 
	display: inline;	
	margin-left:2px;
}
.special_hr{
	margin:0px;
	border-width:1px;
	border-color:grey;
}




/********new for on off switch in feedback call*************/
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "OFF";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "ON";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}


.onoffswitch-switch {
    display: block; width: 27px; margin: 1.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/***********for new switch in conf app log**************/
.new_switch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.new_switch-checkbox {
    display: none;
}
.new_switch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.new_switch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.new_switch-inner:before, .new_switch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.new_switch-inner:before {
    content: "Online";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.new_switch-inner:after {
    content: "Manual";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}


.new_switch-switch {
    display: block; width: 27px; margin: 1.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.new_switch-checkbox:checked + .new_switch-label .new_switch-inner {
    margin-left: 0;
}
.new_switch-checkbox:checked + .new_switch-label .new_switch-switch {
    right: 0px; 
}
/************************/
.fa-meh-o{
	background-color:yellow;	
}
.fa-fire{
	color:red;
}
.fa-frown-o{
	background-color:#338CE8;	
}
.fa-smile-o{
	background-color:#C1FFAA;
}
.banner_image_list li {
	display:inline;
	
}
.banner_image_list li div{
	width:120px;
	height:200px;
	padding:5px;
	float:left;
}
.sms_pat_table>thead>tr>th, .sms_pat_table>tbody>tr>td{
	padding:0;	
}
.bottom_margin_necessary{
	margin-bottom:15px;	
}
#ModalComponent {
	display:none;
	width: 900px;
	position: fixed;
	margin: 0 auto;
	left: 0;
	right:0;
}
#modal_package_component .row {
	margin: 0;
}
#modal_package_component select {
	width: 365px;
}
#modal_package_component input {
	width: 350px;
}

.edit_package input[type=file]{
	color:transparent;
}
