body {
    min-width: unset !important;
}

input[type="text"].short, input[type="password"].short, select.short {
    width: 200px;
}

input[type="text"].micro, input[type="password"].micro, select.micro {
    width: 40px;
}

input[type="text"].small, input[type="password"].small, select.small {
    width: 80px;
}

input[type="text"].small2, input[type="password"].small2, select.small2 {
    width: 150px;
}

input[type="text"].small3, input[type="password"].small3, select.small3 {
    width: 100px;
}

input[type="text"].small4, input[type="password"].small4, select.small4 {
    width: 120px;
}

input[type="text"].small2fst, input[type="password"].small2fst, select.small2fst {
    width: 149px;
    padding-right: 0px;
}

input[type="text"].small2nxt, input[type="password"].small2nxt, select.small2nxt {
    width: 150px;
    padding-left: 0px;
    border-left: 0px;
}

input[type="text"].loading {
    background: url("/images/loader_small_f3.gif") right center no-repeat #f3f3f3;
}

#entrance_list span label {
    margin-left: 5px;
}

.entrance_inline div {
    display: inline-block;
}

.agent_select, .task_date {
    /*display: none;*/
}

.user_select {
    margin-top: 10px;
}

.task_date {
    margin-top: 20px;
    margin-bottom: 15px !important;
}

#entrance {
    display: none;
}

#entrance_list .label_all {
    width: 90px !important;
    margin-left: 5px;
}

.task_date label, .checkbox_label {
    width: 30px !important;
    margin-left: 5px;
}

.task_date .date_from {
    margin-right: 10px;
}

.entrance_label {
    margin-left: 10px;
    width: 30px !important;
}

.task_date input {
    width: 150px;
}

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

.pvt_check .font-bold {
    font-weight: 600;
}

.form-control {
    height: 32px !important;
    display: inline-block !important;
    max-width: 300px !important;
    padding: 3px 4px !important;
}

textarea.form-control {
    height: auto !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

h3 {
    font-size: 24px !important;
    font-weight: normal !important;
}

.btn {
    /*
    margin-top: 5px;
    margin-bottom: 5px;
    */
    text-decoration: none !important;
}

nav a {
    font-size: 14px !important;
}

.radio label {
    width: auto !important;
    font-size: 14px !important;
}

.navbar {
    margin-bottom: 10px !important;
    border-radius: 0 0 4px 4px !important;
    border-top: none !important;
}

.navbar-brand {
    padding: 2px 15px !important;
}

.navbar-brand > img {
    height: 46px !important;
}

.btn-group {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.navbar-nav .dropdown-menu {
    list-style-type: none !important;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

p.notes {
    font-size: 12px !important;
    color: #000000 !important;
}

span.notes {
    font-size: 12px !important;
    color: #ff0000 !important;
    font-weight: normal !important;
}

form div {
    vertical-align: middle;
}

.header div.lkd {
    float: right;
    text-align: center;
    padding-top: 21px;
    padding-right: 28px;
    font-family: Arial;
    font-size: 28px;
    color: #92c848;
}

tr.pointer {
    cursor: pointer;
}

div.card {
    font-size: 12px;
    color: #000000;
}

.card div.left {
    float: left;
    width: 50%;
    display: inline-block;
}

.card div.right {
    float: left;
    width: 50%;
    display: inline-block;
}

.hideElement {
    display: none !important;
}

#user_task_group .radio, #taskform-users_task .radio {
    display: inline;
    margin-left: 10px;
}

.table_scroll {
    overflow: auto;
    overflow-y: hidden;

}

.table_scroll .table {
    width: 2000px !important;
}

.multi_input {
    margin-bottom: 10px;
}

/*
 * Calculator styles
 */

.cl-service-insurance {
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 45%;*/
    width: 100%;
    /*margin: 10px 2%;*/
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    text-align: left;
}

.cl-service-install {
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 45%;*/
    width: 100%;
    /*margin: 10px 2%;*/
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    text-align: left;
}

.list-view-column-1 {
    width: 30%;
}

.list-view-column-2 {
    width: 70%;
}

.login {
    padding-left: 20px;
}

.login .content {
    width: unset !important;
    margin: 20px 0;
    float: none !important;
}

.login .footer, .login .header {
    border-left: 0 !important;
    width: unset !important;
}

.footer {
    width: unset !important
}
.header{
    border: none !important;
}

.table input[type="text"] {
    width: 100% !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: grey;
    color: white;
    cursor: pointer;
    padding: 8px 10px 5px 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.list-view-table label{
    width: 100% !important;
}
.list-view-table form{
    border: 1px solid #ccc;
    padding: 10px;
}
.duplication{
    display: none;
}

#infptvreload {
    vertical-align: top !important;
}

.user-permissions .select2{
    display: inline-block;
    width: 300px !important;
}

@media (max-width: 540px) {
    .list-view-table {
        display: block;
    }

    .grid-view-table {
        display: none;
    }

    .container {
        max-width: 570px;
    }
}

@media (min-width: 540px) {
    .list-view-table {
        display: none;
    }

    .grid-view-table {
        display: block;
    }
}
