﻿/*24/01/2022*/
a i {
    color: #059dff;
}

.ico16 {
    width: 16px;
    height: 16px;
}

.input-sm {
    height: 28px;
}

/**************START PANEL**************/
.x_panel .x_title h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0px;
}

    .x_panel .x_title h2 small {
        font-size: 80%;
    }

/*.x_panel .x_title div{
    padding-left: 0px;
}*/
/**************END PANEL**************/

/************START SORTING TABLE************/
.stTable > thead > tr > th.stSortable:hover {
    cursor: pointer;
}

.stTable > thead > tr > th.stSortable {
    position: relative;
}

    .stTable > thead > tr > th.stSortable:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        content: "\f160";
        color: #000;
        opacity: 0.4;
        font-size: 11px;
        padding-right: 0.4em;
        position: absolute;
        top: 9px;
        right: 0;
    }

.stTable > thead > tr > th.stSortedAsc:before {
    /*content: "\f160";*/
    opacity: 1;
}

.stTable > thead > tr > th.stSortedDesc:before {
    content: "\f161";
    opacity: 1;
}
/************END SORTING TABLE************/

/************START TABLE************/
.stTable > tbody > tr > td.oneLine, .stTable > thead > tr > th.oneLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/************END TABLE************/

/************START BUTTON*************/
.btn-primary.custom {
    background-color: #ffffff;
    border-color: #059dff;
    border-radius: 0;
    color: #059dff;
    font-size: 12px;
    font-weight: 600;
    moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.btn-primary.custom {
    background-color: transparent;
}

    .btn-primary.custom:hover {
        background-color: #059dff;
        border-color: #fff;
        border-radius: 0;
        color: #fff;
        font-weight: 600;
    }

.btn-sm {
    padding: 4px 12px;
}
/************END BUTTON*************/

/************START UTILITY************/
.m-t-0 {
    margin-top: 0px;
}

.m-t-3 {
    margin-top: 3px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-7 {
    margin-top: 7px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-3 {
    margin-bottom: 3px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-7 {
    margin-bottom: 7px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-3 {
    margin-left: 3px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-7 {
    margin-left: 7px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-80 {
    margin-left: 80px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-r-3 {
    margin-right: 3px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-7 {
    margin-right: 7px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-80 {
    margin-right: 80px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-3 {
    padding-top: 3px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-7 {
    padding-top: 7px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-3 {
    padding-bottom: 3px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-7 {
    padding-bottom: 7px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-3 {
    padding-left: 3px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-3 {
    padding-right: 3px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-80 {
    padding-right: 80px;
}
/************END UTILITY************/

/*****start table stIncidents****/
.stIncidents.x_panel .x_title h2 {
    /*border-bottom: 1px solid #c6c5c5;*/
    color: #777777;
    margin-bottom: 15px;
    padding-bottom: 2px;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.stIncidents.x_panel .x_title {
    border-bottom: 1px solid #c6c5c5;
}

    .stIncidents.x_panel .x_title h2 small {
        text-transform: lowercase;
    }

.stIncidents.x_panel {
    margin-top: 13px;
}

/*****end table stIncidents****/

/***********START SELECT2************/
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #ccc;
}

.stIncidents .select2-container--default .select2-selection--single {
    border: 1px solid #059dff;
}

.stIncidents .select2-dropdown {
    border: 1px solid #059dff;
}

.stIncidents .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #059dff;
}

.stIncidents .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #059dff;
}

.stIncidents .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #059dff transparent transparent transparent;
}

.stIncidents .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #059dff transparent;
}

.stIncidents .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #059dff;
    font-size: 11px;
    font-weight: 600;
}

.stIncidents .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #059dff;
    color: white;
}

.stIncidents .select2-container--default .select2-selection--single {
    border-radius: 0px;
}


.smallSelect .select2-container--default .select2-selection--single {
    border: 1px solid #000;
}

.smallSelect .select2-dropdown {
    border: 1px solid #000;
}

.smallSelect .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #000;
}

.smallSelect .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000;
}

.smallSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    margin-left: -8px;
    margin-top: -4px;
}

.smallSelect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}

.smallSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.smallSelect .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: white;
}

.smallSelect .select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.smallSelect .select2-container .select2-selection--single {
    height: 24px;
}

.smallSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    padding-left: 14px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 0px;
    border: 1px solid #ccc;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 4px;
        margin-bottom: 0px;
        font-size: 11px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice span {
            font-size: 11px;
        }

.select2-container .select2-selection--multiple {
    min-height: 28px;
}

.select2-container .select2-search--inline {
    margin-bottom: 0px;
}

    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 3px;
    }
/***********END SELECT2************/

/***********START PAGINATION**************/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #059dff;
    border-color: #059dff;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
}

/***********END PAGINATION**************/

/**********START GENERIC INPUT**************/
input.custom {
    border-radius: 0px;
}

input[type="text"].error {
    border: 1px solid red;
}

textarea.error {
    border: 1px solid red;
}
/**********END GENERIC INPUT**************/

/*********START DATETIMEPICKER************/
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #059dff;
}
/*********END DATETIMEPICKER************/

/**********START EXPANDABLE CARDS************/
.l-toolbar {
    background: white;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.l-main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

    .l-main:before {
        content: " ";
        position: absolute;
        z-index: 1000;
        height: 6px;
        width: 100%;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
    }

.l-demo {
    max-width: 1450px;
    margin: 0 auto;
    padding: 8px;
    min-height: 500px;
}

.c-expand-list__section-heading {
    color: #555;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding: 32px 16px 16px 32px;
}

.c-expand-list__item {
    background: white;
    color: #555;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
    margin: 1px 16px 0 16px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
}

.c-expand-list__item-top {
    cursor: pointer;
}

    .c-expand-list__item-top.selected {
        cursor: pointer;
        background-color: #77CBFF;
    }

.c-expand-list__item.c-expand-list__item--open {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
    color: #156274;
    background: #f4f9fb;
    margin: 24px 0;
    padding: 0 0 0 0;
    border-radius: 3px;
}

.c-expand-list__item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-expand-list__item--open .c-expand-list__item-top .status,
.c-expand-list__item--open .c-expand-list__item-top .dateMessage,
.c-expand-list__item--open .c-expand-list__item-top .dateReply,
.c-expand-list__item--open .c-expand-list__item-top .problem {
    /*border-color:#059dff;*/
}

.c-expand-list__item-top .status {
    width: 10%;
    padding: 12px 5px 12px 5px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}

.c-expand-list__item-top .dateMessage {
    width: 45%;
    padding: 12px 5px 12px 5px;
    border-right: 1px solid #e5e5e5;
}

.c-expand-list__item-top .dateReply {
    width: 45%;
    padding: 12px 5px 12px 5px;
    border-right: 1px solid #e5e5e5;
}

.c-expand-list__item-top .problem {
    width: 33%;
    padding: 12px 5px 12px 5px;
    border-right: 1px solid #e5e5e5;
}

.c-expand-list__item-top .solution {
    width: 33%;
    padding: 12px 5px 12px 5px;
}

.c-expand-list__item-top .oneLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-expand-list__item-panel {
    border-top: 1px solid #059dff;
    background: white;
}

.c-expand-list {
    max-height: 500px;
    overflow-y: auto;
    padding-bottom: 10px;
}

.c-panel {
    display: inline-block;
    background: white;
    border-radius: 3px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.c-panel__heading {
    text-align: left;
    margin: 0px;
    padding: 12px 0 8px 16px;
    border-radius: 3px 3px 0 0;
    font-size: 18px;
    background: #f4f9fb;
    border-bottom: 1px solid #ddeef2;
    color: #187084;
    text-transform: uppercase;
    font-weight: normal;
}

.c-panel__section-heading {
    margin: 0px;
    padding: 0 0 8px 0;
    font-size: 15px;
    color: #059dff;
    font-weight: normal;
    text-align: left;
}

.c-panel__section {
    padding: 12px 16px;
}

.c-panel__text {
    margin: 0;
    padding: 0 0 1em 0;
    color: #555;
    font-size: 13px;
}


/**********END EXPANDABLE CARDS************/

/**********START TEXTAREA*********/
.customTextArea {
    width: 100%;
    min-height: 500px;
    border: 1px solid #ccc;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
    padding:8px;
}

.customTextAreaNewCall {
    min-height: 150px;
    box-shadow: none;
}

.textAreaContainer:hover .iconFullScreen {
    opacity: 1;
}

.iconFullScreen {
    opacity: 0;
    transition: opacity 0.5s linear;
    position: absolute;
    top: 3px;
    right: 20px;
}

    .iconFullScreen i {
        color: #000;
        opacity: 0.5;
        font-size: 12px;
    }

.editor-open {
    overflow: hidden;
}

.textAreaContainer.opened {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    background-color:#ffffff;
}

.textAreaContainer.closed {
    position: relative;
}


.textAreaContainer.opened .iconFullScreen {
    top: 3px;
    right: 20px;
}

.textAreaContainer.opened .customTextArea {
    height: 100%;
}

/**********START TEXTAREA*********/

.dz-default.dz-message {
    display: none;
}

.dropzone {
    height: 100px;
    border-width: 2px;
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 100px;
    text-align: center;
}

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

    .dropzone .inner {
        color: #222;
        border-color: #222;
    }
/************************************inizio gestione dropzone new call***********************************************/
#mailDropZone {
    min-height: 40px;
    padding: 6px;
    height: 50px;
    line-height: 0;
}

#NewCallDropZone.dropzone {
    height: 50px;
    line-height: 44px;
}

#NewFtpFileDropZone.ftpdropzone {
    height: 250px;
    line-height: 44px;
}

    #NewFtpFileDropZone.ftpdropzone .inner {
        padding-top: 90px;
    }



#NewFtpFileDropZone.ftpdropzone {
    border-width: 2px;
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 100px;
    text-align: center;
}

    #NewFtpFileDropZone.ftpdropzone.dz-drag-hover {
        border-style: solid;
    }

    #NewFtpFileDropZone.ftpdropzone .inner {
        color: #222;
        border-color: #222;
    }

