/***************************/
/*MASKCLIP MAIN STYLESHEET*/
/****TREZTREIZ - 2017*****/

/* GLOBAL STYLE */
html,body{
	height:100%;
}

body{
	background: url('../../img/background.jpg') no-repeat center fixed;
	background-size: cover;
}

.ui-selectable {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

.btn{font-size:13px;}
.nav-tabs>li>a {
	margin-right:0;
}
ul{
	padding:0;
}
ul li{
	list-style:none;
}
textarea:focus,input:focus,button:focus{
	outline:1px solid #aaa!important;
}
textarea{
	max-width:100%!important;
}
.select2-search__field:focus{
	outline:none!important;
}

/*HTML RULES*/
.light{color:white;}
.light-bg{background:white;padding:10px;}
.grey-bg{background:#ececec;padding:30px 10px;}
.dark-bg{background:#333;}
.row.dark-bg{padding:10px;}
.left{text-align:left!important;}
.right{text-align:right!important;}
.float-right{float:right!important;}
.center{text-align:center;}
.sup { vertical-align: super;}
.inline{
	display:inline-block;
	vertical-align:top;
}
.with-padding{
	padding:30px 15px!important;
}
#overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;background:rgba(0,0,0,0.0);}
#overlay .overlay-message{ color:white; }
#loading{
	position:fixed;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #444444;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/* SCROLLBAR */
::-webkit-scrollbar {
	width: 10px;
	cursor:pointer;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background:#ccc;
}

::-webkit-scrollbar-thumb {
	background:#666;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	cursor:pointer;
}

::-webkit-scrollbar-thumb:hover {
	background:#555;
}

/*LOGO*/
#logo-container div{
	padding:0;
}

#logo-container .username{
	color:white;
}

#logo{
	height:40px;
	margin-top:10px;
	margin-bottom:10px;
}

.single #logo{
	margin-top:30px;
	height:60px;
}

#logo-container .buttons{
	padding-top:15px;
}

#logo-container .buttons .username{
	padding-right:10px;
}

/*CONNEXION*/
#connexion form{
	width:480px;
	margin:auto;
	margin-top:30px;
	padding:0;
	padding-top:30px;
	border-radius:6px;
	box-shadow:-2px 2px 5px rgba(0,0,0,0.2);
}

#connexion .connexion-body{
	margin-bottom:30px;
	padding:0;
	white-space:nowrap;
}

#connexion input[type="text"],#connexion input[type="password"]{
	width:100%;
}

#connexion .connexion-footer{
	border:1px solid #333;
	background:#666;
	margin:0;
	padding:10px 15px;
	border-radius:0 0 6px 6px;
}

#connexion .connexion-footer .btn{
	float:right;
}

#connexion .connexion-footer label{
	color:#ddd;
	font-weight:500;
}

#connexion .tooltip {
	top:-35px!important;
}

form .tooltip > .tooltip-inner{
	background:#d9534f;
}

/*MENU*/
#menu{
	position:fixed;
	left:0;top:74px;
	/*background:#333;*/
	color:white;
	/*height:100%;*/
	width:50px;
	z-index:9999;
}
#menu ul{
	margin-top:30px;
}
#menu a{
	color:white;
	width:100%;
	text-align:center;
	background:#333;
}
#menu i{
	font-size:20px;
	padding:10px;
	width:100%;
	border-bottom:1px solid #666;
	background:#333;
	transition: width .2s;
}
#menu i:hover{
	background:#666;
	width:110%;
	transition: width .2s;
}

/*CONTENT*/
#main-content{min-width:940px;}
.content-offset{
	padding-left:80px;
}
#main-content #main-wrapper{
	height:550px;
	overflow:hidden;
}

#main-content #main-wrapper.border{
	box-shadow:-2px 2px 5px rgba(0,0,0,0.4);
	padding:0;
	border-radius:6px 6px 0 0;
	border:1px solid #aaa;
	border-bottom:none;
}

