input[type="checkbox"], input[type="radio"]{
    position: relative;
    right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: #2980b9;
    animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
    color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}

ul.dropdown-menu{
    /* background-color:#34495e; */
}

ul.dropdown-menu a{
    /* color:white; */
}

@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}

/* INI - input radio/checkbox */
input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font~label,
input[type=checkbox].with-font~label {
    margin-bottom: 0px !important;
}

input[type=radio].with-font~label:before,
input[type=checkbox].with-font~label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 4px;
    font-size: 1.5em;
    color: #535353;
    /*width: 1.4em;*/
}

input[type=radio].with-font:checked~label:before,
input[type=checkbox].with-font:checked~label:before {
    content: "\f00c";
    font-size: 1.5em;
    color: #1E519D;
    letter-spacing: 5px;
}

input[type=checkbox].with-font~label:before {
    content: "\f096";
}

input[type=checkbox].with-font:checked~label:before {
    content: "\f046";
    color: #1E519D;
}

input[type=radio].with-font:focus~label:before,
input[type=checkbox].with-font:focus~label:before,
input[type=radio].with-font:focus~label,
input[type=checkbox].with-font:focus~label {
    color: #1E519D;
}
/* FIN - input radio/checkbox */

ul.menu li {
    cursor: pointer;
}

aside.main-sidebar li > ul {
    padding-left: 11%!important;
}

.tab-content {
    padding-top: 1%!important;
}

.easy-auto {
    width: 100% !important;
}

label.error {
    color: #FF0000;
    font-size: 12px;
    font-style: italic;
    padding-left: 3px;
}

input.error,
select.error,
.dropdown.bootstrap-select > .btn.dropdown-toggle.error {
    border-color: #FF0000!important;
}

textarea {
    resize: none;
}

.wizard > .content > .body label.error {
    margin-left: 0.2em;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 0.5em 0.5em;
}