.uploadAttachmentsNewCall {
    margin-top: 15px;
}

    .uploadAttachmentsNewCall .alert-warning {
        background-color: #f0ad4e;
        border-color: #eea236;
        color: #fff;
    }

#previewsAttachmentsNewCall .alert {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 30px;
}
/************************************fine gestione dropzone new call***********************************************/

/****************************************************inizio gestione spinner****************************************************/
.spinner {
    /*margin: 100px auto 0;*/
    width: 70px;
    /*text-align: center;*/
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .spinner:before {
        content: '';
        display: block;
        position: fixed;
        z-index: 1800;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
    }

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: rgba(60,141,188,1);
        z-index: 1900;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/****************************************************fine gestione spinner****************************************************/

/**********start loading spinner***************/
.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #059dff;
    font-size: 7px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
/**********end loading spinner***************/


/*team page */

.memberImage {
    height: 157px;
    border: 1px solid #f4f4f4;
    padding: 3px;
}

    .memberImage img {
        width: 100px;
    }

.teamDetailList {
    padding-top: 0px;
}


/*Document list*/
table.dataTable thead th, table.dataTable thead td {
    padding: 0px !important;
    border-bottom: none !important;
    background-color: #fff;
}
/**********end loading spinner***************/

/**********start file and directories list*************/
img.folderIcon, img.fileIcon {
    width: 20px;
    margin-right: 0.5em;
}

img.upLevel {
    width: 30px;
}

.originPath {
    margin-bottom: 10px;
    color: #cecece;
    font-size: 12px;
    margin-top: 5px;
}

/**********start file and directories list*************/

/**********start tag*************/
#tagsContainer .tag {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}

    #tagsContainer .tag.active {
        color: #059dff;
    }