#main-content .page-title{
	background:white;
	text-align:center;
}

#main-content .page-title h1{
	font-size:20px;
	margin-top:10px;
	font-weight:normal;
}

#main-content .page-footer{
	background:white;
	border-radius: 0 0 6px 6px;
	border:1px solid #aaa;
	border-top:none;
	text-align:center;
	box-shadow:-2px 1px 5px rgba(0,0,0,0.4);
	height:30px;
}

#main-content #main-wrapper section{
	padding:10px;
}

/*NAV TABS*/
.nav-tabs{
	background:#ccc;
	padding:0;
	margin-bottom:20px;
}

.nav-tabs>li>a{
	border-radius:0;
	color:#666;	
}
.nav-tabs>li>a,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
	box-shadow:0px -2px #ccc inset;
}

.separator{
	border-right:1px solid #aaa;
}

#Filemanager .table-wrapper{
	overflow:scroll;
	overflow-x:hidden;
	height:300px;
}
.ui-controlgroup-horizontal .ui-spinner-input {
	width: 20px;
}

/**********************************************************/
/*____________________FILE MANAGER_______________________*/
/********************************************************/
.Filemanager-content{
	margin-top:15px;
}

.Filemanager-block-wrapper{
	height:380px;
	background:white;
	overflow:auto;
	background:#ccc;
}

.Filemanager-block{
	background:#bbb;
	padding:10px;
	padding-bottom:0;
	text-align:center;
	margin-bottom:0;
	height:335px;
	overflow-y:auto;
	overflow-x:hidden;
}

#togive .Filemanager-block,.uploader .Filemanager-block,.uploader-done .Filemanager-block,.uploader-wrong .Filemanager-block{
	padding-bottom:10px;
	height:380px;
}

.Filemanager-block h4{
	position:absolute;
	top:-28px;left:50%;
	transform: translate(-50%,0);
	color:white;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
}

.Filemanager-block-wrapper-share {
	position: relative;
	overflow: initial;
	margin-top: 30px;
}

.nofiles{
	position:absolute;
	top:50%;left:50%;
	transform: translate(-50%,-50%);
}

/* FILES */

.Filemanager-block .file{
	background:white;
	text-align:left;
	padding:8px;
	padding-left:0;
	margin:5px;
	position:relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    height:40px;
    font-size:13px;
    overflow: hidden;
    box-shadow:0px -8px #333 inset;
}

.Filemanager-block .fileName{
	cursor:default;
	left:0;
	margin-left:8px;
}

#togive .Filemanager-block .fileName{
	margin-left:35px;
}

.fileName.showEndName{
	position:absolute;
	transition: all 0.3s ease;
}

.Filemanager-block .fileDate{
	position:absolute;
	right:2px;
	bottom:-2px;
	font-size:8px;
	color:white;
}

.Filemanager-block .fileDate .info-separation{
	color:#999;
} 

.Filemanager-block .file.multifile{
	background:#c7a9f2;
	border:1px solid #deccf9;
}

.Filemanager-block .file.corrupted{
	background:#f7677b;
}

.Filemanager-block .multifile-icon{
	position:absolute;
	top:0px;right:0px;
	font-size:7px;
	padding:3px 3px 3px 3px;
	background:#555;color:white;
	cursor:help;
}

.Filemanager-block .file.inprocess{
	background:#e9e9e9;
	color:#999;
}

#tooltip-helper{
	position:absolute;background:#333;color:white;padding:2px 4px;border-radius:4px;font-size:12px;display:none;box-shadow:0px 1px 3px rgba(0,0,0,0.7);
}

