﻿
.blue {
    color: #007cba;
}

.orange {
    color: orange;
}

.uppercase {
    text-transform: uppercase;
}

.light-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.left-bordered {
    border-left: 1px dashed #394655;
}

.bottom-bordered {
    border-bottom: 1px dashed #394655;
}

.pointer {
    cursor: pointer;
}

.btn {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.input-group {
    margin-bottom: 10px;
}

.vertical-resize-only {
    resize: vertical;
}

.uppercase {
    text-transform: uppercase;
}

.debug {
    border: 1px solid red;
}

    .debug * {
        border: 1px solid red;
    }

.vcenter-xs {
    display: block;
}

@media (min-width: 767px) {
    .vcenter-sm {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 991px) {
    .vcenter-md {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1199px) {
    .vcenter-lg {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.form-control-borderless {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    background: transparent;
}

.alert-small {
    padding: 6px;
}

.panel-fixed .panel-body {
    max-height: 350px;
    overflow-y: scroll;
}

.panel-clickable:hover {
    cursor: pointer;
}

.bottom-border {
    border-bottom: 2px solid #e3e3e3;
}

ol, ul {
    padding-left: 20px;
}

    ol > li > ol,
    ol > li > ul,
    ul > li > ol,
    ul > li > ul {
        padding-left: 20px;
    }

.no-data {
    padding: 5px;
    color: orange;
    font-weight: bold;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.thumbnail-noborder {
    border: none;
}

.thumbnail-banner {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

    .thumbnail-banner > img {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .thumbnail-banner:hover > img {
        -webkit-box-shadow: 0 0 5px 0 #007cba;
        box-shadow: 0 0 5px 0 #007cba;
    }


.btn-search {
    /*background-image: linear-gradient(to right bottom, #2F80BA 45%, #34CCCF 72%);*/
    background: #2f80ba;
    background: -moz-linear-gradient(-45deg, #2f80ba 0%, #34cccf 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2f80ba), color-stop(100%,#34cccf));
    background: -webkit-linear-gradient(-45deg, #2f80ba 0%,#34cccf 100%);
    background: -o-linear-gradient(-45deg, #2f80ba 0%,#34cccf 100%);
    background: -ms-linear-gradient(-45deg, #2f80ba 0%,#34cccf 100%);
    background: linear-gradient(135deg, #2f80ba 0%,#34cccf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f80ba', endColorstr='#34cccf',GradientType=1 );
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 0 8px 6px -6px #939393;
    box-shadow: 0 8px 6px -6px #939393;
}

.float-right {
    float: right;
}

.alert-big p {
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
}

.iniziale {
    padding-left: 10px;
}

.spacer {
    display:block;
    height:20px;
    clear:both;
}

/*FIX FOR TOOLTIP*/
.tooltip-inner {
    white-space: pre-wrap;
}