body {
    font-size: 12px;
    line-height: 1.25;
    margin-left: 15px;
    margin-right: 15px;
}

.logo {
    text-align: left;
    color: #fff;
    margin: 5px;
}

.btn {
    font-size: 12px;
    padding: 4px 12px;
}

.action-button button {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 6px;
}

.input-group-addon {
    font-size: 12px;
    padding: 4px 12px;
    border: 0px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.form-control, .input-group-text {
    font-size: 12px !important;
    line-height: 15px !important;
}

.input-group-text {
    padding: 0.2rem 0.75rem 0.2rem 0.75rem !important;
    height: 26px !important;
}

.form-control:not(textarea) {
    padding: 0.2rem 0.5rem 0.2rem 0.75rem !important;
    height: 26px !important;
}

.form-control:focus {
    border: 1px solid #4286f4;
    box-shadow: 0px 0px 8px #4286f4;
}

button.list-group-item:hover {
    border: 1px solid #4286f4;
    box-shadow: 0px 0px 8px #4286f4;
}

button.list-group-item:focus {
    border: 1px solid #cccccc;
    background: #dddddd;
    box-shadow: 0px 0px 8px #888888;
}

button.list-group-item {
    width: 100%;
    line-height: 32px;
}

.form-group label.radio-inline {
    line-height: 20px;
}

.form-check {
    position: relative;
    display: block;
}

.form-check-input.abs {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 21px;
    margin-top: 3px;
    font-weight: 400;
}

.login-welcome {
    font-size: 22px;
    font-weight: 600;
    color: #3071a9;
}

.form-title {
    margin-bottom: 20px;
    border-bottom: 2px solid #3071a9;
    padding-bottom: 5px;
    color: #3071a9;
    font-weight: 600;
}

.form-subtitle {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #3071a9;
    padding: 5px;
    color: #3071a9;
}

.form-table {
    width: 100%;
    margin: 10px;
    border: 1px solid #777;
}

.form-table th {
    padding-left: 10px;
    background: #ccc;
    border: 1px solid #eee;
}

.form-table td {
    border: 1px solid #777;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.table-borderless,
.table-borderless td,
.table-borderless th {
    border: none !important;
}

.table-filters {
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.table-filters .btn {
    margin-top: 20px;
    width: 100%;
    display: block;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    __font-size: 16px;
    height: auto;
    padding: 4px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-group {
    __background: #ddd;
    __padding: 20px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
    /*border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

.account-wall {
    margin-top: 40px;
    padding: 20px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #3071a9;
    border-top: 8px solid #3071a9;
    border-radius: 4px;
}

.form-control.error {
    border-color: red;
}

.form-check-input.error {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
}

label.error {
    color: red;
    font-weight: 500;
    padding: 0px 5px;
    margin-bottom: 0px;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    padding: 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3071a9;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.header {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #3071a9;
}

.pagetitle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #3071a9;
    background: #3071a9;
}

.pagetitle h2 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

span.language a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    border-radius: 50%;
}

span.language a:hover {
    background: #357ebd;
    text-decoration: none;
}

.navbar-nav > li > a {
    color: #fff;
    padding: 5px;
    margin-top: 4px;
    font-weight: 600;
}

.navbar-nav > li.dropdown > a {
    margin-left: 30px;
    font-weight: 400
}

.navbar-nav > li > a:hover {
    color: #357ebd;
}

.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.open > a {
    color: #c0c0c0;
    background: transparent;
}

.sidemenu {
    width: 100%;
}

.sidemenu li a {
    border: 1px solid #eee;
    margin-bottom: 5px;
    color: black;
    display: block;
    padding: 9px;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

.sidemenu li a:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.sidemenu li.active a {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;

}

.topmenu {
    width: 100%;
    text-align: left;
    border: 1px solid #a2c1e3;
    background-color: #cce6ff;
    margin-bottom: 10px;
}

.dropdown-menu {
    font-size: 12px;
}

.dropdown-menu i.glyphicon {
    margin-right: 5px;
    color: #357ebd;
}

.topmenu ul {
    margin-bottom: 0px;
}

.topmenu li {
    display: inline-block;
}

.topmenu li a {
    color: #333;
    display: inline-block;
    padding: 9px 18px;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

.topmenu li a:hover {
    color: #000;
    background-color: #98c2ea;
}

.topmenu li.active a {
    color: #357ebd;
    font-weight: bold;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 4px;
    font-size: 12px;
    vertical-align: middle;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #fff;
}

.table-bordered {
    border: 1px solid #a2c1e3
}

.table-bordered > tbody > tr > td {
    border: 1px solid #a2c1e3
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 2px;
    opacity: 0.8;
}

table.legend {
    border: 1px solid #dddddd;
    background: #f5f5f5;
}

table.legend td {
    padding-left: 10px;
    font-size: 10px;
    border-bottom: 1px solid transparent !important;
}

table.legend th {
    font-size: 10px;
    vertical-align: top;
    padding: 2px;
    border-bottom: 1px solid transparent !important;
}

.report-title {
    text-align: center;
    padding-bottom: 20px;
}

.report-header {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.report-header span {
    display: inline-block;
    float: right;
    line-height: 42px;
}

.outer-col {
    width: 100px;
}

.like-td {
    padding: 10px;
    border-top: 1px solid #fff;
    border-left: 4px solid #fff;
    background: #dedede;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 3px !important
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    text-align: center;
    /*white-space: nowrap;*/
}

th.rotate > div {
    transform: /* Magic Numbers */ translate(25px, 51px) /* 45 is really 360 - 45 */ rotate(270deg);
    width: 30px;
}

th.rotate > div > span {
    padding: 5px 10px;
}

ul.formstapes {
    list-style: none;
    width: 100%;
    display: block;
    text-align: center;
}

ul.formstapes li {
    display: inline-block;
    padding: 20px;
    width: fit-content;
}

small {
    font-size: 11px !important;
}

.box div, .box ul {
    float: right;
}

a.deco-none {
    color: inherit;
    text-decoration: none;
}


/*styles for mobile reports*/
.remove-btn {
    color: red;
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.attachments {
    padding: 15px 10px;
    background: #ddd;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 3px;
}
.custom-file-input {
    width: 100%;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Atașează PDF';
    display: inline-block;
    background: -webkit-linear-gradient(top, #fafafa, #eaeaea);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 4px 8px;
    outline: none;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-size: 12px;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #eaeaea, #fafafa);
}
/* ! styles for mobile reports ! */

select option:disabled {
    color: #ff0000;
}

/* Loader */
#loader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.8);
    z-index:9999;
    display: none;
}

#loader::after {
    content:'';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f6f6f6;
    border-radius: 50%;
    border-top: 16px solid #3071a9;
    border-bottom: 16px solid #3071a9;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* ! Loader ! */

:disabled {
    cursor: not-allowed;
}
