/* 
-------------------------------------------------------------
    AUTHOR: CIARA
    Note: Additional Custom CSS
-------------------------------------------------------------
*/
/* 
-------------------------------------------------------------
Default Text Colors
-------------------------------------------------------------
*/
.text-white{color: white !important;}
.text-lime{color: #C7D31F;}
/* 
-------------------------------------------------------------
Login Page
-------------------------------------------------------------
*/
.enterprise-login {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 80vh;
}
.enterprise-login form{width: 260px;}
.enterprise-login input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset !important;}
.login-wrapper {margin: 0 auto;}
.enterprise-login input{
    font-size: 15px;
    width: 100%;
    background: #ccc;
    border-radius: 2px;
    border: 1px;
    padding: 6px;
    margin: 20px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #777;
    outline: 0;
    height: 30px;
    transition: border linear 0.5s, box-shadow linear 0.5s;
}
.enterprise-login input:hover,
.enterprise-login input:focus,
.enterprise-login input:active{background: white;}
.enterprise-login button{
    width: 260px !important;
    height: 70px !important;
    color: #1F2020;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.75);
    background: linear-gradient(to bottom, #9e9e9e 0%, #969696 51%, #8d8c8c 51%, #747373 74%, #535353 100%);
}
.enterprise-login h1{font-size: 50px !important;}
.enterprise-login h3{font-size: 30px !important;}
@media (max-width: 768px){
    .form-wrapper {margin: 0 auto;}
    .enterprise-login{text-align: center;}
}
/* 
-------------------------------------------------------------
Task Entry
-------------------------------------------------------------
*/
.navbar{
    background: linear-gradient(#3c3c3c, #1f1f1f);
    border-bottom: 0px !important;
}
.task-entry-nav{font-size: 40px;}
a.calendar-modal {
    color: #1F2020;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.75);
    background: linear-gradient(to bottom, #9e9e9e 0%, #969696 51%, #8d8c8c 51%, #747373 74%, #535353 100%);
}
a.calendar-modal:active,
a.calendar-modal:hover{
    color: #222;
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    text-shadow: none;
    background: #fff !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjllOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 7%, #eeeeef 46%, #9f9e9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #fff), color-stop(46%, #eeeeef), color-stop(100%, #9f9e9e));
    background: -webkit-linear-gradient(top, #fff 7%, #eeeeef 46%, #9f9e9e 100%);
    background: -o-linear-gradient(top, #fff 7%, #eeeeef 46%, #9f9e9e 100%);
    background: -ms-linear-gradient(top, #fff 7%, #eeeeef 46%, #9f9e9e 100%);
    background: linear-gradient(to bottom, #fff 7%, #eeeeef 46%, #9f9e9e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9f9e9e', GradientType=0)
}
li.day-total {
    margin-right: 50px;
    border: 2px solid #c8c8c8;
    padding: 5px 40px;
}
/* 
-------------------------------------------------------------
Enterprise Template + RTL
-------------------------------------------------------------
*/
.enterprise-body footer{padding: 20px;}
.task-entry-header a.enterprise-btn {padding: 20px 25px;}
.task-entry-header a.enterprise-btn:hover{text-decoration: none;}
.task-entry-header {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: linear-gradient(to bottom, #474848 0%, #2b2c2c 63%, #19191a 100%);
    border-radius: 4px;
}
.btn-group a:nth-child(1){border-radius: 4px 0px 0px 4px !important;}
.btn-group a:last-child{border-radius: 0px 4px 4px 0px !important;}
.navbar-brand{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
nav.task-entry-navigation .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
body.enterprise-body {
    padding-left: 20px;
    padding-right: 20px;
}
.task-entry-content {
    background: #f3f3f5 !important;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    border-radius: 4px;
}
.task-entry-top-content h3,
.task-entry-top-content{
    color: #242424;
    text-shadow: none;
}
.task-entry-navigation{height: 75px;}
.task-entry-header {margin-bottom: 40px;}
.task-entry-content table{margin-top: 20px;}
.enterprise-table thead{background: linear-gradient(to bottom, #474848 0%, #2b2c2c 63%, #19191a 100%);}
.enterprise-table tbody tr{
    background-color: #f3f3f5;
    color: #242424;
    border: 1px solid #bdc3c7;
}
.enterprise-table tbody td{border: 1px solid #bdc3c7;}
.enterprise-table thead{border: 1px solid #1f1f1f;}
.enterprise-table tbody td{padding: 25px 30px !important;}
.enterprise-table thead th{
    text-align: center;
    color: white;
}
.links-enterprise-table a{
    color: #242424;
    margin-left: 40px;
    text-decoration: underline !important;
}
.links-enterprise-table a:hover{color: #242424;}
.links-enterprise-table {float: right;}
.enterprise-table thead th{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.5px;
}
.enterprise-table thead th small{font-size: 10px;}
.enterprise-table tbody td:nth-child(3),
.enterprise-table tbody td:nth-child(4),
.enterprise-table tbody td:nth-child(6),
.enterprise-table tbody td:nth-child(7),
.enterprise-table tbody td:nth-child(8),
.enterprise-table tbody td:nth-child(9){text-align: center;}
.task-entry-top-content .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.task-entry-top-content .form-group select{
    margin-left: 50px;
    width: 200px; 
    border-radius: 0px;
    background-color: #f3f3f5;
}
.btn-customized {
    border: 0px !important;
    border-radius: 0px !important;
    margin-right: -3px;
    background: linear-gradient(to bottom, #9e9e9e 0%, #969696 51%, #8d8c8c 51%, #747373 74%, #535353 100%) !important;
    color: white !important;
    text-shadow: none !important;
}
.btn-customized:hover,
.btn-customized:active{
    background: linear-gradient(to bottom, #a1a1a1 0%, #e6e6e7 100%) !important;
    color: #4E4E4E !important;
}
ul.nav.navbar-nav.navbar-right li a {font-size: 12px;}
ul.nav.navbar-nav.navbar-right li .text-gray{color: #8e8e8e !important;}
ul.nav.navbar-nav.navbar-right li a{
    padding-left: 3px;
    padding-right: 3px;
}
ul.nav.navbar-nav.navbar-right li .text-gray:hover{
    color: white !important;
    cursor: pointer;
}
ul.nav.navbar-nav.navbar-right li .line:hover{
    color: white;
    cursor: default;
}
ul.nav.navbar-nav.navbar-right li a:hover{background: none;}
.enterprise-table td strong button{
    background: none;
    border: none;
    text-decoration: underline;
}
/* 
-------------------------------------------------------------
Colors + Dots
-------------------------------------------------------------
*/
span.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right:10px;
}
span.lightblue-circle{background-color: #3498db;}
span.red-circle{background-color: #c0392b;}
span.green-circle{background-color: #27ae60;}
span.pink-circle{background-color: #fd79a8;}
span.violet-circle{background-color: #a29bfe;}
span.yellow-circle{background-color: #f39c12;}
span.brown-circle{background-color: #f8c291;}
span.darkred-circle{background-color: #B53471;}
span.darkteal-circle{background-color: #0a3d62;}