@import url('https://fonts.googleapis.com/css?family=Moul');
@import url(https://fonts.googleapis.com/css?family=Battambang);
@import url('https://fonts.googleapis.com/css?family=Audiowide');
html,body {
    background: url('../images/body_bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: arial, Battambang;
    color: white;
    font-size: 16px;
    min-height: 100%;
}

h4{
	font-size: 20px;
}
.moul{
	font-family: Moul;
}
.gold{
	color: gold;
}
.white{
	color: white !important;
}
.table-responsive{
    width:100%;
    overflow-y: hidden;
    position:fixed; 
    top:120px; 
    left:0px; 
    bottom:0px; 
    right:0px;
    background: rgba(255,255,255,0.07);
    font-size: 16px;
}
.container{
	width: 98%;
}
table{
    width:100%;
    border: none;
}
tr{
	padding: 5px;
}
td{
    padding:24px;
    vertical-align: middle !important;
    border-bottom: 1px solid #93C1F4 !important;
    border-color: #93C1F4 !important;
}
.col-head:first-child{
	width: 13%;
}
.col-head:nth-child(2){
	width: 65.7%;
}
.col-head.col-md-2:last-child {
    width: 10%;
}
.col-head{
	padding-left: 20px;
}
.filter{
	font-size: 14px;
	padding-left: 5px;
	margin-left: 0;
	margin-right: 0;
}
.table-head{
	margin-left: 0;
	margin-right: 0;
}
.filter .span{
	color: gold;
	font-size: 23px;
}
.filter .glyphicon{
	color: gold;
	font-size: 10px;
}
.col-head .glyphicon{
	color: gold;
}
.td-1{
	width: 14%;
	background: rgba(0,0,0,0.2);
}
.td-2{
	/*width: 70%;*/
}

.td-3{
	width: 20%;
	background: rgba(0,0,0,0.2);
}
.td-3 h4{
	display: inline-block;
	line-height: 43px;
}
.logo{
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
}
.logo img{
	width: 60px;
}
.logo h2{
    margin: 14px 0px 0px;
    font-size: 15px;
}
.logo span{
	font-size: 14px;
    font-weight: bold;
}
.datetime{
	margin-top: 15px;
	font-size: 25px;
	text-align: right;
}
.datetime h2{
	margin: 0;
}
#time{
	font-family: Audiowide;
	font-size: 28px;
}
.form-wrapper{
	margin: 0;
	margin-top: 150px;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.form-container{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.form-content{
	border-top: 3px solid #29AACF;
    text-align: center;
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 20px;
}
.add-form{
	width: 45%;
	font-size: 16px;
}
.glyphicon{
	margin-top: 3px;
}
table tr th{
	font-weight: normal;
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #93C1F4 !important;
}	
.form{
	width: 50%;
}
.list{
	width: 80%;	
}
.form-content .row{
	margin: 10px 15px !important;
}
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.text-label{
	padding: 5px 0;
}
.form-content .text-box{
	width: 100%;
	border: 1px solid #426A93;
	border-radius: 4px;
	color: white;
	background: rgba(255,255,255,0.2);
	padding: 5px;
	outline: none;
}
.select2{
	border: 1px solid #426A93;
	border-radius: 4px;
	background: rgba(255,255,255,0.2);
	outline: none;
}
.add-button{
	float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}
.action{
	float: right;
}
.action-button{
	width: 70px;
    margin: 2px;
    text-align: center;
    padding: 18px;
    color: white;
    display: inline-block;
}
.empty-schedule{
	width: 100%;
	text-align: center;
}
.date{
	color: black;
	display: inline-block;
}
.input-group-addon{
	border-radius: 3px !important;
    background: #5bc0de;
    border: 1px solid #46b8da;
    color: white;
    width: auto;
}
.btn-today{
	height: 35px;
    margin-bottom: 8px;
}

.h4{
	line-height: 30px;
	font-size: 18px;
}
.h4-2{
	font-size: 15px;
	line-height: 22px;
}
.logo-right{
	padding-left: 0;
}
.logo .logo-left, .col-head{
    float:left !important;
}
@media screen and (max-width: 768px){
	.logo, .datetime, .table-head, .fc{
		display: none;
	}
}
@media screen and (max-width: 1200px){
	#calendar{
		display: none;
	}
}
.fc-view-container{
	position: absolute;
}
.fc-scroller{
	overflow: hidden;
	height: auto !important;
}
#calendar{
	font-size: 15px;
	
}
#calendar table td{
	padding: 0;
	margin: 0;
	border: none !important;
}
.fc-content-skeleton .fc-today{
    background:#ffd700 !important;
    color:black !important;
}
a.tab {
    color: white;
    font-size: 16px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;
    text-decoration: none;
}

a.tab.active{
	background: white;
	color: #12814e;
}

.checkbox{
	height: 26px;
    transform: scale(1.5);
}
.login-wrapper{
	background: white;
    width: 500px;
    margin: 200px auto;
    border-radius: 5px;
    color: black;
    padding: 0 20px 10px;
}

.login-wrapper label{
	font-size: 15px !important;
}

.login-wrapper h3{
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #dadada;
    font-weight: bold;
}

.btn{
	padding: 2px 4px !important;
	font-size: 12px !important;
}