﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.container {
    height: 100px;
    padding-top: 17px;
    transition: all .3s;
}

.navbar-inverse {
    background-color: #157fcc;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        font-size: 20px;
        padding-top: 22px;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #333;
        }

        .navbar-nav {
            background-color: #157fcc;
        }

.headerSmall {
    height: 70px;
    padding-top: 5px;
}

#BCLogo {
    left: -15px;
    top: 7px;
    position: absolute;
}

.flip-card {
    background-color: transparent;
    width: 282px;
    height: 185px;
    perspective: 1000px;
    margin-bottom: 3em;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: #888888;
}

.flip-card-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
}

.cell-imagecommand {
    background-position: center;
    width: 100%;
    margin-top: -5px;
    height: 30px;
}

div.information {
    border: 1px solid #0589C7;
    padding: 5px 12px 3px 12px;
    padding-left: 38px;
    background: #F2F2F2 url(../../icons/information-png/ext.axd) no-repeat 10px 10px;
    margin: 5px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

div.information a {
    color: #0589C7;
    text-decoration: none;
}

.active-menu-button {
    background-color: #686868 !important;
    font-weight: bold;
}

.active-menu-group {
    background-color: #686868 !important;
    font-weight: bold;
}

/* Styly pro trigger u pole hesla */
.custom-eye {
    background-image: url('/Images/eye.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px 16px !important;
    cursor: pointer !important;
}

.custom-eye-slash {
    background-image: url('/Images/eye-slash.png') !important;
}

#PasswordField-trigger-0 .x-form-trigger-icon:before {
    background-image: url('/Images/eye.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px 16px !important;
    cursor: pointer !important;
}

#PasswordField-trigger-0.eye-slash-active .x-form-trigger-icon:before {
    background-image: url('/Images/eye-slash.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px 16px !important;
    cursor: pointer !important;
}


