
.Dinamic_type {
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.iCheck-helper {
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: rgb(255, 255, 255);
}

input.check {
    position: absolute;
    opacity: 0;
}

input.input_error {
    border-color: #f68484;
}

input[datepicker] {
    min-width: 270px;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-green,
    .iradio_flat-green {
        background-image: url('../../plugins/strflat/icheck/flat/green@2x.png');
        background-size: 176px 22px;
    }
}

/* blue */
.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../../plugins/strflat/icheck/flat/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue {
    background-position: 0 0;
}

.icheckbox_flat-blue.checked {
    background-position: -22px 0;
}

.icheckbox_flat-blue.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-blue.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-blue {
    background-position: -88px 0;
}

.iradio_flat-blue.checked {
    background-position: -110px 0;
}

.iradio_flat-blue.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-blue.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-blue,
    .iradio_flat-blue {
        background-image: url('../../plugins/strflat/icheck/flat/blue@2x.png');
        background-size: 176px 22px;
    }
}

/*  DATA TABLES  */
table.data.table {
    position: relative;
    clear: both;
    *zoom: 1;
}

table.data.table .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

table.data.table .dataTables_length {
    float: left;
}

table.data.table .dataTables_filter {
    float: right;
    text-align: right;
}

table.data.table .dataTables_info {
    clear: both;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.data.table .dataTables_paginate {
    float: right;
    text-align: right;
}

table.data.table .sorting:before,
table.data.table .sorting_asc:before,
table.data.table .sorting_desc:before {
    font-family: 'fontawesome';
    src: url('fonts/fontawesome.eot');
    src: url('fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome.ttf') format('truetype'), url('fonts/fontawesome.woff') format('woff'), url('fonts/fontawesome.svg#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
    color: #ccc;
}

table.data.table .sorting:before {
    content: "\e6b9";
    margin-right: 7px;
}

table.data.table .sorting_asc:before {
    content: "\e6bb";
    margin-right: 7px;
}

table.data.table .sorting_desc:before {
    content: "\e6ba";
    margin-right: 7px;
}

table.data.table .dataTables_scroll {
    clear: both;
}

table.data.table .dataTables_scrollBody {
    margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

table.inner_table td {
    padding: 5px;
}

.form-control[validation], .form-control[unique] {
    border-color: rgb(80, 100, 115) /*#66afe9*/;
    outline: 0;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}

.form-control.validated[validation], input.validated[ref][validation] {
    border-color: #e7e7e2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.notvalidated, .form-control.validated[validation].notvalidated {
    border-color: rgba(230, 150, 30, 0.8);
    box-shadow: 0 1px 1px rgba(170, 150, 0, 0.075) inset, 0 0 2px rgba(230, 200, 133, 0.6);
    /*border-color: rgba(230, 150, 30, 0.8);
    color: white;*/
}

.form-control.notformated,
.form-control.validated.notformated,
input[ref].notformated,
input[ref].validated.notformated {
    border-color: #f68484;
    box-shadow: 0 1px 1px rgba(150, 0, 0, 0.075) inset, 0 0 2px rgba(192, 75, 133, 0.6);
    /*border-color: rgba(230, 150, 30, 0.8);
    color: white;*/
}

.form-control[validation].notvalidated:focus, input[ref][validation].notvalidated:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(150, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.file-upload {
    width: 200px;
    float: left;
    margin-right: 10px;
    background-color: #ffffff !important;
}

/*  ---- FORM CUSTOM TIPSY ------ */
form .notformated .format {
    display: block !important;
}

form .format, form .validated .error {
    display: none !important;
}

form .notvalidated .error {
    display: block !important;
}

.win_content .error, .win_content .format {
    /*width: 18px;
    position: absolute;
    margin-top: -9px;
    margin-left: -8px;
    z-index: 11;
    border: 0px solid #e7e7e2;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;*/
    width: 14px;
    position: absolute;
    margin-top: -7px;
    margin-left: -7px;
    z-index: 11;
    border: 0px solid #e7e7e2;
    border-radius: 50%;
    text-align: center;
    padding: 0px 0px 1px 0px;
    font-size: 9px;
}

.win_content .error:hover, .win_content .error.hovering {
    box-shadow: 0 4px 9px rgba(100, 0, 0, 0.3);
    /*box-shadow: 0px 0px 2px 1px rgba(200,100,100,0.5) inset,0px 0px 2px 1px rgba(200,100,100,0.7);*/
}

.format:hover, .format.hovering {
    box-shadow: 0 4px 9px rgba(100, 70, 10, 0.3);
    /*box-shadow: 0px 0px 2px 1px rgba(200,100,100,0.5) inset,0px 0px 2px 1px rgba(200,100,100,0.7);*/
}

tr[rec_] {
    -webkit-backface-visibility: visible; /* Chrome, Safari, Opera */
    backface-visibility: visible;
    -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    /*-webkit-transform: rotateX(0deg);//TODO we commented this for Chrome because pro
    transform: rotateX(0deg);*/
}

tr.flop[rec_] {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.tooltip_parent {
    /*position: absolute;*/
}

.popover {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d0d0c6;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(100, 0, 0, 0.2);
    white-space: normal;
}

.tooltip.popover {
    position: fixed;
    overflow: visible;
}

.tooltip.popover > .arrow{
    padding: 0;
    overflow: inherit;
}


.tooltip.popover .popover-content {
    min-width: 133px;
    min-height: 30px;
}

.tooltip {
    top: auto;
    left: auto;
}

.popover.right {
    top: -12px; /*top: -9px;*/
    left: 18px; /*left: 15px;*/
}

.popover .popover-content {
    padding: 8px 10px;
}

.win_content .error .br-warning, .win_content .format .br-warning {
    /*margin-top: -5px;*/
    /*margin-left: 1.5px;*/
}

.win_content .error {
    border-color: rgba(50, 80, 90, 0.3);
    background: rgba(80, 100, 115, 0.8);
    color: white;
}

.win_content .notvalidated .error {
    border-color: rgba(200, 120, 90, 0.3);
    background: rgba(230, 150, 30, 0.8);
    color: white;
}

.win_content .format {
    border-color: rgba(200, 0, 0, 0.3);
    background: rgba(230, 0, 0, 0.8);
    color: white;
}

.win_content .format .popover {
    border-color: rgba(200, 0, 0, 0.3);
    color: rgba(160, 20, 20, 0.5);
}

.win_content .format .popover.right > .arrow {
    border-right-color: rgba(200, 0, 0, 0.3);
}

.win_content .error .popover {
    border-color: rgba(200, 120, 90, 0.3);
    color: rgba(180, 100, 60, 0.5);
}

.win_content .format .popover.right > .arrow {
    border-right-color: rgba(200, 120, 90, 0.3);
}

.form_input-group-addon {
    padding: 0px;
    width: 6%;
    text-align: center;
}

.select2-drop {
    position: fixed;
}

span[role="status"][aria-live="polite"] {
    display: none;
}