/*------------------------------------*\
    $RESET
\*------------------------------------*/
a, body, div, h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

/*------------------------------------*\
    $BASIC STYLES
\*------------------------------------*/
@font-face {

}

html {
    background-color: white;
}

body {
    font-family: 'Open Sans';
    font-size: 62.5%;
    font-weight: 400;
    background-color: white;
}

input, textarea {
    outline: none;
}

.clear {
    clear: both;
}

::selection {
    color: #fff;
    background-color: #c00;
}

::-moz-selection {
    color: #fff;
    background-color: #c00;
}

/*------------------------------------*\
    $RESPONSIVE-BASE
\*------------------------------------*/
.base-container {
    width: 100%;
}

.base {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 1100px;

}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header-container {
    background-color: white;
    background: url('images/background-1.jpg');
    background-position: center;
    background-repeat: no-repeat;

}

.header {
    color: #fff;

    height: 105px;
    display: block;
}

.header-name {
    font-size: 32px;
    color: #fff;
}

.header-subname {
    font-size: 24px;
    color: #fff;
}

.logo-ff {
    float: left;
    margin-left: 15%;

}

.logo-house {
    float: left;
}

.user-control {
    float: right;
}

.username {
    text-align: right;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #00465a;
}

.logout {
    margin-left: 5px;
    text-decoration: none;
    color: #0099c5;
}

.user-links-container {
    margin-top: 36px;
}

.user-links {
    text-decoration: none;
    color: #035782;
    margin-left: 21px;
    font-size: 13px;

}

.user-links:hover {
    text-decoration: underline;
}

.user-links:first-of-type {
    margin: 0;
}

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
.nav-container {
    background-color: #f59212;
}

.nav {
    height: 30px;
    padding-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;

    color: #fff;
}

.ctlr-drop {
    height: 25px;
    width: 166px;
    background-color: white;
    border: 2px solid #c27005;
    border-radius: 5px;
    float: left;
    margin-left: 20px;
}

.ctlr-drop.activeFilter {
    border: 2px solid #000;
}

.ctlr-drop:first-of-type {
    margin: 0;
}

.ctlr-placeholder {
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    color: #000000;
    vertical-align: middle;
    line-height: 25px;
    margin-left: 10px;
}

.center-text {
    text-align: center;
}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

.ie-non {
    color: transparent;
    text-decoration: none;
    border: none;
    outline: none;

}

a img {
    border: none;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #f59212 transparent transparent transparent;
    float: right;
    margin-top: 11px;
    margin-right: 10px;
}

.free-container {
    border: 2px solid #c27005 !important;
    height: 16px;
    width: 16px;
    margin-top: 5px;
    margin-left: 29px;
    border-radius: 5px;
    float: left;
    background-color: white;
}

#filterButton {
    float: right;
    cursor: pointer;
    width: 90px;
    height: 28px;
    background-color: #c27108;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: white;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-top: 0px;
    box-shadow: 0px 2px 1px #b06708;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
}

.free {
    height: 16px;
    width: 16px;
    float: left;
    margin: 0;
    visibility: hidden;
}

.free:checked {
    background-image: url('images/checked.png');
}

.free-checked {
    background-image: url('images/orange-mark.png');
}

.free-label {
    font-size: 12px;
    line-height: 30px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    float: left;
}

/*.date-container{
padding-left: 16px;
padding-right: 16px;
border-left: 1px solid #c27005;
}*/
.ctlr-butt {
    height: 25px;
    width: 85px;
    background-color: white;
    border: 2px solid #c27005;
    border-radius: 5px;
    float: right;
    padding: 0;
}

.ctlr-butt:first-of-type {
    margin-left: 20px;
}

.button-container {
    background-color: #F59212;
    float: left;
}

.arrov-right {
    background-image: url('images/arrov-right.png');
    height: 20px;
    width: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 9px;
}

