/*------------------------------
Style 
-------------------------------------------------------
-----------
--------------------*/
body {
    font-family: 'Rubik', sans-serif;
    background: #edf1f5;
    color: #313131;
    font-size: 14px;
    overflow-x: hidden;
}
a:hover {text-decoration: none;}
/*---------------
Header Style-----------------------*/
.no-arrow:after {
    display: none;
}
nav.navbar a.nav-link {
    padding: .5rem .3rem;
    position: relative;
}
.main-navbar .navbar .nav-link {
    min-width: 3.75rem;
    line-height: 34px;
}
.main-navbar .navbar .notifications .dropdown-menu {
    padding: 0;
    min-width: 25rem;
    border-right: 0;
    left: auto;
}
.main-navbar .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}
.dropdown-menu-small {
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,.11), 0 3px 10px rgba(0,0,0,.05), 0 2px 3px rgba(0,0,0,.06);
    padding: .25rem 0;
    font-size: .813rem;
    border: none;
}
.main-navbar .navbar .notifications .badge {
    position: absolute;
    padding: .25rem .375rem;
    font-size: .5rem;
    left: 50%;
    top: 50%;
}
.main-navbar .navbar .notifications .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
    display: inline-block;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__all {
    display: block;
    font-weight: 500;
    font-size: 11px;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.dropdown .dropdown-item:hover {
    background-color: #fafafb;
}
.main-navbar .navbar .notifications .dropdown-menu .dropdown-item {
    white-space: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-top: .625rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #e1e5eb;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__icon {
    background-color: #f5f6f8;
    box-shadow: 0 0 0 1px #fff, inset 0 0 3px rgba(0,0,0,.2);
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 0;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 50%;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__icon i {
    color: #818ea3;
    line-height: 2.0625rem;
    font-size: 1.0625rem;
    margin: 0;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__content {
    padding: 0 .625rem;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__category {
    font-size: .5625rem;
    color: #818ea3;
    letter-spacing: .0938rem;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__content p {
    margin: 0;
    line-height: 1.5;
    font-size: .75rem;
}
.main-navbar .navbar .user-avatar {
    max-width: 2rem;
}
.dropdown-menu-small .dropdown-item {
    padding: .375rem .875rem;
    font-size: .813rem;
}
.dropdown i {
    color: #c3c7cc;
    margin-right: .25rem;
}
.custom-modal .modal-header {
    border: 0;
    justify-content: center;
    padding: 30px 30px 0;
}
.custom-modal .modal-body {
    padding: 30px;
}
#content-section .main-content-container {
    min-height: calc(100vh - 7.5rem);
}
/*-----------
Admin Dashboard
------------------------------*/
.card.card-stats {
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    background-color: #fff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0;
    transition: box-shadow .2s ease,-webkit-transform .3s cubic-bezier(.34,2,.6,1);
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease,-webkit-transform .3s cubic-bezier(.34,2,.6,1);
}
.card-stats .card-body {
    padding: 15px 15px 0;
}
.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px;
}
.card-stats .icon-big i {
    line-height: 59px;
    opacity: 0.3;
}
.card-stats .card-body .numbers {
    text-align: right;
    font-size: 2em;
}
.card-stats .card-body .numbers .card-category {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1.4em;
}
.card-stats .card-body .numbers p {
    margin-bottom: 0;
}
.card-stats .card-footer {
    background-color: transparent;
    border: 0;
    padding: 0 15px 15px;
}
.card-stats .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-stats .card-footer hr {
    margin-top: 10px;
    margin-bottom: 15px;
}
.card-stats .card-footer .stats {
    color: #9a9a9a;
}
.card .card-footer .stats i {
    margin-right: 5px;
    position: relative;
    top: 0;
    color: #66615b;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}
.todo-list-wrapper .todo-indicator {
    position: absolute;
    width: 4px;
    height: 60%;
    border-radius: .4rem;
    left: .625rem;
    top: 20%;
    opacity: .6;
    transition: opacity .2s;
}
.leave-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}
.leave-content .leave-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.leave-content .leave-content-left .leave-heading {
    opacity: .8;
    font-weight: 500;
}
.leave-content .leave-content-left .leave-subheading {
    opacity: .5;
}
.leave-content .leave-content-right.leave-content-actions {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
}

.leave-content .leave-content-right {
    margin-left: auto;
}
.leave-content:hover .leave-content-right.leave-content-actions {
    visibility: visible;
    opacity: 1;
}
.leaves-request-scroll {
    position: relative;
    max-height: 450px;
}
/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}
.entertainment-expenses-budget h4 {
    font-weight: 400;
}
.upcoming-scroll {
    position: relative;
    max-height: 450px;
}


 /* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*----------------
Employee dashboard Styles
----------------------------------------------*/
.datepicker {
    font-family: monospace;
}
.welcome-box {
    border-radius: 0;
    box-shadow: unset;
    display: flex;
    margin: -30px -30px 30px;
}
.dropdown.profile-action {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
}

.employee-detail p {
    color: #777;
    font-size: 18px;
    margin-bottom: 0;
}
.employee-section {
    margin-bottom: 30px;
}
.employee-sec-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.employee-info-list .employee-card {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: #575757;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    padding: 15px;
}
.employee-card-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
.employee-card-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 26px;
    padding-right: 15px;
}
.employee-card-icon i {
    width: 30px;
}
.employee-card-content {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.employee-card-content p {
    font-size: 22px;
    margin-bottom: 0;
}
.employee-card-avatars {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 0 15px;
}
.e-avatar:first-of-type {
    margin-left: 0 !important;
}

.e-avatar {
    background-color: #fff;
    border: 3px solid #e7e7e7;
    border-radius: 50%;
    height: 45px;
    position: relative;
    width: 45px;
    margin-left: -20px;
}
.e-avatar > img {
    border-radius: 50%;
    width: 100%;
}
.employee-sidebar h5 {
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.employee-sidebar .card {
    border-radius: 8px;
    box-shadow: unset;
    border: 1px solid #ededed;
    margin-bottom: 30px;
}
.time-list {
    display: flex;
    flex-grow: 1;
    margin-bottom: 20px;
}
.employee-stats-list {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.employee-stats-list + .employee-stats-list {
    border-left: 1px solid #e7e7e7;
}

.employee-stats-list {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.employee-stats-list h4 {
    color: #1f1f1f;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
.employee-sidebar p {
    color: #777;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
}
.employee-stats-list {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.employee-sec-content .employee-info-list + .employee-info-list {
    margin-top: 15px;
}
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    background-color: #00b7ed;
    border-color: #00b7ed;
    color: #fff;
}
.stats-small {
    min-height: 8.7rem;
    overflow: hidden!important;
}

.card-small {
    box-shadow: 0 2px 0 rgba(90,97,105,.11), 0 4px 8px rgba(90,97,105,.12), 0 10px 10px rgba(90,97,105,.06), 0 7px 70px rgba(90,97,105,.1);
}
.card {
    background-color: #fff;
    border: none;
    border-radius: .625rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}
.stats-small--1 .stats-small__label {
    font-size: .75rem;
}

.stats-small__label {
    font-size: .625rem;
    letter-spacing: .0625rem;
    color: #818ea3;
}
.stats-small--1 .stats-small__value {
    font-size: 1.40rem;
}

.stats-small__value {
    font-size: 1.5rem;
    font-weight: 300;
}
.card-header:first-child {
    border-radius: .625rem .625rem 0 0;
}
.card-small .card-header {
    padding: 1rem 1rem;
}
.card-header {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-bottom: none;
    position: relative;
}
/*
Profile Page Styles*/
.user-details__avatar {
    border-radius: 50%;
    overflow: hidden;
    max-width: 6.25rem;
    box-shadow: 0 2px 0 rgba(90,97,105,.11), 0 4px 8px rgba(90,97,105,.12), 0 10px 10px rgba(90,97,105,.06), 0 7px 70px rgba(90,97,105,.1);
}
.user-details__avatar img {
    width: 100%;
}
.user-details .card-body h4 {
    font-weight: 500;
}
.text-light {
    color: #818ea3!important;
}
.user-details__user-data .col span {
    display: block;
}
.user-details__user-data .col span:first-child {
    font-weight: 400;
    color: #3d5170;
}
.user-details__user-data .col span:last-child {
    color: #818ea3;
}
.user-teams .container-fluid .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #e1e5eb;
    min-height: 4.6875rem;
}
.user-teams .container-fluid .row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
.table thead th {
    font-weight: 400;
}
.user-teams__image {
    max-width: 3.125rem;
}
.user-teams__image img {
    width: 100%;
    max-width: 3.125rem;
}
.user-teams__info span:last-child {
    font-size: 80%;
}

/*
Employee Styles
------------------------------------*/

section .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
    margin-bottom: 30px;
}
/*----------
Invoice
---------------------*/
.invoice-details {
    color: #797979;
    font-size: 14px;
}
.invoice-payment-details {
    color: #797979;
    font-size: 14px;
}
.invoice-table tbody{
    color: #797979;
    font-size: 14px;
}
.invoice-table tbody tr td{
    border-color: #e4e7ea;
}
.invoice-table thead tr th{
    font-size: 14px;
    border-color: #e4e7ea;
}
.invoice-info {
    color: #797979;
    font-size: 14px;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.btn-white:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(129,142,163,.2), 0 0.0625rem 0.125rem rgba(129,142,163,.3);
}
.btn-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none;
}
.btn.btn-white {
    border: 1px solid #e1e5eb;
    color: #3d5170;
}
.table .form-control {
    height: calc(1.5em + .75rem + 2px);
}
.form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
    outline: 0 none;
}
.submit-section {
    text-align: center;
    margin-top: 40px;
}
.submit-section-row {
    text-align: center;
    margin-top: 35px;
}
.submit-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}
.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
}
.stats-info {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}
.stats-info h6 {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 5px;
}
.stats-info h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.action-label .btn-sm {
    padding: 4px;
}