#tagsContainer .tag {
    cursor: pointer;
}
/**********end tag*************/



/*team page */

.memberImage {
    height: 157px;
    border: 1px solid #f4f4f4;
    padding: 3px;
}

    .memberImage img {
        width: 100px;
    }

.teamDetailList {
    padding-top: 0px;
}

/*distributors list */
.memberImageDistributors {
    height: 140px;
    display: inline-block;
    /*float: left;*/
    padding-top: 2px;
    /*border: 1px solid #bdb6b6;*/
    padding: 0.5em;
    width:235px;
    text-align:center;
    position:relative;
}

    .memberImageDistributors img {
        /*  width: 100px; */
        max-height: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
    }

/*Document list*/
table.dataTable thead th, table.dataTable thead td {
    padding: 0px !important;
    border-bottom: none !important;
    background-color: #fff;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #ddd;
    background: none !important;
    background-color: #09f !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    font-weight: normal;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #09f !important;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #ddd !important;
    border: 1px solid #ddd !important;
}

.paginate_button.previous .paginate_button.next {
    border: none !important;
}

/* PARTNERS */
.partnerImage img {
    max-width:320px;
    max-height: 150px;
}

/**/
.poplar-blog-img.clearfix span img {
    max-width: 80px;
}
    
/*Reserved area */

