﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
  width: auto;
}
#extr-page .smart-form .alert {
  margin: 4px;
}
#extr-page .smart-form .alert li {
  margin-left: 14px;
  list-style: none;
}
#extr-page .smart-form .alert li:before {
  content: "\f071";
  font-family: FontAwesome;
  position: absolute;
  left: 14px;
}
#extr-page .smart-form div + fieldset {
  padding-top: 15px;
}

#logo{
    margin-top: 5px !important;
    margin-left: 5px !important;
}
#logo img{
    max-height: 50px !important;
    max-width: 47px !important;
}
.row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 15px;
}
.background-none{
    background: none !important;
}
.padding-bottom-10{
    padding-bottom:10px;
}
/* ======= For bootstrap modal dialog ============ */
@media screen and (min-width: 768px){
   .modal-width-1000{
       width: 1000px !important;
   }
   .modal-width-900{
       width: 900px !important;
   }
}
/* ================================================ */
.numberalignright{
    text-align: right;
}
.register_overlay{
    position: absolute;
    background-color: #000 !important;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color:#eee !important;
    cursor: not-allowed !important;
}

select.clsCustom {
  border: none;
  background: transparent;
  padding: 5px 35px 5px 5px;
  border-bottom: 0.1px solid #bdbdbd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  width:100%;
}

/* CAUTION: IE hackery ahead */
select.clsCustom::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select.clsCustom {
        background:none\9;
        padding: 5px\9;
    } 
}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Helvethaica;
	font-size:1.2em;
	padding:3px 40px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24437;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtonBlue {
	background-color:#4473ac;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Helvethaica;
	font-size:1.2em;
	padding:3px 24px;
	text-decoration:none;
}
.myButtonBlue:hover {
	background-color:#476e9e;
    color:#ffffff;
}
.myButtonBlue:active {
	position:relative;
	top:1px;
}

.myButtonGray {
	background-color:#c62d1f;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Helvethaica;
	font-size:1.2em;
	padding:3px 24px;
	text-decoration:none;
}
.myButtonGray:hover {
	background-color:#606366;
    color:#ffffff;
}
.myButtonGray:active {
	position:relative;
	top:1px;
}



.btnDefaultCustom{
    -moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}

/****** For calendar *********/
.description {
	text-align: center;
	padding-bottom: 40px;
}

.jsCalendar.clean-theme tbody td.jsCalendar-previous, .jsCalendar.clean-theme tbody td.jsCalendar-next {
	color: #000;
	opacity: 0.2;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#wrapper .jsCalendar table {
	box-shadow: none;
}
.clear {
	clear: both;
}
#events-calendar {
	float: left;
}
#events {
	float: left;
	/*width: 435px;*/
    /*width:100%;*/
	margin: 10px 20px 10px 5px;
}
#events .title {
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#events .subtitle {
	padding: 5px 0px;
	font-size: 14px;
	text-align: center;
	color: #888;
}
#events .list {
	height: 250px;
	overflow-y: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#events .list .event-item {
	line-height: 24px;
	min-height: 24px;
	padding: 2px 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#events .list .event-item .close {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	border-radius: 8px;
	height: 14px;
	width: 14px;
	line-height: 12px;
	text-align: center;
	float: right;
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 0px;
	margin: 5px;
	display: block;
	overflow: hidden;
	background: #F44336;
	cursor: pointer;
}
#events .action {
	text-align: right;
}
#events .action input {
	padding: 0px 5px;
	font-size: 12px;
	margin: 10px 5px;
	border: 1px solid #999999;
	height: 28px;
	line-height: 28px;
	width: 120px;
	background: #f8f8f8;
	color: black;
	cursor: pointer;
	transition: all 0.2s;
}
#events .action input:hover {
	background: #eee;
	border: 1px solid #000;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.jsCalendar tbody td.jsCalendar-selected{
    background-color: #ff1f1f !important;
    /*line-height: 28px !important;*/
    color:#ffffff !important;
}
.jsCalendar-title-name{
    text-align:center !important;
    width: 100%;
    max-width:70% !important;
    font-family: 'HelvethaicaBold' !important;
    font-size: 1.3em !important;
    color: #686a6c;
    padding-left:0px !important;
    padding-right:0px !important;
}
.jsCalendar table{
    box-shadow: none !important;
}
.jsCalendar thead .jsCalendar-week-days th, .jsCalendar tbody td{
    font-family: 'Helvethaica' !important;
    font-size: 1.2em !important;
}
.jsCalendar tbody td.jsCalendar-previous, .jsCalendar tbody td.jsCalendar-next{
    color: #969696 !important;
}
#manage-events-calendar .jsCalendar-title-name{
    width: 74% !important;
}
#manage-events-calendar table{
    margin: 0 auto !important;
}
#change-events-calendar .jsCalendar-title-name{
    width: 57% !important;
}

