/* Minification failed. Returning unminified contents.
(2164,41): run-time error CSS1046: Expect comma, found '201'
(2164,49): run-time error CSS1046: Expect comma, found '/'
 */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto','Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

th, strong {
    font-weight: 700;
}

.h2Style {
    float: left;
    width: 100%;
}

h2, .h2Style {
    margin-top: 20px;
    line-height: 1.1;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
   
    width: 100%;
    text-transform: uppercase;
    color: #444;
    padding-left: 15px;
    padding-bottom: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-brand {
    background-image: url("../Image/logo.png");
    background-repeat: no-repeat;
    text-indent: -999999px;
    margin-right: 30px;
    width: 250px;
    height: 56px;
}

.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

#sidebar-wrapper {
    /*height:100% !important;*/
    width: 250px;
    z-index: 1000;
    position: fixed;
    top: 65px;
    left: 250px;
    /*height: 100%;*/
    bottom: 0px;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f2f2f3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right:2px solid #ddd;
    
}

.sidebar-nav {
    /*position: absolute;*/
    top: 10px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}

#sidebar-wrapper a, #sidebar-wrapper a:visited, .navbar-nav li, .navbar-nav a, .navbar-nav a:visited, .navbar-nav a:hover {
    color: #222 !important;
    text-decoration: none;
}

#sidebar-wrapper li a{
    padding-left:20px;
}
aside .material-icons{
    margin-right:5px;
}
#sidebar-wrapper a:hover{
    color:#fff !important;
}
#sidebar-wrapper .material-icons {
    margin-top: -4px;
}
.material-icons {
    vertical-align: middle;
    
}
.navbar {
    min-height: 65px !important;
    padding-top: 5px;
    padding-left: 10px;
}

.navbar-nav > li > span {
    padding-top: 15px;
    display: block;
    float: left;
    margin-right: 5px;
}
.navbar-right > li > span {
    padding-top: 17px ;
}
.sidebar-nav li a {
    padding-left: 10px;
    line-height: 40px;
    display: block;
    width: 100%;
}

    .sidebar-nav li a:hover {
        background-color: #333;
        cursor: pointer;
    }

.content {
    position: absolute;
    left: 0px;
    padding-left: 250px;
    width: 100%;
    top: 65px;
    bottom: 0px;
    /*box-shadow: inset 5px 5px 8px #888;*/
}

.navbar-fixed-top{
    box-shadow:0px 0px 8px #222;
}
.navbar-fixed-top a:hover{
    color:#fff !important;
}
.shadow {
    box-shadow: 0px 5px 8px #888;
}