.btn.btn-rounded {
    border-radius: 50px;
}
.action-label > a {
    display: inline-block;
    min-width: 103px;
}
.text-purple {
    color: #7460ee !important;
}
.cal-icon {
    position: relative;
    width: 100%;
}
.cal-icon:after {
    color: #979797;
    content: "\f073";
    font-weight: bold;
    display: block;
    font-family: "Font Awesome\ 5 Free";
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.table tbody tr.empty td:empty {
    border: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.cats .cats-number span{
    display: block;
    color: #333;
}
.cats a {
    display: block;
    /*color: #6a148e;*/
    margin-bottom: 10px;
}
.cats-name a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
    font-weight: 900;
}
.cats a:hover {
    text-decoration: none;
}
.cats-name a span {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.cats-name a span:hover {
    padding-left: 15px;
}
.candidate-detail-area .left-area i {
    font-size: 100px;
}
.candidate-detail-area .left-area {
    width: 200px;
}
.field-icon i {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #aeaeae;
}

.field-icon {
    position: relative;
}

/* Style for On & Off Switch */
.onOffSwitch {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
}
.onOffSwitch input.onOff { 
    opacity: 0;
    width: 0;
    height: 0;
}
.onOffSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.onOffSlider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input.onOff:checked + .onOffSlider {
    background-color: #2196F3;
}
input.onOff:focus + .onOffSlider {
    box-shadow: 0 0 1px #2196F3;
}
input.onOff:checked + .onOffSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.onOffSlider.round {
    border-radius: 34px;
}
.onOffSlider.round:before {
    border-radius: 50%;
}
/*body {
    background: #efefef
}
#header {
    border-top: 5px solid #3b5ea7;
    background: #fbfbfb; 
    background: -moz-linear-gradient(top, #fbfbfb 0%, #dedede 100%); 
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #dedede 100%); 
    background: linear-gradient(to bottom, #fbfbfb 0%, #dedede 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dedede', GradientType=0 ); 
}
.pad0 {
    padding: 0
}
.custom-responsive-table .table {
    margin: 0px
}
.custom-responsive-table .table thead th.text-left, .custom-responsive-table .table tbody td.text-left {
    text-align: left
}
.custom-responsive-table .table thead th, .custom-responsive-table .table tbody td {
    vertical-align: middle;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.custom-responsive-table .table thead th {
    background: #fff;
    font-size: 14px;
    color: #4c4c4c
}
.custom-responsive-table .table tbody td {
    background: #efefef
}
.custom-responsive-table .table {
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
.userlogin {
    padding-top: 40px
}
.userlogin .thumb {
    float: right;
    margin-left: 15px
}
.userlogin .user-name {
    font-size: 18px;
    color: #4c4c4c
}
.userlogin .layoutlink {
    font-size: 12px;
    color: #eb3a2c
}
.userlogin .layoutlink a {
    color: #eb3a2c;
    text-decoration: none
}
.userlogin .layoutlink a:hover {
    color: #eb3a2c;
    text-decoration: underline
}
#main-navigation {
    background: #707070;
}
#main-navigation .navbar-collapse {
    padding: 0px
}
#main-navigation.navbar-default .navbar-nav > li {
    margin-right: 1px
}
#main-navigation.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px 40px
}
#main-navigation.navbar-default .navbar-nav > li > a:hover, #main-navigation.navbar-default .navbar-nav > li > a:focus, #main-navigation.navbar-default .navbar-nav > .active > a, #main-navigation.navbar-default .navbar-nav > .active > a:hover, #main-navigation.navbar-default .navbar-nav > .active > a:focus {
    background-color: #8d8d8d;
    color: #fff;
}
#searchbar .form-control {
    background: #8d8d8d;
    border: 0px;
    color: #fff
}
#searchbar .btn-default {
    background: #8d8d8d;
    color: #fff;
    border: 1px solid #8d8d8d;
}
#searchbar .form-control::-webkit-input-placeholder {
    color:#fff;
}
#searchbar .form-control:-moz-placeholder {
    color:#fff;
}
#searchbar .form-control::-moz-placeholder {
    color:#fff;
}
#searchbar .form-control:-ms-input-placeholder {
    color:#fff;
}
#content-section .panel-default > .panel-heading {
    background-color: #399ed6;
    border-color: #399ed6;
    color: #fff;
}
#content-section .panel-default > .panel-heading .panel-title {
    font-size: 16px;
    font-weight: bold
}
.content-section {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 25px
}
h2 {
    font-size: 24px;
    color: #12469f;
    text-transform: capitalize
}
.leftnav ul {
    margin: 0px;
}
.leftnav ul li {
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 1px
}
.leftnav ul li a {
    color: #4c4c4c;
    text-decoration: none;
    padding: 15px 30px;
    background: #fff;
    display: block
}
.leftnav ul li:nth-child(odd) a {
    background: #f7f7f7
}
.leftnav ul li.active a {
    background: #efefef
}
.leftnav ul li a:hover, .leftnav ul li.active a {
    color: #4c4c4c;
    text-decoration: none;
    background: #efefef
}
#footer {
    background: #707070;
    padding: 15px;
    color: #fff;
    text-align: center
}
#content-section {
    margin-bottom: 25px
}
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 20px
}
.formtext-container {
    font-family: 14px;
    color: #979595
}
.formtext-container label {
    font-family: 16px;
    color: #4c4c4c;
    font-weight: bold
}
.greycontainer {
    background: #efefef;
    padding: 20px 30px;
    border: 1px solid #dfdfdf;
}
.martop-20 {
    margin: -20px 0 20px
}
.pad20 {
    padding: 20px;
}
.pad10 {
    padding: 10px;
}
.contentsection {
    word-wrap: break-word;
}
#datatables td .contentsection {
    max-width: 190px;
}*/
.select2-container--default .select2-selection--multiple{
    min-height:44px !important;
}