.file.ui-selecting,.ui-selecting td{ background: #FECA40!important; }
.file.ui-selected,.ui-selected td{ background: #F39814!important; color: white!important; }
.Filemanager-block .file .sort-handle{
	text-align:center;
	background:#333;
	color:white;
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
	position:absolute;
	left:0;top:0;
	width:25px;height:100%;line-height: 35px;
}

#Filemanager .Filemanager-block .ui-sortable-helper,
#Filemanager .Filemanager-block .file .sort-handle:active{ 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#Filemanager .Filemanager-block .ui-sortable-helper{
	padding:0!important;
}

#Filemanager .Filemanager-block li > li{
	margin:0!important;
	margin-bottom:3px!important;
}

.copying{
	border:1px dotted #555!important;
	background :#c7a9f2!important;
}

/*ASIDE MENU*/
.aside-menu{
	background:white;
	height:380px;
	overflow:auto;
	overflow-x:hidden;
	padding:10px;
}
.aside-menu h4{
	margin-top:0;
}
.aside-menu li{
	border-bottom:1px solid #ddd;
	margin-bottom:3px;
	cursor:pointer;
}

.aside-menu li .customer-name,
.aside-menu li .user-name{
	padding:3px;
}

.aside-menu li .customer-name:hover,
.aside-menu li .user-name:hover{
	background:#eee;
}

.aside-menu li.current-aside .customer-name,
.aside-menu li.current-aside .user-name{
	background:#666;
	color:white;
	cursor:default;
	padding-left:5px;
}

.aside-menu li ul{
	color:black;
	font-size:13px;
	max-height:150px;
	overflow:auto;
	border-left:1px solid #ddd;
	background:#ececec;
}

.aside-menu li ul li{
	padding:3px;
	padding-left:10px;
	margin-bottom:0;
}

.aside-menu li ul li:last-of-type{
	border:none;
}

.aside-menu li ul li:hover{
	background:#eee;
}
.aside-menu li ul li.current-folder{
	background:#ddd;
	cursor:default;
	font-weight:bold;
}

.aside-wrapper{
	position:relative;
	padding:0;
}
.aside-wrapper img{
	position:absolute;
	top:150px;
	transform: translate(0,-50%);
	right:-23px;
	width:15px;
}

.aside-wrapper.aside-right img{
	left:-23px;
}

.aside-menu:last-of-type img {
	left:-15px;
}

.aside-menu .indice{
	background:#f72a45;
	padding:2px;
	border-radius:2px;
	float:right;
	font-size:8px;
	color:white;
	text-align:center;
	width:25px;
	vertical-align:middle;
}

.aside-menu .logged-indice{
	float: right;
    background: #29fd91;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-top: 2px;
    margin-right: 10px;
}

.aside-menu .folder-infos{
	float:right;
	margin-right:10px;
	cursor:pointer;
}

.aside-menu .operator-info{
	font-size:9px;
	vertical-align:super;
	color:#aaa;
}

#Filemanager .modal-body .light-bg{
	min-height:340px;
}

/*DROPZONE - UPLOAD & DOWNLOAD*/

.Filemanager-block-wrapper.downloader .Filemanager-block{
	height:260px;
	padding-bottom:0;
}
.Filemanager-block-wrapper.downloader .Filemanager-block li:last-of-type{
	margin-bottom:0;
}
#Filemanager .download-btn{
	position:absolute;
	bottom:5px;
	right:27px;
}

.Filemanager-block-wrapper.uploader,
.Filemanager-block-wrapper.uploader-wrong{
	box-shadow:3px 3px 5px rgba(0,0,0,0.3) inset;
}

.Filemanager-block-wrapper.uploader{
	background:#DFF0D8;
}

