@font-face {
    font-family: 'CiutadellaRounded';
    src: url('../fonts/CiutadellaRounded-Regular.otf')format('opentype');
    font-weight: 400;
}

html {
    font-size: 15px;
}

html, body, input, h5,h6 {
    font-family: "CiutadellaRounded" !important;
}

h5, h6 {
    font-size: 16px;
}

    .main-body {
        width: 100%;
        font-family: "CiutadellaRounded" !important;
    }

a {
    color: #3282d2 !important;
    font-family: "CiutadellaRounded" !important;
}

.text-info {
    color: #007bff !important;
    text-decoration: underline;
    text-decoration-color: #007bff !important;
}

.fa-sign-out {
    color: #3282d2 !important;
    font-size: 16px;
}

.logo {
    position: relative;
    float: right;
    right: 50px;
    top: 15px;
    font-size: 30px;
}

.blue-background {
    background: #3282d2 !important;
    color: white;
}

.header-background {
    background: #3282d2 !important;
    background: -moz-linear-gradient(left, rgb(50,130,210) 0%, rgb(0,97,183) 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(50,130,210)), color-stop(100%,rgb(0,97,183))) !important;
    background: -webkit-linear-gradient(left, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    background: -o-linear-gradient(left, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    background: -ms-linear-gradient(left, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    background: linear-gradient(to right, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    height: 80px !important;
}
.container {
    margin-bottom: 30px !important;
}

footer {
    background: #3282d2 !important;
    background: -moz-linear-gradient(left, rgb(50,130,210) 0%, rgb(0,97,183) 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(50,130,210)), color-stop(100%,rgb(0,97,183))) !important;
    background: -webkit-linear-gradient(left, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    background: -o-linear-gradient(left, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    background: -ms-linear-gradient(left, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    background: linear-gradient(to right, rgb(50,130,210) 0%,rgb(0,97,183) 100%) !important;
    height: 30px !important;
    vertical-align: center;
    color: white;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 5px 0 0;
    height: 30px; /* Height of the footer */
    margin-left: 0px;
    padding: 0px;
    clear: both;
    left: 0px;
    z-index: 2;
}

.form-control {
    border-radius: 0px !important;
}

.input-validation-error {
    border: 1px solid red !important;
}

.btn-info {
    color: #fff !important;
    background-color: #3282d2;
    border-color: #3282d2;
    border-radius: 0px !important;
}

.btn-danger {
    color: #fff !important;
    border-radius: 0px !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #3282d2;
    border-color: #3282d2;
    box-shadow: none;
}
.form-group {
    margin-bottom: 4px !important;
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 0.5;
}
.btn-primary {
    color: #fff !important;
    background-color: #3282d2;
    border-color: #3282d2;
    border-radius: 0px !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
    color: #fff !important;
    background-color: #3282d2 !important;
    border-color: grey !important;
    opacity: .9;
    border-radius: 0px !important;
}

table.dataTable {
    margin-top: 0px !important;
}

.mvc-grid-title {
    margin: 2px 2px !important;
}
.form-control:focus {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle, .btn-info:hover {
    color: #fff !important;
    background-color: #3282d2 !important;
    border-color: grey !important;
    opacity: .9;
    border-radius: 0px !important;
}

.hr-class {
    margin: 3px -15px !important;
}

.back-header {
    float: left;
    position: relative;
    display: inline;
    margin-top: 5px;
}

.logout-link {
    float: right;
    position: relative;
    display: inline;
    color: rgb(0,97,183);
    margin-top: 5px;
}

tr, td {
    padding: 2px !important;
    margin: 3px;
}
td {
    padding-left: 7px !important;
}
th {
    padding: 8px 5px !important;
}

.document-column {
    width: 152px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 255px !important;
    line-height: 2;
}
dl, ol, ul {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
ul {
    padding-left: 18px !important;
}

.action-column {
    width: 85px !important;
    margin: 3px;
}

.button-form {
    width: 130px;
}

.pad-top-bottom-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.grey-button {
    background-color: #e7e7e7;
    color: black !important;
    border-color: #e7e7e7 !important;
}
.breaking-word {
    word-break: break-all;
}
.language-column {
    min-width: 108px;
}

/* Checkbox */
.checkmark {
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    position: relative;
}
  
/* Style the checkmark/indicator */
.checkmark-span {
    padding: 0px;
    position: relative;
    margin: 0px 0px !important;
    top: -5px;
    left: -10px;
}

/*Start : Login View Styles*/
.admin-login-text {
    font-size: 20px;
    top: 8px;
    position: relative;
}
.login-button {
    width: 130px;
    left: 34%;
    margin-top: 10px;
    margin-bottom: -5px;
    font-size: 18px;
    border-radius: 0px !important;
}
.login-form-group {
    margin-bottom: .5rem;
    position: relative;
}
.modal-login i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 20px;
}
.modal-login .login-form-control {
    padding-left: 45px;
    box-shadow: none !important;
}
/*End : Login View Styles*/