body{
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #666;
    background: #f2f2f2;
}

a, a:visited{
    color: #007bff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:hover, a:focus{
    color: #0098d8;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0,0,0,0.08);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.toggle-password{
    float: right;
    margin-left: -39px;
    margin-right: 15px;
    margin-top: 10px;
    position: relative;
    z-index: 20;
    opacity: .5;
    cursor: pointer;
}

.toggle-password-forms{
    margin-top: -65px;
    float: right;
    margin-left: -39px;
    margin-right: 15px;
    position: relative;
    z-index: 20;
    opacity: .5;
    cursor: pointer;
}

#page-content-wrapper{
    padding: 0 30px;
}

.top{
    margin-bottom: 60px;
    margin-top: 15px;
    border-bottom:1px solid #ccc;
    padding-bottom: 8px;
    height: 40px;
    overflow: hidden;
    line-height: 30px;
    text-transform: capitalize;
}

.top a{
    font-size: 24px;
    float: right;
    margin-left: 5px;
    line-height: 40px;
    width: 30px;
    text-align: center;
    color: #5eb5e0;
}

.top a:hover{
    color: #00b3fe;
}

.top #menu-toggle{
    cursor: pointer;
    float:left;
    margin-left: 0 !important;
}

.title-box{
    background: #f2f2f2;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    margin-bottom: 30px;
    height: 55px;
    overflow: hidden;
}

.title-box .icon{
    padding: 15px 15px 10px 15px;
    text-align: center;
    color: #fff;
    background: #f89921;
}

.title-box .title{
    padding: 15px;
}

.title-box .title span{
    color: #ccc;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-weight: 300;
}

h1{
    font-size: 24px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.off {
    color: red;
}

.material-icons.on {
    color: green;
}

.mt--6{
    margin-top: -60px;
}

.spacer{
    width: 10px;
    float: right;
    height: 25px;
}

.line{
    margin: 6px 7px 0 7px;
    border-left: 2px dotted #666;
    height: 15px;
    float: right;
}

/* - - - - - - - - - - DEFAULT TEMPLATE SETTINGS - - - - - - - - - - */
.ball-active{
    background-color: green;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.ball-inactive{
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.box{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
}

.box .content{
    padding: 30px;
    background: #fff;
}

.box .content.grey{
    background: #f8f8f8;
}

.table {
    color: inherit;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fafafa !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 400;
    color: #00b3fe;
}

.table td, .table th {
    border-top: 0;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
}

.hover tbody tr td {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hover tbody tr:hover td {
    background: #fafafa !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tooltip.bs-tooltip-top{
    margin-top:-10px
}

footer{
    padding: 15px 0;
    z-index: 4;
    font-weight: 300;
}

/* - - - - - - - - - - FORM SETTINGS - - - - - - - - - - */
.alert{
    border-radius: 0;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 0 !important;
    text-align: center;
}

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

.search .form-control{
    height: calc(2em + 1.5rem + 3px);
    padding: 1.5rem;
}

.form-control, .form-select {
    border: 1px solid #f2f2f2;
    height: calc(2em + 1rem + 2px);
    padding: 1rem;
    border-radius: 0;
    font-size: 14px;
}

.form-select{
    display: block;
    width: 100%;
}

.form-control-date select{
    border: 1px solid #f2f2f2;
    height: calc(2em + 1rem + 2px);
    padding: 1rem;
    border-radius: 0;
    font-size: 14px;
    margin: 0 15px 0 0;
}

input[type=checkbox].form-control {
    padding: 0 !important;
    height: 15px;
    width: 15px;
}

input.form-control,input.form-control:focus, button, button:active, button:focus, button:hover, button:visited .btn, .btn:active, .btn:focus, .btn:hover, .btn:visited {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.form-control::placeholder{
    color: #999;
    line-height: 1.3;
}

.input-group-text {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-right: 0 !important;
    color: #ccc;
    border-radius: 0;
}

/* - - - - - - - - - - BUTTON SETTINGS - - - - - - - - - - */
.btn {
    border-radius: 0;
    height: calc(2em + 1rem + 2px);
    padding: 0 1rem;
    line-height: 3;
    overflow: hidden;
}

.btn-primary {
    color: #fff;
    background-color: #00b3fe;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary:hover{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-secondary{
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #ccc;
}

.btn-icon{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 55px;
    overflow: hidden;
    padding: 15px 15px 10px 15px;
    text-align: center;
    color: #fff;
    background-color: #00b3fe;
    border: 0 !important;
}

.btn-action{
    text-align: center;
    padding: 8px 10px 0 10px;
    background: #5ccefd;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
}

.btn-action:hover, .btn-icon:hover{
    background: #0098d8;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a .btn-action{
    color: #fff;
}

.delete.btn-action, .delete.btn-icon {
    background: #fc9a9a;
}

.delete.btn-action:hover, .delete.btn-icon:hover {
    background: #fc4848;
}

.show.btn-action, .show.btn-icon {
    background: #fac37e;
}

.show.btn-action:hover, .show.btn-icon:hover {
    background: #f89921;
}

.delete-button {
    /* this empty class is for delete buttons (use in ajax delete call) */
}

/* - - - - - - - - - - PAGINATION SETTINGS - - - - - - - - - - */
.navigation{
    margin-top: 30px;
    float:right;
}

.navigation .pagination{
    border-radius: .25rem;
    border:0 !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
}

.navigation .pagination .page-link{
    border:  0!important;
}

.navigation .pagination .page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0 !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00b3fe;
    border-color: #00b3fe;
}