.Filemanager-block-wrapper.uploader .btn{
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.Filemanager-block-wrapper.uploader .btn:hover {
  	background-color: #449d44;
  	border-color: #398439;
}

.Filemanager-block-wrapper.uploader-wrong{
	background:#F2DEDE;
}

.Filemanager-block-wrapper.uploader-wrong .btn{
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.Filemanager-block-wrapper.uploader-wrong .btn:hover {
	background-color: #c9302c;
  	border-color: #ac2925;
}

.Filemanager-block-wrapper.uploader .Filemanager-block,
.Filemanager-block-wrapper.uploader-wrong .Filemanager-block{
	background:none;
}

#Filemanager .Filemanager-block .upload-btn{
	position:absolute;
	top:50%;left:50%;
	transform: translate(-50%,-50%);	
}
.dropzone{
	background:none;
	min-height:100%;
	border:none;
}

.dropzone.dz-drag-hover {
    border: 4px dashed #99c187; 
}

.dropzone .dz-preview {
	margin:0;
	margin-bottom:10px;
	width:100%;
	min-height:0;
	background:white;
}

.dropzone .dz-preview .dz-name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding:10px;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      top: 18%;
      left:auto;
      right: -25px;
      margin-left: 0;
      margin-top: 0;
      font-size:20px;
      color:#333; 
}

.dropzone .dz-preview .dz-error-mark{
 	pointer-events: auto;
}

.dropzone .dz-preview .dz-error-mark i{
  	cursor:pointer;
}

.dropzone .dz-preview .dz-error-message{
  	top:105%;
  	left:50%;
  	transform:translate(-50%,0);
}

.dropzone .dz-preview.dz-error{
	background:#d9534f;
	color:white;
}

#Filemanager #overview #overview-files-count {
	color: white;
    position: absolute;
	top: -13px;
    left: 66px;
    width: auto;
}

#Filemanager #overview .table{
	margin:0;
}

#Filemanager .actions-wrapper{
	top:-20px;
	padding:0;
}

#Filemanager .actions-wrapper div{
	padding:0;
}

#Filemanager #overview #searchbar{
    width: 300px;
    height:32px;
    padding-left:5px;
}

#Filemanager .actions-wrapper label{
	border-radius: 4px 0 0 4px;
    vertical-align: top;
}

#Filemanager .selectableOverview{
	padding:5px;
	top:-10px;
	background:transparent;
}

#Filemanager .selectableOverview.haspages{
	height:345px;
}

#Filemanager .pagination{
	margin:0;
}

#Filemanager .pagination>.disabled>span{
	color: #fff;
    background-color: #c78526;
    border: 1px solid #b37416;
}

#Filemanager .pagination-link{
	color:white;
	background: #f0ad4e;
    border: 1px solid #b37416;
}

.pagination-link{
	cursor:pointer;
}

#Filemanager .pagination-link:hover{
	background: #da9c45;
}


#Filemanager #actionsOverview-btn i{
 color:#555;
 padding-right:3px;
}

#Filemanager .actions-Modified td{
	background:#c7a9f2;
}

#Filemanager .actions_form{
	border-radius:5px;
	background:#aaa;
}

/**********************************************************/
/*_______________Added by Max______________*/
/********************************************************/

.showPath {
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/**********************************************************/
/*_______________CUSTOMERS && USERS MANAGER______________*/
/********************************************************/
.Customers-block-wrapper,
.Users-block-wrapper{
	padding:0;
}

.Customers-block-wrapper h4,
.Users-block-wrapper h4{
	margin-top:10px;
}

.Customers-block-wrapper .customers-list,
.Users-block-wrapper .users-list{
	border-top:10px solid #333;
	height:390px;
	border-bottom: 1px solid #ccc;
	overflow:auto;
}

.Customers-block-wrapper .customers-list.nocreate-btn{
	height:423px;
}

.Customers-block-wrapper table,
.Users-block-wrapper table{
	margin-bottom:0;
}

.Customers-block-wrapper tbody tr,
.Users-block-wrapper tbody tr{
	cursor:pointer;
}

.Customers-block-wrapper .current-customer,
.Users-block-wrapper .current-user{
	background:#666;
	color:white;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	cursor:default;
}

.Customers-block-wrapper .current-customer i,
.Users-block-wrapper .current-user i{
	color:#000;
}

.Customers-block-wrapper .current-customer:hover,
.Users-block-wrapper .current-user:hover{
	background:#666;
}

.Customers-block-wrapper button,
.Users-block-wrapper button{
	margin:5px;
}

.nav-username{
	float: right;
    margin: 0;
    padding-top: 5px;
    padding: 6px 10px;
    padding-left: 12px;
    border-left: 1px solid #aaa;
    color:#333;
}

/**********************************************************/
/*____________________CUSTOMERS MANAGER__________________*/
/********************************************************/

#customersManager .nav-tabs{
	margin-bottom:10px;
}

