#myForm>div{
	margin-bottom: 10px;
}

.myDatepicker[readonly]{
	width: 150px;
	background-color: #FFF;
	cursor: pointer;
}
.adminDatepicker[readonly]{
	width: 150px;
	background-color: #FFF;
	cursor: pointer;
}
.myTimepicker[readonly]{
	background-color: #FFF;
	cursor: pointer;
}
.page-header{
	margin-top: 0px;
}
.page-header h1{
	display: inline-block;
}
.page-header .breadcrumb{
	margin-bottom: 0px;
	margin-top: 20px;
	background-color: transparent;
}          
.mainContent{
	padding: 10px 0px;
}       
.inlineFilter .form-control{
	display: inline-block;
	width: auto;
}      
.dataRow>div{
	margin-bottom: 15px;
}
.btn-container{
  margin-top: 16px;
}  
.gf-wave {
    margin: 10px auto;
    width: 50px;
    height: 40px
}
.gf-wave .sk-rect {
    background-color: #abcc47;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}
.gf-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}
.gf-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}
.gf-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
.gf-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}
.gf-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}
@-webkit-keyframes sk-waveStretchDelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}
@keyframes sk-waveStretchDelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}
#loadingWindow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9999
}
#loadingWindow p {
    font-size: : 14px
}
#loadingWindow .loadingWindowBlock {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    height: 250px;
    color: #333;
    text-align: center
}
#loadingWindow .loadingWindowBlock img {
    width: 200px;
    height: 200px
}
span.error, label.error{
    color: red;
}
input.error{
    border: 1px solid red;
}            
.appPanel .item{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 0px;
    font-size: 21px;
    cursor: pointer;
    margin: 5px;   
}
.appPanel .item:hover{
    opacity: 0.6;
}             
.appPanel .item .thumbnail{
    border-radius: 5px;
    border: 0px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #FFF;
    background-size: contain;
    margin-bottom: 5px;
}
.appPanel .item .sub{
    line-height: 15px;
    font-size: 8px;
}                                                                                                               
.margin-t-35{
    margin-top: 35px;
}