/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    /*padding: 20px 15px 0;*/
    padding-bottom: 30px;
}
.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.logo {
    float: left;
    width: 40px;
    margin: 5px;
}

.navbar-text {
    color: #fecc32 !important;
    font-weight: bold;
}

.add_form {
    max-width: 600px;
}

.required_mark{
    color: red;
    font-size: .8em;
    opacity: 0.7;
}

.login_form {
    max-width: 300px;
    margin: 0 auto;
}

.login_form_container {
    text-align: center;
}

.login_form_img {
    width: 100px;
    margin: 40px 0;
}

small {
    color: gray;
}

.faicon_intext {
    font-size: larger;
    vertical-align: middle;
}

.fa-camera.faicon_intext {
    margin-top: -0.1em;
}

.action_btn {
    margin-bottom: 14px;
}

.search-field {
    max-width: 400px;
    margin-bottom: 20px;
}

.people_counter {
    margin-left: 21px;
    margin-top: -5px;
    display: none;
}

.counts {
     font-size: 30px;
     max-width: 100px;
}

.counts tr:first-child > td {
    border: none;
}

.tk {
    color: #f0f0f0;
}


.table_casting {
    max-width: 400px;
    margin: 10px 0;
}


.casting_well > .collapse, .btn_collaps {
    /*margin-top: 10px;*/
    margin-bottom: 15px;
}

.btn_collaps {
    display: block;
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#sort_tumbler, #show_old {
    margin-bottom: 20px;
    margin-left: 30px;
}

.event_block, .old_event {
    display: none;
}

#preloader {
    text-align: center;
}