@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* { transition: .3s all; }

html { height: 100%; }
body { font-family: 'Ubuntu', sans-serif; font-size: 12px; color: #000;  min-height: 100%; background: #f4f4f4;}
strong {font-weight: bold;}

a:hover { color: #a6ce39 !important; }

.green-button{background: #a6ce39; border: 1px solid #a6ce39; color: #fff; text-transform: uppercase; padding: 10px; box-sizing: border-box; white-space: nowrap; letter-spacing: 1px; font-size: 14px; cursor: pointer; outline: none;}
.green-button:hover { background: #fff; color: #a6ce39; }
.green-button span{vertical-align: middle;}

.grey-button{background: #333; border: 1px solid #333; color: #fff; text-transform: uppercase; padding: 10px; box-sizing: border-box; white-space: nowrap; letter-spacing: 1px; font-size: 14px; cursor: pointer; outline: none;}
.grey-button:hover { background: #fff; color: #333; }
.grey-button span{vertical-align: middle;}

.tasks-list .green-button{background: #a6ce39; border: 1px solid #a6ce39; color: #fff; text-transform: uppercase; padding: 10px; box-sizing: border-box; white-space: nowrap; letter-spacing: 1px; font-size: 14px; cursor: pointer; outline: none; width: 200px; margin-bottom: 10px;}
.tasks-list .green-button:hover { background: #fff; color: #a6ce39; }

.validate-error input,
.validate-error textarea,
.validate-error select { background: #FFF2F2; border: 1px solid #FA8D91 !important; }

/* LOGIN PAGE */
.login { background: url(../images/bg/img1.jpg) no-repeat; background-size: cover; height: 100%; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.login-container { position: absolute; width: 480px; top: 0; height: 100%; right: 0px; background: #fff; display: none; padding: 40px; box-sizing: border-box; }
.login-content {  }
.login-content h1 img{ margin-left: auto; margin-right: auto; display: block; }
.login-content h2 { font-size: 14px; text-transform: uppercase; color: #666; margin: 50px 0 5px; }
.login-content .legend {font-size: 14px; margin: 30px 0; text-align: center; color: #000; letter-spacing: 1px;}
.login-content .form { margin: 20px 0; padding: 0; }
.login-content .form .field { padding: 0; }
.login-content .form .field input{ border: 1px solid #ccc; line-height: 40px; height: 40px; width: calc(100% - 62px); padding-left: 60px; background: rgba(255, 255, 255, 0.4); border-radius: 3px; color: #666666; }
.login-content .form .field .icon{ position: relative; top: 32px; font-size: 16px; left: 16px; width: auto; display: inline-block; border-right: 1px solid #999999; padding-right: 10px; }
.login-content .links { text-align: center; }
.login-content .links a{ color: #666666; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; letter-spacing: 0px;}
.login-content .links a:hover{ text-decoration: underline;}
.login-content .forgot-password:hover { text-decoration: underline; }
.login-content .submit button{ width: 100%; background: #a6ce39; color: #fff; padding: 12px; text-transform: uppercase; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); cursor: pointer; font-size: 16px; letter-spacing: .025em; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; line-height: 1.36; border-radius: 3px; margin-top: 3rem;}
.login-footer { color: #989287; font-size: 13px; left: 0; margin: 0; position: absolute; text-align: center; bottom: 0; width: 100%; padding: 20px 0; }
.login-content .links { padding-top: 20px; }

.login .message { bottom: 25px; left: 25px; color: #fff; padding: 10px;}
.login .message .title { font-size: 28px; margin-bottom: 10px; }
.login .message .subtitle { font-size: 20px; }

/* FLASH MESSAGES */
.flash-messages  ul { list-style: none; }
.flash-messages .message { text-align: center; padding: 5px; border: 1px solid #000; margin-bottom: 5px; font-size: 15px !important; }
.flash-messages .message.succ { border-color: #060; background:#D2ECD3; color: #060; font-size: 14px !important;}
.flash-messages .message.error { border-color: #900; background:#FACFD0; color: #900; font-size: 14px !important;}
.flash-messages .message.warning { border-color:#C60; background:#FCE0C5; color: #C60; font-size: 14px !important;}

.flash-messages .message.error{border: 1px solid #900; background: #FACFD0; color: #900;}


/* HEADER */
.header-container { width: 100%; }
.header-container #loading { background: #f4f4f4; padding: 5px 20px; border-radius: 0 0 15px 15px; position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 9999; }
body.has-header-message .header-container #loading { top: 46px; }

.header { height: 96px; position: relative; z-index: 9; background: #fff; border-bottom: 1px solid #ddd; }

.header-top { background: #eeeeee; text-align: right; }

.header-top .search input { color: #333; padding: 7px 10px; font-size: 13px; vertical-align: middle; line-height: 18px; width: 80px; }
.header-top .search input::placeholder { text-transform: uppercase; }
.header-top button { font-size: 20px; position: relative; top: 3px; }

.header .wrapper { position: relative; }

.header-message { background: #67a8b4; font-size: 17px; text-transform: uppercase; color: #fff; padding: 10px 5px; text-align: center; }
.header-message span { display: inline-block; margin: 0 30px; padding: 0 30px; }
.header-message span a { padding: 2px 10px; display: inline-block; border: 1px solid #fff; color: #fff; cursor: pointer; margin-left: 10px; }
.header-message span a:hover { background: #fff; color: #67a8b4 !important; }

/*.header .logo { position: absolute; top: 0px; z-index: 9; left: 30px; }*/
.header .logo { z-index: 9; display: inline-block; position: relative; top: 50%; transform: translateY(-50%); width: 120px; text-align: center;}
.header .header-inner-container {display: inline-block; vertical-align: top; position: relative; top: 50%; transform: translateY(-50%); float: right;}
.header .header-inner-container .navigation-search { display: none; }
.header .header-inner-container > div{display: inline-block; margin-right: 25px; cursor: pointer;}
.header .header-inner-container > div:last-child{margin-right: 40px;}
.header .header-inner-container span{font-size: 20px;}
.header .header-inner-container .customer-menu{ display: none; background: #fff; border: 1px solid #d3d3d3; width: auto; padding: 20px 25px; text-transform: uppercase; text-align: center; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; -webkit-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); -moz-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); font-size: 14px; position: absolute; top: 90px; left: -7px; text-align:right; white-space: nowrap; cursor: context-menu;}
.header .header-inner-container .customer-menu.visible{ display: block; left: -60px; }
.header .header-inner-container .customer-menu a{display: block; color: #7b7b7b; text-decoration: none; font-weight: bold; margin-bottom: 5px; cursor: pointer;}
.header .header-inner-container .customer-menu p{text-transform: none; color: #a6ce39; margin-bottom: 5px; color: #a6ce39; font-size: 20px; }
.header .navigation-customer {padding: 3px 0; }
.header .navigation-customer ul{font-size: 0;}
.header .navigation-customer li{font-size: 18px; display: inline-block; height: 40px; line-height: 40px; width: 40px; padding: 0; text-align: center;}
.header .navigation-customer .customer-button{background: #f1f0f0; color: #777777;}
.header .navigation-customer .basket-button{background: #000; color: #fff;}
.header .navigation-customer .quantity{border: 1px solid #e1e1e1; font-size: 13px; vertical-align: top; height: 38px; line-height: 40px; width: 38px; padding: 0; text-align: center;} 
.header .navigation-container, .header .language-selector {display: inline-block; vertical-align: middle; padding-top: 5px; padding-bottom: 3px; padding-right: 15px;}
.header .language-selector {padding-left: 15px; padding-right: 15px; border-left: 1px solid #b4b4b4;}
.header .language-selector img{margin-bottom: 1px;}
.header .welcome { display: none; }

.header .my-account { float: left;  margin-left: 15px; float:right; line-height: 30px;}
.header .my-account a { color: #fff; }
.header .navigation-container{padding-right: 0; padding-top: 4px;}
.header .icon-menu {color: #fff; font-size: 25px; position: relative; background: #000; padding: 0; width: 40px; height: 40px; text-align: center;}
.header .icon-menu:before {vertical-align: middle;}
.header .search { float: right; right: 25px; position: relative; }
.header .search .form_search{ position: absolute; }
.header .search .search_terms{display: none; position: relative; background: #fff; top: 63px; right: 175px; padding: 8px;  }
.header .search .search_terms.visible{display: block; position: relative; background: #fff; top: 77px; right: 175px; padding: 8px;  transition: all .3s ease; }
.header .search .search-button{color: #fff; font-size: 27px; position: relative; top: 39px; right: 50px;}
.header .search .search-button.active{color: #fff; font-size: 27px; position: relative; top: 7px; right: 50px;}
.header .notifications { position: absolute; top: 78px; right: 5px; }
.header .notifications .icon-bell { color: #eee; font-size: 22px; cursor: pointer; }
.header .notifications .content { position: absolute; top: 40px; right: 0; width: 450px; background: #555; z-index: 999; color: #ddd; visibility: hidden; opacity: 0; transform: translateY(30px); transition: .3s all; }
.header .notifications.visible .content { visibility: visible; opacity: 1; transform: translateY(0); }
.header .notifications .content a.see-all,
.header .notifications .content h3 { padding: 10px; text-transform: uppercase; font-weight: normal; border-bottom: 1px solid #fff; color:#fff; text-align: center; display: block; }
.header .notifications .content .container { padding: 15px; }
.header .notifications .content ul { max-height: 410px; overflow-y: auto; overflow-x: hidden; }
.header .notifications .content ul li { border-bottom: 1px solid #555; padding-right: 95px; display: table; width: 100%; }
.header .notifications .content ul li .image { display: table-cell; vertical-align: middle; }
.header .notifications .content ul li .description { display: table-cell; padding: 10px; }
.header .notifications .content ul li .description a { color: #ddd; text-decoration: none; }
.header .notifications .content ul li .description a:hover { text-decoration: underline;}
.header .notifications .content ul li .description.empty { text-align: center; }
.header .notifications .content ul li .description .title { color: #fff; font-weight: bold; }
.header .notifications .content ul li .date {  background: #666; display: table-cell; vertical-align: middle; color: #fff; width: 80px; text-align: center;  }
.header .notifications .content a.see-all  { border-bottom: 0; border-top: 1px solid #aaa; text-decoration: none; background: #666; }
.header .notifications .content a.see-all:hover { background: #888; }

.header-container .navigation { padding: 0; z-index: 9; }
.header-container .navigation ul{ font-size: 0; }
.header-container .navigation li { font-size: 18px; text-align: center; position: relative; transition: .3s all ease;}
.header-container .navigation li.level-1 {margin-right: 20px;}
.header-container .navigation li.hasSubMenu { background: url(../images/i_arrow_2.png) no-repeat right; }
.header-container .navigation li.hasSubMenu a{ padding: 10px 19px 12px 10px; }
.header-container .navigation li.level-2 a{padding: 0 !important; }
.header-container .navigation li:hover {  }
.header-container .navigation li a { color: #a1a1a1; text-decoration: none; padding: 10px; display: block; text-transform:uppercase; font-size: 15px; font-weight: bold; }
.header-container .navigation li a:hover {  }
.header-container .navigation ul li.customer{position: absolute; top: 4%; right: 0;}

.header-container .navigation li ul { position: absolute; top: 44px; background: #1d1d1d; width: 245px; padding: 27px 15px; visibility: hidden; opacity: 0;  transition: .3s all ease;   }
.header-container .navigation li:hover ul { visibility: visible; opacity: 1; }
.header-container .navigation li ul li { float: none; text-align: left; margin: 0 0 17px; width: 100%;}
.header-container .navigation li ul li:last-child { margin-bottom: 0; }
.header-container .navigation li ul li a { font-size: 16px; padding: 0; color: #6d6d6d; }
.header-container .navigation li ul li:hover { background: none; }
.header-container .navigation li ul li a:hover { color: #dadada;  }

.fields-group { display: table; table-layout: fixed; width: 100%; }
.fields-group .col { display: table-cell; width: 2%; vertical-align: top; }
.fields-group.cols2 .col { width: calc(50%); }
.form .field { padding: 6px;}
input{-webkit-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); display: inline-block; width: calc(100% - 23px); background: #fff; }

/* FORM */
.form label.validate-error span { color: #C00; }
.form .error-message {  display: block; color:#C00; font-weight: normal; font-size: 12px; text-transform: none; text-align: left;}

/* MENU VERTICAL BAR */
.menu-wrapper{width: 120px; display: inline-block; background: #fff; border-right: 1px solid #ddd; position: relative; top: -1px; z-index: 9;}
.menu-wrapper .menubar .nav li{text-align: center; padding-top: 40px;}
.menu-wrapper .menubar .nav li:first-child{padding-top: 20px;}
.menu-wrapper .menubar .nav li a{text-decoration: none;}
.menu-wrapper .menubar .nav li a img{display: block; margin-left: auto; margin-right: auto; width: auto;}
.menu-wrapper .menubar .nav li a .label{text-transform: uppercase; color: #4a4a4a; font-size: 14px; padding-top: 5px; display: block; font-weight: lighter;}
.menu-wrapper .menubar .nav li a.active .label{color: #a6ce39;}

/* CONTENT */
.content-container { width: calc(100% - 130px); float: right; box-sizing: border-box; padding: 0 30px; overflow: auto; }

.edit-account-form{margin-top: 20px; max-width: 400px; margin: 0 auto;}
.edit-account-form input{padding: 12px; }

/* PROJECT SELECTOR */
.project-selector { background: #eaeaea; padding: 30px; border-bottom: 1px solid #ccc; margin-bottom: 20px; text-transform: uppercase; font-size: 15px; color: #333; letter-spacing: 2px; overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.project-selector strong { }
.project-selector .buttons { display: inline-block; float: right; }
.project-selector .buttons button{ cursor: pointer; }

.project-selector .search{box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); padding: 5px 10px; display: inline-block; background: #fff; vertical-align: middle;}
.project-selector .search input{box-shadow: none; width: 100%;}
.project-selector .search input:focus{outline: 0;}

.project-selector .support-message{display: none; position: absolute; right: 0; background: #fff; text-align: center; padding: 10px 30px; right: 76px; top: 170px; -webkit-box-shadow: -1px 3px 8px 0px rgba(130,130,130,1); -moz-box-shadow: -1px 3px 8px 0px rgba(130,130,130,1); box-shadow: -1px 3px 8px 0px rgba(130,130,130,1); z-index: 9;}
.project-selector .support-message p{color: #a6ce39; margin: 0; text-transform: none; font-size: 14px; line-height: 19px; letter-spacing: 1px;}
.project-selector .support-message strong{color: #7b7b7b; text-transform: uppercase; font-weight: bold;}
.project-selector .support-message strong a { color: #a6ce39; text-decoration: underline; }

.project-selector .project-change-pwd {display: none; position: absolute; z-index: 999; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid #ccc; background: #fff; padding: 20px; width: 200px;}
.project-selector .project-change-pwd p { margin-bottom: 10px; }
.project-selector .project-change-pwd input {padding: 5px; text-align: center; }

.icon-plus-circled {font-size: 20px; margin-right: 8px; margin-left: -3px;}
.icon-minus-circled {font-size: 20px; margin-right: 8px; margin-left: -3px;}

/* PROJECTS */
.projects{width: 96%; margin-left: auto; margin-right: auto; display: block;}

.project-header{margin-top: 10px; margin-bottom: 40px;}
.project-header .title{display: block; margin-bottom: 40px; margin-top: 50px; color: #a6ce39; }
.project-header p{display: inline-block; text-transform:uppercase; font-size: 15px; font-weight: 500; margin-right: 35px;}
.project-header p:nth-of-type(2){margin-left: 35px;}
.project-header strong{color: #425152; text-transform:uppercase; font-size: 15px; font-weight: 500; margin-left: 10px;}
.project-header .status.active{color: #a6ce39;}
.project-header .status.suspended{color: #910f0f;}

.edit-contact-form a{color: #000;}
.edit-contact-form .icon-close{font-size: 26px; position: absolute; right: 0; top: 2px;}
.edit-contact-form p{color: #a6ce39; font-weight: bold; margin-bottom: 5px;}
.edit-contact-form strong{color: #7b7b7b}
.edit-contact-form .input-info{width: 650px; font-size: 0; margin: 10px 0;}
.edit-contact-form input{-webkit-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); display: inline-block; padding: 12px; width: calc(100% - 23px);}
.edit-contact-form .green-button{width: auto; cursor: pointer; padding: 13px 20px;}
.edit-contact-form .error-message.validate-error{margin-left: 6px; margin-bottom: 6px;}

.customer-list ul{font-size: 0;}
.customer-list ul li{background: #fff; padding: 7px 10px; margin-bottom: 15px; overflow: auto; position: relative;}
.customer-list ul li .info{display: inline-block; vertical-align: middle; width: calc(100% - 59px);}
.customer-list ul li .customer-icons{display: inline-block; font-size: 0px; vertical-align: middle; }
.customer-list ul li .customer-icons img:first-child{margin-right: 10px; }
.customer-list ul li .customer-icons img{cursor: pointer;}
.customer-list ul li .info .name{color: #0b9aa3;}
.customer-list ul li .info p{display: inline-block; text-transform:uppercase; font-size: 15px; font-weight: 500;}
.customer-list ul li .info .contacts{display: block; margin-top: 7px; font-weight: normal; font-size: 13px; text-transform:none;}
.customer-list ul li .info strong{font-weight: bold;}
.customer-list{padding-bottom: 1px;}
.customer-list:last-child{padding-bottom: 40px;}

/* KANBAN */
.kanban ul {font-size: 0;}
.kanban ul li{display: inline-block; width: calc(25% - 18px); font-size: 12px; margin-right: 23px; vertical-align: top; }
.kanban ul li:last-child{margin-right: 0px; }
.kanban ul li .title{padding: 0; position:relative; height: 100px; color: #fff; text-transform:uppercase; font-size: 16px; font-weight: 500; letter-spacing: 1px;}
.kanban ul li .title > p { margin: 0; position: absolute; z-index: 999; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; }
.kanban ul li .analyse{background: #5cd6ec;}
.kanban ul li .execution{background: #a85790;}
.kanban ul li .waiting{background: #ecbc2b;}
.kanban ul li .closed{background: #a6ce39;}
.kanban ul li ul {margin-top: 14px;}
.kanban ul li ul li{display: block; width: auto; margin-top: 9px; margin-right: 0;}
.kanban ul li ul li:first-child{margin-top: 0px;}
.kanban .issue{border: 1px solid #e1e1e1; background: #fff; font-size: 13px; color: #425152; padding: 15px; padding-right: 10px; letter-spacing: 1px; min-height: 95px; position: relative; cursor: pointer; }
.kanban .issue:hover{background: none; }
.kanban .issue.executed-in-dev { border-color: #1BB190; }
.kanban .issue.approved-in-dev { border-color: #0f4c92; }
.kanban .issue.support-hours-pending { border-color: #F90 !important; }
.kanban .issue.waiting-action { border-color: #F90 !important; }
.kanban .issue strong{text-transform: uppercase; font-weight: bold; font-size: 12px; }
.kanban .issue .bottom{bottom: 8px; position: absolute; width: calc(100% - 20px); display: flex; align-items: center; justify-content: space-between; }
.kanban .issue .bottom p{display: inline-block;}
.kanban .issue .bottom .issue-icons{display: inline-block; float: right; font-size: 0px;}
.kanban .issue .bottom .issue-icons img:first-child{margin-right: 5px;}
.kanban .green-button{width: 100%; margin-top: 12px; font-weight: bold; cursor: pointer;}
.kanban .green-button.visible{display: block;}
.kanban .green-button.invisible{display: none;}
.kanban .info-popup { display: inline-block; position: relative; }
.kanban .info-popup .info-ticker { cursor:pointer; }
.kanban .info-popup .info { display: block; transition: .3s all; opacity: 0; visibility: hidden; position: absolute; bottom: calc(100% + 10px); left: 0; transform: translateX(-50%); background: #fff; border: 1px solid #ccc; padding: 10px; width: 200px; font-size: 12px; color: #333; text-transform: none; }
.kanban .info-popup:hover .info {  opacity: 1; visibility: visible;   }

/* NEW ISSUE */
.new-issue-form{background: #fff; -webkit-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); padding: 30px; font-size: 0; letter-spacing: 0; height: 823px; position:relative;}
.new-issue-form .info{margin-bottom: 20px;}
.new-issue-form a{color: #000;}
.new-issue-form a .icon-close{font-size: 26px; position: relative; top: -19px; float: right; right: -21px;}
.new-issue-form h2{text-transform: uppercase; display: inline-block; margin-right: 10px; font-size: 16px; font-weight: 500; letter-spacing: 1px; margin:0; margin-right: 10px; color: #425152;}
.new-issue-form h3{text-transform: uppercase; color: #0b9aa3; font-weight: 500; letter-spacing: 1px; display: inline-block; font-size: 13px;}
.new-issue-form .type{background: #5cd6ec; padding: 6px 12px; color: #fff; margin-right: 15px !important;}
.new-issue-form .info p{display: inline-block; margin-right: 10px; text-transform:uppercase; letter-spacing: 1px; font-size: 13px; color: #425152;}
.new-issue-form .subject{-webkit-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); padding: 10px; display: inline-block; margin-bottom: 20px; }
.new-issue-form .subject select,
.new-issue-form .subject input{width: 500px; display: block; padding: 2px; padding-left: 0; font-size: 13px; letter-spacing: 1px; font-family:'Ubuntu', sans-serif; box-shadow: none; background: #fff; border: 0;}
.new-issue-form .subject input::placeholder{color: #000; opacity: 1;}
.new-issue-form .request{border: 2px solid #e0e0e0; display: inline-block; vertical-align: top; width: calc(100% - 360px); font-size: 13px; letter-spacing: 1px; padding: 10px 0 0 10px; margin-top: 15px;}
.new-issue-form .request textarea{width: calc(100% - 5px); height: 220px; min-height: 248px; border: none; resize: vertical; font-family:'Ubuntu', sans-serif; font-size: 13px; letter-spacing: 1px;}
.new-issue-form .request textarea::placeholder{color: #000; opacity: 1; font-weight: normal;}
.new-issue-form .error-message:last-of-type{ position:absolute; }
.new-issue-form .error-message{position: static; bottom: auto; display: block; color:#C00; font-weight: normal; font-size: 14px; margin: -20px 0 20px 0; }
.new-issue-form .upload-send{border: 2px solid #e0e0e0; display: inline-block; vertical-align: top; border-left: none; padding: 20px; height: 235px; position: relative; margin-top: 15px; width: 300px;}
.new-issue-form .upload-send .upload{font-size: 12px; text-align: center;}
.new-issue-form .upload-send .upload span{font-size: 35px; display: inline-block; vertical-align:middle; color: #484c4d;}
.new-issue-form .upload-send .upload p{font-size: 15px; display: inline-block; vertical-align:text-top; color: #a6ce39; font-weight: 500; margin-left: 10px;}
.new-issue-form .gray-button{display: block; margin: 20px 0 15px 5px; padding: 8px 10px;}
.new-issue-form .gray-button .text{padding: 0 20px;}
.new-issue-form .upload-send .green-button{margin-left: auto; margin-right: auto; width: 145px; display: block; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); cursor: pointer;}
.new-issue-form .upload-send .green-button .text{padding: 0 20px;}
.new-issue-form .upload-send .accept-terms { font-size: 12px; text-align: center; margin: 10px 0; }
.new-issue-form .upload-send .accept-terms a { text-decoration: underline; cursor: pointer; }

.new-issue-form .issue-alert{background: #fff; border: 1px solid #d3d3d3; width: auto; padding: 20px 25px 0 25px; text-transform: uppercase; text-align: center; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; -webkit-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); -moz-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); font-size: 14px;}
.new-issue-form .issue-alert a{color: #000;}
.new-issue-form .issue-alert .icon-close{font-size: 26px; position: absolute; right: 0; top: 2px;}
.new-issue-form .issue-alert p{color: #a6ce39; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px;}
.new-issue-form .issue-alert strong{color: #7b7b7b; margin-bottom: 8px; display: block; letter-spacing: 1px;} 
.new-issue-form .issue-alert form{width: 620px; font-size: 0; margin: 10px 0;}
.new-issue-form .issue-alert .green-button{width: auto; padding: 13px 27px; font-weight: bold; margin-top: 7px;}


/* READ ISSUE */
.read-issue{background: #fff; -webkit-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); padding: 30px; letter-spacing: 0; min-height: 823px; color: #425152; margin-top: 25px; overflow-wrap: break-word;}
.read-issue .info{margin-bottom: 35px;}
.read-issue a{color: #000;}
.read-issue a .icon-close{font-size: 26px; position: relative; top: -19px; float: right; right: -21px;}
.read-issue h2{text-transform: uppercase; display: inline-block; margin-right: 10px; font-size: 16px; font-weight: 500; letter-spacing: 1px; margin:0; margin-right: 10px; }
.read-issue .type{background: #ecbc2b; padding: 6px 12px; color: #fff; margin-right: 15px !important;}
.read-issue .type.closed{background: #a6ce39;}
.read-issue .type.analyse{background: #5cd6ec;}
.read-issue .type.execution{background: #a85790;}
.read-issue .type.executed-in-dev { background: #1BB190; }
.read-issue .type.approved-in-dev { background: #0f4c92; }
.read-issue .type.waiting-action { background: #F90; }
.read-issue .info p{display: inline-block; margin-right: 10px; text-transform:uppercase; letter-spacing: 1px; font-size: 13px; }
.read-issue .info .description{display: block; text-transform: none; margin-top: 8px;}
.read-issue .green-button{display: block; margin: 20px 0 15px 0px; padding: 8px 15px 8px 10px; cursor: pointer; }
.read-issue .green-button .icon-minus-circled{display: none;}
.read-issue .green-button.active{background: #dfdfdf;}
.read-issue .green-button.active .icon-plus-circled{display: none;}
.read-issue .green-button.active .icon-minus-circled{display: inline-block;}
.read-issue .new-message-form{font-size: 0; display: none; position:relative;}
.read-issue .new-message-form.active{display: block;}
.read-issue .new-message-form .error-message{display: block; color:#C00; font-weight: normal; font-size: 14px; position:absolute; bottom: 8px;}
.read-issue .new-message-request{border: 2px solid #e0e0e0; display: inline-block; vertical-align: top; width: calc(100% - 360px); font-size: 13px; letter-spacing: 1px; padding: 10px 0 0 10px; margin-bottom: 23px;}
.read-issue .new-message-request h3{color: #0b9aa3; text-transform: uppercase;}
.read-issue .new-message-request textarea{width: calc(100% - 5px); height: 220px; min-height: 220px; border: none; resize: vertical; font-family:'Ubuntu', sans-serif; font-size: 13px; letter-spacing: 1px;}
.read-issue .new-message-request textarea::placeholder{color: #000; opacity: 1; font-weight: normal;}
.read-issue .form.new-message-form .upload-send{border: 2px solid #e0e0e0; display: inline-block; vertical-align: top; border-left: none; padding: 20px; height: 207px; position: relative; width: 300px; }
.read-issue .form.new-message-form .upload-send .upload{font-size: 12px; text-align: center;}
.read-issue .form.new-message-form .upload-send .upload span{font-size: 35px; display: inline-block; vertical-align:middle; color: #484c4d;}
.read-issue .form.new-message-form .upload-send .upload p{font-size: 15px; display: inline-block; vertical-align:text-top; color: #a6ce39; font-weight: 500; margin-left: 10px;}
.read-issue .form.new-message-form .upload-send .green-button{margin-left: auto; margin-right: auto; width: 145px; display: block; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); cursor: pointer;}
.read-issue .form.new-message-form .upload-send .green-button {width:150px;}
.read-issue .form.new-message-form .upload-send .green-button .text{padding: 0;}
.read-issue .issue-message{background: #f7f7f7; margin-bottom: 23px; padding: 10px;}
.read-issue .issue-message.wheelt{margin-right: 62px;}
.read-issue .issue-message.client{margin-left: 62px;}
.read-issue .issue-message .info{font-weight: 500; margin-bottom: 5px; }
.read-issue .issue-message .info p{font-size: 15px; }
.read-issue .issue-message.wheelt .sender{color: #a6ce39; margin: 0;}
.read-issue .issue-message.client .sender{color: #0b9aa3; margin: 0;}
.read-issue .issue-message p{font-size: 13px; letter-spacing: 1px; line-height: 19px; margin-bottom: 15px;}
.read-issue .issue-message .files a{text-decoration: none; color: #a6ce39; font-size: 15px; font-weight: 500; vertical-align: text-top; margin-right: 20px; cursor: pointer;}
.read-issue .issue-message .files span{font-size: 30px; color: #484c4d;margin-right: 8px; vertical-align: sub;}
.read-issue .issue-message .expand{text-transform: uppercase; color: #a6ce39; font-weight: 500; text-align: right; cursor: pointer; margin: 0; font-size: 15px; display: block;}
.read-issue .issue-message .expand .minimize, .read-issue .issue-message .expand.active .expanded{display: none;}
.read-issue .issue-message .expand.active .minimize, .read-issue .issue-message .expand .expanded{display: block;}
.read-issue .issue-message .short, .read-issue .issue-message .complete{display: block;}
.read-issue .issue-message .short.invisible, .read-issue .issue-message .complete.invisible{display: none;}
.read-issue .files { margin: 20px 0; }
.read-issue .files a { display: inline-block; margin-right: 10px; font-size: 16px; color: #333; }
.read-issue .files a span { margin-right: 10px; }
.read-issue .attachments {display: block; margin-top: 20px; }
.read-issue .attachments .title {font-weight: bold; font-size: 13px; margin-bottom: 5px;	margin-right: 10px; }
.read-issue .attachments a{ font-size: 12px; color: #333; text-transform: none; margin-right: 10px; }
.read-issue .attachments a span {margin-right: 5px;}

.uploaded-files { margin-bottom: 20px; border: 1px solid #ccc; padding: 15px; display: inline-block; display: none; }
.uploaded-files h2 { color: #a6ce39; margin-bottom: 10px; }
.uploaded-files ul li { display: inline-block; margin-right: 10px; font-size: 15px; color: #333; }
.uploaded-files ul li .icon-close { cursor: pointer; }

#bottom_container_close .wizard-container {background: #fff; border: 1px solid #d3d3d3; width: auto; text-transform: uppercase; text-align: center; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; -webkit-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); -moz-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1);
box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); font-size: 14px; z-index: 9;}
#bottom_container_close .wizard-container .wizard{width: 100%; margin: 0; }
.close-issue-form a{color: #000;}
.close-issue-form .icon-close{font-size: 26px; position: absolute; right: 0; top: 2px;}
.close-issue-form p{color: #a6ce39; font-weight: bold; margin-bottom: 5px;}
.close-issue-form strong{color: #7b7b7b}
.close-issue-form .input-info{width: 650px; font-size: 0; margin: 10px 0;}
.close-issue-form textarea,
.close-issue-form input{-webkit-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); box-shadow: 0px 0px 4px 0px rgba(212,212,212,1); display: inline-block; padding: 12px; width: 78%; border: 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.close-issue-form .green-button{width: auto; cursor: pointer; padding: 13px 20px;}
.close-issue-form .smileys { margin: 20px 0;  }
.close-issue-form .smileys li { display: inline-block; margin: 0 10px; transition: .2s all; cursor: pointer; transform: scale(0.9); position: relative; top: 0;  }
.close-issue-form .smileys li.selected,
.close-issue-form .smileys li:hover { transform: scale(1); }
.close-issue-form .smileys li.selected { top: -10px;  }
.close-issue-form .error-message { text-align: center; }

/* SUMMARY */
.tasks {width: 96%; margin-left: auto; margin-right: auto; display: block;}

.tasks-header{margin-top: 10px; margin-bottom: 40px;}
.tasks-header p{display: inline-block; text-transform:uppercase; font-size: 15px; font-weight: 500; color:#a6ce39; margin-right: 35px;}
.tasks-header p:first-of-type{margin-left: 35px;}
.tasks-header p:last-of-type{margin-right: 12px;}
.tasks-header strong{color: #425152; text-transform:uppercase; font-size: 15px; font-weight: 500;}
.tasks-header .captive-balance span{font-size: 25px; color: #425152; cursor: pointer; vertical-align: sub; margin-left: 5px;}
.tasks-header .captive{background: #fff; border: 1px solid #f5f5f5; padding: 10px 20px; width: 318px; position: absolute; z-index: 9;}
.tasks-header .captive p{margin: 0; text-transform: none; margin-bottom: 17px; font-weight: normal;}
.tasks-header .captive ul li strong{text-transform: uppercase; margin:0; font-weight: 500; color: #7b7b7b;}
.tasks-header .captive ul li p{text-transform: uppercase; margin:0; font-weight: normal; color: #7b7b7b;}
.tasks-header .tooltip {position: relative; display: inline-block; }
.tasks-header .tooltip span{font-size: 22px; vertical-align: sub;}
.tasks-header .tooltip .tooltiptext {visibility: hidden;  top: 0; left: 35px;}

.tasks-list ul{font-size: 0;}
.tasks-list ul li{background: #fff; padding: 7px 10px; margin-bottom: 15px; overflow: auto; position: relative;}
.tasks-list ul li > div {display: inline-block; vertical-align:middle;}
.tasks-list ul li.debit .info .type{color: #0b9aa3;}
.tasks-list ul li.debit{margin-left: 62px; width: calc(100% - 161px); display: inline-block;}
.tasks-list ul li.credit .info .type{color: #a6ce39;}
.tasks-list ul li.credit{margin-right: 0px; width: calc(100% - 99px); display: inline-block;}
.tasks-list ul li.balance.first {background: none; float: right; margin-bottom: 0; color: #a6ce39; margin-left: 130px;}
.tasks-list ul li.balance {display: inline-block; margin-left: 5px; width: 54px;}
.tasks-list ul li.balance p{font-size: 15px; font-weight: bold;}
.tasks-list ul li .info p{display: inline-block; text-transform:uppercase; font-size: 15px; font-weight: 500;}
.tasks-list ul li .info .balance{display: block; margin-top: 7px; font-weight: normal; font-size: 13px;}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* INVOICES */
.invoices {width: 96%; margin-left: auto; margin-right: auto; display: block;}

.invoices-header{margin-top: 10px; margin-bottom: 40px;}
.invoices-header p{display: inline-block; text-transform:uppercase; font-size: 15px; font-weight: 500; color:#a6ce39; margin-right: 35px;}
.invoices-header p:first-of-type{margin-left: 35px;}
.invoices-header strong{color: #425152; text-transform:uppercase; font-size: 15px; font-weight: 500;}

.invoices-list ul{font-size: 0;}
.invoices-list ul li{background: #fff; padding: 7px 10px; margin-bottom: 15px; overflow: auto; position: relative;}
.invoices-list ul li > div {display: inline-block; vertical-align:middle;}
.invoices-list ul li.blue .info .id, .invoices ul li.blue .download{color: #0b9aa3;}
.invoices-list ul li.green .info .id, .invoices ul li.green .download{color: #a6ce39;}
.invoices-list ul li .info{width: calc(100% - 422px);}
.invoices-list ul li .info p{display: inline-block; text-transform:uppercase; font-size: 15px; font-weight: 500; margin-right: 5px;}
.invoices-list ul li.green .info p{text-transform: none;}
.invoices-list ul li .info .description{display: block; margin-top: 7px; font-weight: normal; font-size: 13px;}
.invoices-list ul li .status{padding: 12px 20px; text-transform: uppercase; font-size: 15px; font-weight: 500; width: 120px; text-align: center;}
.invoices-list ul li .status.unpaid{border: 1px solid #b71111; color: #b71111;}
.invoices-list ul li .status.out_invoice.unpaid, .invoices-list ul li .status.simplified_invoice.unpaid{border: 1px solid #b71111; color: #b71111;}
.invoices-list ul li .status.paid{border: 1px solid #a6ce39; color: #a6ce39;}
.invoices-list ul li .status.credit{border: 1px solid #f35600; color: #f35600;}
.invoices-list ul li .status.out_refund.open{border: 1px solid #f35600; color: #f35600;}
.invoices-list ul li .status.open{border: 1px solid #b71111; color: #b71111;}
.invoices-list ul li .download{text-transform: uppercase; font-size: 15px; font-weight: 500; width: 258px; text-align: right; padding: 12px 0; cursor: pointer;}
.invoices-list ul li .download a{color: inherit; text-decoration: none;}
.invoices-list ul li .download img, .invoices ul li .download  p{display: inline-block; vertical-align: middle;}
.invoices-list ul li .download img{position: absolute; top: 0px; right: 135px;}
.invoices-list ul li .download  p{margin: 0px 10px;}
.invoices-list .green-button{margin-left: auto; margin-right: auto; width: auto; padding-right: 25px; margin-top: 40px;}
.invoices-list .green-button.visible{display: block;}
.invoices-list .green-button.invisible{display: none;}
.invoices-list .green-button .text{padding: 0px 70px;}

/* URGENT ISSUE BLOCKED MESSAGE */
.blocked-message{display: none; background: #fff; border: 1px solid #d3d3d3; width: auto; text-transform: uppercase; text-align: center; position: absolute; top: 50%; transform: translate(-50%, -50%);left: 50%; -webkit-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); -moz-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); box-shadow: 0 0 8px #000; font-size: 14px; z-index: 9; padding: 20px;}
.new-ticket .urgent-ticket-alert .icon-close{font-size: 26px; position: absolute; right: 0; top: 2px;}
.blocked-message .title{color: #ca1e1e; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px; font-size: 14px;}
.blocked-message strong{color: #7b7b7b; margin-bottom: 8px; display: block; letter-spacing: 1px; font-weight: bold;}

/* HTML CONFIRM */
.confirm-overlay {  }
.confirm-box{ background: #fff; border: 1px solid #d3d3d3; width: auto; padding: 20px 25px 0 25px; text-transform: uppercase; text-align: center; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; -webkit-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); -moz-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); font-size: 14px; width: 620px;}

.confirm-box .title { color: #a6ce39; font-weight: bold; margin-bottom: 6px; letter-spacing: 1px; display: block; padding: 0; }
.confirm-box.success .title {  }
.confirm-box .message { color: #7b7b7b; margin-bottom: 8px; display: block; letter-spacing: 1px; line-height: 24px;}
.confirm-box .actions { text-align: center; margin-bottom: 10px;}
.confirm-box .grey-button,
.confirm-box .green-button { width: auto; padding: 13px 27px; font-weight: bold; margin-top: 7px; cursor: pointer;}
.confirm-box .red { width: auto; padding: 13px 27px; font-weight: bold; margin-top: 7px; cursor: pointer; color: #fff; background: #b71111; font-size: 14px; letter-spacing: 1px;}
.confirm-box .icon-close { font-size: 26px; position: absolute; right: 0; top: 5px;}

.confirm-box.warning-urgent-issue {width: 670px; }
.confirm-box.warning-urgent-issue .title { color: #ca1e1e; }
.confirm-box.warning-urgent-issue .message span{ font-size: 12px; }

/* HTML ALERT */
.message-overlay {  }
.message-box{ z-index: 8999; background: #fff; border: 1px solid #d3d3d3; width: auto; padding: 20px 25px 0 25px; text-transform: uppercase; text-align: center; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; -webkit-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); -moz-box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); box-shadow: 0px 3px 21px 0px rgba(201,201,201,1); font-size: 14px; width: 620px;}

.message-box .title { color: #a6ce39; font-weight: bold; margin-bottom: 6px; letter-spacing: 1px; display: block; padding: 0; }
.message-box.success .title {  }
.message-box .message { color: #7b7b7b; margin-bottom: 8px; display: block; letter-spacing: 1px; line-height: 24px;}
.message-box .message a { color: #a6ce39; text-decoration: underline; }
.message-box .actions { text-align: center; margin-bottom: 10px;}
.message-box .green-button { width: auto; padding: 13px 27px; font-weight: bold; margin-top: 7px; cursor: pointer;}
.message-box .red { width: auto; padding: 13px 27px; font-weight: bold; margin-top: 7px; cursor: pointer; color: #fff; background: #b71111; font-size: 14px; letter-spacing: 1px;}
.message-box .icon-close { font-size: 26px; position: absolute; right: 0; top: 5px;}

.message-box.warning-urgent-issue {width: 670px; }
.message-box.warning-urgent-issue .title { color: #ca1e1e; }
.message-box.warning-urgent-issue .message span{ font-size: 12px; }

/* WIZARD BOX */
/*.wizard-container { background: rgba(0,0,0,0.5); position: fixed; z-index: 99; width: 100%; height: 100%; top: 0; left: 0; }*/
.wizard-container .wizard{ width: 90%; height: 90%; margin: 2.5% auto; border: 0; background: #fff; box-shadow: 0 0 8px #000; display: block; position: relative; overflow: auto; }
.wizard-container .wizard .loaded-html { padding: 30px 20px; overflow: auto;}
.wizard-container .wizard .wizard-actions { text-align: center; position: absolute; top: 5px; right: 5px; }
.wizard-container .wizard .wizard-actions .close { width: 30px; height: 31px; background: url(../images/close.png) no-repeat; cursor: pointer; }
.wizard-container .wizard .wizard-actions .close:hover { opacity: 0.5; }
.wizard-container .wizard .wizard-container .wizard { width: 85%; height: 85%; margin: 3.95% auto; }

.wizard-container .wizard .notebook-page .page { padding: 20px 0 15px; }

@media only screen and (max-width: 1350px) {
	.kanban > ul > li { display: inline-block; width: calc(50% - 12px); padding-bottom: 30px; }
	.kanban > ul > li:nth-child(2),
	.kanban > ul > li:nth-child(4) { margin-right: 0; }
}

@media only screen and (max-width: 776px) {
	
	.login-container { padding: 10px; width: 100%; }
	
	.header .logo { width: 80px; }
	
	.menu-wrapper { width: 40px; }
	.menu-wrapper .menubar .nav li a img { width: 100%; }
	.menu-wrapper .menubar .nav li a .label { font-size: 8px; }
	
	.content-container { width: calc(100% - 41px); padding: 2px; }
	
	.kanban > ul > li { display: block; width: 100%; margin: 0 0 30px; padding-bottom: 30px; border-bottom: 1px solid #ccc;}
	
	.new-issue-form { padding: 5px; }
	.new-issue-form .subject,
	.new-issue-form .subject input,
	.new-issue-form .upload-send,
	.new-issue-form .request { width: 100% !important; box-sizing: border-box; }
	.new-issue-form .upload-send { border-left: 2px solid #e0e0e0; }
	.new-issue-form .upload-send .green-button { bottom: -25px; }
	.new-issue-form a .icon-close { top: 5px; right: -5px; }
	
	.dropzone .dz-default.dz-message { margin-left: -130px !important; background-position: 0 -182px !important; overflow: hidden; width: 280px !important; }
	
	#bottom_container_close .wizard-container,
	.confirm-box { z-index: 100; box-sizing: border-box; width: 90%; }
	
	.uploaded-files { margin-top: 50px; }
	
	.close-issue-form .input-info{width: 100%; margin-bottom: 10px; }
	
	.projects { width: 100%; }
	.invoices-header p:first-of-type,
	.project-header p:nth-of-type(2),
	.invoices-header p,
	.project-header p { display: block; margin: 20px 0; }
	
	.edit-contact-form .input-info { width: 100%; }
	
	.invoices-list ul li .download img { right: 0; }
	.invoices-list ul li .info { width: calc(100% - 30px); margin-bottom: 20px; }
	.invoices-list ul li .status { display: inline-block; text-align: center; }
	.invoices-list ul li .download { display: inline; text-align: center; }
	
	.read-issue { padding: 5px; }
	.read-issue .issue-message.wheelt { margin-right: 10px; }
	.read-issue .issue-message.client { margin-left: 10px; }
	.read-issue a .icon-close { top: 0; right: -10px; }
	
	.read-issue .new-message-request{width: calc(100% - 15px); margin-bottom: 12px;}
	.read-issue .form.new-message-form .upload-send{border-left: 2px solid #e0e0e0; width: calc(100% - 45px); margin-bottom: 20px;}
	

}

.guest .header-container .wrapper  { padding: 0 30px; max-width: 1300px; margin: 0 auto; box-sizing: border-box; }
.guest .wrapper {  }
.guest .header .account { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; }
.guest .page-title { font-weight: normal; color: #ef5a28; font-size: 18px; padding: 22px 0;  text-transform: uppercase; text-align: left; line-height: 38px; }
.page-title .actions {float: right;}
.guest .content-container { max-width: 1300px; margin: 0 auto; padding: 0 30px; float: none; width: auto;}
.guest .read-issue {margin-top: 0;}

@media only screen and (max-width: 776px) {
	.guest .read-issue{
		padding: 15px;
	}

	.guest .header-container .wrapper,
	.guest .content-container {
		padding: 5px;
	}

	.guest .header .account { right: 5px; }
	
}