body {
    letter-spacing: 0.01rem;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    line-height: 1.5;
    color: #555555;
}

#header {
    color: #264796;
}

.navbar {
    background-color: #017bc5;
    height: 190px;
    border-bottom: solid 1px #fff;
}

.navbar-nav {
    padding-top: 20px;
}

.navbar-nav > li > a {
    font-size: 12px !important;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    transition: color 0.5s;
    text-transform: uppercase;
}

.navbar-nav > li:hover > a {
    font-size: 12px !important;
    letter-spacing: 1px;
    font-weight: 400;
    color: #5cba3c;
}

#login-panel {
    margin-top: 5%;
    width: 30%;
}

.main-content {
    padding-bottom: 40px;
}

.tab-content {
    margin-bottom: 60px;
    border: 1px solid #264796;
    background-color: #264796;
    border-radius: 3px;
    border-top-left-radius: 0px;
}

.table-striped {
    border-left: 2px solid #264796;
    border-right: 2px solid #264796;
    border-bottom: 2px solid #264796;
}

.table-striped {
    background-color: white;
}

.tab-content td {
    padding: 10px 5px;
}

.content-wrapper {
    overflow-wrap: break-word;
}

.entry-content {
    margin-top: 10px;
    color: #0e0e0e;
    border-bottom: 1px solid #cdf6f8;
    padding-left: 0px;

}

h4 {
    color: #333333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0.625rem;
    padding-bottom: 5px;
    text-transform: none;
}

table tr td {
    padding: 10px 5px;
}

#action {
    min-height: 100px;
    position: relative;
}

.action-select {
    line-height: 2.5em;
    background-color: #264796;

}

.action-select th {
    font-weight: normal;
    color: white;;

}

.button {
    background: #5cba3c;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 25px;
    margin-top: 20px;
    color: white;

}

.questionnaire {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

.questionnaire-bg {
    background-color: #f5f5f5;
    padding-bottom: 10px;
}

.button-cancel {
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #761c19;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 25px;
    color: white;
    text-decoration: none;
}

a.btn.btn-success {
    margin: 3px;
    border-radius: 25px;
    padding: 10px 30px 10px 30px;
    background: #5CBA2C;
    border-color: #000000;
    border-width: 0px;
}
a.btn.btn-add {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 22%;
    border-radius: 25px;
    padding: 8px 30px 8px 30px;
    background: white;
    border-color: #5CBA2C;
    color:#5CBA2C ;
    border-width: 1px;
}
a.btn.btn-add:hover {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 22%;
    border-radius: 25px;
    padding: 8px 30px 8px 30px;
    background: #5CBA2C;
    border-color: #5CBA2C;
    color:white ;
    border-width: 1px;
}
a.btn.btn-danger {
    margin: 3px;
    border-radius: 25px;
    padding: 10px 30px 10px 30px;
    background: #d9534f;
    border-color: #000000;
    border-width: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.table-responsive {
    margin-bottom: 35px;
}

#end-action {
    position: absolute;
    bottom: 0;
    margin-left: 40%;
    margin-bottom: 10px;
}

.menu {
    border-right: 1px solid black;
    border-left: 1px solid black;
    margin-left: -5px;
    padding: 5px;
}

.menu:hover {
    background-color: #CCCCCC;
    text-decoration: none;
}

.date-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.logo {
    height: 61px;
    margin-left: 0px;
    margin-top: 12px;

}
.partners-img {
    background: #fff;
    text-align: center;
}
.register {
    padding-right: 5px;
    padding-left: 5px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #CCCCCC;
}

.nav-pills > li > a {
    color: #616f79;
    background-color: #bce3f9;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #5cba3c;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    background-color: #264796;
    outline: 0;
}

.bg-panel {
    width: 40%;
    padding-top: 10px;
    background-color: #f5f5f5;
    border-color: #bce3f9;
    color: black;
}

#report-th> th{
    border-bottom: none;
}
small {
    font-size: 0.7em;
    vertical-align: text-top;
}
h4>small {
    font-size: 0.7em;
    vertical-align: text-top;
}

.explanations {
    font-size: 12px;
    text-indent: -14px;
    margin-left: 18px;
}

/* admin panel */
#action .dataTables_scroll {
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    padding: 15px 2px 15px 15px;
}
/* end admin panel */