html,body{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px !important;
    color: #222;
}

input[type="text"],
textarea{
    padding: 4px;
    border: 1px solid gray;
    min-width: 400px;
}

input[type="radio"], input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-bottom: 15px;
    position: relative;
    margin-right: 4px;
    top: 4px;
}

#offset,
#search_in_out,
.dataTables_filter input{
    min-width: 10px;
}

.loginbox{
	position: absolute;
	top: 40%;
	left: 50%;
	height: 200px;
	width: 400px;
	padding: 1em;
	padding-bottom: 3em;
	margin: -100px 0 0 -258px;
	font-family: Verdana;
	font-size: 22px;
}

.loginbox span{
    margin-top: 28px;
    float: right;
}

.loginbox input[type="text"],
.loginbox input[type="password"]{
	height: 30px;
	width: 350px;
    min-width: 10px;
	padding: 0 0 0 20px;
	border-radius: 3px;
    font-size: 12px;
	border: 2px solid #DDDDDD;
	background-color: white;
}

.loginbox input[type="submit"]{
    font-size: 12px;
}

.username{
	background: transparent url("username.png") 0px 2px no-repeat;
}

.password{
	background: transparent url("password.png") 0px 2px no-repeat;
}


#container {
    padding: 0;
    position: relative;
    width: 1017px;
    margin: 0 auto;
    background: #eee;
}

.content-wrapper {
    /*background: url("shadow_headteaser.png") no-repeat scroll center 27px transparent;*/
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1017px;
}

.responsive #navigation_bar {
    display: inline-block;
    float: none;
    line-height: 20px;
    margin: 0;
    position: relative;
    top: -10px;
}

#navigation_bar {
    margin-top: 40px;
    width: 1017px;
}


.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}


.clearfix{
}

.fullwidth {
    display: block;
    float: none;
    margin: 0 auto;
    width: 1015px;
}

.sub-menu{
    height: auto; 
    margin-bottom: 0; 
    margin-top: 0; 
    overflow: hidden; 
    padding-bottom: 0; 
    padding-top: 0; 
    position: absolute; 
    display: none;
    background-color: #96A181;
}

.sub-menu a{
}

.eingabe{
    width: 100px;
}

.klein{
    height: 20px;
}

.gross{
    height: 50px;
}

.eingabefeld{

}


ul#sortable_out, ul#sortable_in {
    list-style-type: none;
    padding: 0;
    min-height: 100px;
    background: #fff;
    border: 1px solid #999;
}

ul#sortable_out li, ul#sortable_in li {
    height: 30px;
    position: relative;
    border: 1px solid #ccc;
    margin: 4px;
    cursor: move;
}

ul#sortable_in li:hover,
ul#sortable_out li:hover{
    background: #efefef;
}

ul#sortable_out li .teilnehmer_check{
    display: none;
}
ul#sortable_out li .teilnehmer_name{
    padding-left: 8px;
}

ul#sortable_out li .teilnehmer_status{
    display: none;
}

.sortable_placerholder {
    height: 30px;
    background: #ccc;
    border-bottom: 1px solid #ccc;
}

.teilnehmer_check{
    width: 50px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
}

.teilnehmer_name {
    height: 30px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
}

.teilnehmer_status {
    height: 30px;
    width: 160px;
    display: table-cell;
    vertical-align: middle;
}

.teilnehmer_status select{
    display: none;
}

.teilnehmer_status input{
    max-width: 60px;
    min-width: 60px;
    width: 60px;
}

#teilnehmer_icon{
    height: 30px;
    width: 30px;
    display: table-cell;
    vertical-align: middle;
}

#teilnehmer_drin {
    float: left;
    width: 450px;
}

#teilnehmer_draussen {
    float: left;
    width: 450px;
    margin-left: 20px;
}

#sortable_out select {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

#list_teilnehmer td, #list_lehrgaenge td {
    padding: 3px 5px;
}

#list_teilnehmer tr, #list_lehrgaenge tr {
    border-bottom: 1px solid #ddd;
}

#list_teilnehmer th, #list_lehrgaenge th {
    text-align: left;
    padding: 4px;
    cursor: default;
}

#list_teilnehmer th:last-child, #list_lehrgaenge th:last-child {
    text-align: center;
}

#list_teilnehmer tbody tr td:last-child, #list_lehrgaenge td:last-child {
    text-align: center;
}

.form_wrapper {
    width: 500px;
    margin-top: 20px;
}

