#main {
    margin-bottom: 50px;
}

.validate-error {
    position: absolute;
    right: 15px;
    font-size: 0.8rem !important;
    color: #F44336;
    bottom: -7px;
    /*font-weight: 500;*/
}

.error-left {
    left: 0.8rem;
    right: initial;
}

.error-top {
    top: 0;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea {
    margin-bottom: 5px;
}

.msg-panel {
    padding: 10px;
}

    .msg-panel.yellow, .msg-panel.red, .msg-panel.teal, .msg-panel.green {
        color: #fff;
    }

.login-form-text {
    font-size: 1em;
}

#breadcrumbs-wrapper {
    margin-bottom: 15px;
}

.rdb-horizonal {
    display: block;
    margin-top: 7px;
}

    .rdb-horizonal label {
        margin-right: 30px;
    }

        .rdb-horizonal label:last-child {
            margin: 0;
        }

.no-margin {
    margin: 0 !important;
}

.breadcrumbs {
    margin: 12px 0;
    margin-top: -8px;
}

.breadcrumbs-title2 {
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 12px 0px;
}

.pnlclose {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff;
}

    .pnlclose:hover, .pnlclose:focus {
        color: #000;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        text-decoration: none;
    }

button.pnlclose {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn-block{float:none!important}
.btn-sm {
    padding: .5rem .5rem!important;
    font-size: .875rem!important;
    line-height: 1.5!important;
    border-radius: .2rem!important;
    height: auto!important;
}

    .btn-sm i {
        font-size: .875rem!important;
    }

.btn-xs {
    padding: .5rem .5rem!important;
    font-size: .700rem!important;
    line-height: 0.75!important;
    border-radius: .2rem!important;
    height: auto!important;
}

    .btn-xs i {
        font-size: .800rem!important;
    }

.btn-oval {
    border-radius: 30px!important;
    padding: .5rem 1rem .5rem .5rem!important;
}

ul.side-nav.leftside-navigation ul.collapsible-accordion li a.active {
    background-color: #E8FBFD;
}

/*.side-nav .child_menu li{list-style-type:circle;list-style-position:inside}*/
.side-nav .child_menu li a {
    margin: 0 .5rem 0 0.5rem;
    height: 33px;
    line-height: 33px;
    font-size: .85rem !important;
}

ul.side-nav.leftside-navigation li.active > a {
    color: #009688 !important;
}

/******* Permission Tree ***********/
.Permissions table {
    width: auto;
}

    .Permissions table td {
        padding: 0px;
    }

.Permissions input[type="checkbox"] {
    position: relative;
    left: 0;
    visibility: visible;
}

.Permissions input[type="checkbox"] {
    background-image: url('/images/check-box-uncheck.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    -webkit-appearance: inherit;
    -moz-appearance: checkbox;
    appearance: checkbox;
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin-right: 10px;
    top: 2px;
}

    .Permissions input[type="checkbox"]:checked {
        background-image: url('/images/check-box-checked.png');
    }

.Permissions > table > tbody > tr > td > span {
    font-size: 16px;
    font-weight: bold;
}

.Permissions > table > tbody > tr > td:last-child {
    border-bottom: 1px dotted #808080;
    padding: 5px 0;
}

.Permissions > div {
    margin-bottom: 12px;
}

    .Permissions > div > table > tbody > tr > td > a {
        font-size: 12px;
    }

.page-progress {
    padding-top: 20%;
    z-index: 10000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

.modal {
    max-height: 80%;
}

.lean-overlay {
    top: 0;
}

.modal-header {
    margin: -24px -24px 0 -24px;
    padding: 20px;
}

    .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
        margin: 0;
    }

.RadioEdit {
    display: block;
    margin-top: 10px;
}

    .RadioEdit input[type="radio"] + label {
        padding-left: 25px;
        margin-right: 20px;
        top: 0;
        left: 0;
    }

table.dataTable td.dataTables_empty {
    color: #F44336;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
}

h4.header2 {
    margin-top: .5rem;
    font-size: 1.3rem;
}

.dropify-wrapper .dropify-message p {
    text-align: center;
}

body.stop-scrolling {
    padding-right: 17px;
}

b, optgroup, strong {
    font-weight: 500;
}

.Status {
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: .35rem .5rem;
}

ul.side-nav.leftside-navigation li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.side-nav.leftside-navigation .collapsible-header::after {
    position: absolute;
    right: 5px;
    float: none;
}

#work-collections p.collections-title {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.CallBack {
    max-height: 500px;
    overflow: auto;
    margin-top: 0;
    border-top: none;
}

    .CallBack td, .CallBack th {
        padding: 10px 5px;
    }

footer.page-footer {
    position: fixed;
    width: 100%;
    left: 0%;
    bottom: 0%;
    z-index: 998;
}

    footer.page-footer .footer-copyright {
        height: 35px;
        line-height: 37px;
    }

span.badge.custom {
    font-weight: 300;
    border-radius: 10px;
    position: relative;
    right: auto;
    margin: 0 5px;
    padding: 3px 8px;
    font-size: 0.8rem;
}

.text-capitalcase {
    text-transform: capitalize !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

ul.circle.quicklist {
    margin-bottom: 0;
}

ul.circle li {
    list-style-type: circle;
}

ul.circle.quicklist li {
    margin-left: 18px;
    padding: 5px 0;
}

.modal.bottom-sheet {
    max-height: 80%;
}

.input-group {
    display: table;
}

    .input-group input, .suffix {
        display: table-cell;
    }

.suffix {
    width: 1%;
}

select.browser-default {
    cursor: pointer;
    padding: 0;
    margin-bottom: 15px;
}

.read-only-textbox {
    cursor: pointer;
    border-color: #000 !important;
    color: inherit !important;
}

    .read-only-textbox + label {
        color: #9e9e9e !important;
    }

.toast {
    cursor: pointer;
}

    .toast > i {
        margin-right: 10px;
    }

.btn-floating.small {
    height: 30px;
    width: 30px;
}

    .btn-floating.small i {
        font-size: 1.2em;
        line-height: 30px;
    }

ul.side-nav.leftside-navigation li a {
    padding-left: 5px;
    padding-right: 5px;
}

#slide-out li a i {
    margin-right: 0.5rem;
}

.pagination li {
    font-size: 1.1rem;
    min-width: 25px;
    padding: 0;
    line-height: 25px;
}

ul.pagination li:first-child > a.aspNetDisabled, ul.pagination li:last-child > a.aspNetDisabled {
    cursor: default;
    color: #999;
}

ul.pagination li:not(:first-child):not(:last-child) > a.aspNetDisabled {
    background-color: #ff4081;
    color: #fff;
    border-radius: 2px;
    line-height: 25px;
    display: block;
}
/*.sidebar-collapse {
    top: -54px;
}
@media only screen and (min-width: 992px) {
  .sidebar-collapse {
    top: -60px;
  }
}*/
#card-stats .card-stats-number {
    line-height: 3.0rem;
    font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
    .video-container {
        padding-bottom: 75%;
    }
}

