/* Add here all your css styles (customizations) */


.bg-gts-grau {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 15px;
}


.lesspadding {
    
     padding-left: 5px !important;
}

.sky-form {
    border: none;
    box-shadow: none;
}
.ui-datepicker {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
}

.modal-dialog {
    width: 800px;
}

.modal-sm {
    width: 400px;
}

.table {
    table-layout: fixed;
     word-break: break-all;
}

/*Copyright*/
.copyright {
	font-size: 12px;
	padding: 11px 0 7px;
	background: #3e4753;
	border-top: solid 1px #777;	
}

.copyright p {
	color: #dadada;
	margin-top: 12px;
}

.copyright a {
	margin: 0 5px;
	color: #72c02c;
}
.copyright a:hover {
	color: #a8f85f;
}

.copyright a img {
	margin-top: 5px;
}


#overlay
{
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    width: 200px !important;
    height: 100px !important;
    text-align: center !important;
    line-height: 100px !important;
    background-color: rgba(0,0,0,0.2);
    color: white !important;
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    margin-left: -100px !important;
    margin-top: -50px !important;
    z-index:9999;
}

.btn-success {
    background-color: #72c02c;
    border-color: #72c02c;
    color: #fff;
}

.btn-success:focus {
  background-color: #72c02c;
  background-position: 0 -15px;
}

.content {
    padding-bottom: 30;
    padding-top: 0;
}