.arrov-left {
    background-image: url('images/arrov-left.png');
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 12px;
    margin-top: 5px;
}

.arrov-down {
    background-image: url('images/arrov-down.png');
    height: 20px;
    width: 20px;
    float: left;
    margin-top: 5px;
}

.date-nav {
    font-size: 14px;
    float: left;
    line-height: 30px;
    vertical-align: middle;
}

/* Jquery UI */
/*
.ui-icon{
  color: blue;
}
.ui-datepicker{
  background-color: grey;
  border-radius: 5px;
}
.ui-datepicker a{
  font-size: 11px;
}
.ui-datepicker span{
  font-size: 11px;
}
*/
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
.content-container {
    /* TODO */
}

.content {
    /* TODO */
}

/* CONTENT SECTION1 */
.content-container1 {
    background-color: #fff;
}

.content1 {
    color: #333;
}

#eventForm hr {
    width: 100%;
    background-color: black;
    border: 0px;
    margin-top: 16px;
    height: 1px;
    float: left;
}

.add-hour {
    cursor: pointer;
    height: 34px;
    background-color: #1f9ce3;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: white;
    font-family: 'Open Sans';
    font-weight: bold;
    float: right;
    margin-top: 16px;
    box-shadow: 0px 2px 1px #006ba7;
}

.cancelHour {
    cursor: pointer;
    height: 34px;
    background-color: #1f9ce3;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: white;
    font-family: 'Open Sans';
    font-weight: bold;
    float: right;
    margin-top: 16px;
    box-shadow: 0px 2px 1px #006ba7;
    padding: 7px;
    text-decoration: none;
}

.cancelHour:hover {
    background-color: #006ba7;
}

.remove-hour {

    color: #e71111;
    margin-top: 16px;
    padding: 7px;
    text-decoration: none;
}

.remove-hour:hover {
    text-decoration: underline;
}

.check-availability {
    float: left;
    background-color: #b9b9b9;
    box-shadow: 0px 2px 1px #a7a7a7;
}

.check-availability:hover {

    background-color: #a7a7a7 !important;

}

.add-uziv {
    cursor: pointer;
    width: 147px;
    height: 34px;
    background-color: #1f9ce3;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: white;
    font-family: 'Open Sans';
    font-weight: bold;
    float: right;
    margin-top: 16px;
    box-shadow: 0px 2px 1px #006ba7;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
}

.add-uziv:hover, .add-hour:hover {
    background-color: #1d86c1;
}

/*  Tabulka */
.rozvrh {
    padding: 0;
    border-spacing: 0 !important;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

.rozvrh td {
    border: 1px solid #c5e3f7;
    margin: 0;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    position: relative;

}



.rozvrh td.hour {
    vertical-align: middle;
    width: 43px;
}

.rozvrh tr#dayNames th {
    color: #d68858;
    width: auto;
    height: 40px;
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.rozvrh tr#dayNames th small {
    color: #9f9f9f;
}

.rozvrh .event {
    color: #000;
    float: left;
    font-size: 10px;
    position: absolute;
    height: 50px;
    overflow: hidden;
    z-index: 100;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 0px;

}

.rozvrh .event a {
    text-decoration: none;
    padding: 4px;
    display: inline-block;
    color: #000;
}

.rozvrh .event.eventZam a {
    color: #fff;
}
.rozvrh .addNewEvent {
    font-size: 11px;
    color: #eaeaea;
    text-decoration: none;
}

.rozvrh .addNewEvent:hover {
    color: #000;
}

.rozvrh .event:hover {
    z-index: 101;
    overflow: inherit;
    border: 1px solid #fff;
}


#ui-datepicker-div {
    z-index: 10000 !important;
}

#formError {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0px;
}

/* Dialog fancy */
.dialog-fance {

    border: none !important;
    background-color: white !important;
    padding-left: 7px;
    padding-top: 36px;
}

