﻿body {
    padding-top: 70px;
    padding-bottom: 20px
}

/*.body-content {
    padding-left: 15px;
    padding-right: 15px
}*/

input, select, textarea {
    max-width: 280px
}

.navbar #navbar-brand {
    height: 40px;
/*    margin-top: 5px;
    margin-left: 5px*/
}

.container.body-content hr {
    border-color: #c7c7c7
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

.tlt-table-nofullwidth {
    width: auto !important
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 14px;
        margin-right: -10px
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px
        }

#table_length {
    float: left
}

#table_info {
    float: right
}

#table_paginate {
    text-align: center
}

i.fa, span.fa-stack {
    width: 100%;
    text-align: center;
    display: inline-block
}

.content-right {
    text-align: right
}

.ui-autocomplete {
    height: 200px !important;
    overflow-y: scroll !important
}

.blur {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2.5')
}

.blur-1 {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1')
}

.blur-lg {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3')
}

input.ui-autocomplete-loading {
    background: url('spin.gif') no-repeat right center
}

.nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.8;
    z-index: 200000
}

.sk-fading-circle {
    margin: 35% 45% !important;
    width: 100px !important;
    height: 100px !important;
    position: absolute !important;
    z-index: 111111111 !important
}

.jumbotron div ul, .jumbotron div ul li {
    width: auto;
    margin: auto;
    list-style-type: none
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    line-height: 15px !important;
    text-indent: 0px !important
}

.icon-grey {
    color: #aaaaaa
}

.fa.fa-toggle-on {
    color: #5cb85c;
    cursor: pointer
}

    .fa.fa-toggle-on.fa-flip-horizontal {
        color: red
    }


    .form-check-label{
        font-weight:normal;
    }

.bs-searchbox .form-control{
    max-width:100%;
}

.dt-button-collection {
    max-height: 400px;
    overflow-y: scroll !important;
}