tr:nth-child(2n) {
    background-color: #eaeaea;
}
i {
    cursor: pointer;
}
*:focus {
    outline: none;
}
/****** LOGIN ******/
.login-container {
    padding: 30px;
    max-width: 400px;
    width: 100%;
    background-color: #F7F7F7;
    margin: 100px auto;
    border-radius: 2px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.login-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.login-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.login-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help{
    font-size: 12px;
}
.table-icon {
    max-width: 45px;
    text-align: center;
}
/* ==== PAGERFANTA ====*/
.pagerfanta {
    width: -moz-fit-content;
    width: -moz-max-content;
    float: right;
}
.ui.pagination.menu .active.item {
    background-color: #009c95 !important;
    color: white;
}
.title-separator {
    border: 1px solid #00b5ad;
    width: 15%;
    margin: 0;
}
.right.menu.left.transition div {
    padding: 0 !important;
}
.right.menu .item > a {
    display: block;
    padding: 15px 15px;
}
.sidebar.vertical.menu {
    background-color: #34495e !important;
}
.sidebar.vertical.menu a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff; /* #485c79 */
}
.sidebar.vertical.menu a:hover {
    color: #00b5ad !important;
    background-color: white !important;
}
.sidebar.vertical.menu a.active {
    color: #00b5ad !important;
    background-color: white !important;
    border-bottom: 6px solid #00b5ad !important;
    border-collapse: collapse;
    font-weight: bold;
}
.ui.fixed.menu {
    background-color: #1c2833;
}
.table-main-name {
    display: block;
    padding: 11px 11px; 
    text-transform: uppercase;
    font-weight: bold;
    color: #485c79;
}
a.table-main-name:hover {
    color: #00b5ad; 
}
.radio.checkbox label {
    cursor: pointer;
}
.b-action-products {
    display: flex;
    justify-content: flex-end;
}
.b-action-products .icon {
    align-self: flex-end;
}
/* Production data */
.items {
    display: flex;
    flex-wrap: wrap;
}
.items > .item {
    max-width: 50%;
}
.production_schedule {
    margin: 0 15px !important;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.production_medicines {
    margin: 6px;
    padding: 5px;
    border: thin solid black;
    border-radius: 3px;
}
.production_medicines:hover {
    background-color: #009c95;
    cursor: pointer;
    color: white;
}
/* Production data */
/* Treatments */
.inline_data {
    display: flex;
}
.inline_data h2 {
    width: 20%;
}
.inline_data p {
    font-size: 22px;
    margin-left: 15px;
}
/* Treatments */
#add i {
    cursor: pointer;
    color: #16ab39;
}
.title-header {
    display: flex;
}
.title-header h1 {
    margin: 0 0 0 10px;
}
.title-secondary {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 0 0 0 5px;
}
.title-links {
    color: black;
}
.title-links:hover {
    color: #2f938d;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.note-list {
    display: flex;
    align-items: center;
}
.note-list:not(:first-child) {
    margin-top: 7px;
}
.note-list > div {
    width: 100%;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev, .next {
    background-color: #34495e !important;
    font-weight: bold !important;
    color: white !important;
    padding: 10px !important;
}
.prev i, .next i {
    margin: 0 !important;
}
#logout:hover i {
    color: red;
}
#message_negative {
    margin: 0 !important;
    width: -moz-available;
    width: -webkit-fill-available
}
a:hover svg .left-icon, a.active svg .left-icon{ 
  fill: #00b5ad;
}

.pencil.large.icon, .trash.alternate.outline.large.icon,
.file.pdf.outline.large.icon,.file.excel.outline.large.icon,
.times.circle.outline.large.icon, .search.large.icon, .sticky.note.outline.large.icon,
.file.alternate.outline.large.icon {
    color: grey;
}
.pencil.large.icon:hover {
    color: orangered;
}
.trash.alternate.outline.large.icon:hover, .file.pdf.outline.large.icon:hover,
.times.circle.outline.large.icon:hover, .file.alternate.outline.large.icon:hover {
    color: red;
}

.file.alternate.outline.icon:hover{
    color: #009c95;
}

.file.excel.outline.large.icon:hover {
    color: green;
}
button#save:hover .search.large.icon, .sticky.note.outline.large.icon:hover {
    color: #00b5ad;
}
th{
    background-color: #eaeaea !important;
}
.item.item-paginator{
    display: flex;
    justify-content: center;
    padding: 0 !important;
    min-width: 33px !important;
    
}
.pagination{
    min-height: 0 !important;
    height: 33px !important;
}
.ui.secondary.menu {
    margin-bottom: 5px !important;
}
.ui.secondary.menu .item.active {
    background-color: #00b5ad;
    color: white;
    font-weight: bold;
}
#tab_pat.active, #tab_cont.active, #tab_conf.active {
    background-color: #00b5ad;
    color: white;
    font-weight: bold;
}
.ui.form .field > label {
    font-size: 1em !important;
}
#form_production_type label {
    margin: 5px;
}
::-moz-selection {
    color: white;
    background-color: #00b5ad;
}
::selection {
    color: white;
    background-color: #00b5ad;
}
.ui.form .fields {
    margin: 0 -.5em 1.5em;
}