
body {
    padding-top: 60px;
    padding-bottom: 100px;
}

body #callModal.modal {
    /* new custom width */
    width: 750px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -375px;
}

body #callModal .modal-body {
    max-height: 800px;
}

div#call-window {
    position: fixed;
    top: 40px;
    width: 910px;
    padding: 10px 20px 10px 20px;
    display: none;
    background: #CADEE6;
    border-radius: 0px 0px 15px 15px;
    -moz-box-shadow: 0 0 30px 5px #999;
    -webkit-box-shadow: 0 0 30px 5px #999;
    box-shadow: 0 0 30px 5px #999;
}
.blue{
    color: #0066CC;
}
.incorrect {
    background: #BABABA;
}
div#call-window a.hide-call{
    text-align: center;
    padding: 10px;
    margin: 10px;
}
div#call-window .description {
    width: 500px;
    height: 350px;
    padding: 0px 20px;
    float: left;
    overflow: auto;
}
div#call-window .callinfo {
    height: 350px;
    width: 370px;
    float: left;
}
.callinfo h3 {
    margin-top: 2px;
    padding-top: 2px;
}
.cleaner {
    clear: both;
}


.notify {
    float: left;
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    background: #333333;
    border-radius: 12px;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}


.notify .flash {
    text-align: center;
    background: none;
    border-color: none;
    color: white;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    padding: 12px;
}

.notify .info {
    background-position: 10px 50%;
}

.notify .warning {
    background-position: 10px 50%;
}

div.floatwin {
    display: none;
    position: fixed;
    top:20px;
    width: 700px;
    padding: 15px;
    min-height: 200px;
    background: #CADEE6;
    border-radius: 15px;
    -moz-box-shadow: 0 0 30px 5px #999;
    -webkit-box-shadow: 0 0 30px 5px #999;
    box-shadow: 0 0 30px 
}

i {
    vertical-align: middle;
}

.half-size {
    float: left;
    width: 50%;
}


.linka-form label {
    font-weight: bold;
    vertical-align: middle;
}

.linka-form input[type='checkbox'] {
    margin-right: 10px;
    vertical-align: middle;
}


.linka-form li {
    list-style-type: none;
}

.linka-form ul {
    margin-left: 0px;
}

.tag {
    background-color: #86C5E4;
    padding: 5px;
    margin: 5px 0px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
}


.calltable table th {
    text-align: right;
}

.callForm textarea {
    width: 920px;
    min-height: 100px;
}

div.graph > div
{
    float: left;
    width: 440px;
    height: 300px;
}
div.timegraph > div
{
    float: left;
    width: 920px;
    height: 300px;
}

div.graph h4{
    text-align: center;
}

div.graph ul {
    list-style-type: none;
}


table.typorint  tr.sub  td {
    padding-left: 30px;
}

#printsection h2{
    text-align: center;
}

#hornynavbar{
    background-color: #86C5E4;
    /*background-image: linear-gradient(to bottom, #86C5E4, #AAD6EC, #86C5E4);*/
    background-image: none;
    border-color: #0469AD;
    border-bottom-width: 5px;
}

#hornynavbar a {
    color: #222;
}
#hornynavbar li a {
    /*font-size: 1.1em;*/
}
#hornynavbar  li.active a {
    color: #fff;
    background-color: #0469AD;
}

.optionChild {
    padding-left: 15px;
}

.optionGroup {
    font-weight: bold;
    font-style: italic;
}

.select2 {
    margin: 10px 5px;
}

.navbar .brand {
    padding: 10px 15px 10px;
}
