﻿body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.naviControl {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    margin-bottom: 20px;
    padding: 3px;
}

.trenner {
    border-right: 1px dotted #333;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    width: 10px;
}

/*@media all and (min-width:768px)*/
.navbar-right {
    float: right !important;
    margin-right: 15px;
}



/* styles for validation helpers */

.field-validation-error { color: #b94a48; }

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #b94a48; }

select.input-validation-error { border: 1px solid #b94a48; }

input[type="checkbox"].input-validation-error { border: 0 none; }


.validation-summary-errors { color: #b94a48; }

.validation-summary-valid { display: none; }


button.ui-datepicker-current { display: none; }

.ui-dialog-titlebar-close {
    background: url("images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
    border: medium none;
}

.ui-dialog-titlebar-close:hover { background: url("images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0); }

.mright { margin-right: 3em; }

.mleft { margin-left: 3em; }

.mtop { margin-top: 3em; }

.mbottom { margin-bottom: 3em; }

.halfmright { margin-right: 1.5em; }

.halfmleft { margin-left: 1.5em; }

.halfmtop { margin-top: 1.5em; }

.halfmbottom { margin-bottom: 1.5em; }

.smallFont { font-size: 9px; }

.mediumFont { font-size: 11px; }

.bigFont { font-size: 16px; }

.noMargin { margin: 0; }

.noPadding { padding: 0; }

.verticalTop { vertical-align: text-top !important; }


th {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
}

th small {
    color: #999;
    font-weight: normal;
    line-height: 1;
}

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    margin-top: 3px;
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('fonts/OpenSans.eot?#iefix') format('embedded-openType'),
         url('fonts/OpenSans.woff') format('woff'),
         url('fonts/OpenSans.ttf') format('trueType'),
         url('fonts/OpenSans.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
       url('bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
       url('bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.bootstrap-timepicker-hour {
    height: 30px !important;
    width: 30px !important;
}

.bootstrap-timepicker-minute {
    height: 30px !important;
    width: 30px !important;
}

.bootstrap-timepicker-second {
    height: 30px !important;
    width: 30px !important;
}