.content100 {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    top: 65px;
    /*box-shadow: inset 0px 5px 8px #888;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.my-drop-zone {
    border: 4px dashed lightgray;
}

.nv-file-over {
    border: 4px dashed green;
}
/* Default class applied to drop zones on over */
.roundbox {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    padding: 15px 0px;
    box-shadow: 0px 0px 5px #aaa;
    background: white;
    background: -moz-linear-gradient(top,white 0,#f2f3f3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#f2f3f3));
    background: -webkit-linear-gradient(top,white 0,#f2f3f3 100%);
    background: -o-linear-gradient(top,white 0,#f2f3f3 100%);
    background: -ms-linear-gradient(top,white 0,#f2f3f3 100%);
    background: linear-gradient(to bottom,white 0,#f2f3f3 100%);
}

.content .row, .content100 .row {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 30px;
}

.login .row {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0px;
}

.label-inline {
    float: left;
    padding: 5px 0px;
    margin-right: 5px;
}


.inline-block {
    display: inline-block;
}

.table th {
    font-size: 12px;
    text-transform: uppercase;
    border-top: 0px solid !important;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    border-bottom: 1px solid #222 !important;
}
.table td{
    border:none !important;
}
.table{
    border:none !important;
}

.table tr:nth-child(even) {
    background-color: #eee;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.edit {
    width: 200px;
    text-align: right;
}
.edit-big {
    width: 250px;
    text-align: right;
}

footer {
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 100%;
    left: 0px;
    border-top: 1px solid #ddd;
    padding-right: 5px;
    text-align: right;
}

.label-success, .label-danger {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}

.modal-body .row {
    margin-left: -15px;
    margin-right: -15px;
}

.rowError {
    background-color: #ffaaaa !important;
}

.rowWarning {
    background-color: #fff897 !important;
}

.scroll-y {
    overflow-y: auto;
    /*height:400px;*/
}

.titleGrey {
    color: #888;
}

.my-drop-zone .titleGrey {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.circle {
    font-size: 20px;
    color: #ddd;
    padding: 2px 10px;
    margin-right: 5px;
    background-color: #444;
    border-radius: 20px;
    float: left;
    font-weight: 700;
    width: 32px;
    text-align: center;
}

.advise {
    background-color: #f5f5f5;
    border-top-left-radius: 20px;
    font-size: 12px;
}

.clr {
    clear: both;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.modal img {
    width: 100%;
    height: auto;
}

.pointer {
    cursor: pointer;
}

.icon-warning, .icon-error {
    font-size: 20px !important;
    width: 20px;
    display: inline-block;
}

.icon-warning {
    color: #ff9000;
}

.icon-error {
    color: #ff0000;
}

.row-error {
    background-color: #d61111;
    color: white;
}

.modal-lg {
    width: 900px !important;
}

.modal-xl {
    width: 1100px !important;
}

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.label-danger .close {
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

.list-image, .list-image-big {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


    .list-image li {
        /*float: left;*/
        display: inline-block;
        width: 175px;
        /*min-height: 185px;*/
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        transition: background-color 300ms;
        vertical-align: top;
        transition: all 0.2s ease-in;
    }

    .list-image-big li {
        /*float: left;*/
        transition: all 0.2s ease-in-out;
        margin-right: 20px;
        width: 500px;
        display: inline-block;
        margin-bottom: 20px;
        position: relative;
        vertical-align: top;
    }

    .list-image-big .photoNotUploaded {
        margin-top: 25%;
        display: block;
    }

.thumb {
    /*max-width: 150px;*/
    /*max-height: 120px;
    background: white;
    border: 1px solid #b4bfcd;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;*/
}

.font-big {
    display: block !important;
    font-size: 70px;
}

.image_big {
    height: 140px;
    max-height: 140px;
}

.image_holder a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.image_holder {
    transition: all 0.2s ease-in;
    /*width: 160px;*/
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 120px;
    display: block;
    max-height: 120px;
    background: white;
    border: 1px solid #b4bfcd;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
    transition: width 2s;
}

.image_holder_single {
    /*width: 160px;*/
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 90px;
    display: block;
    max-height: 190px;
    background: white;
    border: 1px solid #b4bfcd;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
}



.image_holder a, .image_holder a:visited, .image_holder a:hover {
    color: #333 !important;
}

.imgshadow {
    border: 1px solid #b4bfcd;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
}

.public_id, .public_id a, public_id a:visited {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    display: inline;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    position: relative;
    top: 1px;
    margin: 0px;
    padding: 0px;
}

.info-image-title {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.listRoot {
    margin-bottom: 0px;
    padding: 5px 0px !important;
    float: left;
}

.listFolder, .listRoot {
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
}

    .listFolder li {
        cursor: pointer;
    }

        .listFolder li:last-of-type {
            margin-right: 0px;
            cursor: pointer;
        }

.pointer {
    cursor: pointer;
}

.font-blue {
    color: #1c267d;
}

.font-small {
    font-size: 13px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.listRoot li {
    float: left;
}

    .listRoot li:not(:last-of-type):not(.li-last):after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        margin-right: 5px;
    }

.boxLeft {
    float: left;
    min-width: 100px;
    padding: 5px;
}

.border-right {
    border-right: 1px solid #aaa;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.background-lightgray {
    background-color: #ddd;
    background: -moz-linear-gradient(top,#f2f3f3 0,#ddd 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f3f3),color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top,#f2f3f3 0,#ddd 100%);
    background: -o-linear-gradient(top,#f2f3f3 0,#ddd 100%);
    background: -ms-linear-gradient(top,#f2f3f3 0,#ddd 100%);
    background: linear-gradient(to bottom,#f2f3f3 0,#ddd 100%);
}

.font-medium-big {
    font-size: 20px;
}

.input-inline {
    float: left;
}

    .input-inline.font-small, .btn.font-small {
        height: 24px;
    }


.btn-black {
    background-color: #444;
    color: white;
}

    .btn-black:hover, .btn-black:focus {
        color: #fff;
    }

.p-b-20 {
    padding-bottom: 20px !important;
}

.border-left {
    border-left: 1px solid #ddd;
    height: 100%;
}

.border-bottom-shadow {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 0px !important;
}

.divtable {
    display: table;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
}

.divcell {
    display: table-cell;
    vertical-align: top;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w68 {
    width: 68%;
}

.w1 {
    width: 1%;
}

.w-auto {
    width: auto !important;
}

.box-table.p-5 .box-td {
    padding: 5px;
}

.block {
    display: block;
}

.bg-disable {
    background-color: #fff;
    background: -moz-linear-gradient(45deg, #f2f3f3 25%, #fff 25%, #fff 50%, #f2f3f3 50%, #f2f3f3 75%, #fff 75%);
    background: -webkit-linear-gradient(45deg, #f2f3f3 25%, #fff 25%, #fff 50%, #f2f3f3 50%, #f2f3f3 75%, #fff 75%);
    background: -o-linear-gradient(45deg, #f2f3f3 25%, #fff 25%, #fff 50%, #f2f3f3 50%, #f2f3f3 75%, #fff 75%);
    background: -ms-linear-gradient(45deg, #f2f3f3 25%, #fff 25%, #fff 50%, #f2f3f3 50%, #f2f3f3 75%, #fff 75%);
    background: linear-gradient(45deg, #f2f3f3 25%, #fff 25%, #fff 50%, #f2f3f3 50%, #f2f3f3 75%, #fff 75%);
    background-size: 98px 98.9px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.titolo_link, .titolo_link:visited, .titolo_link:hover, .titolo_link:visited:hover {
    color: #444;
    text-decoration: none !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-20 {
    margin-left: 20px;
}

.li-padding li {
    padding: 5px;
}

.color-red {
    color: #ff0000;
}

.color-lightgrey {
    color: #888;
}

.color-blue {
    color: #218cf9;
}

.color-green {
    color: green;
}

.color-purple {
    color: #7800e3;
}

.color-pink {
    color: #ff4acb;
}

.color-yellow {
    color: #dae100;
}

.input100 {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.login {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px #aaa;
}

.box-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 100%;
    table-layout: fixed;
}

.box-tr {
    display: table-row;
}

.box-td {
    vertical-align: middle;
    display: table-cell;
}

/*.content100 .box-table {
        margin-top:-65px;
    }*/

.folder-white {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.folder-black, .folder-permission {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.folder-white ul {
    font-size: 15px;
    color: #222;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

.folder-black ul, .folder-permission ul {
    font-size: 15px;
    color: #444;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

.folder-permission i:not(.FolderReadOnly):not(.FolderFullControl):not(.FolderContributor):not(.FolderDenied) {
    color: #888;
}

.folder-white li, .folder-black li {
    position: relative;
    padding: 0 0 0 10px;
    line-height: 20px;
}

.folder-permission li {
    position: relative;
    padding: 0 0 0 10px;
    line-height: 25px;
}

.folder-white li .expanded:before, .folder-white li .normal:before,
.folder-black li .expanded:before, .folder-black li .normal:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f115";
    display: inline-block;
}

.folder-permission li .expanded:before, .folder-permission li .normal:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f07c";
    display: inline-block;
}

div.folder-white li .collapsed::before,
div.folder-black li .collapsed::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f114";
    display: inline-block;
}

div.folder-permission li .collapsed::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f07b";
    display: inline-block;
}


.folder-white li i, .folder-white li span,
.folder-black li i, .folder-black li span,
.folder-permission li i, .folder-permission li span {
    cursor: pointer;
}


.folder-white li .selected,
.folder-black li .selected,
.folder-permission li .selected {
    background-color: #444;
    border-radius: 5px;
    padding: 2px 5px;
    color:#fff;
}
.v-middle{
    margin-top:-4px;
}
.folder-black li .selected,
.folder-permission li .selected {
    color: #ddd;
}

.border-top-white {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.input-sm {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    width: 150px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.downloadBox {
    position: fixed;
    width: 250px;
    z-index: 3;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 5px #888;
    background-color: #444;
    color: #ddd;
}

    .downloadBox a, .downloadBox a:visited, .downloadBox a:hover {
        color: #ddd;
        text-decoration: none;
    }

    .downloadBox ul {
        padding-left: 0px;
    }

        .downloadBox ul ul {
            padding-left: 15px;
            font-size: 12px;
        }

    .downloadBox .title {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 15px;
    }

.customSize {
    font-size: 12px;
}

    .customSize .box-td {
        padding: 4px 5px 0px 5px;
    }

.w-100 {
    width: 100px;
}

.w-65 {
    width: 65px;
}

.w-100 .input-sm {
    width: 100% !important;
}

.w-200 {
    width: 200px;
}

.w40 {
    width: 40%;
}

.w-16:before {
    width: 16px;
    height: 16px;
}

.w-16:not(.ng-hide):before {
    display: block;
}

.bold {
    font-weight: bold;
}

.align-top {
    vertical-align: top !important;
}

.align-center {
    vertical-align: middle;
}

.hover-cell a, .hover-cell a:hover, .hover-cell a:visited, .hover-cell .box-gray {
    color: #444;
    text-decoration: none;
}

.hover-cell a {
    border-radius: 10px;
    background-color: #ddd;
    width: 90%;
    display: block;
    min-height: 120px;
    padding: 10px;
}

.hover-cell .box-gray {
    border-radius: 10px;
    background-color: #eee;
    display: block;
    min-height: 50px;
    padding: 5px;
}

    .hover-cell .box-gray:not(.w97-5) {
        width: 90%;
    }

.w97-5 {
    width: 97.5%;
}

.hover-cell a:hover {
    background-color: #ffbb26;
    box-shadow: 0px 0px 10px #444;
}

.link-angle a, .link-angle a:visited {
    color: #fff !important;
    text-decoration: none;
}

.link-angle:hover a {
    text-decoration: none;
    color: #ff9000 !important;
}

.circle-fa {
    font-size: 16px;
    color: #ddd;
    height: 28px;
    width: 28px;
    padding-top: 5px;
    text-align: center;
    margin-right: 5px;
    background-color: #444;
    border-radius: 20px;
    float: left;
    font-weight: 700;
}

.link-angle {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 26px;
    height: 26px;
    /*background-color:#222;
    border-radius:0px 0px 0px 20px;*/
    /*width:20px;
    height:20px;*/
    /*padding-right:3px;*/
    color: white;
    font-size: 11px;
    border-radius: 3px;
    content: "";
    display: block;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    filter: 0.6;
    border: 1px solid #ccc;
    padding-top:1px;
    padding-bottom:2px;
}

    .link-angle a {
        margin: 0px;
        color: #fff !important;
        font-size: 14px;
    }


.body-content {
    padding: 0px !important;
}

    .body-content > .content, .body-content > .content100 {
        /*position:relative;*/
        position: absolute;
        float: left;
    }

.no-color, .no-color:hover, .no-color:visited {
    color: #222;
    text-decoration: none !important;
}

.font-medium {
    font-size: 16px;
}

.icon-right {
    float: right;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 1.1em !important;
}

.material-icons.icon-right {

    font-size: 1em !important;
}
/*.fakeCheckbox {

background-color:#fff;
border:1px solid #444;
}*/
/*.list-image .fakeCheckbox{
    position:absolute;
    top:2px;
    left:2px;
    display:inline-block;
    height:12px;
    width:12px;
    font-size:12px;
    padding:0px;
}
.fakeCheckbox .fa {
    display:block;
}*/
.downloadIcon {
    min-height: 22px;
    font-size: 14px;
    padding: 0px;
    display: block;
    margin-bottom: 10px;
}

#breadcrumb {
    position: relative;
    z-index: 2;
    background-color: rgba(255,255,255,0.9);
}
/*.is-sticky .divOpacity{
    background-color:#fff;    
 opacity: 0.7;
    filter: alpha(opacity=70);
   height:100%;
   position:absolute;
    display:block;
    width:100%;
    top:0px;
    left:0px;
}*/
.input-inline {
    background-color: #fff;
}

.is-sticky .sticky-zindex {
    visibility: visible;
}

#breadcrumb-sticky-wrapper {
    /*height:40px !important;
    min-height:40px;*/
}

.h40 {
    height: 40px;
    overflow: hidden;
}

.width100 {
    width: 100%;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.folder-big ul {
    font-size: 18px !important;
}

.folder-big i:before {
    font-size: 18px !important;
}
/*SPINNER*/
.loading:not(.ng-hide) {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid #57c1f6;
    border-top-color: #e2faff;
    animation: spin 1s infinite linear;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

ul.dropdown-menu {
    overflow: auto !important;
    min-width: 240px !important;
}

    ul.dropdown-menu li:nth-child(1), ul.dropdown-menu li:nth-child(2) {
        display: inline-block !important;
        font-size: 12px;
        cursor: pointer;
    }

.noFilter ul.dropdown-menu li:not(.ng-hide) {
    display: block !important;
    font-size: 14px !important;
}

.ui-multiselect.multiselect {
    float: left;
    max-width: 100px;
    font-weight: 400;
    color: #444;
    font-size: 14px;
    border-radius: 4px;
    height: auto !important;
    background-color: #fff !important;
    border: 1px solid #ddd;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
}

.table-small td, .table-small th {
    font-size: 12px;
    padding: 4px !important;
}

.btnLinks {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    float: left;
}

    .btnLinks:not(.ng-hide) {
        display: inline-block;
    }

    .btnLinks li, .btn-similar:not(.ng-hide) {
        display: inline-block;
        padding: 0px 10px;
        background-color: #333;
        border-radius: 10px;
        font-size: 12px;
        text-transform: uppercase;
    }

        .btnLinks li:hover, .btn-similar:hover {
            background-color: #ddd;
        }

        .btnLinks li a, .btnLinks li a:hover, .btnLinks li a:visited {
            text-decoration: none;
        }

            .btnLinks li a, .btnLinks li a:visited, .btn-similar {
                color: #fff;
            }

                .btnLinks li:hover a, .btn-similar:hover {
                    color: #333;
                }

.span-block span {
    display: block;
}

/*.link-angle:hover > a:after {
    font-size: 12px;
    content: "Get all image from style";
    display: block;
    text-align: center;
    width: 175px;
    margin-left: -160px;
    height: 20px;
    margin-top: -20px;
    background-color: #444;
    padding: 2px;
    color: #fff;
}*/

.info-season-title:not(.ng-hide) {
    font-size: 12px;
    display: inline;
    font-weight: normal;
}

.input-radius {
    border-radius: 4px;
    background-image: none;
    border: 1px solid #ccc;
    padding: 0px 4px;
}

.moveFolder {
    position: relative;
}

    .moveFolder:before {
        content: "\f114";
    }

    .moveFolder:after {
        content: "\f178";
        font-size: .6em;
        position: absolute;
        left: 0px;
        top: 0.4em;
    }

.header-black {
    background-color: #444;
    color: #ddd;
}

    .header-black .close {
        color: #ddd;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.modal-grey {
    background-color: #efefef;
}

.nopoint {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.icon-check {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.loaderScroll {
    bottom: 0px;
    background-color: #fff;
    opacity: 0.8;
    top: 346px;
    position: fixed;
    right: 0px;
    left: 250px;
}

    .loaderScroll span {
        text-align: center;
        top: 25%;
        position: absolute;
        width: 100%;
    }

    .loaderScroll img {
        width: 80px;
        height: 80px;
    }

.link-black, .link-black:hover, .link-black:visited {
    color: #222;
}

.FolderReadOnly {
    color: #2cc12c;
}

.FolderContributor {
    color: #ffc704;
}

.FolderFullControl {
    color: #00a0d4;
}

.FolderDenied {
    color: #aa0000;
}

    .FolderDenied:before {
        content: "\f05e" !important;
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
    }

.inputTag {
    display: inline-block;
}

    .inputTag tags-input .tags {
        display: inline-block;
        width: 400px;
        font-size: 12px;
        border-radius: 5px;
        box-shadow: none !important;
    }

        .inputTag tags-input .tags .input {
            font-size: 12px !important;
            height: auto !important;
        }

    .inputTag tags-input .host {
        margin: 0px !important;
        padding: 0px !important;
    }

tags-input .tags input {
    min-width: 100px;
}
/*.FolderFullControl::after{
    content: "\f044" !important;
   
}
.FolderContributor::after{
    content: "\f0ee" !important;
}
.FolderReadOnly::after{
        content: "\f06e" !important;
}
.folder-permission li i:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f05e";
    font-size:18px;
    margin-left:4px;
    display:inline-block;
}*/
.tags-small .tags {
    border: none;
    font-size: 12px;
    box-shadow: none;
}

.tags-small .tag-list li {
    font-size: 12px !important;
}

.tags-small input {
    font-size: 12px !important;
    padding-left: 0px !important;
}

tags-input .tags .tag-item {
    background-color: #ddd;
    background: linear-gradient(to bottom,#fefefe 0,#f0f0f0 100%) !important;
}

.fixed-right {
    position: fixed;
    top: 0px;
    right: 16px;
    margin-top: 0px;
    z-index: 9999;
}

.no-border, .no-border tr, .no-border td {
    border: none !important;
}

@media screen and (max-width:768px) {
    .text-left-xs {
        text-align: left;
    }

    .inline-block {
        display: block;
        width: 100%;
    }


    .loaderScroll {
        left: 0px;
    }

    .title-circle {
        font-size: 16px;
        padding-top: 5px;
    }

    h2 {
        font-size: 19px;
    }

    .td-image {
        width: 100% !important;
    }

        .td-image .image_holder_single {
            width: 100% !important;
            height: auto !important;
            max-height: 100%;
        }

    .box-table {
        display: block;
    }

    .box-td {
        width: 50%;
        float: left;
        padding-left: 0px;
    }

    .p-0-mobile {
        padding: 0px;
    }

    .table-mobile {
        width: 100% !important;
    }

    .table-mobile {
        clear: both;
    }

        .table-mobile thead {
            display: none;
        }

        .table-mobile td:before {
            display: inline-block;
            width: 30%;
            float: left;
            content: attr(data-title);
        }

    .truncate-mobile {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .table-mobile td {
        display: block;
        width: 100%;
        clear: both;
    }

        .table-mobile td ul {
            width: 65%;
            display: inline-block;
        }

    .table-mobile .edit {
        text-align: left;
    }

    .mobile-left {
        float: left !important;
    }
   .pull-left-mobile{
       width:100%;
   }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .menu-responsive {
        font-size: 20px;
        padding: 4px 6px;
        margin-right: 0px;
        float: left;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .navbar-brand {
        margin-right: 0px;
    }


    #sidebar-wrapper {
        /*width:100% !important;*/
        left: 0px;
        box-shadow: none;
        margin-left: -250px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .hideOnResponsive {
        display: none !important;
    }

    .navbar-nav > li > span {
        padding-top: 10px;
    }
      

        #sidebar-wrapper.in {
            margin-left: 0px;
        }

    .body-content > .content, .body-content > .content100 {
        padding: 0px;
        box-shadow: none;
    }

    .fixed-right {
        position: relative;
    }

    .loginTable.box-table {
        display: table;
    }

    .loginTable .box-tr, .loginTable .box-td {
        /*display:block;*/
        width: 100% !important;
        float: none !important;
    }
}

@media screen and (max-width:440px) {
    .list-image li, .list-image-big li {
        width: 100% !important;
    }

    .image_holder {
        width: 100% !important;
    }

    .gridPanelIcon {
        display: none;
    }

    .list-image li .image_holder, .list-image-big li .image_holder {
        height: auto !important;
        max-height: 100% !important;
    }
}

@media screen and (min-width:769px) {
    .menu-responsive {
        display: none;
    }

    #sidebar-wrapper {
        display: block;
    }
}

.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
    color: #ddd;
    background-color: transparent !important;
    border: none;
    outline: none;
}

.info-collapse {
    float: right;
    padding-top: 3px;
}

.info-image-title p {
    margin-bottom: 0px;
}

.drop {
    padding: 15px;
    border: 2px #ddd dashed;
    border-radius: 5px;
    line-height: 65px;
    font-size: 20px;
    background-color: #efefef;
}

.progress {
    margin: 0px;
    width: 90%;
    display: inline-block;
    /*overflow:visible;*/
    margin-bottom: 5px;
    /*height:auto;*/
}

.btn-remove-file {
    vertical-align: top;
}

.listFile {
    list-style-type: none;
    padding: 0px;
}

.progress-bar-danger, .progress-bar-warning, .progress-bar-success {
    color: #fff;
}
/*.progress-striped{
    padding-left:5px;
}*/
.noList {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.boxPublic {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.2), 0 7px 10px 1px rgba(0,0,0,.14), 0 2px 16px 1px rgba(0,0,0,.12);
    /*min-width:33%;
   max-width:50%;*/
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

    .boxPublic .logo {
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        text-align: center;
    }

.titlePublic {
    font-size: 20px;
    text-align: center;
}

.m-b-20 {
    margin-bottom: 20px;
}

.boxLogin input {
    padding: 10px;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
}

.btnPublic {
    width: 200px;
    text-align: center;
    text-transform: uppercase;
}

.boxLogin .title, .boxLogin .subTitle {
    text-align: center;
}

.boxLogin .title {
    margin-top: 0px;
}

.boxLogin .subTitle {
    font-size: 13px;
    margin-bottom: 20px;
}

.boxLogin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.boxLogin input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px
}

    .boxLogin input[type="password"]:focus, .boxLogin input[type="text"]:focus {
        border-color: #75c9ff;
        box-shadow: 0px 0px 0px 3px rgba(117, 201, 255, .5);
        /*outline: 4px solid rgba(117, 201, 255, .5);*/
    }

.image_holder .fa-video-camera, .image_holder .fa-undo,.image_holder .material-icons {
    /*font-size: 20px;*/
    /*color: #00b1ff;
    opacity: .8;*/
    color: #fff;
    vertical-align:middle;

}
   
    .image_holder .icon-video {
        position: absolute;
        height:26px;
        left: 3px;
        text-align: left;
        bottom: 3px;
        background-color: rgba(0,0,0,.5);
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #fff !important;
        width: 26px !important;
        text-align: center;
    }

.btn-absolute {
    position: fixed;
    bottom: 30px;
    right: 14px;
}

@media (max-width:1024px) {
    .colEllips {
        max-width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .tableFixed {
        table-layout: fixed;
    }
}

@media (max-width:768px) {
    .colEllips {
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .tableFixed {
        table-layout: fixed;
    }
}

@media (min-width:769px) {
    .colCheckbox {
        width: 50px;
        text-align: center;
    }
}

@media (max-width:480px) {
    .boxPublic {
        box-shadow: none;
    }

        .boxPublic .pull-left {
            margin-left: 30px;
        }

        .boxPublic .pull-right {
            margin-right: 30px;
        }
}

.form-control-big {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

tags-input > div {
    margin-top: 0px !important;
}

.tags {
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    padding: 0px !important;
    height: 34px !important;
}

tags-input.ng-invalid .tags {
    -webkit-box-shadow: 0 0 3px 1px rgba(255,0,0,.6) !important;
    -moz-box-shadow: 0 0 3px 1px rgba(255,0,0,.6) !important;
    box-shadow: 0 0 3px 1px rgba(255,0,0,.6) !important;
}

.boxColor {
    display: inline-block;
    margin-right: 40px;
}

    .boxColor li:last-of-type {
        margin-right: 0px !important;
    }

a.public_id:hover {
    color: #444;
    text-decoration: none;
}

@media (max-width:399px) {
    .boxPublic {
        width: 100% !important;
    }
}

.iconLinkHover {
    color: #fff;
}

.testTooltip {
    background-color: red;
    z-index: 999;
    top: 0px;
    float: left;
}

.list-image-big .image_holder {
    transition: all 0.2s ease-in-out;
    width: 500px;
    height: 400px;
    max-height: 400px;
}

.list-image-big .link-angle > a:after {
    width: 500px;
    margin-left: -485px;
}

.iconGrid.active {
    color: #46b8da;
}

.iconLinkHover, .image_holder_hover {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px;
    width: 100%;
    height: 120px;
    text-align: left;
    z-index: 10;
    background-color: rgba(0,0,0,.1);
}

    .iconLinkHover > span, .imageButtonAction {
        position: absolute;
        width: 24px;
        right: 5px;
        top:0px;
        
    }
.imageButtonAction {
    height: 120px;
    padding-top: 44px;
   
   
}
.imageButtonAction .material-icons, .material-icons {
    font-size: 19px !important;
}
    .imageButtonAction > span{
        display:block;
        margin-bottom:20px;
    }

    .imageButtonAction, .icon-video {
        z-index: 10;
    }
        .iconLinkHover > span > span, .imageButtonAction>span {
            text-align: center;
              width: 26px;
            
               height: 26px;
            background-color: rgba(0,0,0,.5);
            border-radius: 3px;
            border: 1px solid #ccc;
            color:#fff;
            
           
        }
            .iconLinkHover > span > span:hover, .imageButtonAction>span:hover {
                color: #ff9000;
            }

.modal-xxl {
    width: 100%;
    background-color: #222;
    color: #fff;
    margin: 0px;
    height: 100%;
}
    .modal-xxl .modal-content{
        height:100% !important;
    }
.carousel-inner img {
    height: auto !important;
    width: auto !important;
}
.carousel-inner .item {
    height: 100% !important;
}
#owl-demo .item img {
    display: block;
    width: auto;
    height: 95vh;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;

}
#owl-demo {
margin-top:30px;
}
.owl-item img{
    background-color:#fff;
}
#CarouselModal .close {
    position: absolute;
    right: 5px;
    top: -30px;
    color: #fff !important;
    font-size: 28px !important;
    opacity: .8 !important;
}

#CarouselModal {
    overflow: hidden;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#CarouselModal .modal-body{
    padding:0px; 
}
#CarouselModal .modal-content {
    background-color: #222;
    color: #fff;
    font-size: 22px;
}

.owl-nav{
    position:absolute;
    font-size:50px;
    width:100%;
    top:40%;
    z-index:9999;
}
.owl-prev, .owl-next {
    width:auto;
    position:absolute;
}
.owl-next{
    right:20px;
}
.owl-prev{
    left:20px;
}
.navbar-right, .navbar-right a, .navbar-right li, .navbar-right a:visited{
    color:#fff !important;
}
.folderRed{
    color:#ee0000;
}
.stickyStyle {
  position:fixed;
  z-index:3;
  background-color:#fff;
  left:250px;
  right:0px;
  width:auto;
  margin-top:0px;
  padding-top:20px;
  top:65px;
}
.spanSelectedBold{
    font-weight:bold;

   font-size:1.1em;
}
.imgSelected {
    /*  box-shadow: 0px 0px 3px #0a63cf;*/
    border-color: #75c9ff;
    box-shadow: 0px 0px 0px 3px rgb(117 201 255 / 50%);
     outline: 4px solid rgba(117, 201, 255, .5);
}
.chkImageSelect {
   display:none;
}
.chkIcon{
    font-size:2em !important;
    display:inline-block;
    margin-top:-2px;
    margin-left:-3px;
}
    .chkIcon.blue {
        color: #0a63cf;
    }

.public_id {
padding-top:3px;
}
.logoStorage {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
}
.linkStorage {
    display: inline-block;
    margin-bottom:-4px;
    vertical-align:bottom;
    margin-left:5px;
}
