/*

* Override Pages default styles or create your own styles here

*/

textarea {
    width: 100%;
    resize: vertical;
    max-height: 300px;
    min-height: 100px;
    border: 0px;
}


/* DROP-IT */
.dropit {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }
/* DROP-IT */

.checkbox label {
    white-space: normal !important;
}

body {
    font-size: 14px !important;
}

.table tbody tr td {
    font-family: 'Montserrat';
    font-size: 13px !important;
}

.form-group-default .form-control {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
}

.form-control-alone {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: left !important;
    position: relative !important;
}

.table tbody tr td {
    padding: 12px !important;
}

.page-container {
    padding-left: 0px !important;
}

.header .brand {
    width: 120px !important;
}

.page-sidebar {
    display: none;
}

textarea.form-control {
    min-height: 60px !important;
}

.form-group-default label.fade {
    opacity: 1 !important;
}

.strong {
	font-weight: 600 !important;
	margin-bottom: 0px;
}

.black {
	color: rgb(51, 51, 51);
}

.form-group label:not(.error) {
    font-weight: 400;
}

.titoletto {
	color: rgb(51, 51, 51);
	font-family: 'Montserrat';
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0px;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* FILE-UPLOAD */

.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align:middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color:#FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color:#FFFFFF;
}
.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}
.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}
.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}
.ajax-file-upload {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 13px;
    padding: 15px 20px;
    cursor:pointer;
    line-height:20px;
    height:28px;
    margin:0px 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align: middle;
}

.ajax-file-upload:hover {
    background: #3396c9;
    -moz-box-shadow: 0 2px 0 0 #15719f;
    -webkit-box-shadow: 0 2px 0 0 #15719f;
    box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
    border:0px dotted #A5A5C7;
    width:420px;
    color: #DADCE3;
    text-align:left;
    vertical-align:middle;
    padding:0px 0px 0px 0px;
}

.state-hover {
    border:2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin:20px 0px 20px 0px;
}

.popover-title {
    font-family: 'Montserrat', Helvetica, sans-serif;
    white-space: nowrap;
}

.popover-content{
    font-family: 'Montserrat', Helvetica, sans-serif;
}

.popover {
    max-width: 400px !important;
}
