/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-giu-2017, 16.23.40
    Author     : Alessandro
*/

img, canvas {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    max-width: 100%;
}
label {
    font-weight: normal;
}

.btnLine.btn {
    display:inline-block;
    margin:0 10px;
}

.btnConfirm {
    margin: 10px;
}
.hrefBtn {
    border: 1px solid #dddddd;
    border-radius:4px;
    padding: 6px;
    text-decoration:none;
    color: black;
    background-color: #dddddd;
}
.hrefBtn:hover {
    text-decoration:none;
    color: black;
}

.btn {
    background-color: #064351;
    color: white;
    text-align:center;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
}
.btn:not(.btnFilter):hover, .btn.focus {
    background-color:#10779b;
}
.btn:hover, .btn.focus {
    color: white;
}

.btn:focus {
    background-color: #064351;
    color: white;
}

.btn-delete {
    float: right;
    background: url('../images/delete.png') center center no-repeat;
    width: 40px;
    height: 40px;
    margin: 10px 5px;
    cursor: pointer;
}

.avatarPreview label, #image-cropper label {
    width: 100%;
    float: none;
}
.btnEditAvatar {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 20px;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.displayNone {
    display:none !important;
}

header {
    background: -webkit-linear-gradient(right, black, #19252b);
    background: -ms-linear-gradient(right, black, #19252b);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19;
}
header h4 {
    padding-left: 10px;
    font-weight: bold;
    background: -webkit-radial-gradient(#19252b, #00d4d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 46px;
    height: 46px;
    margin: 0;
}
header .btn {
    float: right;
    margin: 3px;
}
.virtualTourLogo {
    margin-top: 16px;
    margin-bottom: 16px;
}
header .userLogo {
    height: 30px;
    border-radius: 50%;
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
}
header .userName {
    line-height: 46px;
    height: 46px;
    margin-left: 10px;
    color: white;
}


header #vtCoinsLabel {
    height: 46px;
    margin-right: 1px;
    text-align: center;
    line-height: 21px;
    padding: 3px 15px;
}

header #vtCoinsLabel #currentVTcoinsHeader {
    display: block;
    font-weight: bold;
}

#errorDiv {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: #9D0023;
    color: white;
    z-index:1000;
    padding-left: 20px;
    line-height: 50px;
    display:none;
}

.btnError {
    background: url(../images/close-white.png) center center no-repeat;
    width: 40px;
    height: 40px;
    margin: 5px;
    cursor: pointer;
    border: none;
    float: right;
}
.mce-statusbar {
    display:none !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: center left;
}


.cropit-preview-image {
    max-width: initial;
}




.clientLogo {
    text-align: center;
    margin-bottom: -60px;
    margin-top: 80px;
}
.clientLogo img {
    border-radius: 50%;
}