/* 
    Created on : 16.9.2015, 18:04:08
    Author     : RychléSeminárky.cz
*/
.navbar-default {
    background-color: rgba(255,255,255,0.98);
    box-shadow: 1px 0px 3px #000;
    border: none;
}

.navbar-toggle {
    margin-top: 13px;
    border-radius: 22px;
    height: 44px;
    width: 44px;
}

.navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited {
    color:#000;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #93c804;
    text-decoration: none;
}

a.green:link, a.green:visited, a.green:hover {
    color: #93c804;
}

.navbar-default .navbar-brand{
    color: #000;
    display: block;
    height: auto;
    font-size: 1.6em;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active {
    color: #000;
}

.navbar-right {
    margin-top: 10px;
}

.green {
    color: #93c804;
}

.small-logo {
    font-size: 0.65em;
    color: #999;
    font-family: 'Roboto', sans-serif;
}

.color-background {
    padding-bottom: 10px;
    background-color: #6F7070;
    color: #FFF;
}

h1 {
    font-size: 1.8em;
}

h2{
    font-size: 1.6em;
    color: #93c804;
}

.color-background > .container > .row > .col-md-12 > p > a:visited, .color-background > .container > .row > .col-md-12 > p > a:link  {
    color: #93c804;
}

.worried_man {
    float: left;
    margin: auto 30px auto 20px;
}

.moved_down {
    margin-top: 60px;
}

.center {
    text-align: center;
}

.why {
    display: block;
    text-align: center;
    color: #000;
    height:50px;
    font-weight: bold;
}

.down-margin{
    margin-bottom: 30px;
}

.reason{
    margin-bottom: 30px;
}

.reason > p {
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.reason > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.order {
    font-size: 1.5em;
    padding: 10px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background-color: #93c804;
    border: none;
    margin-bottom: 10px;
}

.login {
    padding-top: 30px;
}

.category {
    padding: 0px;
    width: 90%;
}

.col-sm-12 > .category {
    width: 100%;
}

.category > a:link, .category > a:visited {
    display: block;
    width: 100%;
    padding: 13px 0px 10px 5px;
    border-bottom: solid 1px #CCC;
    color: #000;
    font-size: 0.9em;
}

.category > a.bg-success {
    color: #3c763d;
}

.category > a:hover, .category > a:focus {
    text-decoration: none;
    background-color: whitesmoke;
}               

.category > a:last-child {
    border: none;
}

.order-list {
    padding: 20px 0px 0px 0px;
}

.link-margin {
    margin-right: 5px;
}

.time-calc {
    display:inline-block;
    margin-left: 10px;
}

.table {
    font-size: 1.0em;
}

.file-type {
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}

.alike {
    padding: 0px;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
    color: #337ab7;
    cursor: pointer;
}

.alike:hover {
    color:#23527c;
    text-decoration: underline;
}

.link-color {
    color: #337ab7;
}


h3 {
    font-size: 1.4em;
}

.submit-button-green {
    background-color: #93c804;
    border: solid 1px #666;
}

.submit-button-green:hover {
    color:#FFF;
    background-color: #666;
}

.form-control:focus {
  border-color: #93c804;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 200, 4, 0.7);
}

.block {
    display:block;
}

.label-as-badge {
    border-radius: 1em;
}

.info-text {
    font-size: 0.80em;
    font-weight: 600;
    text-transform: uppercase;
}

.info-text-big {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

.konverzace {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.zprava {
    width: 100%;
    padding: 10px;
    clear: both;
    background: whitesmoke;
    margin-top: 3px;
    font-size: 0.95em;
}

.zprava-prijata {
}

.zprava-odeslana {
    background-color: #93c804;
}

.zprava-admin {
    background-color: #6F7070;
    color: #FFF;
}

.hlavicka {
    font-size: 0.9em;
    font-weight: bold;
    width: 100%;
    height: 17px;
}

.message-time {
    float:right;
    min-height: 100%;
    display:block;
    font-weight: bold;
    font-size: 0.80em;
    padding-left: 10px;
}

textarea.nova-zprava {
    width: 77%;
    height: 8em;
    float: left;
    background-color: whitesmoke;
    resize: none;
    border: 1px solid #666;
}

textarea.nova-zprava:active {
    border: 1px solid #666;
}

.poslat-zpravu {
    float: right;
}

.message-status {
    margin-right: 3px;
    display: inline-block;
    font-size: 1.2em;
}

.message-status:hover {
    cursor: help;
}

.control-panel {
    border: dashed 1px #ccc;
    margin-top: 10px;
    height: 90%;
    padding: 10px;
    
}

.control-panel > h2{
    margin: 0px 0px 5px 0px;
}

.lang {
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
}

.naceneni > tr {
    vertical-align: middle;
}

.naceneni-input {
    width: 50%;
    display: inline-block        
}

.shortened_status {
    cursor: help;
    border: solid 1px;
    border-radius: 1em;
    text-align: center;
    background-color: whitesmoke;
}

.sum {
    display: inline-block;
    margin-left: 10px;
    min-width: 150px;
}

.log {
    margin:3px;
    font-size: 0.95em;
    padding: 10px;
    color: #000;
}

.log-time {
    font-size: 0.80em;
    font-weight: 600;
}

.log-list {
    margin-top: 15px;
}

.rightFloat {
    float:right;
}

.pay-list {
    margin-top: 15px;
}

footer {
    margin-top: 30px;
    min-height: 90px;
}