.label-left {
    float: left;
    font-size: 13px;
    margin-left: 40px;
    margin-top: 11px;
}

.label-right {
    float: right;
    font-size: 13px;
    margin-left: 0px !important;
    margin-top: 11px;
}

.left {
    float: left;
    margin-left: 40px;
}

.right {
    float: right
}

.centered {
    margin-left: 60%;
    margin-right: 40%;
}

.center-button {
    margin-left: 0px;
    float: none !important;
    margin-top: 20px;
}

.centerMe {
    float: left;
    width: 100%;
    text-align: center;
}

.input-fancy {
    padding-left: 5px;
    outline: none;
    width: 179px;
    height: 29px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top: 11px;
    margin-right: 20px;
}

.select-fancy {
    padding-left: 5px;
    outline: none;
    width: 187px;
    height: 29px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top: 11px;
    margin-right: 50px;
    float: right;
}

.input-fancy-small {
    padding-left: 5px;
    outline: none;
    width: 50px;
    height: 29px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top: 11px;
    margin-left: 11px;
    margin-right: 80px;
}

.input-fancy-big {
    width: 179px;
    padding-left: 5px;
    margin-left: 69px !important;
    outline: none;
    height: 79px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top: 11px;
}

.podminka {
    font-size: 11px;
    color: #5babce;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.fancybox-skin {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    padding: 0px !important;
}

.radio-fancy {
    width: 12px;
    height: 12px;
    margin-top: 11px;
    margin-left: 174px;
    margin-right: 20px;
    background-image: url('images/checkblue.png');
}

.bad-input {
    background-color: red;
}

.radio-fanced {
    background-position: 0 -12px;
}

.not {
    margin-left: 69px !important;
}

.not-labeled {
    margin-left: 0;
}

.radio-not {
    margin-right: 0;
}

.opakovani {
    margin-top: 7px;
}

.rhigted {
    margin-right: 21px;
}

.rhigted2 {
    margin-right: 50px;
}

.rhigted3 {
    margin-left: 102px;
}

.small-margin {
    margin-right: 110px;
}

/* CONTENT SECTION1 */
.content-container2 {
    background-color: #333;
}

.content2 {
    color: #fff;
}

.uziv-vypis li {
    list-style-type: none;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
    font-weight: bold;
    color: #767676;
    margin-top: 12px;
    padding-bottom: 7px;
}

.uziv-vypis a:hover {
    text-decoration: underline;
}

.uziv-h2 {
    font-size: 16px;
    color: #10679c;
    font-weight: bold;
    float: left;
    margin-top: 35px;
}

.item {
    text-decoration: none;
    color: #000;
}

.upravit {
    font-size: 13px;
    float: right;
    color: #71bb42;
    margin-right: 27px;
    text-decoration: none;
}

.smazat {
    font-size: 13px;
    float: right;
    color: #c21320;
    text-decoration: none;
    margin-right: 15px;
}

.success {
    background-color: green;
}

.error {
    background-color: red;
}

ul.dropdown {
    position: relative;
    z-index: 10000;
    color: #000;
    list-style-type: none;
    background-color: #fff;
    padding: 7px;
    top: -3px;
    left: -2px;
    border: 2px solid #c27005;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0px;
    width: 152px;
    display: none;
}

.activeFilter ul.dropdown {
    border-color: #000;
}

ul.dropdown li {
    font-size: 12px;
    margin: 4px 0px;

}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.footer {
    font-size: 18px;
    color: #aaa;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
}

.addedit {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.formRow {
    float: left;
    width: 100%;
}

.formRow label {
    float: left;
    width: 160px;
    font-size: 13px;
    line-height: 50px;
    font-weight: bold;
}

.formRow input[type=text] {
    float: left;
    width: 200px;
    font-size: 13px;
    padding: 8px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top: 11px;
    margin-right: 20px;
}

.formRow input[type=text], .formRow input[type=password] {
    float: left;
    width: 200px;
    font-size: 13px;
    padding: 8px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top: 11px;
    margin-right: 20px;
}

.formRow #addPeople {
    font-weight: bold;
    float: left;
    margin: 10px 0px;
    font-size: 12px;
    color: #1f9ce3;
    text-decoration: none;
}