.borderless td:hover, .borderless th:hover {
    /*border: none !important;*/
    background-color: #ff1f1f !important;
    color:#ffffff !important;
}
.borderless td, .borderless th {
    border: 1px solid #e6e6e6 !important;
    transition: color 0.1s, background-color 0.2s;
    border-radius: 18px;
    display: inline-block;
    margin: 4px;
    cursor: pointer;
}
.borderless td.book-selected, .borderless th.book-selected {
    background-color: #ff1f1f !important;
    color:#ffffff !important;
}
.borderless td.book-disabled, .borderless th.book-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.smart-form .checkbox input+i:after{
    color: #ffffff;
}
.smart-form .checkbox input:checked+i, .smart-form .radio input:checked+i, .smart-form .toggle input:checked+i{
    /*border-color: #BDBDBD;*/
    border-color: #ffffff;
    background: #ff1f1f;
}
.smart-form .checkbox i{
    background: #d2d0d0;
}
.margin15{
    margin-bottom: 15px;
}
.clsLangCur{
    color:red;
}
.clsNotCur{
   cursor: pointer;
   color: black !important;
}
.clsNotCur:hover{
   cursor: pointer;
   color: red !important;
}
.clsPipeLang{
    padding-left:5px;
    padding-right: 5px;
    color: #b5b4b4;
}
.note-error{
    color: #f93620 !important;
}
.tbDisplayTime{
    border-collapse:separate;
    border-spacing:10px;
}
.tbDisplayTime>thead>tr>th, .tbDisplayTime>tbody>tr>td.firstCol{
    background-color:red;
    color: #ffffff;
}
.tbDisplayTime>tbody>tr>td{
    background-color: #d0c5c5;
    color: #000000;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.tbDisplayTime img{
    width: 100%;
    max-width: 100%;
    height:auto;
}
.table-borderless td, .table-borderless th {
    border: 0 !important;
    text-align: center;
    width:70px;
    /*height: 150px;*/
    vertical-align:middle !important;
}
.tbDisplayTimeBody td{
    height: 191px !important;
}
.row{
    margin-right:0px !important;
}
.rowCustom{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.tbDisplayTimeManage{
    border-collapse:separate;
    border-spacing:10px;
}
.tbDisplayTimeManage>thead>tr>th, .tbDisplayTimeManage>tbody>tr>td.firstCol{
    background-color:red;
    color: #ffffff;
}
.tbDisplayTimeManage>thead>tr>th{
    height: 100px;
}
.tbDisplayTimeManage>tbody>tr>td{
    background-color: #d0c5c5;
    color: #000000;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 100px;
}
.tbDisplayTimeManage img{
    width: 100%;
    max-width: 100%;
    height:auto;
}
.tbDisplayTimeManageBody td{
    /*height: 191px !important;*/
}
.pad15{
    padding-left:15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.clsAddTime{
    cursor: pointer;
}
.clsManageTime{
    cursor: pointer;
}
.clsManageTimeSelected{
    background-color: #0fb10f !important;
}
.trSelectedForAdd{
    background-color: red;
    color: white;
}
.trSelectedForAdd:hover{
    background-color: red !important;
    color: white !important;
}
/******************************/
#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}