.vm-table {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 3% 0
}

.vm-table:before {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #cdd7e1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px
}

@media only screen and (max-width:641px) {
    .vm-table:before {
        height: 120%;
        top: -10%
    }
}

.vm-table thead {
    border-bottom: 2px solid #cdd7e1
}

.vm-table tbody tr {
    border-bottom: 1px solid #cdd7e1
}

.vm-table tbody tr:last-child {
    border-bottom: 0
}

.vm-table td,
.vm-table th {
    padding: 5px 10px;
    text-align: left
}

select {
    font: 400 100% "Roboto", sans-serif;
    color: #6d6d6d;
    padding: 9px 20px;
    margin: 5px 0;
    border: 1px solid #c9d4df;
    border-radius: 6px;
    outline: 0
}

select.no_arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:not([type="file"]),
input:not([type="radio"]),
input:not([type="checkbox"]),
textarea {
    font: 400 100% "Roboto", sans-serif;
    color: #6d6d6d;
    padding: 9px 20px;
    margin: 5px 0;
    border: 1px solid #c9d4df;
    border-radius: 6px;
    outline: 0
}

input:not([type="file"]):focus,
input:not([type="radio"]):focus,
input:not([type="checkbox"]):focus,
textarea:focus {
    border-color: dodgerblue;
}

@media(max-width:767px) {
    select,
    input {
        max-width: 100%
    }
}

.checkbox:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.checkbox>input {
    display: none
}

.checkbox>label {
    width: calc(100% - 20px)
}

.checkbox>input:checked+label:after {
    content: '';
    position: absolute;
    display: block;
    border-style: solid;
    width: 12px;
    height: 12px;
    top: 0;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: dodgerblue;
    border-width: 0 0 1px 1px
}

.checkbox>input+label:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    border: 1px solid dodgerblue;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 2px
}

.vm-radio {
    position: relative;
    display: inline-block;
    width: 10%;
    border: 2px solid dodgerblue;
    border-radius: 50%
}

.vm-radio .wrap {
    position: relative;
    padding-bottom: 100%;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vm-radio input {
    display: none
}

.vm-radio input:checked+label:before {
    content: '';
    position: absolute;
    width: 50%;
    background-color: #3e3e3e;
    height: 50%;
    left: 25%;
    top: 25%;
    border-radius: 50%
}

.vm-radio .wrap .wrap_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-left: 0;
    margin-bottom: auto
}

.button,
.button:focus {
    display: inline-block;
    background-color: dodgerblue;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 10px;
    height: 30px;
    font-size: 11px !important;
    text-transform: uppercase !important;
    margin-left: 1px
}

.button::before {
    content: '';
    display: inline-block;
    height: 32px;
    vertical-align: middle
}

.button:hover {
    background-color: dodgerblue;
    text-decoration: none;
    color: #fff
}

.button.deactivate,
.button.disabled {
    background-color: #a9a9a9
}

.button.cancel {
    background: transparent;
    color: dodgerblue !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400
}

.button.cancel:hover {
    background: dodgerblue;
    color: #fff !important
}

.button.deactivate:hover {
    background-color: #bba0a0
}

label {
    font-weight: normal
}

.btn {
    border-radius: 3px;
    font-weight: 400;
    text-decoration: none;
    min-width: 20px;
    letter-spacing: 1px;
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
    font-size: 11px !important;
    text-transform: uppercase !important
}

.btn-primary,
.btn-primary:visited {
    color: #fff;
    background-color: #fab000;
    border-color: dodgerblue;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.btn-primary .badge {
    color: dodgerblue;
    background-color: #fff
}

.btn-default,
.btn-default:visited {
    color: dodgerblue;
    background-color: #fff;
    border-color: dodgerblue;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    color: dodgerblue;
    background-color: #fff;
    border-color: dodgerblue;
}

.btn-default .badge {
    color: #fff;
    background-color: dodgerblue;
}

.btn-success,
.btn-success:visited {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.btn-success .badge {
    color: dodgerblue;
    background-color: #fff
}

.btn-info,
.btn-info:visited {
    color: #fff;
    background-color: #a9a9a9;
    border-color: #a9a9a9
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #999;
    border-color: #a9a9a9
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #a9a9a9;
    border-color: #a9a9a9
}

.btn-info .badge {
    color: #a9a9a9;
    background-color: #fff
}

.btn-more,
.btn-more:visited {
    color: #3b4952;
    background-color: #edf1f1;
    border-color: #d1dbdb
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
    color: #3b4952;
    background-color: #d1dbdb;
    border-color: #d1dbdb
}

.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
    background-image: none
}

.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn-more,
.btn-more.disabled:hover,
.btn-more[disabled]:hover,
fieldset[disabled] .btn-more:hover,
.btn-more.disabled:focus,
.btn-more[disabled]:focus,
fieldset[disabled] .btn-more:focus,
.btn-more.disabled:active,
.btn-more[disabled]:active,
fieldset[disabled] .btn-more:active,
.btn-more.disabled.active,
.btn-more[disabled].active,
fieldset[disabled] .btn-more.active {
    background-color: #edf1f1;
    border-color: #d1dbdb
}

.btn-more .badge {
    color: #edf1f1;
    background-color: #3b4952
}

.btn-link,
.btn-link:visited {
    color: dodgerblue;
}

.btn-link:hover,
.btn-link:focus {
    color: dodgerblue;
    text-decoration: underline;
    background-color: transparent
}

.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus {
    color: #a9a9a9;
    text-decoration: none
}

.btn-warning:visited {
    color: #fff
}

.btn-warning:visited {
    color: #fff
}

.btn-danger:visited {
    color: #fff
}

.form-control:focus {
    border-color: dodgerblue;
    outline: 0;
    box-shadow: none
}

.alert.checkbox:before {
    display: none
}

.alert.checkbox {
    padding-top: 15px
}

.form-horizontal .control-text {
    padding-top: 7px
}

@media only screen and (min-width:992px) {
    select.form-control {
        margin: 0
    }
    input.form-control {
        margin: 0
    }
}

.alert-success {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.alert-info {
    color: #3b4952;
    background-color: #d1dbdb;
    border-color: #edf1f1
}

.input_error {
    border-color: #a94442 !important
}

.input_error_help {
    display: block;
    color: #a94442 !important;
    font-size: 14px
}

button.icon:focus {
    outline: 0
}