.x-small {
	font-size: x-small !important;
}
.smaller {
	font-size: smaller !important;
}
.dss-radio {
	margin: 3px 0 !important;
}
.btn-group-justified {
	display: inline;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    clip: rect(1px, 1px, 1px, 1px);
    pointer-events: none;
}
.admin-login{
	background-color: rgba(8, 7, 5, 0.2);
}
.btn-choose{
	border-radius: 0 !important;
	height: 70px;
	padding: 2px 4px 20px;
}
.btn-cal{
	margin-top: -30px;
	float: right;
	display: inline-block;
}
.btn-top{
    position: fixed;
    right: 10px;
    top: 5px;
	z-index: 9999;
}

.btn-top .btn-logout,
.btn-top .btn-home{
	border-radius: 0 !important;
    padding: 0 15px;
}

.btn-top .btn-home{
	margin-right: 5px;
}

.main-section {
	margin-top: 10px !important;
}
h2.title
{
	color: #fff;
	font-weight: 700;
	text-shadow:
	1px 1px 0 #CCC,
	2px 2px 0 #CCC, /* end of 2 level deep grey shadow */
	3px 3px 0 #444,
	4px 4px 0 #444,
	5px 5px 0 #444,
	6px 6px 0 #444; /* end of 4 level deep dark shadow */
}
p.well-info {
	background-color: rgba(246, 247, 247, 0.7);
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 5px 25px rgba(8, 7, 5, 0.2);
}


.footer-text{
	font-size: 120%;
}

.page-bg.bg6{
	background-image: url(../img/bg6.jpg);
}

.page-bg.bg7{
	background-image: url(../img/bg7.jpg);
}

.consult-text{
	font-size: 150%!important;
}

.consult-text .btn{
	font-size: 28px;white-space: normal;
}
.text-red{
	color:red;
}
.bg-red{
	background-color: #f75b5b;
	color: #fff;
}
td.disabled{
	color:#9e9c9c!important;cursor:not-allowed!important;
}

.page-bg.bg-darker::after {
    height: 100%;
}

input.fancy-checkbox-primary {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
	margin-left: -20px;
}
input.fancy-checkbox-primary + div > label {
cursor: pointer !important;
font-size: 12px !important; }
@media (min-width: 768px) {
  input.fancy-checkbox-primary + div > label {
    font-size: 14px !important; } }
input.fancy-checkbox-primary + div > label > .glyphicon {
color: transparent !important;
border: 1px solid #022E6D !important;
margin-right: 5px !important; }
input.fancy-checkbox-primary:checked + div > label > .glyphicon {
color: #022E6D !important; }

textarea.form-control {
  border-radius: 12px; }

.panel-body.special .blue-box a.full-line{
	margin-left: -24px;
	margin-right: -9px;
	font-size: smaller;
	padding-left: 15px;
}

.left-side {
	margin-left: -40px;
}
.text-yellow {
	color: #FFFF00 !important;
}

.text-underline {
	text-decoration: underline !important;
}

.smaller {
	font-size: 11px !important;
	font-weight: normal;
}