body {
    background: url('../images/bg.jpg');
    box-sizing: border-box;
    font-size:13px;
    font-family:'Roboto',sans-serif;
}

.container {
    background: #fff;
}

.navbar{
    border-radius : 0px;
    margin-bottom : 0px;
}

#notif-dialog{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:9999;
}

#body {
    padding-bottom: 150px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

i.animate-rotate {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.page-title{
    position: relative;
    height: 60px;
    padding: 17px 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-top : none;
    z-index: 3;
}

.page-title h3 {
    margin : 0px 0px 0px -15px;
    font-weight: bold;
    font-size : 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.page-title.affix{
    position:fixed;
    top:0;
}

.label{
    display: block;
    padding : 8px 10px;
    font-size: 12px;
    font-weight: normal;
}

.table tbody>tr>td{
    vertical-align: middle;
}

.table thead>tr>th{
    vertical-align: middle;
}

.btn-group-filters {
    display: inline-block;
}

.radio-inline input {
    position: relative;
    top: 5px;
}

.chosen-container.chosen-container-single a{
    height: 30px;
    padding-top: 2px;
}

form h4{
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.required:after {
    position: relative;
    content: "*";
    margin-left: -5px;
    color: red;
    left: 8px;
    font-size: 13px;
}

.preview-wrapper{
    width: 200px;
    height: 175px;
    line-height: 115px;
    display: inline-flex;
}
.preview{
    width: 200px;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.contacts{
    padding: 0px 20px 10px;
    border: 1px solid #ddd;
    margin-bottom : 25px;
    height: 105px;
}















/* Sign in | Register */
#signin{
    margin-bottom : 40px;
}
#signin .page-header{
    margin-bottom: 40px
}
#signin > div:first-child{
    padding-top:70px
}

@media only screen and (max-width: 992px) {
    div.page-title.affix{ width: 100% }
    .btn-group-filters { margin-top : 10px }
}

@media only screen and (min-width: 992px) {
    #signin div.panel-body{
        padding: 15px 80px;
    }
    #signin div.panel-primary{
        max-width: 600px;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 768px){
    #signin div.panel-body{
        padding: 15px 50px;
    }
}