#customersManager #archives tr:not(.current-customer) td{
	background: #f0ad4e;
}

#customersManager #archives tr:not(.current-customer) td:hover{
	background: #f9c378;
}

#customersManager #folders .light-bg{
	height:330px;overflow:hidden
}

#customersManager #folders .folders-list{
	padding:0;
	color:#333;
	height:422px;
}

#customersManager #folders .folders-list .folders-list-wrapper{
	height:369px;
}
#customersManager #folders .folders-list ul{
	height:380px;overflow:auto;overflow-x:hidden;
	padding:8px;
	border-bottom: 1px solid #ccc;
	margin-bottom:0;
}
#customersManager #folders .folders-list li{
	border-bottom:1px solid #ddd;
	padding:2px 3px;
	cursor:pointer;
}
#customersManager #folders .folders-list li:hover{
	background:#eee;
}

#customersManager #folders .folders-list li i{
	color:#666;
}

#customersManager #folders .folders-list button{
	margin:16px 5px;
}

#customersManager #folders .folders-list .current-folder{
	background: #ccc;
	font-weight:bold;
    cursor: default;
    padding: 0;
    border-bottom:none;
    cursor:default;
}

#customersManager #folders .folders-list .current-folder:hover{
	background: #ccc;
}


#customersManager #folders .folders-list .current-folder i{
	color:white;
	background:#333;
	padding:5px 7px;
}

#customersManager .folder-content{
	border-left:10px solid #333;
	padding:0;
}

#customersManager .folder-content .sub-menu{
	background:#333;
	margin-bottom:0;
}

#search-user{
	float: left;
    margin-top: 8px;
    margin-left: 4px;
}

.sub-menu>li>a, .sub-menu>li.active>a, .sub-menu>li.active>a:focus, .sub-menu>li.active>a:hover{
	box-shadow:none;
	border:none;
	padding:5px 8px;
	color:#333;
}

.sub-menu>li>a{
	color:#ccc;
	border-radius:6px 6px 0 0;
	background:#777;
}

.sub-menu>li>a>i{
	padding:3px;
}

.sub-menu>li.active>a,.sub-menu>li.active>a:focus, .sub-menu>li.active>a:hover, .sub-menu>li>a:focus, .sub-menu>li>a:hover{
	background:#fff;
	border-radius:6px 6px 0 0;
	color:#333;
	box-shadow:-1px -3px 3px rgba(0,0,0,0.3);
}

.sub-menu>li.active>a>i,.sub-menu>li>a:focus>i, .sub-menu>li>a:hover>i{
background:#ddd;
padding:3px;
border-radius:3px;
border-bottom:1px solid #aaa;
}

#customersManager  #folders .tab-content{
	overflow-y:auto;
	height:380px;
	background:white;
	position:relative;
}

#displaying-folder table{
	margin-bottom:0;
}

#settings-folder {
	min-height:100%;height:100%;
}

.editable{
 	position:absolute;
 	top:4px;right:4px;
 }

#settings-folder h5{
	font-weight:bold;
}

#settings-folder table{
	margin:0;
}

#settings-folder table:first-of-type{
	border-bottom:10px solid #333;
}

#settings-folder tbody tr th{
	width:120px;
}

#settings-folder tbody tr td{
	text-align:center;
}

.big-modal .modal-header .modal-title-info{
	text-align:center;
	font-size:12px;
}

.big-modal .modal-body .light-bg{
	height:auto!important;
	margin-bottom:10px;
}

