@import url("../external/jquery-ui.min.css");
@import url("../../font/iconfont/style.css");
@import url("header.css");
@import url("footer.css");
@import url("../external/qtip2/jquery.qtip.min.css");

body {
    height:100%;
}

.fadeOutback {
    animation: fadeOutBack 0.3s ease-out 1 normal forwards;
}

.fadeInForward-1,.fadeInForward-2,.fadeInForward-3 {
    opacity: 0;
    transform: translateZ(-5em) scale(0.75);
    animation: fadeInForward .5s cubic-bezier(.03, .93, .43, .77) .4s normal forwards;
}

.fadeInForward-2 {
    animation-delay: .55s;
}

.fadeInForward-3 {
    animation-delay: .7s;
}

@keyframes fadeOutBack {
    0%{
        transform: translateX(-2em) scale(1);
        opacity: 1;
    }
    70% {
        transform: translateZ(-5em) scale(0 .6);
        opacity: 0.5;
    }
    95% {
        transform: translateZ(-5em) scale(0.6);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(-5em)scale(0);
        opacity: 0;
    }
}
@keyframes fadeInForward {
    0%{
        transform: translateZ(-5em) scale(0);
        opacity: 0;
    }
    100%  {
        transform: translateZ(0)scale(1);
        opacity: 1;
    }
}
@media screen and (min-width: 64em) {
    @keyframes fadeInForward {
        80%{  opacity: 0.9;  }
        100% {
            transform: translateZ(0)scale(1)translateX(-2em);
            opacity: 1;
        }
    }
}
body {
    padding: 0px;
}

#content {
    margin-top: 55px;
    margin-bottom: 20px;
    overflow-y: auto;
}

.xpopover-content {
    display: none
}
/*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    top: 60px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(60, 59, 61, 0.61);
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #939598;
}*/

.popover .btn {
    margin: 5px;
}

@media ( min-width :320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    #content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media ( min-width :481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media ( min-width :641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media ( min-width :770px) {
    #content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media ( min-width :961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media ( min-width :1281px) {
    /* big landscape tablets, laptops, and desktops */
    #content {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media ( min-width :1367px) {
    /* hi-res laptops and desktops */
    #content {
        padding-left: 70px;
        padding-right: 70px;
        margin: 0 auto;
        margin-top: 55px;
        margin-bottom: 20px;
    }
}

.win-ui-dark .popover,.win-ui-dark .popover p,.win-commandlayout .popover label {
    color: #555;
}

.win-commandlayout .popover p {
    font-size: 12px
}

div.xfraud-modal div.modal-body {
    top: 52px
}

.title {
    border-bottom: 1px solid #D1d3d4;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
}

select, input {
    min-width: 20px;
}

button.btn, input[type="submit"].btn, input[type="reset"].btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* filter: none; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-widget-header .ui-icon {
    background-image: url("../../images/base/ui-icons_222222_256x240.png");
}

input[hidden]{
    display: none;
}
.ui-tooltip, .xTooltip {
    background: rgba(0, 0, 0, 0.75)!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    color: #FFF!important;
    padding: 3px!important;
    margin:0!important;
    font-size: 13px!important;
    line-height: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    min-width: 50px;
    /*max-width: 121px;*/
}
.newXTooltip{
    background: rgba(0, 0, 0, 0.75)!important;
    box-shadow: none!important;
    border-radius: 0!important;
    color: #FFF!important;
    padding: 3px!important;
    margin:0!important;
    font-size: 13px!important;
    line-height: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    min-width: 50px;
}
.newXTooltip .qtip-tip canvas {
    color: #123456!important;
    opacity: 0.75;
}

.xTooltip .qtip-content{
    white-space: pre-line;
    line-height: 13px;
    /* word-wrap: normal;  AVOID TRIMMED TOOLTIP TEXT*/
    padding:2px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
    min-height: 17px;
    overflow-y:auto;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.xTooltip .qtip-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #eee;
}
.ui-tooltip  ul, .xTooltip ul{
    margin: 0 0 0 20px;
    list-style-type: square;
}
.ui-tooltip-content, .xTooltip{
    /*white-space: nowrap;*/
}
.xTooltip > .qtip-tip{
    display: none!important;
}
/*
.xTooltip.withTip > .qtip-tip:after{
    display: block;
    left: 0px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 7px solid rgba(0, 0, 0, 0.75);
}
*/
.ui-tooltip.withTip::after, .xTooltip.withTip::after{
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 7px solid rgba(0, 0, 0, 0.75);
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 0;
    margin-left: 20px
}

/* Use this class to center arrow depending on tooltip's width */
/*.xTooltip.withTip.centeredTip::after {
    margin-left: 45%;
    margin-right: 45%;
    TODO  centrare orizzontalmente
}*/

.xTooltip.withTip.qtip-pos-tl{
    margin-top:-20px!important;
}
.xTooltip.withTip.qtip-pos-tl::after{
    bottom: inherit;
    top: -7px;
    border-top:none;
    border-bottom: 7px solid rgba(0, 0, 0, 0.75);
}

.xTooltip.noTip::after{
    display:none!important
}
ul.tooltip-list{
    margin: 0 20px;
    list-style-type: square;
}

.xTooltip-big{
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    padding: 1px!important;
    max-width: 400px!important;
}
.xTooltip-big .qtip-title{
    font-weight: 100;
    font-size: 16px;
}
.xTooltip-big ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.xTooltip-big ul > li{
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 19px;
    border-bottom: 1px dotted #DDD;
    display: block;
    padding: 5px 0 2px;
}
.xTooltip-big ul > li:last-child{
    border-bottom: 0;
}
.xTooltip-big ul > li span{
    display: inline-block;
}
.xTooltip-big ul > li span.list-key{
    float: left;
    margin-right: 20px;
}
.xTooltip-big ul > li span.list-val{
    float: right;
    padding: 1px 5px;
    font-weight: 600;
    color: #FFF;
    text-align: right;
    font-size: 15px;
}
.text-uppercase{
    text-transform: uppercase;
}
.relative{
    position:relative;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    body{
        /*Fix body height to 100%*/
        display: flex;
    }
    #content{
        width: 100%;
    }
    body.login-view{
        display: initial;
    }
}

footer .icon-with-circle >i{
    border: 2px solid #fff;
    border-radius: 19px;
    box-sizing: border-box;
    width: 30px!important;
    height: 30px!important;
    font-size: 20px!important;
    line-height: 27px!important;
    margin-left: 2px!important;
}