.ShowVoice {
    display: block;
}

.HiddenVoice {
    display: none;
}

.contentReservedArea {
    border: 1px solid #cecece;
    padding: 1em;
    min-height: 400px;
    margin-bottom: 2em;
}

.borderGrey {
    border: 1px solid #ccc;
}
/* ------------ */

/***start support search box*/
.searchBox {
    padding-right: 65px;
}

    .searchBox::after {
        background-color: #dfdfdf;
        content: "";
        height: 100%;
        min-height: 100px;
        position: absolute;
        right: 33px;
        top: 0;
        width: 1px;
    }

    .searchBox h2 {
        font-size: 25px;
        margin-bottom: 22px;
        margin-top: 0px;
    }
/***end support search box*/


.infopassword, .numberRetryEnded {
    color: #328efe;
    font-weight: bolder;
}

.disabledteamperson, .enabledteamperson {
    display: block;
    line-height: 25px;
}


/* ----- */


.deletenewsletter ul li {
    list-style: none;
    margin-right: 1em;
    display: block;
    line-height: 25px;
}

    .deletenewsletter ul li input {
        margin-right: 1em;
    }

.note {
    margin-top: 5px;
    width: 300px;
    height: 80px;
}


.tilelogo1 {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 3.5em;
    color: #0096d6;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
}

.tilelogo2 {
    display: block;
    margin-top: -13px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 0.75em;
    color: #eb1a56;
    text-align: center;
}


.tilelogo3 {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 4em;
    color: #0099FF;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
}

.tilelogo4 {
    display: block;
    margin-top: -15px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
    color: #ff0099;
    text-align: center;
}

.htmlLogo {
    width: auto;
    float: left;
    display: block;
}

.ui-state-default.ui-widget-header.plupload_header{ border:none!important;}
.plupload_header_title, .plupload_header_text {margin-left:-45px!important;}
a#uploader_browse {
   
  
}

.divLevelCall {
    border: 1px solid #cecece;
    text-align: center;
    padding: 2px;
    display: block;
}

.spanLevellCall{
    
    display: inline-block;
    padding: 0.5em;
    margin-left: 1em;
    border: 1px solid #cecece;
}

.suppTable{
    width:100%;
}

.suppTable tr td {
    border: 1px solid #ddd;
    padding: 2px;
}

.suppTable thead tr th {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #0099ff;
    color: #fff;
    border: 1px solid #f4f4f4;
}

.datiaccount {
    line-height:25px!important;
}

.datiaccount span {
    font-size:12px!important;
    color:#000!important;
    display:inline-block;
    width:100px;
    
}
.datiaccount  h2 {
    margin-bottom:10px!important;
}


.videoDocument {
    padding: 0.5em;

}


.has-error {
    border: 1px solid #ff0000 !important;
}