.big-modal .modal-body textarea{
	min-width:100%;width:100%;
	height:80px;max-height:80px;
}

.big-modal .modal-content{
	background:#ececec;
}

.big-modal .modal-content .tooltip > .tooltip-inner{
	background:#d9534f;
}

.big-modal .modal-content .tooltip > .tooltip-arrow
{
	top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #d9534f;
}

.ui-dialog .ui-dialog-titlebar-close{
	padding:0;
}

.ui-widget-overlay{
	background:#000;
	opacity: .5;
}

#customersManager #informations .informations-content{
	height:412px;
	overflow:auto;
}

#customer-content{
	padding-right: 0;
	position:relative;
	overflow:hidden;
}

#customer-content #edit_customer .edit_user_form .form-group:nth-last-child(2),
#customer-content #edit_customer .edit_user_form .form-group:nth-last-child(3){
	display:none;
}

.savechanges{
	display:none;
	position: absolute;
    bottom: 0;
    background: #666;
    width: 100%;
    padding: 6px;
    padding-right:22px;
}

.folder-edit-wrapper{
	height:100%;
	overflow-y:auto;
	padding: 0px 10px;
	padding-bottom:20px;
	position:relative;
}

.edit_folder_form{
	height:100%;
}

#userInformations{
	padding:0;
	overflow:hidden;
}

#userInformations form{
	height:100%;
}

#userInformations h3, #informations h3{
	margin-top:5px;
}

#userInformations .informations-content{
	overflow-y:auto;
	overflow-x:hidden;
	height:100%;
}

/**********************************************************/
/*________________________USERS MANAGER__________________*/
/********************************************************/

#usersManager .user-informations{
	overflow-y:auto;
	height:462px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background: #fffca3;
    border: 1px solid #ecd423;
    box-shadow: 0px -1px rgb(236, 212, 35) inset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #ceb81a;
}

/**********************************************************/
/*________________________INVOICES_______________________*/
/********************************************************/

#InvoicesManager .invoices-block{
	height:420px;
	overflow-y: auto;
	padding:0;
}

#InvoicesManager .invoices-block.incomes{
	height:395px;
}

#InvoicesManager #invoiceModal #invoiceContent .invoiceLogo{
	max-width:150px;
	max-height:50px;
	margin-bottom:20px;
}

#InvoicesManager #invoiceModal #invoiceContent h4{
	padding:0;margin:0;
}

#InvoicesManager #invoiceModal #invoiceContent thead th{
	background:#555; color:white;
}

#InvoicesManager #invoiceModal #invoiceContent .priceList th{
	width:20%;
}

#InvoicesManager #invoiceModal #invoiceContent .priceList th:first-of-type{
	width:40%;
}

#InvoicesManager #invoiceModal #invoiceContent tr.total{
	border:1px solid black;
}

#InvoicesManager #invoiceModal #invoiceContent tr.total td,
#InvoicesManager #invoiceModal #invoiceContent tr.total th{
	border-top:1px solid black;
}

.modal.big-modal {
  z-index:9999;
  padding:0!important;
}

.big-modal  .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow:hidden;
}

.big-modal .modal-body {
    padding:30px 100px 150px 100px;
    height: 100vh;
    margin: 0;
    width: 100%;
    overflow-y: auto;
}

.big-modal .modal-content {
  height:100%;
  min-height: 100%;
  border-radius: 0;
  background:#444;
}

.big-modal .modal-header,.big-modal .modal-footer{
	background:#222;
	z-index:2;
	color:white;
	padding:5px;
	border:none;
}

.big-modal .modal-footer{
	position: absolute;
    bottom: -1px;
    width: 100vw;
    padding-right:20px;
}

/* Modif Max  */

.panel-heading p{
	margin-top: 5px;
}

.modal-footer h4{
	color: red;
	font-size: 20px;
	align-items: center;
}

.modal-footer span {
	color: blue;
}
.spec-modal .modal-content{
	width: 1500px;
	right: 30%;
}

