﻿@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(font/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(font/MaterialIcons-Regular.woff2) format('woff2'), url(font/MaterialIcons-Regular.woff) format('woff'), url(font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    font-family: Roboto, sans-serif;
    background-color: rgb(235, 239, 242);
}

* {
    outline: none !important;
}

.toolbar {
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    left: 0px;
    line-height: 21px;
    outline-color: rgb(33, 37, 41);
    outline-style: none;
    outline-width: 0px;
    position: fixed;
    text-align: left;
    text-size-adjust: 100%;
    top: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 5px 4px 15px 1px rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, 0);
    z-index:999;
}

.side-menu {
    top: 70px;
    left: 0px;
    width: 270px;
    z-index: 10;
    background: #2f353f;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    box-shadow: 4px 5px 14px 1px rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, 0);
}

.sidebar-menu, .sidebar-menu ul, .sidebar-menu li, .sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.sidebar-menu, .sidebar-menu ul, .sidebar-menu li, .sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.sidebar-menu > ul > li > a {
    color: #9db2bf;
    display: block;
    padding: 12px 20px;
    margin: 4px 0px;
    background-color: #2f353f;
    border-left: 3px solid transparent;
}

.sidebar-menu > ul > li > a > span {
    vertical-align: middle;
}

.sidebar-menu > ul > li > a.active {
    border-left: 3px solid #71b6f9;
    color: #71b6f9 !important;
}

ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}

.text-muted {
    color: #98a6ad !important;
}

.sidebar-menu > ul > li > a {
    color: #9db2bf;
    display: block;
    padding: 12px 20px;
    margin: 4px 0px;
    background-color: #2f353f;
    border-left: 3px solid transparent;
}

.sidebar-menu a {
    line-height: 1.3;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.sidebar-menu ul li a:hover {
    color: #71b6f9;
}

.sidebar-menu ul li a i {
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 17px !important;
    margin-left: 3px !important;
    margin-right: 15px !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 20px !important;
}

.login-box {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.35), 0 1px 0px 0 rgba(0, 0, 0, 0.31);
    border-radius: 5px;
    background-color: #ffffff;
    display: block;
    width: 420px;
    padding: 20px 20px 20px 20px;
}

.txt_input {
    background-color: #ffffff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    font-size: 14px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
}

.btn-bordred.btn-custom {
    background-color: #71b6f9;
    border-bottom: 2px solid #4fa4f8 !important;
}
.btn-custom {
    background-color: #71b6f9;
    border-color: #71b6f9;
}
.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}
.btn {
    border-radius: 2px;
    padding: 6px 14px;
    font-size: 14px !important;
    box-shadow: none !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}
.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
    color: #188ae2 !important;
    background-color: #ebeff2;
    outline: none !important;
    box-shadow: none !important;
    background-image: none;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
    background-color: #59a9f8 !important;
    border: 1px solid #59a9f8 !important;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.content_box {
    padding: 20px;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.52), 0 1px 0px 0 rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #ffffff;
    width: 96%;
    margin-left: 2%;
}
.header-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: "Karla", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: "Karla", sans-serif;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: grey;
    font-size: 14px;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table .thead-light th, .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    vertical-align: bottom;
}
.table thead th {
    border-bottom: 2px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    border-top: 1px solid #dee2e6;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.btn_table {
    padding: 3px 8px 3px 8px !important;
}
.td_actions {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: center;
}
.tbl_padding > tr > td {
    padding:6px;
    min-width:255px;
}
.tbl_padding > tbody > tr > td {
    padding:6px;
    min-width:255px;
}
.d3c {
    margin-bottom: 20px;
    border: 1px solid rgb(146, 146, 146);
}

