/*
 * ----------------------------------------------------------------------------------------
 Core List

 * 01.Common
 * 02.Bootstrap-custom
 * 03.Portlets
 * 04.Helper-classes
 * 05.Waves-effect
 * 06.Animation
 * 07.Modal
   - Custom modal

 * 08.Material-sortable-table
 * 09.Material-input
 * 10.Material-chips
 * 11.Checkbox and Radio
 * 12.UI-accordion
 * 13.Custom-file-input
 * ----------------------------------------------------------------------------------------
 */
/* 01.Common */

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
    margin: 0;
    color: #000;
    background: #fff;
}
html {
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
    background: #fff;
}
.custombox-open,
.custombox-open body {
    padding-right: 0 !important;
}
.custombox-open .nicescroll-rails {
    z-index: 10003 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #000;
}
* {
    outline: none !important;
}
a:hover {
    text-decoration: none;
    outline: 0;
}
a:active {
    text-decoration: none;
    outline: 0;
}
a:focus {
    text-decoration: none;
    outline: 0;
}
ul {
    padding: 0;
    list-style-type: none;
}
.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.ui-button,
.ui-button:hover,
.ui-button:focus
 {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.container {
    width: auto;
}
#wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.page {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-title {
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    min-height: 20px;
    width: calc(100% - 208px);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-title-box p {
    font-weight: 300;
    opacity: .7;
}
.page-title-box {
    position: relative;
    z-index: 2;
    height: 50px;
    margin: 50px 0 0 0;
    padding: 16px 20px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.sub-title {
    margin: 50px 0 0 0;
    padding: 8px 20px;
}
.sub-title .left {
    max-width: calc(100% - 35px);
}
.sub-title .left h4 {
    overflow: hidden;
    width: initial;
    margin: 0;
    padding: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sub-title .left p {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sub-title .pull-left i {
    font-size: 23px;
    line-height: 36px;
    cursor: pointer;
    color: #f49914;
}
.page-title-box .pull-right {
    margin-top: -7px;
}
.page-title-box .pull-right .vwt-FormGroup input {
    font-weight: 400;
}
/* 02.Bootstrap-custom */

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.dropdown-menu {
    padding: 4px 0;
    -webkit-animation: dropdownOpen .3s ease-out;
    -o-animation: dropdownOpen .3s ease-out;
    animation: dropdownOpen .3s ease-out;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}
.dropdown-menu > li > a {
    padding: 6px 20px;
}
.panel {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.panel .panel-body {
    padding: 20px;
}
.panel-group .panel .panel-heading a[data-toggle=collapse] {
    display: block;
}
/* 03.Portlets */

.portlet {
    margin-bottom: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.portlet .portlet-heading .portlet-widgets {
    font-size: 15px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    float: right;
    padding-left: 15px;
    text-align: right;
}
.portlet .portlet-heading a {
    color: #999;
}
.portlet .portlet-body {
    padding: 15px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
}
.portlet .portlet-heading .portlet-widgets .collapsed .zmdi-chevron-up:before {
    content: '\f2f9' !important;
}
/* 04.Helper-classes */
/* Height */

.min-height {
    min-height: .01% !important;
}
/* Padding */

.p-0 {
    padding: 0;
}
.p-t-0 {
    padding-top: 0;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-25 {
    padding-top: 25px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-35 {
    padding-top: 35px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-t-45 {
    padding-top: 45px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-r-0 {
    padding-right: 0;
}
.p-r-5 {
    padding-right: 5px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-25 {
    padding-right: 25px;
}
.p-r-30 {
    padding-right: 30px;
}
.p-r-35 {
    padding-right: 35px;
}
.p-r-40 {
    padding-right: 40px;
}
.p-r-45 {
    padding-right: 45px;
}
.p-r-50 {
    padding-right: 50px;
}
.p-b-0 {
    padding-bottom: 0;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-35 {
    padding-bottom: 35px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-45 {
    padding-bottom: 45px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-l-0 {
    padding-left: 0;
}
.p-l-5 {
    padding-left: 5px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-25 {
    padding-left: 25px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-35 {
    padding-left: 35px;
}
.p-l-40 {
    padding-left: 40px;
}
.p-l-45 {
    padding-left: 45px;
}
.p-l-50 {
    padding-left: 50px;
}
/* Margin */

.m-0 {
    margin: 0;
}
.m-t-0 {
    margin-top: 0;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-35 {
    margin-top: 35px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-45 {
    margin-top: 45px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-r-0 {
    margin-right: 0;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.p-r-20 {
    padding-right: 20px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-35 {
    margin-right: 35px;
}
.m-r-40 {
    margin-right: 40px;
}
.m-r-45 {
    margin-right: 45px;
}
.m-r-50 {
    margin-right: 50px;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-l-0 {
    margin-left: 0;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-l-25 {
    margin-left: 25px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-35 {
    margin-left: 35px;
}
.m-l-40 {
    margin-left: 40px;
}
.m-l-45 {
    margin-left: 45px;
}
.m-l-50 {
    margin-left: 50px;
}
/* Alignment  */
.text-center{
  text-align: center;
}
/* Background */

.under-creation {
    background-color: #fbb040;
}
.under-review {
    background-color: #999;
}
.published {
    background-color: #009444;
}
.meeting-cancelled {
    background-color: #ad1f1f;
}
.meeting-concluded {
    background-color: #2b3990;
}
.pending-approval {
    background-color: #00d6f2;
}
.approved {
    background-color: #009444;
}
.rejected {
    background-color: #ad1f1f;
}
.bg-empty {
    background: transparent !important;
}
.bg-primary {
    background-color: #1976d2 !important;
}
.bg-success {
    background-color: #00b19d !important;
}
.bg-info {
    background-color: #3ddcf7 !important;
}
.bg-warning {
    background-color: #f49914 !important;
}
.bg-danger {
    background-color: #ef5350 !important;
}
.bg-muted {
    background-color: #f5f5f5 !important;
}
.bg-inverse {
    background-color: #4c5667 !important;
}
.bg-purple {
    background-color: #7266ba !important;
}
.bg-pink {
    background-color: #f76397 !important;
}
.bg-gary {
    background-color: #eee !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-gray {
    background-color: #555 !important;
}
/* Text */

.text-white {
    color: #fff !important;
}
.text-danger {
    color: #ef5350 !important;
}
.text-muted {
    color: #98a6ad !important;
}
.text-primary {
    color: #1976d2 !important;
}
.text-warning {
    color: #f49914 !important;
}
.text-success {
    color: #00b19d !important;
}
.text-gray {
    color: #555 !important;
}
.text-info {
    color: #3ddcf7 !important;
}
.text-inverse {
    color: #4c5667 !important;
}
.text-pink {
    color: #f76397 !important;
}
.text-purple {
    color: #7266ba !important;
}
.text-dark {
    color: #000 !important;
}
.text-light {
    color: #999 !important;
}
.text-bold {
    font-weight: 500 !important;
}
/* Label */

.label {
    color: #fff !important;
}
.label-primary {
    background-color: #3bafda !important;
}
.label-success {
    background-color: #00b19d !important;
}
.label-info {
    background-color: #3ddcf7 !important;
}
.label-warning {
    background-color: #fa0 !important;
}
.label-danger {
    background-color: #ef5350 !important;
}
.label-purple {
    background-color: #7266ba !important;
}
.label-pink {
    background-color: #f76397 !important;
}
.label-dark {
    background: #4f595b !important;
}
.label-inverse {
    background-color: #4c5667 !important;
}

/* Font-size */
.f5 {
    font-size: 5px!important;
}
.f10 {
    font-size: 10px!important;
}
.f15 {
    font-size: 15px!important;
}
.f20 {
    font-size: 20px!important;
}
.f25 {
    font-size: 25px!important;
}
.f30 {
    font-size: 30px!important;
}
.f35 {
    font-size: 35px!important;
}
.f40 {
    font-size: 40px!important;
}
.f45 {
    font-size: 45px!important;
}
.f50 {
    font-size: 50px!important;
}

/* Badge */

.badge {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    padding: 3px 5px;
}
.badge-xs {
    font-size: 9px;
}
.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}
.badge-primary {
    background-color: #3bafda !important;
}
.badge-success {
    background-color: #00b19d !important;
}
.badge-info {
    background-color: #3ddcf7 !important;
}
.badge-warning {
    background-color: #fa0 !important;
}
.badge-danger {
    background-color: #ef5350 !important;
}
.badge-purple {
    background-color: #7266ba !important;
}
.badge-pink {
    background-color: #f00 !important;
}
.badge-inverse {
    background-color: #4c5667 !important;
}
/* Border */

.no-border {
    border: none !important;
}
.no-border-top {
    border-top: none !important;
}
.no-border-right {
    border-right: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-border-left {
    border-left: none !important;
}
.border {
    border: 1px solid #ddd !important;
}
.border-top {
    border-top: 1px solid #ddd !important;
}
.border-right {
    border-right: 1px solid #ddd !important;
}
.border-bottom {
    border-bottom: 1px solid #ddd !important;
}
.border-left {
    border-left: 1px solid #ddd !important;
}
/* Buttons */

.btn-join,
.btn-mom,
.btn-track,
.btn-create,
.btn-review,
.btn-view-status,
.btn-view,
.btn-status {
    width: 100px;
    padding: 6px 19px!important;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.btn-view,
.btn-review,
.btn-create {
    width: 100px;
    padding: 6px 19px;
}
.btn-status {
    width: 130px;
    padding: 6px 19px;
}
.btn-group-lg {
    padding: 6px 50px;
}
.btn-view-status {
    padding: 6px 15px;
}
.btn-join:hover,
.btn-join:focus,
.btn-mom:hover,
.btn-mom:focus,
.btn-track:hover,
.btn-track:focus,
.btn-create:hover,
.btn-create:focus,
.btn-review:hover,
.btn-review:focus,
.btn-view-status:hover,
.btn-view-status:focus,
.btn-view:hover,
.btn-view:focus {
    color: #fff;
}
/* 05.Waves-effect */

.waves-effect {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    will-change: opacity, transform;
}
.waves-effect .waves-ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .45);
}
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, .7);
}
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, .7);
}
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, .7);
}
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, .7);
}
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, .7);
}
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, .7);
}
.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(59, 175, 218, .4);
}
.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.waves-circle {
    line-height: 2.5em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    border-radius: 50%;
    -webkit-mask-image: none;
}
.waves-input-wrapper {
    vertical-align: bottom;
    border-radius: .2em;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}
.waves-block {
    display: block;
}
/* 06.Animation */
/* Bounce-1 */

@-webkit-keyframes cd-bounce-1 {
    0% {
        -webkit-transform: scale(.5);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        -moz-transform: scale(.5);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-o-keyframes cd-bounce-1 {
    0% {
        -o-transform: scale(.5);
        opacity: 0;
    }
    60% {
        -o-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -o-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/* Bounce-2 */

@-webkit-keyframes cd-bounce-2 {
    0% {
        -webkit-transform: translateX(-100px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(20px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        -moz-transform: translateX(-100px);
        opacity: 0;
    }
    60% {
        -moz-transform: translateX(20px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-o-keyframes cd-bounce-2 {
    0% {
        -o-transform: translateX(-100px);
        opacity: 0;
    }
    60% {
        -o-transform: translateX(20px);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes cd-bounce-2 {
    0% {
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
/* Dropdown */

@-webkit-keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes dropdownOpen {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-o-keyframes dropdownOpen {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }
    100% {
        -o-transform: scale(1);
    }
}
@keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/* 07.Modal */

.modal .modal-dialog .modal-content {
    padding: 0px;
    /*border-color: #ddd;*/
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
    margin: 0;
    padding: 10px;
    padding-bottom: 15px;
    border-bottom-width: 2px;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 10px;
}
.modal .modal-dialog .modal-content .modal-footer {
    padding: 5px;
    /*padding-top: 15px;*/
}
.modal-full {
    width: 98%;
}
.modal-content .nav.nav-tabs + .tab-content {
    margin-bottom: 0;
}
.modal-content .panel-group {
    margin-bottom: 0;
}
.modal-content .panel {
    border-top: none;
}
/* Custom modal */

.modal-md,
.modal-sm,
.modal-lg {
    display: none;
    width: 600px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
}
.modal-sm {
    width: 400px;
}
.modal-lg {
    width: 900px;
}
.custombox-modal .modal-md .close,
.custombox-modal .modal-sm .close,
.custombox-modal .modal-lg .close {
    font-size: 25px;
    font-weight: 300;
    line-height: 21px;
    position: absolute;
    top: 15px;
    right: 25px;
    opacity: inherit;
    color: #fff;
}
.custombox-modal .custom-modal-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 15px 20px;
    text-align: left;
    color: #fff;
    background-color: #1976d2;
}
.custombox-modal .custom-modal-text {
    padding: 40px 20px 20px 20px;
}
.custombox-modal .custombox-modal-flash .close,
.custombox-modal .custombox-modal-rotatedown .close {
    z-index: 9999;
    top: 20px;
}
.custombox-modal .modal-footer {
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, .12);
}
.custombox-modal .modal-footer .cancel,
.custombox-modal .modal-footer .save {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.custombox-modal .modal-footer .save {
    margin-left: 20px;
}
/* Bootstrap modal */

.bootstrap-modal {
    z-index: 10001;
}
.fade-scale {
    transition-duration: 900ms;
    transform: scale(.7);
    opacity: 0;
}
.fade-scale.in {
    transform: scale(1);
    opacity: 1;
}
.bootstrap-modal .modal-md,
.bootstrap-modal .modal-sm,
.bootstrap-modal .modal-lg {
    display: inherit;
}
.bootstrap-modal .modal-sm {
    width: 400px;
}
.bootstrap-modal .modal-dialog .modal-content {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3);
}
.bootstrap-modal .modal-dialog .modal-content .panel .panel-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 15px 20px;
    text-align: left;
    color: #fff;
    border-radius: 0;
    background-color: #1976d2;
}
.bootstrap-modal .modal-dialog .modal-content .panel .panel-heading .close {
    font-size: 25px;
    font-weight: 300;
    line-height: 14px;
    position: absolute;
    top: 15px;
    right: 25px;
    margin: 0;
    opacity: inherit;
    color: #fff;
}
.bootstrap-modal .modal-dialog .modal-content .panel .panel-heading .close:hover {
    opacity: inherit;
    color: #fff;
}
.bootstrap-modal .modal-dialog .modal-content .panel .panel-body {
    padding: 40px 20px 20px 20px;
}
.bootstrap-modal .modal-dialog .modal-content .modal-footer {
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, .12);
}
.bootstrap-modal .modal-dialog .modal-content .modal-footer .cancel,
.bootstrap-modal .modal-dialog .modal-content .modal-footer .save {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.bootstrap-modal .modal-dialog .modal-content .modal-footer .save {
    margin-left: 20px;
}
/* 08.Material-sortable-table */

table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
table,
th,
td {
    border: none;
}
table {
    display: table;
    width: 100%;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
    border-radius: 0;
}
table.hoverable > tbody > tr {
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
table.hoverable > tbody > tr:hover {
    background-color: #f2f2f2;
}
table.centered thead tr th,
table.centered tbody tr td {
    text-align: center;
}
thead {
    border-bottom: 1px solid #d0d0d0;
}
td,
th {
    display: table-cell;
    padding: 15px 5px;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
@media only screen and (max-width: 992px) {
    table.responsive-table {
        position: relative;
        display: block;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }
    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }
    table.responsive-table th {
        text-align: left;
    }
    table.responsive-table thead {
        display: block;
        float: left;
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }
    table.responsive-table thead tr th::before {
        content: '\00a0';
    }
    table.responsive-table tbody {
        position: relative;
        display: block;
        overflow-x: auto;
        width: auto;
        white-space: nowrap;
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    table.responsive-table th {
        display: block;
        text-align: right;
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    table.responsive-table tr {
        padding: 0 10px;
    }
    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0;
    }
    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0;
    }
    table.responsive-table.bordered td {
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }
    table.responsive-table.bordered tr {
        border: 0;
    }
    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0;
    }
}
div.material-table {
    padding: 0;
}
div.material-table .hiddensearch {
    display: none;
    padding: 0 24px 0 56px;
    border-bottom: solid 1px #ddd;
}
div.material-table .hiddensearch input {
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    margin: 0;
    padding: 0;
    opacity: .8;
    color: rgba(0, 0, 0, .84);
    border: transparent 0 !important;
    background-color: transparent;
    box-shadow: none;
}
div.material-table .hiddensearch label {
    width: 100%;
    margin: 0;
}
div.material-table .hiddensearch label input:focus {
    box-shadow: none;
}
div.material-table .hiddensearch input:active {
    border: transparent 0 !important;
}
div.material-table table {
    table-layout: auto;
}
div.material-table .table-header {
    display: flex;
    height: 56px;
    padding-right: 14px;
    padding-left: 24px;
    border-bottom: solid 1px #ddd;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-display: flex;
}
div.material-table .table-header .actions {
    display: -webkit-flex;
    margin-left: auto;
}
div.material-table .table-header .btn-flat {
    min-width: 38px;
    padding: 0 10px;
    text-align: center;
}
div.material-table .table-header input {
    height: auto;
    margin: 0;
}
div.material-table .table-header i {
    font-size: 24px;
    line-height: inherit;
    color: rgba(0, 0, 0, .54);
}
div.material-table .table-footer {
    font-size: 12px !important;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    height: 56px;
    padding-right: 24px;
    padding-left: 24px;
    color: rgba(0, 0, 0, .54);
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
div.material-table .table-footer .dataTables_length {
    display: -webkit-flex;
    display: flex;
}
div.material-table .table-footer label {
    font-size: 12px;
    font-weight: normal;
    display: -webkit-flex;
    display: flex;
    color: rgba(0, 0, 0, .54);
    -webkit-flex-direction: row
    /* works with row or column */

    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
div.material-table .table-footer .select-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row
    /* works with row or column */

    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
    margin-right: 32px;
}
div.material-table .table-footer .material-pagination {
    display: flex;
    margin: 0;
    -webkit-display: flex;
}
div.material-table .table-footer .material-pagination li:first-child {
    margin-right: 24px;
}
div.material-table .table-footer .material-pagination li {
    line-height: 1;
    width: 24px;
    text-align: center;
}
div.material-table .table-footer .material-pagination li a {
    color: rgba(0, 0, 0, .54);
}
div.material-table .table-footer .material-pagination li a i {
    font-size: 24px;
}
div.material-table .table-footer .select-wrapper input.select-dropdown {
    font-size: 12px;
    line-height: normal;
    width: 40px;
    height: auto;
    margin: 0;
    text-align: right;
    border-bottom: none;
}
div.material-table .table-footer select {
    width: auto;
    height: auto;
    margin-left: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
div.material-table .table-title {
    font-size: 20px;
    color: #000;
}
div.material-table table tr td {
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    max-width: 150px;
    height: 56px;
    padding: 0 10px 0 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .87);
    border-bottom: solid 1px #ddd;
}
div.material-table table tr td .status-line {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 3px;
}
div.material-table table tr td .default {
    display: inline-block;
    overflow: hidden;
    max-width: 120px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.material-table table tr td .status-line.success {
    background-color: #2db200;
}
div.material-table table tr td .status-line.danger {
    background-color: #c82b2a;
}
div.material-table table tr td .status-line.warning {
    background-color: #f49914;
}
div.material-table table tr td span {
    font-size: 13px;
    font-weight: 300;
    color: rgba(0, 0, 0, .54);
}
div.material-table table tr td a {
    color: inherit;
}
div.material-table table tr td a i {
    font-size: 18px;
    color: rgba(0, 0, 0, .54);
}
div.material-table table tr {
    font-size: 12px;
}
div.material-table table th {
    font-size: 13.5px;
    font-weight: 500;
    height: 56px;
    padding: 0;
    padding-left: 56px;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
    outline: none !important;
}
div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
    color: rgba(0, 0, 0, .87);
}
div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    display: none;
    content: '\f303';
    /*-webkit-transform: rotate(90deg);*/

    vertical-align: middle;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-left: 8px;
}
div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    display: inline-block;
}
div.material-table table th.sorting_desc:after {
    content: '\f2fe';
}
div.material-table table tbody tr:hover {
    background-color: #eee;
}
div.material-table table th:first-child,
div.material-table table td:first-child {
    padding: 0 0 0 56px;
}
div.material-table table th:last-child,
div.material-table table td:last-child {
    padding: 0 24px 0 0;
}
div.material-table table .dataTables_empty {
    text-align: center;
}
div.material-table table tr:nth-last-child(2) > td:last-child .menus ul li ul,
div.material-table table tr:nth-last-child(3) > td:last-child .menus ul li ul,
div.material-table table tr:last-child > td:last-child .menus ul li ul {
    top: auto !important;
    bottom: 5px;
}
div.material-table table td:last-child {
    overflow: visible;
}
div.material-table table tr td .menus ul {
    margin: 0;
}
div.material-table table tr td .menus ul li ul {
    top: 0;
    right: 10px;
    left: auto;
    min-width: 115px;
    border-radius: 0;
}
div.material-table table tr td .menus ul li ul li a {
    font-size: 14px;
    padding: 8px 15px;
    color: #7b7a7a;
}
div.material-table table tr td .menus ul li ul li a i {
    font-size: 14px;
    margin-right: 5px;
    color: inherit;
}
div.material-table table tr td .menus ul li ul li a:hover {
    background-color: rgb(238, 238, 238);
}
/* 09.Material-input */

.input-group-title {
    font-size: 13px;
    font-weight: normal;
    min-height: 42px;
    margin: 0;
    color: rgba(0, 0, 0, .54);
}
.group,
.vwt-FormGroup {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}
.group input {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 2px 5px 2px;
    color: rgba(0, 0, 0, .87);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background-color: transparent;
}
.group input:focus {
    outline: none;
}
/* Label */

.group label {
    font-size: 13.5px!important;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 2px;
    margin: 0;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
    pointer-events: none;
    color: #000!important;
}
/* Active-state */

.group input:focus ~ label,
.group input:valid ~ label,
.group input:disabled ~ label {
    font-size: 13px;
    top: -20px;
    color: rgba(0, 0, 0, .54);
}
/* Bottom-bars */

.vwt-FormGroup .bar,
.group .bar {
    position: relative;
    display: block;
    width: 100%;
}
.vwt-FormGroup .bar:before,
.vwt-FormGroup .bar:after,
.group .bar:before,
.group .bar:after {
    position: absolute;
    bottom: 1px;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
    background: #1976d2;
}
.vwt-FormGroup .bar:before,
.group .bar:before {
    left: 50%;
}
.vwt-FormGroup .bar:after,
.group .bar:after {
    right: 50%;
}
.date-time i,
.date i {
    font-size: 20px;
    line-height: 15px;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 6px;
    color: rgba(0, 0, 0, .54);
}
.date-time .form_datetime {
    position: relative;
    padding: 5px 28px;
}
.date .form-control {
    font-size: 16px;
    position: relative;
    padding: 4px 28px;
    color: rgba(0, 0, 0, .87);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    height: inherit;
}
.date-time .caret,
.date .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin: -2px 0;
    color: rgba(0, 0, 0, .54);
}
.date-time .placeholder,
.date .placeholder {
    left: 28px;
}
/* Active-state */

.vwt-FormGroup input:focus ~ .bar:before,
.vwt-FormGroup input:focus ~ .bar:after,
.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
    width: 50%;
}
.vwt-FormGroup input.vwt-Input {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 28px 5px 2px;
    color: rgba(0, 0, 0, .87);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    cursor: pointer;
}
.vwt-Input:focus ~ label.vwt-Input,
.vwt-Input ~ label.vwt-Input.vwt-InputHasValue {
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    color: #000;
}
.vwt-FormGroup label.vwt-Input {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 2px;
    margin: 0;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    pointer-events: none;
    color: #000;
}
.vwt-FormGroup .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin: -1px 0;
    color: rgba(0, 0, 0, .54);
}
.vwt-FormGroup .vwt-List {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    -webkit-transition: .2s ease-in height, step-end box-shadow .2s;
    transition: .2s ease-in height, step-end box-shadow .2s;
    color: #000;
    border: 0!important;
    border-radius: 0!important;
    background: #fff;
}
.vwt-FormGroup .vwt-Scroll {
    overflow-x: auto;
    max-height: 300px;
    padding: 10px 0;
}
.vwt-FormGroup .dropdown-menu {
    font-size: 14px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.open > .dropdown-menu {
    display: block;
}
.vwt-FormGroup .vwt-List li {
    font-weight: 400;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vwt-FormGroup .vwt-List li:hover {
    background-color: #f8f8f8;
}
.vwt-FormGroup .vwt-List li.vwt-List-selected {
    font-weight: 400;
    color: #f49914;
    background-color: #eee;
}
/* vwt-Radio */

input.vwt-Radio[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.vwt-Radio[type=radio]:checked,
.vwt-Radio[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.vwt-Radio[type=radio]:checked + label,
.vwt-Radio[type=radio]:not(:checked) + label {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    color: #6e6d6d;
    -khtml-user-select: none;
}
.vwt-Radio[type=radio] + label:after,
.vwt-Radio[type=radio] + label:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 4px;
    content: '';
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
.vwt-Radio[type=radio]:not(:checked) + label:before {
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}
.vwt-Radio[type=radio]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 2px solid #5a5a5a;
    border-radius: 3px;
}
.vwt-Radio[type=radio]:checked + label:before {
    border: 2px solid transparent;
    border-radius: 3px;
}
/* default */

.vwt-Radio[type=radio]:checked + label:after {
    z-index: 0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    border: 2px solid #26a69a;
    border-radius: 3px;
    background-color: #26a69a;
}
/* Pending */

.vwt-Radio[type=radio].vwt-RadioGapStyle-1:checked + label:before {
    border: 1px solid #c82b2a;
    border-radius: 3px;
}
.vwt-Radio[type=radio].vwt-RadioGapStyle-1:checked + label:after {
    z-index: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    border: 1px solid #c82b2a;
    border-radius: 3px;
    background-color: #c82b2a;
}
.vwt-Radio[type=radio].vwt-RadioGapStyle-1:disabled:checked + label:before,
.vwt-Radio[type=radio].vwt-RadioGapStyle-2:disabled:checked + label:before,
.vwt-Radio[type=radio].vwt-RadioGapStyle-3:disabled:checked + label:before,
.vwt-Radio[type=radio].vwt-RadioGapStyle-4:disabled:checked + label:before {
    border: 1px solid rgba(0, 0, 0, .26);
}
.vwt-Radio[type=radio].vwt-RadioGapStyle-1:disabled:checked + label:after,
.vwt-Radio[type=radio].vwt-RadioGapStyle-2:disabled:checked + label:after,
.vwt-Radio[type=radio].vwt-RadioGapStyle-3:disabled:checked + label:after,
.vwt-Radio[type=radio].vwt-RadioGapStyle-4:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, .26);
}
/* In-progress */

.vwt-Radio[type=radio].vwt-RadioGapStyle-2:checked + label:before {
    border: 1px solid #f49914;
    border-radius: 3px;
}
.vwt-Radio[type=radio].vwt-RadioGapStyle-2:checked + label:after {
    z-index: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    border: 1px solid #f49914;
    border-radius: 3px;
    background-color: #f49914;
}
/* Complete */

.vwt-Radio[type=radio].vwt-RadioGapStyle-3:checked + label:before {
    border: 1px solid #2db200;
    border-radius: 3px;
}
.vwt-Radio[type=radio].vwt-RadioGapStyle-3:checked + label:after {
    z-index: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    border: 1px solid #2db200;
    border-radius: 3px;
    background-color: #2db200;
}
/* Not-applicable */

.vwt-Radio[type=radio].vwt-RadioGapStyle-4:checked + label:before {
    border: 1px solid #7266ba;
    border-radius: 3px;
}
.vwt-Radio[type=radio].vwt-RadioGapStyle-4:checked + label:after {
    z-index: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    border: 1px solid #7266ba;
    border-radius: 3px;
    background-color: #7266ba;
}
.vwt-Radio[type=radio]:disabled:checked + label:before,
.vwt-Radio[type=radio]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, .26);
    background-color: transparent;
}
.vwt-Radio[type=radio]:disabled + label {
    color: rgba(0, 0, 0, .26);
}
.vwt-Radio[type=radio]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, .26);
}
.vwt-Radio[type=radio]:disabled:checked + label:after {
    border-color: #bdbdbd;
    background-color: rgba(0, 0, 0, .26);
}
/* 10.Material-chips */

.chips .title h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}
.chips ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.chips ul li {
    float: left;
    margin-bottom: 20px;
}
.chips ul li .md-chip:hover {
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);*/
}
.chips ul li .md-chip .md-chip-text {
    font-size: 14px;
    color: #222;
}
.md-chip {
    display: inline-block;
    height: 42px;
    margin: 0 20px 0 0;
    padding: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    vertical-align: middle;
    border-radius: 42px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);*/
    cursor: default !important;
}
.md-chip:hover {
    cursor: pointer;
    /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);*/
}
.md-chip-img {
    float: left;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 2px 0 rgba(0, 0, 0, .3);
}
.md-chip-img .md-chip-span {
    display: block;
    height: 42px;
}
.md-chip-img img {
    height: 42px;
    margin-left: 21px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.md-chip-text {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    float: left;
    height: 42px;
    padding: 12px 18px 12px 10px;
    color: rgba(255, 255, 255, .87);
}
.md-chip-remove {
    float: right;
    width: 42px;
    height: 42px;
}
.md-chip-remove .remove-icon {
    background: transparent;
    border: 0;
    height: 42px;
    width: 42px;
    cursor: pointer;
}
.md-chip-remove .remove-icon:after {
    color: rgb(97, 97, 97);
    content: '\f136';
    font: normal normal normal 24px/1 'Material-Design-Iconic-Font';
    vertical-align: middle;
}
/* Chips-colors */

.pink {
    background-color: #e91e63;
}
.gray {
    background-color: #e0e0e0;
}
.orange {
    background-color: #f49914;
}
.indigo {
    background-color: #1976d2;
}
.teal {
    background-color: #009688;
}
.purple {
    background-color: #9c27b0;
}
.deep-purple {
    background-color: #512da8;
}
.white {
    background-color: #fff;
}
.white .md-chip-text {
    color: rgba(0, 0, 0, .87);
}
.red {
    background-color: #f44336;
}
.blue {
    background-color: #2196f3;
}
.green {
    background-color: #4caf50;
}
/* 11.Checkbox and Radio */

.checkbox {
    margin-top: 0;
    margin-bottom: 15px;
}
.checkbox:last-child {
    margin-bottom: 0;
}
.checkbox label {
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    color: rgba(0, 0, 0, .87);
}
.checkbox label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 2px;
    margin-left: -20px;
    content: '';
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #1976d2;
    border-radius: 2px;
    outline: none !important;
    background-color: #fff;
}
.checkbox label::after {
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -20px;
    padding-top: 1px;
    padding-left: 2px;
    color: #333;
}
.checkbox label div {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.checkbox input[type='checkbox'] {
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    outline: none !important;
}
.checkbox input[type='checkbox']:disabled + label {
    opacity: .65;
}
.checkbox input[type='checkbox']:focus + label::before {
    outline: none;
    outline-offset: -2px;
}
.checkbox input[type='checkbox']:checked + label::after {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-weight: bold;
    content: '\f26b';
}
.checkbox input[type='checkbox']:disabled + label::before {
    cursor: not-allowed;
    background-color: #eee;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox.checkbox-single label {
    height: 17px;
}
.checkbox-primary input[type='checkbox']:checked + label::before {
    border-color: #1976d2;
    background-color: #1976d2;
}
.checkbox-primary input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type='checkbox']:checked + label::before {
    border-color: #ee6e73;
    background-color: #ee6e73;
}
.checkbox-danger input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-info input[type='checkbox']:checked + label::before {
    border-color: #29b6f6;
    background-color: #29b6f6;
}
.checkbox-info input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type='checkbox']:checked + label::before {
    border-color: #ffc107;
    background-color: #ffc107;
}
.checkbox-warning input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-success input[type='checkbox']:checked + label::before {
    border-color: #66bb6a;
    background-color: #66bb6a;
}
.checkbox-success input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-purple input[type='checkbox']:checked + label::before {
    border-color: #9c27b0;
    background-color: #9c27b0;
}
.checkbox-purple input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-pink input[type='checkbox']:checked + label::before {
    border-color: #ec407a;
    background-color: #ec407a;
}
.checkbox-pink input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-inverse input[type='checkbox']:checked + label::before {
    border-color: #4c5667;
    background-color: #4c5667;
}
.checkbox-inverse input[type='checkbox']:checked + label::after {
    color: #fff;
}
/* Radios */

.radio {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
}
.radio:last-child {
    margin-bottom: 0;
}
.radio label {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding-left: 5px;
}
.radio label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 2px;
    margin-left: -20px;
    content: '';
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #1976d2;
    border-radius: 0;
    outline: none !important;
    background-color: #fff;
}
.radio label::after {
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -20px;
    padding-top: 1px;
    padding-left: 2px;
    color: #fff;
}
.radio label div {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.radio input[type='radio'] {
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    outline: none !important;
}
.radio input[type='radio']:disabled + label {
    opacity: .65;
}
.radio input[type='radio']:focus + label::before {
    outline-offset: -2px;
}
.radio input[type='radio']:checked + label::after {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-weight: bold;
    content: '\f26b';
}
.radio input[type='radio']:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio.radio-single label {
    height: 17px;
}
.radio-primary input[type='radio'] + label::after {
    background-color: #1976d2;
}
.radio-primary input[type='radio']:checked + label::before {
    border-color: #1976d2;
}
.radio-primary input[type='radio']:checked + label::after {
    background-color: #1976d2;
}
.radio-danger input[type='radio'] + label::after {
    background-color: #ee6e73;
}
.radio-danger input[type='radio']:checked + label::before {
    border-color: #ee6e73;
}
.radio-danger input[type='radio']:checked + label::after {
    background-color: #ee6e73;
}
.radio-info input[type='radio'] + label::after {
    background-color: #29b6f6;
}
.radio-info input[type='radio']:checked + label::before {
    border-color: #29b6f6;
}
.radio-info input[type='radio']:checked + label::after {
    background-color: #29b6f6;
}
.radio-warning input[type='radio'] + label::after {
    background-color: #ffc107;
}
.radio-warning input[type='radio']:checked + label::before {
    border-color: #ffc107;
}
.radio-warning input[type='radio']:checked + label::after {
    background-color: #ffc107;
}
.radio-success input[type='radio'] + label::after {
    background-color: #66bb6a;
}
.radio-success input[type='radio']:checked + label::before {
    border-color: #66bb6a;
}
.radio-success input[type='radio']:checked + label::after {
    background-color: #66bb6a;
}
.radio-purple input[type='radio'] + label::after {
    background-color: #9c27b0;
}
.radio-purple input[type='radio']:checked + label::before {
    border-color: #9c27b0;
}
.radio-purple input[type='radio']:checked + label::after {
    background-color: #9c27b0;
}
.radio-pink input[type='radio'] + label::after {
    background-color: #ec407a;
}
.radio-pink input[type='radio']:checked + label::before {
    border-color: #ec407a;
}
.radio-pink input[type='radio']:checked + label::after {
    background-color: #ec407a;
}
/* 12.UI-accordion */

.ui-accordion .ui-accordion-header {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 60px 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .87);
}
.ui-accordion .ui-accordion-content {
    position: relative;
    height: 100% !important;
    padding: 14px 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background-color: #fff;
}
.ui-accordion .ui-accordion-content:before {
    position: absolute;
    z-index: 2;
    top: -28px;
    left: 22px;
    width: 0;
    height: 100%;
    content: '';
    border-left: 1px dashed rgba(153, 153, 153, .9);
}
.ui-accordion .ui-accordion-content .line {
    position: relative;
    padding: 5px;
}
.ui-accordion .ui-accordion-content .line:after {
    position: absolute;
    top: 15px;
    left: -10px;
    width: 10px;
    height: 1px;
    content: '';
    border-top: 1px dashed rgba(153, 153, 153, .9);
}
.ui-accordion .ui-accordion-content .line p {
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    text-decoration: none;
}
.ui-state-active {
    border-top: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    text-decoration: none;
}
/* 13.Custom-file-input */

.custom-file-input {
    width: 100%;
    padding: 5px;
    vertical-align: middle;
    color: #222;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    font-size: 10pt;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    padding: 3px 18px;
    content: 'Browse';
    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px;
    outline: none;
    background: #f49914;
}
/* Dependency media-query */

@media screen and (max-width: 1200px) {
    div.material-table table tr:nth-last-child(2) > td:last-child .menus ul li ul,
    div.material-table table tr:nth-last-child(3) > td:last-child .menus ul li ul {
        top: 0 !important;
        bottom: auto;
    }
    div.material-table table tr:last-child > td:last-child .menus ul li ul {
        bottom: 0;
    }
}
