/*Clear standout */
.ada_clear_standout{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0px;
    display: block;
    z-index: 100;
    margin: 0px auto;
    text-align: center;
	width: 450px;
}
body.admin-bar .ada_clear_standout{
    top: 29px;
}
.last_sync_body{
    padding: 10px 70px;
    background: #000;
    color: #FFF;
    display: table;
    margin: 0px auto;
}
.ada_relative{
    position: relative;
}
.ada_report_form label{
    font-weight: bold;
}
.p20{
    padding: 20px;
}
.ada_field {
    margin-bottom: 16px;
}
.ada_field input,
.ada_field select{
    width: 100%;
}
.float_left{ float: left; }
.block_half, .block_third, .block_full{
    display: block;
}
.block_full{
    width: 99%;
}
.block_half{
    width: 49%;
    margin-right: 1%;
}
.block_third{
    width: 32.33%;
    margin-right: 1%;
}

em.error {
    clear: both;
    color: #f00;
    display: block;
    font-size: 12px;
    margin: 5px 0 0 125px;
}

.form-loader{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 1;
}

/* S E L E C T 2 */
.ada_report_devices_field .select2-selection__rendered{
    margin: 0px;
}
.select2-container--default .select2-selection--multiple{
    color: #666;
    padding: 8px .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
    /*
        L O A D E R
    */
.form-loader .sync_status{
    position: absolute;
    top: 34%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
.form-loader .sync_status_text{
    top: 46%;
    font-size: 14px;
}
.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/*-=-=-=-=-=-Loader=-=-=-=-=-=*/