@media only screen and (max-width: 992px) {
    table.responsive-table.bordered th {
        width: auto !important;
    }

        table.responsive-table.bordered th a {
            display: inline-block;
            padding-right: 17px;
        }
}

@media only screen and (min-width: 991px) {
    .table-condensed td {
        padding: 5px !important;
    }
}

a.aspNetDisabled {
    color: #BFBFBF !important;
}

td, th {
    padding: 10px 5px;
    font-size: 0.9em;
}

    th.sorting {
        background-repeat: no-repeat;
        background-position: center right;
        background-image: url("images/sort_both.png");
        cursor: pointer;
        padding: 0;
    }

        th.sorting > a {
            display: block;
            padding: 10px 5px;
        }

    th.sorting_asc {
        background-image: url("images/sort_asc.png");
        background-color: #e0e0e0 !important;
    }

    th.sorting_desc {
        background-image: url("images/sort_desc.png");
        background-color: #e0e0e0 !important;
    }

.m_bottom_0 {
    margin-bottom: 0px !important;
}

.m_bottom_5 {
    margin-bottom: 5px !important;
}

.m_bottom_10 {
    margin-bottom: 10px !important;
}

.m_bottom_15 {
    margin-bottom: 15px !important;
}

.m_bottom_20 {
    margin-bottom: 20px !important;
}