.modal-title-spec {
	color: red;
	font-weight: 700;
	font-size: 25px;
}


/* Fin modif max */

.big-modal .modal-header .close{
	color:white;
}

.big-modal .modal .form-wrapper{
	height:100%;
}

.input-group .form-control{
	z-index:0;
}

.spec-modal .panel-info{
	border-color: #efefef;
}

.spec-modal .panel-info>.panel-heading{
	color: #000000;
    background-color: #f5f5f5;
    border-color: #ffffff;
}

.spec-modal .label-info {
    background-color: #666;
}

.spec-modal .breadcrumb li{
	border:none;
}

.little-group{
	padding:8px 10px;
}

.little-group .form-group{
	margin-bottom:3px;
}

#Invoices .invoices-list,#Invoices .invoices-list th:not(.text-left){
	text-align:center;
}

#Invoices .panel-default>.panel-heading:not(.normal-heading) {
	font-size:17px;
    color: #fff;
    background: #333;
}

#Invoices .table-hover>tbody>tr:hover {
    background-color: #e0f8ff;
}

#Invoices .tab-pane{
	height:400px;
	overflow:auto;
}

#Invoices .invoice-logo{
	padding:5px;
}

#Invoices .invoice-logo img{
	width:100%;
}

#Invoices .modal-body table{
	table-layout: fixed
}   

#Invoices .input-group{
	width:100%;
}

#Invoices .input-important{
	font-weight:700;
}

#Invoices .little-group .input-group input{
	text-align:right;
}

#Invoices .little-group .input-group-addon {
    font-weight: 500;
    width: 80px;
}

#invoiceFiles .little-group .input-group-addon{
	width:auto;
}

#invoiceFiles .list-group-item{
	margin-bottom:10px!important;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1)
}

#invoiceFiles .file-title{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#invoiceFiles .file-date{
	font-size:12px;
}

#invoiceFiles .image-container{
	min-height:160px;
	position:relative;
}

#invoiceFiles .thumbnail{
	max-width: 100%;
    max-height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#invoiceFiles .file-delete{
	background: #ececec;
	border-top:1px solid #aaa;
}

#invoiceFiles .checkbox{
	margin:0;
	margin-top: 5px;
}

#invoiceFiles .new-invoice .list-group{
	position: relative;
    padding: 6px;
    background: white;
    height: 402px;
    border-radius: 3px;
    margin-bottom: 10px!important;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

#invoiceFiles .new-invoice .list-group>div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
} 





/**********************************************************/
/*________________________PLATFORM_______________________*/
/********************************************************/

.platform-uploader{
	height:320px;
}

.platform-uploader .Filemanager-block{
	height:320px;
}

.platform-files-content .nav{
	margin-bottom:0;
	background:none;
}

.platform-files-content .tab-pane{
	height:362px;
}

.platform-files-content .table-wrapper{
	overflow: auto;
    height: 350px;
}

.platform-files-content .table-wrapper table{
	margin-bottom:0;
}

#files-done .table-wrapper{
    height: 325px;
}

#files-done .btn-container{
	text-align: right;
    padding-top: 7px;
}
 
.flashbag{
	position:fixed;
	bottom:10px; right:10px;
}

#filefolderform .thumbnail{
	max-width: 100%;
    max-height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#filefolderform .filefolder-container{
	background:#ececec;
	padding:20px;
}

#filefolderform .folder-select{
	padding: 5px;
    background: white;
    box-shadow: 0px 2px #ddd, 0px 3px 5px rgba(0,0,0,0.3);
}

#filefolderform .folder-select .form-group{
	margin-bottom:10px;
}

#filefolderform .folder-select select{
	width: 100%;
    display:inline-block;
}

#filefolderform .image-block-container{
	padding:5px;
}

#filefolderform .image-block{
	background: white;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    padding: 5px 5px 0 5px;
    height: 200px;
}

#filefolderform .image-block hr{
	margin:7px 0px;
}
#filefolderform .image-block .image-title{
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	font-weight:300;
}

