body {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}
.right-justify{
    text-align: right;
  }
input:focus,
input:active {
    outline: none;
}

.login-page {
    background-color: #EEF0F2;
}

.login-content {
    background: #fff;
    padding: 25px 60px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #4141411f;
    padding-bottom: 60px;
}

.login-content .logo {
    width: 35%;
}

.login-content h2 {
    color: #FD1858;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.login-content input:focus {
    outline: 0;
}
.login-content input#password {
    margin-bottom: 10px;
}
.login-content input {
    display: block;
    margin: 20px auto;
    border: 0;
    border-left: 3px solid #0079c0;
    width: 80%;
    padding: 10px 15px;
}

.login-content button {
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px 20px;
    border: 0;
    border-top: 2px solid #0079c0;
    color: #0079c0;
    font-weight: 500;
    border-bottom: 2px solid #0079c0;
    transition: 0.3s;
    margin-top: 40px;
}

.login-content button:hover {
    background-color: #0079c0;
    color: #fff;
}

.login-content .recovery-password {
    display: block;
    text-align: left;
    font-size: 10px;
    color: #0079c0;
    text-decoration: none;
    width: 80%;
    margin: 0 auto;
}


/* HEADER */

.container-fluid.header {
    box-shadow: 0px 0px 10px #41414173;
}

.header .logo {
    width: 100%;
    padding: 8px;
}

.main-menu {
    text-align: center;
}

.main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    text-decoration: none;
    display: block;
    width: fit-content;
    color: #0079c0;
    padding: 10px 15px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.main-menu ul li a:hover {
    color: #e64135;
}

.main-menu ul li a:after {
    transition: all ease-in-out .3s;
    background: none repeat scroll 0 0 #e64135;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.main-menu ul li a.active{
    color: #e64135;
}

.col-lg-1.logout {
    padding: 0;
}

.logout a {
    display: block;
    background: #e64135;
    color: #fff;
    text-decoration: none;
    padding: 14px 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}

.titleConfTab {
    display: inline-block;
    width: fit-content;
}

.newElement:hover{
    background-color: #157ac5;
    color: #fff;
}
.newElement{
    display: inline-block;
    border: 1px solid #157ac5;
    background: #fff;
    padding: 5px 15px;
    margin-left: 10px;
    color: #157ac5;
    vertical-align: super;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    transition: 0.3s;
}

.tabTask a {
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #414141;
    margin-bottom: 10px;
    color: #414141;
    font-weight: 400;
    letter-spacing: 2px;
    margin-right: 25px;
}

.downloadFile:hover{
    background-color: #fff;
    color: #e64135;
}
.downloadFile{
    display: inline-block;
    border: 1px solid #e64135;
    background: #e64135;
    padding: 5px 15px;
    margin-left: 10px;
    color: #fff;
    vertical-align: super;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    transition: 0.3s;
}

.saveButton {
    width: 100%;
    border: 0;
    background: #e64135;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 2px;
}

.newItem label {
    text-transform: capitalize;
}

.newItem input {
    padding: 8px 15px;
}

.messagePop .message.true {
    width: 100%;
    text-align: center;
    padding: 25px;
    text-transform: uppercase;
    color: green;
    font-size: 22px;
}

.messagePop .message.false {
    width: 100%;
    text-align: center;
    padding: 25px;
    text-transform: uppercase;
    color: red;
    font-size: 22px;
}

.messagePop {
    position: absolute;
    width: 50%;
    background: #fff;
    z-index: 9999;
    top: 20vh;
    left: 25%;
    box-shadow: 0px 0px 15px #cbcbcb;
}

.hide {
    display: none;
}

.nav-tabs .nav-link {
    color: #e64135;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #e64135;
    border-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #e64135;
}

.addNew {
    background: #fff;
    box-shadow: 0px 0px 10px #4141416b;
    padding: 15px 25px;
    display: block;
    position: relative;
    display: none;
}

.close {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 20px;
    color: #e64135;
    font-weight: 300;
    border: 1px solid #e64135;
    padding: 0 10px;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover {
    background-color: #e64135;
    color: #fff;
}

.addNew input {
    border: 0;
    border-bottom: 1px solid;
}

.addNew button {
    margin-left: 15px;
    border: 0;
    background: #e64135;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
}


.inputSearch{
    border: 0;
    background: #41414126;
    padding: 6px 25px;
    width: 100%;
}

#dtTable_info,
#dtTable_paginate {
    width: 49%;
    display: inline-block;
}

#dtTable_paginate {
    text-align: right;
    float: right;
}

.contentTable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.contentTable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: none;
    background-color: #e64135;
    border: 0;
}

#dtTable_paginate a {
    padding: 5px 14px;
    cursor: pointer;
    transition: 0.3s;
    color: #0079c0;
    border: 2px solid #fff;
}

#dtTable_info {
    color: #0079c0;
}

.contentTable .table>:not(caption)>*>*{
    border-bottom: none;
}

.return {
    display: block;
    color: #0079c0;
}

.return:hover {
    color: #0079c0;
}

.return:hover .imgReturn{
    margin-right: 10px;
}

.imgReturn {
    transition: 0.3s;
    width: 24px;
    vertical-align: bottom;
}

.newForm input,
.newForm select {
    border: 0;
    border-bottom: 1px solid #41414126;
    padding: 6px 25px;
    width: 100%;
    margin-bottom: 15px;
}
.newForm label {
    display: none;
}

.saveNewForm {
    background: #e64135;
    border: 0;
    padding: 8px 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 20px;
}

.changeTab li a {
    display: block;
    color: #e64135;
    padding: 8px 15px;

}
.changeTab li{
    list-style-type: none;
    display: inline-block;
}
.changeTab {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e64135 ;
    padding: 0;
}

.none {
    display: none;
}

.modalSave {
    margin-top: 20px;
    background: green;
    border: none;
    color: white;
    border-radius: 5px;
    transition: background .2s ease-in-out;
    width: 100%;
}
.modalSave:hover {
    background: rgb(0, 190, 0);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.switchLabel {
    margin: 0;
    padding: 0;
}

.imageEdit {
    display: flex;
    align-items: center;
    width: 97%;
}
.imgToEdit {
    margin-right: 10px;
}
.imgToEdit img {
    width: 100px!important;
}

@media (min-width:1600px) {
 
    #dtTable {
        width: 100% !important;
    }   
}