.m_top_0 {
    margin-top: 0px !important;
}

.m_top_5 {
    margin-top: 5px !important;
}

.m_top_10 {
    margin-top: 10px !important;
}

.m_top_15 {
    margin-top: 15px !important;
}

.m_top_20 {
    margin-top: 20px !important;
}

.m_left_0 {
    margin-left: 0px !important;
}

.m_left_5 {
    margin-left: 5px !important;
}

.m_left_10 {
    margin-left: 10px !important;
}

.m_left_15 {
    margin-left: 15px !important;
}

.m_left_20 {
    margin-left: 20px !important;
}

.m_right_0 {
    margin-right: 0px !important;
}

.m_right_5 {
    margin-right: 5px !important;
}

.m_right_10 {
    margin-right: 10px !important;
}

.m_right_15 {
    margin-right: 15px !important;
}

.m_right_20 {
    margin-right: 20px !important;
}

.m_5 {
    margin: 5px !important;
}

.m_10 {
    margin: 10px !important;
}

.m_15 {
    margin: 15px !important;
}

.m_20 {
    margin: 20px !important;
}

.p_bottom_0 {
    padding-bottom: 0px !important;
}

.p_bottom_5 {
    padding-bottom: 5px !important;
}

.p_bottom_10 {
    padding-bottom: 10px !important;
}

.p_bottom_15 {
    padding-bottom: 15px !important;
}

.p_bottom_20 {
    padding-bottom: 20px !important;
}

.p_top_0 {
    padding-top: 0px !important;
}

.p_top_5 {
    padding-top: 5px !important;
}

.p_top_10 {
    padding-top: 10px !important;
}

.p_top_15 {
    padding-top: 15px !important;
}

.p_top_20 {
    padding-top: 20px !important;
}

.p_left_0 {
    padding-left: 0px !important;
}

.p_left_5 {
    padding-left: 5px !important;
}

.p_left_10 {
    padding-left: 10px !important;
}

.p_left_15 {
    padding-left: 15px !important;
}

.p_left_20 {
    padding-left: 20px !important;
}

.p_right_0 {
    padding-right: 0px !important;
}

.p_right_5 {
    padding-right: 5px !important;
}

.p_right_10 {
    padding-right: 10px !important;
}

.p_right_15 {
    padding-right: 15px !important;
}

.p_right_20 {
    padding-right: 20px !important;
}

.p_5 {
    padding: 5px !important;
}

.p_10 {
    padding: 10px !important;
}

.p_15 {
    padding: 15px !important;
}

.p_20 {
    padding: 20px !important;
}

.btn-clear-filter {
    padding: 5px;
    text-align: center;
    background: #009688;
    border-radius: 15px;
    margin-left: 10px;
    width: 32px;
    display: block;
    float: right;
    height: 32px;
    margin-right: -12px;
    line-height: 1.5rem;
    font-size: 15px;
}

.doughnut-chart-legend li:before {
    width: 10px;
    height: 10px;
    margin-top: 6px;
    margin-right: 8px;
}

.doughnut-chart-legend li {
    font-size: 1rem !important;
}

@media only screen and (max-width: 600px) {
    .doughnut-chart-legend li {
        width: 50%;
        float: left;
    }
}

li.missed:before {
    background: #f7464a;
}

li.new:before {
    background: #26a69a;
}

li.ongoing:before {
    background: #fdb45c;
}

li.won:before {
    background: #2e7d32;
}

li.forwarded:before {
    background: #00bcd4;
}

ul.side-nav.leftside-navigation li.user-details {
    padding: 10px 0 0 5px;
    line-height: initial;
}

.b_radius_0 {
    border-radius: 0px !important;
}

.b_top_0 {
    border-top-width: 0;
}

[type=checkbox] + label {
    height: 17px;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}



.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}