#filefolderform .image-block .image-container{
	min-height:160px;
    position: relative;
}

#filefolderform .image-block.ui-selected,#invoiceFiles .selectable.ui-selected{
	background:#ffd59b!important;
}

#filefolderform .image-block.ui-selecting,#invoiceFiles .selectable.ui-selecting{ 
	background: #FECA40!important; 
}

.ui-selectable-helper{
	z-index:9999;
}

#image-preview{
	background:white;
	padding:5px;
	display:none;
	position:fixed;
	box-shadow:2px 3px 5px rgba(0,0,0,0.3);
	width:150px;
	border-radius:3px;
}

#image-preview .title-container{
	border-bottom:1px solid #ececec;
	text-align:center;
	font-size:12px;
	word-wrap:break-word;
}

#image-preview .img-container{
	position:relative;
	height:150px;
	width:100%;
}

#image-preview .img-container img{
	position:absolute;
	top:50%;left:50%;transform: translate(-50%,-50%);
	max-width:140px;
	max-height:140px;
}

.Filemanager-block .file .preview, .preview-folderpath{
	display:none;
}

#app_staff_edit_customers{
	padding: 10px;
    background: #eeeeee;
    border-radius: 7px;	
}

#app_staff_edit_customers .checkbox{
    width: 32%;
    display: inline-block;	
}

#form_compagny{
	padding-left: 20px;
}


/*  MAJ 25/06/2020 */
#redo-right-panel .upload-btn-text, #share-right-panel .upload-btn-text {
	display: none;
}
#redo-right-panel .Filemanager-block-wrapper, #redo-right-panel .Filemanager-block {
	height: 92px;
}
#share-right-panel .Filemanager-block-wrapper, #share-right-panel .Filemanager-block {
	height: 175px;
}
#redo-right-panel .dropzone .dz-message,
#share-right-panel .dropzone .dz-message {
	margin: 0;
}
#redo-right-panel .Filemanager-block .upload-btn,
#share-right-panel .Filemanager-block .upload-btn {
	position: initial;
    transform: initial;
}
.Filemanager-block-wrapper-share .btn {
	color: #fff!important;
    background-color: #f0ad4e!important;
    border-color: #eea236!important;
}
.Filemanager-block-wrapper-share .Filemanager-block {
	background: #ffdfb1!important;
}

#redo-correction-explanations {
	margin-top: 10px;
	border: 1px solid #585858;
	padding: 10px;
}
#redo-correction-explanations .correction-header {
	color: white;
	text-align: center;
    font-size: 12px;
}
#redo-correction-explanations .correction-message, #redo-correction-explanations .correction-body {
	height: 240px;
}
#redo-correction-explanations .correction-body {
	display: none;
}
#redo-correction-explanations .correction-message {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#redo-correction-explanations.has-explanations .correction-body {
	display: block;
}
#redo-correction-explanations.has-explanations .correction-message {
	display: none;
}
.Filemanager-block .file .preview-correction {
	display: none;
}

#image-preview.has-correction-preview {
	width:250px;
}
#image-preview.has-correction-preview .img-container {
	height:270px;
}
#image-preview.has-correction-preview .img-container img {
	max-width: 250px;
	max-height: 250px;
}

.has-redo:not(.active), .has-redo:not(.active) a {
	animation: redoBlink 1s infinite;
}
  
@-webkit-keyframes redoBlink {
	0%, 49% {
	  background-color: #ccc;
	  color: #666;
	}
	50%, 100% {
	  background-color: #d9534f;
	  color: white;
	}
}

.list-group-item #form_compagny {
	border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.btn-light {
	background: white;
    color: black;
}
.btn-light:hover {
	background: #eee;
}

#overview-search-form .input-group-addon label {
	width: 100px;
}

#app_staff_edit_sftp {
	border-top: 1px solid #d4d4d4;
	padding-top: 10px;
}