.formRow .removePeople {
    font-weight: bold;
    float: left;
    margin: 10px 0px;
    font-size: 12px;
    color: #f59212;
    text-decoration: none;
}

.kurz_person {
    border-bottom: 1px solid #C0C0C0;
    float: left;
    width: 40%;
    margin-right: 10px;
}

.formRow #addPeople:hover {
    text-decoration: underline;
}

.formRow select {
    float: left;
    position: relative;
    top: 18px;
}

.loginFormBG {
    background-color: #e8eaf5;
}

#loginFormCenter {
    width: 480px;
    margin: 0 auto;
    margin-top: 100px;
}

#loginForm {
    width: 480px;
    float: left;
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

#loginForm label {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
    font-family: 'Open Sans';
}

#loginForm input[type=text], #loginForm input[type=password] {
    float: left;
    position: relative;
    left: 130px;
    width: 200px;
    font-size: 12px;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 8px;
    text-align: center;

}

#loginForm input[type=submit] {
    float: left;
    position: relative;
    left: 140px;
    width: 200px;
    font-size: 12px;
    margin-top: 25px;
    background-color: #f59212;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    text-align: center;
    border: 2px solid;
    border-radius: 25px;
    cursor: pointer;
}

#loginForm .error {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
    font-weight: bold;
    color: #cc0000;
    font-size: 12px;
    background-color: #fff;
}

.formRow input[type=submit] {
    cursor: pointer;
    width: 147px;
    height: 34px;
    background-color: #1f9ce3;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: white;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-left: 194px;
    margin-top: 16px;
    box-shadow: 0px 2px 1px #006ba7;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
}

.formRow input[type=submit]:hover {
    background-color: #1d86c1;
}

.formRow .colorCheck {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #000;
    position: relative;
    top: 16px;
}

#specNav {
    float: left;
    width: 100%;
}

#specNav a {
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    margin-right: 20px;
    text-decoration: none;
}

#specNav a.active, #specNav a:hover {
    text-decoration: underline;
}

#footer {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.freeList {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0px;
}

.freeList li {
    font-size: 14px;
    font-weight: bold;
}

#ucebnyVypis {
    margin: 0 auto;
}

#ucebnyVypis ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin-top: 10px;
}

#ucebnyVypis ul li {
    float: left;
    margin-right: 20px;
    font-size: 11px;
}

#ucebnyVypis ul li span {
    float: left;
    width: 10px;
    height: 10px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#canceledEvents {
    margin: 0 auto;
}

#canceledEvents ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin-top: 10px;
}

#canceledEvents ul li {
    float: left;

    font-size: 11px;
    background-color: #ebebeb;
    font-size: 12px;
    width: 99%;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#canceledEvents ul li a {
    color: #1f9ce3;
    float: right;
    text-decoration: none;
    font-weight: bold;
}

#canceledEvents ul li a:hover {
    color: #1f9ce3;
    float: right;
    text-decoration: underline;
}

.newKurzUser{
    color: #000;
    text-decoration: none;
}

.newKurzUser:hover{
    text-decoration: underline;
}

#freeHours{
    width: 290px;
    border-collapse: collapse;
    border: 1px solid black;
    margin-top: 20px;
}

#freeHours th, #freeHours td{
    font-size: 13px;
    border: 1px solid black;
    padding: 10px;
}

.deleteAllDiv{
    text-align: center;
    padding-top: 50px;
}

.deleteAllDiv a{
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: bold;
    display: inline-block;
    color: #1f9ce3;
    text-decoration: none;
}

.deleteAllDiv a:hover{
    text-decoration: underline;
}