*{
  font-family: "Helvetica Neue","Proxima nova", sans-serif !important;
  font-size: .9rem;
  font-size: 1rem;
}
body{
  background-color: #ffe3d9;
  background: linear-gradient(rgba(255,227,217,.5), rgba(255, 255, 255, 0.2)), url('../images/intro_.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
}
.page-break {
  page-break-after: always;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
  color: #14162f;
  background: -webkit-linear-gradient(#2c3e50,#14162f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.navbar-light .navbar-brand, .navbar-light .navbar-toggler{
  font-size: 1.8rem;
  margin-top: -5px;
  font-weight: bold;
}
.form-control {
    /*font-weight: 600;
    letter-spacing: -.02rem;*/
    color: #555555;
    font-size: 1.1rem!important;
    font-family: "secular one" !important;
}
hr{
  border-width: 3px;
  border-color: rgba(0,0,0,.05);
}
.nav-item{
  vertical-align: middle;
}
.nav-link {
  display: block;
  padding: .5em 1em;
  font-size: 1.1rem;
}
label {
  display: inline-block;
  margin-bottom: .1rem;
  font-size: 1.1em;
  color: #adadad;
}
.number_sms {
  position: relative;
  top: 8px;
  font-size: .9rem;
}
span.profile {
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  white-space: nowrap;
  font-weight: bold;
  text-transform: capitalize !important;
  top: -4px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
table.dataTable thead th,table.dataTable thead td{
  padding:10px 18px;
  border-bottom:1px solid #e8e8e8;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #e8e8e8;
}
table.dataTable thead th, table.dataTable tfoot th {
  /* font-weight: 400; */
  font-size: 1.2rem;
}
.dataTables_wrapper .dataTables_filter input, #table_wrapper select {
  display: inline-block;
  width: 200px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.thead-default th {
    color: #909090;
    background-color: #eceeef;
}
.h3, h3 {
    font-size: 1.8rem;
}
section.container{
  margin-top: 20px;
}
.row{
  margin-bottom: 20px;
}

.bg-faded{
  background: #2c3e50;
  box-shadow: -1px 0 5px #0f0c23;
  /*margin-bottom: 50px;*/
}
.bg-faded *{
  color: #fff !important;
}
.dropdown-menu {
    padding: 0;
    /*left: -135px;*/
    top: 45px;
    border-radius: 0;
    border: none;
    background-color: #14162f;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
}
.dropdown-item {
    display: block;
    font-size: 1em;
    height: 50px;
    line-height: normal;
    font-weight: lighter;
    width: 100%;
    padding: 15px 1.5rem;
    color: #fff!important;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.btn-primary{
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.btn-info, .btn-info:hover{
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-primary:hover,.btn-primary:focus {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn-primary, .card {
  box-shadow: 2px 2px 0 rgba(55,55,55,.1);
}
.card{
  margin-bottom: 10px;
}
.btn-group-lg>.btn, .btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-radius: 50%;
  background: #e4e4e4;
  border-color: #e4e4e4;
  height: 39px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  height: 40px;
  border-radius: 50%;
}
.dataTables_wrapper label{
  font-size: 1rem;
}
.dataTables_length{
  margin-top: 5px;
}