.lehrgang_form_desc {
    width: 200px;
    /*margin-bottom: 5px;*/
    height: 25px;
    display: table-cell;
    vertical-align: middle;
}

.lehrgang_form_value {
    width: 300px;
    /*margin-bottom: 5px;*/
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.9em;
}

.lehrgang_form_value textarea {
    height: 90%;
}

.dataTables_info {
    float: left;
    padding: 4px;
}

.dataTables_paginate {
    float: right;
    padding: 4px;
}

.dataTables_filter {
    float: right;
    padding: 4px;
}

.dataTables_length {
    float: left;
    padding: 4px;
}

.sorting_asc, .sorting_desc {
    background: #ccc;
}

.paginate_disabled_previous, .paginate_enabled_previous {
    margin-right: 10px;
}

/* ICONS */
.data-icon {
    width: 16px;
    height: 16px;
    margin: 0 2px;
    float: left;
}

.data-icon-edit {
    background-image: url('../images/icons/edit.png');
}

.data-icon-delete {
    background-image: url('../images/icons/delete.png');
}

.data-icon-people {
    background-image: url('../images/icons/people.png');
}

.data-icon-add {
    background-image: url('../images/icons/add.png');
}

.data-icon-valid {
    background-image: url('../images/icons/valid.png');
}

.data-icon-notvalid {
    background-image: url('../images/icons/notvalid.png');
}

.data-icon-arrow-back {
    background-image: url('../images/icons/arrow-back.png');
}

/* LINKS */
a {
    color: #000;
    text-decoration: none;
}

.add_wrapper {
    margin-top: 10px;
}

.page_title {
    font-size: 14px;
}

.save_success {
    padding: 5px;
    border: 1px solid #00FF00;
    background: #BCF5A9;
}

.tel_vorwahl, .zip {
    width: 50px !important;
}

.tel_nummer, .ort {
    width: 234px !important;
}

.street_no {
    width: 50px !important;
}

.street_main {
    width: 234px !important;
}

.button {
    border: 1px solid #333;
    padding: 3px 5px;
    display: inline-block;
    border-radius: 5px;
    background: #ddd;
    cursor: pointer;
}

.button:hover {
    background: #fff;
}

#ui-datepicker-div {
    background: #fff;
    border: 1px solid #ddd;
}

.textarea {
    height: 80px;
    margin-bottom: 15px;
}

textarea {
    resize: vertical;
}

.content {
    padding: 10px;
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    width: 987px;
}

.ui-tabs{
    background: #E3E3E3 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x left bottom;
    background-size: 1px 50%;
}

table thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
}

table thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

.uibutton{
    margin: 3px 0;
}

#container{
    margin-top: 40px;
}

.logo{
    width:110px;
    position:relative;
}

.logo a{
    position:absolute;
    left: -50px;
    top: -40px; 
}

#main{

}

tr{
    margin: 1px 0;
}

td{
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}

tr td:first-child{
    border-left: 1px solid #ccc;
}

tr td:last-child{
    border-right: 1px solid #ccc;
}

.even td{
    background: #efefef;
}


.even:hover td,.odd:hover td{
    background: #ddd;
}

tr:last-child td{
    border-bottom: 0;
}

.dataTables_empty{
    padding: 10px;
}

.lehrgang_form_value .plz,
.lehrgang_form_value .ort{
    min-width: 10px;
}

.lehrgang_form_value .plz{
    width: 60px;
}

.lehrgang_form_value .ort{
    width: 120px !important;
}

tfoot th input,
tfoot th select{
    width: 80%;
    margin: 0 auto;
    min-width: 100px !important;
}

/* TABS */
.ui-tabs-active {
    background: #ccc;
}


/**DATATABLES TABLETOOLS **/
.DTTT_container{
    margin: 4px !important;
}

.DTTT_button{
    position: relative;
    margin: 0 4px 0 0;
    padding: 4px;
}

.DTTT_print_info{
    color: #000 !important;
}

.DataTables_sort_wrapper{
    cursor: pointer;
}

.dataTable tbody td{
    padding: 0 5px;
}

.hide{
    display: none;
}

#list_teilnehmer_form, #list_lehrgaenge_form, #list_anfragen_wrapper, #list_user_wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

#edit_lehrgang_new .DTTT_container {
    display: none;
}
#datatable tbody tr td:last-child{
    text-align: center;
    
}

#pagInput {
    min-width: 0px;
    max-width: 30px !important; 
    width: 30px !important; 
    text-align: center; 
    /*display: inline;"*/
}