﻿/*Styles added by Shoaib on March-18-2018*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600');
/*===============
    Layout Updated Style fixes
*/
:root {
    --main-color: #4285f4; /*#e91e63;*/
    --main2-color: #509BF4;
    --main-txt-color: blue;
    --main-padding: 15px;
}
.primarycolor {
    color: #4285f4; /*#e91e63;*/
}
html {
    position: relative;
    min-height: 100%;
}

body, form {
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    /* background: rgb(250, 250, 250);*/
    margin-bottom: 0;
    padding: 0;
    color: #3c4858;
}
    body::-webkit-scrollbar {
        width: 1em;
    }

    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }
.nav-tabs > li {

    
    margin-left: 5px;
    background-color: #f3f3f3;
}
.logo-sm {
    opacity:.5;
}
.newservice i {
    font-size: 48px;
}
/* cards */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .25rem;
}
.card {
    border: 0;
    /*margin-bottom: 30px;*/
    /*margin-top: 15px;*/
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12)
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card .card-header {
    border-bottom: none;
    background: transparent;
}
.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}
/*.card .card-header {
    z-index: 3 !important;
}*/
.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858;
}
.card .card-header.card-header-icon h4, .card .card-header.card-header-text h4 {
    font-weight: 400;
    font-size:20px;
}
.card .card-header .card-title {
    margin-bottom: 3px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card .card-body {
    padding: .9375rem 20px;
    position: relative;
}
.selectfilter option
{
    color:#000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #e8f0fe !important;
  
    font-weight: 500;
}
.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
    .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
        /*  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(233,30,99,.4);*/
    }
    .card.bg-rose, .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
        background: linear-gradient(60deg,var(--main-color),var(--main2-color));
    }
    .card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
        border-radius: 3px;
        background-color: #999;
        padding: 5px;
        margin-top: -20px;
        margin-right: 15px;
        float: right;
    }

    .card-action {
        margin-top: -16px !important;
        margin-right: 15px !important;
        float:right;
    }

     .card-action i {
        font-size:inherit !important;
        height:inherit !important;
        width:inherit !important;
        line-height:inherit !important;
}
           .card-action .btn-default{
           color:#333;
      }

            .card-action .btn-default i{
           color:#333 !important;
      }

    .card .card-header.card-header-icon i, .card .card-header.card-header-text i {
        width: 33px;
        height: 33px;
        text-align: center;
        line-height: 33px;
        /*color: #FFF;*/
        font-size: 30px;
    
    }
    .card .card-header.card-header-icon .card-icon i{
        color: #FFF;
    }
.card-icon a, .card-icon a:visited {
    color: #fff;
}
    /* cards */
a {
    color: var(--main-color);
    TEXT-DECORATION: none;
}

    a:active {
        COLOR: red;
        TEXT-DECORATION: underline;
    }

    a:hover {
        COLOR: red;
        TEXT-DECORATION: none;
    }


.wrapper {
    overflow-x: hidden;
}
img [class*='http://'] {
}
.well {
    background-color: transparent;
    border: none;
}

.well label{
    color:#999;
    margin-top:5px;
}

.well-sm
{
    padding:0;
}
.default__white__box {
    padding: 20px;
    background: #ffffff;
    margin-top: 10px;
    /*box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    border-radius: 8px;*/
}

    .default__white__box label {
        color: #3c4858;
        font-size:16px;
    }


.headerusername a {
    text-transform: capitalize;
    color: #fff;
    float: left !important;
    margin-top: 5px;
    display: inline-block;
}
.headerusername a span
{
    display:inline-block;
    
}

.headerusername i {
    font-size: 24px;
    color: #fff;
    float: left !important;
    margin-right:10px;
}
.topfixednav {
    width: 100%;
    z-index: 999;
    background-color: #191919;
    color: #FFFFFF;
}

    .topfixednav a, .topfixednav a:visited, .topfixednav a:hover, .topfixednav a:link, .topfixednav a:active {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
    }

.topheaderlinks {
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    margin-right: 50px;
}

.masterpagecontentarea {
    padding: 10px;
    min-width: 1000px;
    height: auto;
    display: block;
    overflow: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
    -webkit-box-shadow: #B8B8B8 4px 4px 4px;
    -moz-box-shadow: #B8B8B8 4px 4px 4px;
    box-shadow: #B8B8B8 4px 4px 4px;
}

.topmenu {
    padding-top: 5px;
    display: table;
    background-color: #333333;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.topmenusub {
    width: 75%;
    margin: auto;
}


.main_content {
    position: relative;
    float: right;
    width: calc(100% - 250px);
    transition: .33s,cubic-bezier(.685,.0473,.346,1);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    padding-left: 0px;
    padding-bottom: 100px;
    padding-top: 0px;
    min-height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    overflow: hidden;
}

.master_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #ffffff;
    box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
    color: #a9a9aa;
}

    .master_footer > p {
        color: #203049;
        font-size: 13px;
        font-weight: 300;
        float: right;
    }

    .master_footer > span {
        color: #203049;
        font-size: 13px;
    }

@media(max-width:991px) {
    .master_footer {
        text-align: center;
    }

        .master_footer > p,
        .master_footer > span {
            display: block;
            float: none;
        }
}   


/*Change User name Position*/
.user_profile {
    display: block;
    background: #0b121f;
    padding: 0;
}

    .user_profile .user_profile-user {
        text-align: center;
        padding: 15px;
        color: #fff;
    }

        .user_profile .user_profile-user span {
            display: block;
            font-size: 12px;
            font-weight: bold;
        }

        .user_profile .user_profile-user a {
            padding: 0;
            margin-top: 10px;
        }

.menu_hamburger {
    display: inline-block;
    margin-left: 90px;
}
.content
{
    padding-top:10px;
}
.navbar-default {
    background-color: #4285f4;
    border-color: transparent;
    /*margin-top: 5px;*/
    /* padding-bottom: 25px;*/
    border-radius: 0px;
}

.navbar-default.toggled .navbar-toggle {
    pointer-events: none;
}

.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    background: none;
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    margin-left: 20px;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none;
    }

#menu-close {
    display: none;
}
/*===========================================
    Dashboard Updated Styles
*/
@media(min-width:768px) {

    .flex__row {
        display: flex;
        flex-wrap: wrap;
    }

        .flex__row div[class^="col-"] {
            display: flex;
        }


}

.row.decrease_box_padding_10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.decrease_box_padding_10 div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.ms_box {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0,0,0,.12);
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-radius: 4px;
    min-height: 200px;
    margin-bottom: 30px;
    width: 100%;
}

.ms_box__header {
    padding: 15px;
    border-bottom: 1px solid #ebedf2;
    background-color: #e8f0fe !important;
}

    .ms_box__header > h3 {
        margin: 0;
        font-size: 16px;
    }

        .ms_box__header > h3 > i {
            margin-right: 5px;
            font-size: 24px;
            vertical-align: middle;
        }

.ms_box__content {
    padding: 15px;
    height:150px;
}

.ms_box_separator_row {
    display: block;
    text-align: right;
    right: 10px;
    /*   height: 30px;*/
    padding: 8px 15px;
    /*background: #fafafa;*/
}

.ms_box_list {
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}

    .ms_box_list li {
        display: block;
        font-size: 14px;
        color: #202020;
        line-height: 32px;
    }

        .ms_box_list li a {
            display: block;
        }

/*MS TABLE*/
.ms_divtable {
    display: table;
    width: 100%;
}

.ms_divtableRow {
    display: table-row;
}

.ms_divtableCell {
    display: table-cell;
    padding: 5px 0;
}

.navbar-nav > li {
    float: left;
}

.navbar.navbar-default.navbar-fixed-top {
    height: 70px;
    border: 0;
    background: #fff;
    transition: all .3s ease;
}

    .navbar.navbar-default.navbar-fixed-top a.navbar-brand {
        color: #99b65a;
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0;
        padding-top: 0;
        transition: all .3s ease;
        float: none;
        position: relative;
        top: -5px;
    }

        .navbar.navbar-default.navbar-fixed-top a.navbar-brand > span {
            color: #5867dd;
        }

        .navbar.navbar-default.navbar-fixed-top a.navbar-brand + sub {
            color: #fff;
            display: block;
            position: static;
            line-height: initial;
            white-space: nowrap;
            border: 0;
            font-size: 11px;
        }

.navbar-header {
    height: auto;
    background: #4285f4; /*#282a3c;*/
    table-layout: fixed;
    padding: 12px 20px;
}
.navbar-header::after 
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: hsla(0,0%,71%,.3);
}
    .navbar-header ~ div[class*="navbar-collapse"],
    .navbar-header ~ div[class*="navbar-collapse"][aria-expanded="true"] {
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        background: #ffffff;
    }

    .navbar-header > span {
        padding: 0;
        display: inline-block;
        
    }

    .navbar-header a {
        padding: 0;
        float: right;
        transition: all .3s ease;
        color:#fff;
    }

.sidebar-wrapper-overlay {
    display: none;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 250px;
    }

        .navbar-header ~ .navbar-collapse {
            box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        }
}





.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }

.p-l-20 {
    padding-left: 20px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-10 {
    padding-right: 20px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-20 {
    padding-right: 10px;
}

.chkstyle {
    padding-left: 20px;
}

    .chkstyle label {
        display: inline-block;
        vertical-alicontainer-fluidgn: middle;
        position: relative;
        padding-left: 5px;
    }

        .chkstyle label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .chkstyle label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .chkstyle input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .chkstyle input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
            padding-top: 3px;
        }

.chkstyle-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.chkstyle-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

input.ace[type="checkbox"], input.ace[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    input.ace[type="checkbox"] + .lbl, input.ace[type="radio"] + .lbl {
        position: relative;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 18px;
        min-width: 18px;
        font-weight: normal;
        cursor: pointer;
    }

        input.ace[type="checkbox"] + .lbl::before, input.ace[type="radio"] + .lbl::before {
            cursor: pointer;
            font-family: fontAwesome;
            font-weight: normal;
            font-size: 12px;
            color: #FFF;
            content: "\a0";
            background-color: #FAFAFA;
            border: 1px solid #C8C8C8;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            border-radius: 0;
            display: inline-block;
            text-align: center;
            height: 16px;
            line-height: 14px;
            min-width: 16px;
            margin-right: 1px;
            position: relative;
            top: -1px;
        }
        input.ace[type="radio"] + .lbl::before {
            border-radius:50%;
        }

    input.ace[type="checkbox"]:checked, input.ace[type="radio"]:checked, input.ace[type="checkbox"]:focus, input.ace[type="radio"]:focus {
        outline: none !important;
    }

    input.ace[type="checkbox"] + .lbl, input.ace[type="radio"] + .lbl {
        position: relative;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 18px;
        min-width: 18px;
        font-weight: normal;
        cursor: pointer;
    }
input.ace[type="radio"] + .lbl {
    vertical-align: middle;
}

    input.ace[type="checkbox"]:checked + .lbl::before, input.ace[type="radio"]:checked + .lbl::before {
        display: inline-block;
        content: '\f00c';
        color: #32A3CE;
        background-color: #F5F8FC;
        border-color: #ADB8C0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    }
    input.ace[type="radio"]:checked + .lbl::before {
        border-radius:50%;
        content: '\2022';
            font-size: 20px;
    }

.pagination-sm {
}

    .pagination-sm td {
        padding-top: 20px !important;
    }

        .pagination-sm td > a,
        .pagination-sm td > span {
            position: relative;
            /* float: left;*/
            padding: 4px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-sm td > span {
            position: relative;
            /* float: left;*/
            padding: 4px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-sm td:first-child > a,
        .pagination-sm td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-sm td:last-child > a,
        .pagination-sm td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-sm td > a:hover,
        .pagination-sm td > span:hover,
        .pagination-sm td > a:focus,
        .pagination-sm td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

label {
    font-weight: normal;
}


.width-100-light {
    background: #fff;
}

.font12 {
    font-size: 12px;
}

.gray {
    color: #888;
}


.input-group {
    z-index: 0;
}


.nav-user {
    padding-left: 35px;
    padding-top: 13px;
    float: left;
}

#sidebar-wrapper {

    /*background-color: #191919;*//*#2c2e3e;*/
    border: 0 !important;
   
}

.navbar-default .navbar-nav > li > a {
    color: #676c7b;
    font-size: 13px;
}

    .navbar-default .navbar-nav > li > a i {
        color: #b8bece;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, navbar-default .navbar-nav > li > a:focus, navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:hover i, .navbar-default .navbar-nav > li > a:active i, navbar-default .navbar-nav > li > a:focus i, navbar-default .navbar-nav > li.active > a i {
        color: var(--main-color);
    }

    .navbar-default .navbar-nav > li > a .fa {
        font-size: 24px !important;
        vertical-align: middle;
    }
/*======================*/
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
#sidebar-wrapper::-webkit-scrollbar, #sidebar-wrapper::-moz-scrollbar {
    width: 5px;
    background: #000;
}

#sidebar-wrapper::-webkit-scrollbar-thumb, #sidebar-wrapper::-moz-scrollbar-thumb {
    width: 5px;
    background: #203049;
}

#wrapper {
    padding-left: 0;
    padding-top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*#wrapper.toggled {
        padding-left: 250px;
    }*/

.navbar-brand {
    padding: 15px 29px;
}

.fa-navicon {
    padding: 13px 18px;
    font-size: 24px;
    color: #93a5a5;
    text-decoration: none !important;
}

    .fa-navicon:hover, .fa-navicon:active, .fa-navicon:focus {
        color: #fff;
    }

.desktoponly {
    position: fixed;
    bottom: 0;
    display: block !important;
    right: 0;
    left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer {
    height: auto !important;
    /*    display: none !important;*/
}

    footer .container {
        padding: 10px 0 !important;
        max-width: 98% !important;
    }

.desktoponly.full-width {
    left: 0;
}

#sidebar-wrapper {
    z-index: 1000;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    margin: 0;
    padding: 60px 0 35px 0;
    list-style: none;
    padding-top:0px !important;
}

    .sidebar-nav li {
        /*text-indent: 20px;*/
        /*line-height: 40px;*/
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            padding: 9px 30px 9px 20px;
            font-size: 14px;
            height: 48px;

            color:#202124;
            border-radius: 0 25px 25px 0;
            font-weight:400;
        }

            .sidebar-nav li a span.fa,
            .sidebar-nav li a span[class*='http://'] {
                font-size: 24px !important;
                display: inline-block;
                vertical-align: middle;
                width: 35px;
                color: hsla(0,0%,100%,.8); /*#868aa8;*/
            }
            .sidebar-nav li a span.lab,
            .sidebar-nav li a span[class*='http://'] {
                font-size: 24px !important;
                display: inline-block;
                vertical-align: middle;
                width: 35px;                
            }
            .sidebar-nav li a span.las,
            .sidebar-nav li a span[class*='http://'] {
                font-size: 24px !important;
                display: inline-block;
                vertical-align: middle;
                width: 35px;
            }
            .sidebar-nav li a:hover {
                text-decoration: none;
                background-color:#F1F3F4 !important;
                color: #202124 !important;
            }
            .sidebar-nav li #nav-brand {
                text-decoration: none;
                background-color: #eee !important;
                color: #202124 !important;
            }
        .sidebar-nav li #menu-toggle {
            text-decoration: none;
            background-color: #eee !important;
            color: #202124 !important;
        }

/*.sidebar-nav > li.active > a:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        background: #f2f3f8;
        top: 34%;
        right: -7.5px;
        transform: rotate(45deg);
        z-index: 1001 !important;
    }*/
.dropdown li a.active {
    background-color: #e8f0fe !important;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav .dropdown {
    margin: 0 !important;
    border: 0 !important;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

    .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
    }

@media (min-width: 980px) {
    .ihgosignup {
        margin: auto;
        width: 800px;
    }
}

@media (max-width: 800px) {

    .ihg-mobile-margin {
        margin-bottom: 5px;
    }

    .ihgosignup {
        margin: auto;
    }
   
}


@media (min-width: 980px) and (max-width: 1280px) {
    .navbar-nav > li {
        float: left;
        padding-bottom: 0;
    }
}



@media(min-width:768px) {
    #wrapper {
        
        flex-direction: row;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
    }

        #wrapper.toggled .main_content {
            padding-left: 0;
            left: 0;
        }

    #sidebar-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        
        /*box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);*/
        width: 250px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
    }

    #wrapper.toggled #sidebar-wrapper,
    .navbar.navbar-default.navbar-fixed-top.toggled .navbar-header {
        width: 70px;
    }

        .navbar.navbar-default.navbar-fixed-top.toggled .navbar-header *:not(#menu-toggle),
        #wrapper.toggled #sidebar-wrapper .sidebar-nav li.dropdown a span.menu__label,
        #wrapper.toggled #sidebar-wrapper .sidebar-nav li.dropdown > .dropdown-menu {
            display: none;
        }

        #wrapper.toggled #sidebar-wrapper .sidebar-nav li.dropdown.triggered__hover > .dropdown-menu {
            display: block;
        }
    /*Toggle submenu*/
    .sidebar-nav li.dropdown.open > a {
        background: #e91e63;
        position: relative;
    }

    .menu__label .caret {
        margin-top: 13px;
        position: absolute;
        right: 8px;
    }

    #wrapper.toggled .sidebar-nav .dropdown.open {
        background: 0 0;
    }
    #wrapper.toggled .sidebar-nav .dropdown.triggered__hover {
        width: 60px;
    }

    #wrapper.toggled .sidebar-nav .open .dropdown-menu,
    #wrapper.toggled .sidebar-nav .active .dropdown-menu,
    #wrapper.toggled .sidebar-nav .triggered__hover .dropdown-menu {
        position: absolute !important;
        top: 0;
        left: 80px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0 !important;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc !important;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    #wrapper.toggled .sidebar-nav .open .dropdown-menu:before,
    #wrapper.toggled .sidebar-nav .active .dropdown-menu:before,
    #wrapper.toggled .sidebar-nav .triggered__hover .dropdown-menu:before {
     right: 100%;
    top: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #bbbbbb;
    border-width: 11px;
    margin-top: -31px;
    }
    #wrapper.toggled .sidebar-nav .open .dropdown-menu:after,
    #wrapper.toggled .sidebar-nav .active .dropdown-menu:after,
    #wrapper.toggled .sidebar-nav .triggered__hover .dropdown-menu:after {
        right: 100%;
    top: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -30px;
    }
  



        #wrapper.toggled .sidebar-nav .open .dropdown-menu > li > a,
        #wrapper.toggled .sidebar-nav .active .dropdown-menu > li > a,
        #wrapper.toggled .sidebar-nav .triggered__hover .dropdown-menu > li > a {
                display: block;
    text-decoration: none;
    padding: 9px 30px 9px 20px;
    font-size: 14px;
    height: 44px;
    font-weight: 300;
        }

            #wrapper.toggled .sidebar-nav .open .dropdown-menu > li > a:before {
                content: normal;
            }

    #wrapper.toggled .sidebar-nav li a:hover {
        background: 0 0;
    }

    #wrapper.toggled .sidebar-nav .open .dropdown-menu > li > a:hover,
    #wrapper.toggled .sidebar-nav .active .dropdown-menu > li > a:hover,
    #wrapper.toggled .sidebar-nav .triggered__hover .dropdown-menu > li > a:hover {
        color: #fff;
    }


    #page-content-wrapper {
        /*   padding: 20px;*/
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        /*padding: 23px 20px;*/
    }


    /*.navbar.navbar-default.navbar-fixed-top.toggled .navbar-header {
        background: #ffffff;
        transition: all .3s ease;
    }*/
    .navbar.navbar-default.navbar-fixed-top.toggled .navbar-header > a,
    .navbar.navbar-default.navbar-fixed-top.toggled a.navbar-brand + sub {
        color: #ffffff;
    }
}


/*Main Content*/
.page-heading {
    
    /*  padding: 15px;*/
    font-size: 25px;
}

.page-header.min-margin {
    margin-top: 0;
}

.content-menu {
    padding: 15px 0;
}

    .content-menu ul li a {
        position: relative;
        text-decoration: none !important;
        font-size: 12px;
        padding: 0 10px;
    }

        .content-menu ul li a:after {
            content: '';
            display: block;
            width: 0;
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
            height: 3px;
            margin: 0 auto;
            transition: all .2s;
        }

        .content-menu ul li a:hover:after, .content-menu ul li a.active:after {
            width: 40px;
            background: #1b6393;
        }

.form-border {
    background: #fff;
    /* border: 1px solid #ddd;*/
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    /*box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);*/
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    padding: 20px;
    border-radius: 8px;
}

    .form-border label {
        color:#999;
    }

.chosen-container-multi .chosen-choices li.search-field
{
    height:40px;
}

.form-control {
    border-radius: 5px !important;
    height: 40px;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2em rgba(0,123,255,0.25); 
    border:0px;
}

textarea:focus{
 border-top:1px solid #ccc !important;
 border-left:1px solid #ccc !important;
 border-right:1px solid #ccc !important;
}

/*textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

*/


.btn-black {
    background: #2d3639;
    color: #fff !important;
}

    .btn-black:hover {
        border: 1px solid #333;
    }



/*Triggered Dropdown Shoaib*/
.sidebar-nav li.active a, .sidebar-nav li.dropdown.open > a {
    background: none;
    position: relative;
}

.sidebar-nav .dropdown.open {
    /*background: #292b3a;*/
    /*background-color:#fff;*/
}

.sidebar-nav .open .dropdown-menu {
    position: static !important;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 !important;
    background: none !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidebar-nav .open .dropdown-menu > li > a {
        padding-left: 45px;
        text-align: left;
        /*background: none !important;*/
        /*display: table;*/
        height: 40px;
    }

    .sidebar-nav .open .dropdown-menu > li > a > span.fa {
        font-size:20px !important;
        width:25px;
    }
    .sidebar-nav .open .dropdown-menu > li > a:before {
    /*content: '\f0da';
    /*font: normal normal normal 14px/1 FontAwesome !important;*/
    font: normal normal normal 14px/1 FontAwesome !important;
    /*display: table-cell;*/ 
    padding-right: 2px;
    }

        .sidebar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background: #3c4858;
        }
/*Triggered Dropdown*/



.table .th {
    background: #1b6393 !important;
    color: #fff;
}

    .table .th input[type="text"], .table .th input[type="email"], .table .th input[type="tel"] {
        color: #333;
    }

.pagination {
    margin: 0;
}

.msg-arrows {
    position: absolute;
    right: 10px;
    top: 30%;
}

.DDGridView td {
    position: relative;
}
/*Dialog Custom Styles*/
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: -1;
}

.ui-widget-content{
    background-color:inherit !important;
}

.ui-dialog .ui-dialog-titlebar {
background: #4285f4;
    border-radius: 0 !important;
    color: #fff;
}
.ui-widget-header .ui-icon {
    background-image: url(/mserver/Content/images/ui-icons_ffffff_256x240.png) !important;
}
.ui-dialog .ui-dialog-titlebar-close {
border: none;
    background: none;
    color: #fff;
}
    .ui-dialog .ui-dialog-titlebar-close:focus {
        outline:none;
    }
.ui-dialog-content#Dialog, .ui-dialog-content#SubcriberDialog {
    padding: 0 !important;
}

.mb0 {
    margin-bottom: 0;
}

.folders li a, .numbers li a {
    color: #777;
    text-decoration: none;
}

.folders li.active, .folders li.active a {
    color: #1b74b0;
    background: #f5f5f5;
}

.numbers li {
    background: #f5f5f5;
}

.folders li, .numbers li {
    position: relative;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 7px;
}

td .numbers li {
    padding: 0 5px;
}

ul.numbers {
    margin: 15px 0 0 0 !important;
}

td ul.numbers {
    margin-top: 0 !important;
}

.numbers li {
    border: 1px solid #ddd;
}

    .folders li a.fa-remove, .numbers li a.fa-remove {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #c60202;
        font-size: 10px;
    }

div.page-header.clearfix h4.pull-left {
    margin-bottom: 0;
}

div.page-header .input-group {
    float: left;
    max-width: 240px;
    margin-right: 8px;
}

.mms-box .mms {
    display: inline-block;
    padding: 10px;
    width: 205px;
    margin-bottom: 10px;
    transition: all .3s;
}

.modal-body .mms-box {
    max-height: 200px;
    overflow-y: auto;
}

    .modal-body .mms-box .mms {
        width: 175px;
    }

.modal-body .mms-box {
    max-height: 200px;
    overflow-y: auto;
}

/*lovepreet added styles*/
/*styles for Add contact on Manage Subscribers page*/
div#pnlAddEdit .modal-body {
    padding: 3% 5% 0% 5%;
}

    div#pnlAddEdit .modal-body input[type=text] {
        margin-top: 5px;
    }

    div#pnlAddEdit .modal-body span {
        font-weight: 600;
    }

div#pnlAddEdit .modal-footer {
    text-align: center;
}
/*end*/
.ui-dialog {
    z-index: 9999 !important;
}

.ui-dialog-titlebar-close {
    text-indent: -99999px;
}
/*end*/

.mms-box .mms .mms-img {
    width: 100%;
    height: 150px;
    position: relative;
    border: 1px solid #ddd;
}

    .mms-box .mms .mms-img img, .mms-box .mms .mms-img input {
        width: 100% !important;
        height: 100% !important;
    }

    .mms-box .mms .mms-img a {
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: 13px;
        padding: 4px 6px;
        border-radius: 100px;
        background: #1b6393;
        color: #fff;
    }

        .mms-box .mms .mms-img a:hover {
            background: #8f0606;
            text-decoration: none;
        }

.mms-box .mms .mms-name {
    background: #eee;
    border: 1px solid #ccc;
}

    .mms-box .mms .mms-name span {
        display: block;
        padding: 3px;
        color: #777;
    }
.mms-name > span > span {
    width:140px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

    .mms-box .mms .mms-name a {
        padding: 8px 6px;
        background: #999;
        display: block;
        color: #fff;
        font-size: 17px;
    }

        .mms-box .mms .mms-name a:hover {
            background: #000;
            text-decoration: none;
        }

.form-control[type="file"] {
    height: auto;
}

.compaigns br {
    display: none;
}

.compaigns .col-sm-2 {
    margin: 10px 0;
    text-align: center;
}

    .compaigns .col-sm-2 span {
        display: block;
        text-align: center;
    }

input[type="checkbox"], input[type="radio"] {
    margin: 2px 5px 0;
    
}

.email-txt-configr label {
    font-size: 12px;
}

.icons-textarea textarea {
    border-bottom: 0;
    width: 100%;
    resize: none;
    box-shadow: none !important;
    border-color: #ccc !important;
}

.icons-textarea .textarea-icons .fa {
    font-size: 18px;
    text-decoration: none !important;
    color: #555;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
}

    .icons-textarea .textarea-icons .fa:hover {
        background: #f7f7f7;
    }

.textarea-icons {
    border: 1px solid #ccc;
    border-top: 0 !important;
    padding: 5px 10px;
}


.table.checkbox-list tr td input {
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    padding-left: 12px;
}

.table.checkbox-list tr td {
    padding-left: 12px;
}

.table.checkbox-list {
    margin-bottom: 0;
}

    .table.checkbox-list * {
        border: 0;
    }

.normal.dropdown {
    border: 0 !important;
}

input[type="radio"] {
    height: auto;
    transform: scale(1.3);
}

.pointer {
    cursor: pointer;
}

/*Enter Contacts Page*/
.external-contact .contact-img {
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 20px 0;
}

.external-contact .col-sm-3 {
    text-align: center;
}
/*Enter Contacts Page End*/


/*Broadcast Confirm Page*/
.broadcast-confirm-tbl tr td:first-child {
    text-align: right;
    background: #f5f5f5;
    font-weight: 500;
    width: 30%;
}



/*add Template Grid Page*/
.addTemplateGrid tr td img {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.addTemplateGrid tr td a {
    display: block;
    margin: 5px 0;
}

.addTemplateGrid tr td br {
    display: none;
}

/*Text Messanger*/
.messages {
    max-height: 500px;
    overflow-y: auto;
}

.message {
    padding: 5px 15px;
    border-radius: 5px;
    position: relative;
    margin: 5px;
    font-size: 12px;
    color: #666;
    width: 95%;
    margin: 7px auto;
}

    .message .msg div {
        color: #888;
    }
        /*.message .msg small{
    position:absolute;
    right:10px;
    top:10px;
}*/
        .message .msg div span {
            display: inline-block;
        }

            .message .msg div span a {
                display: inline-block;
                padding: 0 5px;
                color: #333;
            }

    .message.send {
        margin-left: 25px;
        background: #e3f1fb;
    }

    .message.recieve {
        margin-right: 25px;
        background: #d0e8f8;
    }

    .message.send:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-left: 15px solid #e3f1fb;
        border-bottom: 15px solid transparent;
        position: absolute;
        right: -10px;
        top: 10px;
    }

    .message.recieve:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 15px solid #d0e8f8;
        border-bottom: 15px solid transparent;
        position: absolute;
        left: -10px;
        top: 10px;
    }

.sidebar-menu {
    max-height: 500px;
    overflow-y: auto;
}

/*Manage Apointments Page*/
#gvAppointments th {
    line-height: .8;
}

.text-white {
    color: #fff !important;
}



/*Responsive Media Tags Fixes aded by Shoaib on March-19-2018*/
@media(max-width:767px) {
    .main_content {
        width: 100%;
    }
        .navbar.navbar-default.navbar-fixed-top {
        background: #2c2e3e !important;
    }

    .navbar-nav {
        margin: 0;
    }

        .navbar-nav > li {
            padding: 0;
        }

    #sidebar-wrapper {
        width: 250px;
        transition: left .3s ease;
        position: fixed;
        top: 0;
        left: -250px;
        z-index: 1100;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto !important;

        background-color:#fff;
              padding-right:10px;
    }

    #wrapper.toggled #sidebar-wrapper {
        transition: left .3s ease;
        left: 0;
    }

    #wrapper.toggled .sidebar-wrapper-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.1);
    }

    .sidebar-nav {
        padding-top: 50px;
    }

    #menu-close {
        display: block;
        position: absolute;
        right: 10px;
        /*background: rgba(255, 255, 255, 0.05);*/
        width: 24px;
        height: 24px;
        text-align: center;
        font-size: 20px;
        padding: 2px;
        color:#fff !important;

        top:17px !important;
        right:5px;
        background-color:#5f6368 !important;
    }

.page-heading
{
font-size:15px;
}

}


/*Add New MMS Styles*/
.add-new__mms {
    float: left;
    width: 200px;
    height: 185px;
    border: solid 1px #ccc;
    position: relative;
    top: 15px;
    background: #fafafa;
    text-align: center;
}
.new-mms__block {
    display: block;
    width: 100%;
    padding: 35px 0;
    transition: all .2s ease;
    height: 100%;
}
    .new-mms__block > i {
    font-size: 84px;
    color: #9a9a9a;
    transition: all .2s ease;
    }
    .new-mms__block > span {
            display: block;
    clear: both;
    color: #999999;
    font-size:1.1em;
    transition: all .2s ease;
    }
    .new-mms__block:hover, .new-mms__block:focus {
        background:#eaeaea;
        text-decoration:none;
    }
    .new-mms__block:hover> span {
    color: #716aca;
        }
.add-slide__button {
    margin-bottom: 10px;
    display: inline-block;
    color: #3d3d3d;
}
    .add-slide__button i {
        font-size:24px;
        vertical-align:middle;
    }
.add-slide__button:hover {
    color:#716aca;
}
.add-slide__button:hover i {
 color: #3d3d3d;
}

#diamond {
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-bottom-color: red;
	position: relative;
	top: -50px;
}
#diamond:after {
	content: '';
	position: absolute;
	left: -50px;
	top: 50px;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top-color: red;
}
#diamond .wfrndtxt
{
display: inline-block;
    line-height: 16px;
    min-height: 31px;
    position: absolute;
    left: 10px;
    right: 0;
    top: 35px;
}
#square {
	width: 100px;
	height: 100px;
	background: red;
}
#rectangle {
	width: 200px;
	height: 100px;
	background: red;
}
  #pointer {
    width: 200px;
    height: 40px;
    position: relative;
    background: red;
  }
  #pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid red;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

.wf_rnd {
    background-color: #2c2e3e;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    color: #fff;
    position: relative;
}
.criRnd
{
border-radius: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 15px;
    left: 20px;
    z-index: 3;
}

.wfRndTxt {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    display: inline-block;
    line-height: 16px;
    min-height: 31px;
    position: absolute;
    left: 10px;
    right: 0;
    top: 35px;
        }

.actionLine:after {
    content: "";
    width: 1px;
    height: 82px;
   border-left: 1px solid black;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 400px;
}

.setLine:before {
    content: "";
    border-top: 2px solid #214267;
    position: absolute;
    left: 90px;
    display: inline-block;
    height: 1px;
    width: 70px;
    top: 45px;
}

.nextLine.setLine:after {
    content: "";
    border-left: 2px solid #214267;
    position: absolute;
    left: 45px;
    display: inline-block;
    height: 100%;
    width: 1px;
    top: 65px;
}
.conditioncontainer
{
top: 90px;
    padding-top: 45px;
    background-color: #ccc;
    display: inline-block;
    width: 828px;
    padding-bottom: 50px;
}
.actioncontainer	
{
   top: 40px;
    padding-top: 20px;
    background-color: #ccc;
    display: inline-block;
    width: 100%;
margin-bottom: 20px;
}
.actionitem
{
margin-left:20px;
}
#actiondelete
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
   font-size:24px;
}
.line
{ display: inline-block;
  border-top: 1px solid black;
  top:60px;
}

.vertline
{ 
display: inline-block;
  border-top: 1px solid black;
}		


/*Text Message UI*/
.s-messenger_wraper {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    height: 675px;
    border: solid 1px #ebedf8;
    margin-bottom: 20px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    justify-content: flex-start;
}

.s-messenger_list-block {
    border-right: solid 1px #ebedf8;
    max-width: 300px;
height:500px;
}

.s-messenger_header-filter {
    padding: 8px 20px;
    background: #5867dd;
    height: 65px;
}

.s-messenger_ddl-account {
    position: relative;
}

    .s-messenger_ddl-account .s-account_dropdown {
        width: 100%;
        height: 20px;
        padding-left: 10px;
        border: none;
        background: none;
        color: #fff;
        font-weight: 300;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .s-messenger_ddl-account .s-account_dropdown option {
            color: #333333;
        }

        .s-messenger_ddl-account .s-account_dropdown:focus {
            outline: none;
        }

        .s-messenger_ddl-account .s-account_dropdown + span {
            position: absolute;
            right: 0;
            top: 0;
            background: rgba(255, 255, 255, 0.85);
            display: block;
            width: 20px;
            height: 18px;
            color: #5867dd;
            text-align: center;
            border-radius: 3px;
            padding-top: 1px;
            pointer-events: none;
        }

.s-messenger-filter_list {
    margin-top: 10px;
}

    .s-messenger-filter_list span {
        font-size: 16px;
        color: #d0d0d0;
    }

    .s-messenger-filter_list > a {
        color: #ffffff;
        font-size: 10.5px;
        vertical-align: middle;
        margin-left: 2px;
        letter-spacing: 0.2px;
    }

.s-messenger_search-list {
    position: relative;
    margin-top: 10px;

    border-bottom: solid 1px #ebedf8;
height:50px;
}

    .s-messenger_search-list > input {
        width: 80%;
        margin: 0;
        border: none;
        font-size: 12px;
        font-weight: 300;
        padding-left: 25px;
        letter-spacing: 0.2px;
        float:left;
       
    }

        .s-messenger_search-list > input:focus {
            border-color: transparent;
            outline: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .s-messenger_search-list > i {
        font-size: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 16px;
        color: #646671;
        transform: rotate(270deg);
    }

.s-messenger_contact-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: auto;
    position: relative;
}
.s-messenger_scroll {
width:300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;    
}

.s-group_message {
    width: 36px;
    height: 36px;
    position: absolute;
    background: #99b65a;
    right: 20px;
    top: -20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

    .s-group_message:hover {
        color: #fafafa;
    }

.s-messenger_contact-list-item {
    display: table;
    padding: 20px;
    border-bottom: solid 1px #ebedf8;
}

.s-list-item_dp {
    display: table-cell;
    vertical-align: middle;
}

    .s-list-item_dp > img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }

.s-list-item_profile-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
}

    .s-list-item_profile-info > span {
        font-size: 12px;
        color: #202012;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 215px;
    }

    .s-list-item_profile-info > p > span {
        font-size: 12px;
    color: #999999;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block;
    }


.s-messenger_detail-block {
    padding: 15px 25px;
    display: flex;
    flex-basis: auto;
    justify-content: space-between;
    flex-direction: column;
overflow-y:hidden;
width:50%;
max-width:800px;
}


.s-messenger_chat-header {
    padding: 10px 0px;
    height: 65px;
    margin: -15px 0;
    display: table;
    width: 100%;
    border-bottom: solid 1px #ebedf8;
}
#ctl00_ContentPlaceHolder1_divMessagesList
{
overflow-y:hidden;
}
.chat-header_profile-info {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

    .chat-header_profile-info > span {
        font-size: 14px;
        color: #202012;
        letter-spacing: 0.2px;
    }

    .chat-header_profile-info > p {
        font-size: 12px;
        color: #999999;
        font-weight: 300;
        letter-spacing: 0.2px;
    }



.chat-header_profile-actions {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

    .chat-header_profile-actions ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .chat-header_profile-actions ul li {
            display: inline-block;
        }

            .chat-header_profile-actions ul li + li {
                margin-left: 1em;
                border-left: solid 1px #ccc;
                padding-left: 1em;
            }

.s-messenger_chat-window {
    height: 100%;
    margin: 30px 0;
   padding: 25px 0;
    padding-right: 25px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
}

.s-messenger_convo-block {
    display: table;
    position: relative;
    width: 70%;
    margin-bottom: 30px;
}

    .s-messenger_convo-block.s-messenger_convo-right {
        margin-left: auto;
    }



.s-convo_profile {
   margin-right:20px;
   float:left;
    width: 30px;
    height:30px;
    border-width:1px;
    border-radius:50%;
}

.s-messenger_convo-block.s-messenger_convo-right .s-convo_profile {
/*    padding: 0 0 0 20px;*/
}

.s-convo_profile > img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.s-convo_message {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    max-width: 500px;
    padding: 10px;
    background: #5867dd;
    border-radius: 10px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.s-convo_picture {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    max-width: 100%;
    padding: 0;
    background: none;
    border-radius: 10px;
}

    .s-convo_picture span img {
        object-fit: cover;
        width: 300px;
        max-width: 100%;
        height: 350px;
        border-radius: 10px;
    }

.s-messenger_convo-block.s-messenger_convo-right .s-convo_message {
    background: #fafafa;
    color: #3a3b3f;
}

.s-convo_timeSticker {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
    left: 60px;
    color: #9d9797;
}

.s-messenger_convo-block.s-messenger_convo-right .s-convo_timeSticker {
    left: inherit;
    right: 60px;
}




.s-messenger_chat-actions {
    height: 40px;
    align-self: flex-end;
}

    .s-messenger_chat-actions > a {
        font-size: 16px;
        width: 32px;
        text-align: center;
        display: inline-block;
        color: #999999;
    }

.s-messenger_chat-control {
    position: relative;
/*    border-top: solid 1px #ebedf8;*/
    padding-top: 25px;
}

    .s-messenger_chat-control textarea {
        border: none;
        resize: none;
        font-weight: 300;
        overflow: hidden;
        color: #666;
        padding-right: 50px;
        letter-spacing: 0.2px;
      border-top: solid 1px #ebedf8;
      border-left: solid 1px #ebedf8;
      border-right: solid 1px #ebedf8;
    }
    .s-messenger_chat-control .text-core .text-wrap textarea {
       border: none !important;
        resize: none !important;
        font-weight: 300 !important;
        overflow: hidden !important;
        color: #666 !important;
        padding-right: 50px !important;
        letter-spacing: 0.2px !important;
        box-shadow:none !important;
        white-space:normal !important;
        word-break:break-all !important; 
    }
        .s-messenger_chat-control textarea:focus {
            border-color: rgba(82,168,236,0.8);
            outline: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.s-chat-control_send {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
    height: 24px;
    margin: auto;
}

.s-btn_control-send {
    border: none;
    background: none;
    font-size: 24px;
    color: #999999;
}
/*Custom DropDown*/
.dropdown.table-custom__dropdown {
    border: none !important;
}
    .dropdown.table-custom__dropdown>a
{
    background:none;
}
    .dropdown.table-custom__dropdown>a>i {
    font-size: 16px;
    color: #716aca;
}
    .dropdown.table-custom__dropdown > a:hover {
            border-color: transparent;
    }
/*Add New MMS Styles*/
.add-new__mms {
    float: left;
    width: 200px;
    height: 185px;
    border: solid 1px #ccc;
    position: relative;
    top: 15px;
    background: #fafafa;
    text-align: center;
}
.new-mms__block {
    display: block;
    width: 100%;
    padding: 35px 0;
    transition: all .2s ease;
    height: 100%;
}
    .new-mms__block > i {
    font-size: 84px;
    color: #9a9a9a;
    transition: all .2s ease;
    }
    .new-mms__block > span {
            display: block;
    clear: both;
    color: #999999;
    font-size:1.1em;
    transition: all .2s ease;
    }
    .new-mms__block:hover, .new-mms__block:focus {
        background:#eaeaea;
        text-decoration:none;
    }
    .new-mms__block:hover> span {
    color: #716aca;
        }
.add-slide__button {
    margin-bottom: 10px;
    display: inline-block;
    color: #3d3d3d;
}
    .add-slide__button i {
        font-size:24px;
        vertical-align:middle;
    }
.add-slide__button:hover {
    color:#716aca;
}
.add-slide__button:hover i {
 color: #3d3d3d;
}
 .clockpicker-span-am-pm {
    margin-left:10px;
                }
                .clockpicker-popover{
    transform: scale(0.9);
}


/*=============================================
    Global Button Styles to be used in Future
*/
.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: 1.2rem
}
/*.btn {
    border-radius: 4px;
    display: block;
    font-size: 14px;
    height: 40px;
    padding:10px 12px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }*/


.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.4rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    /*border-radius: 0.2rem;*/
    border-radius: 0.4rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.4rem;
    }

.btn--wide {
    padding-left: 20px;
    padding-right: 20px;
}




.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}

    .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
        background-image: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #4285f4 !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4285f4;
        box-shadow: 0 5px 8px 0 rgba(0,0,0,0.16), 0 5px 15px 0 rgba(0,0,0,0.12);
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #5867dd;
        border-color: #5867dd;
    }

    .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2e40d4;
        border-color: #293ccc;
    }

        .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        }

.btn-secondary {
    color: #212529;
    background-color: #ebedf2;
    border-color: #ebedf2;
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #d4d8e3;
        border-color: #ccd1de;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #ebedf2;
        border-color: #ebedf2;
    }

    .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #ccd1de;
        border-color: #c4cad9;
    }

        .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #34bfa3;
    border-color: #34bfa3;
}

    .btn-success:hover {
        color: #fff;
        background-color: #2ca189;
        border-color: #299781;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #34bfa3;
        border-color: #34bfa3;
    }

    .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #299781;
        border-color: #268d78;
    }

        .btn-success:not([disabled]):not(.disabled):active:focus, .btn-success:not([disabled]):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #36a3f7;
    border-color: #36a3f7;
}

    .btn-info:hover {
        color: #fff;
        background-color: #1192f6;
        border-color: #0a8cf0;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #36a3f7;
        border-color: #36a3f7;
    }

    .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #0a8cf0;
        border-color: #0985e4;
    }

        .btn-info:not([disabled]):not(.disabled):active:focus, .btn-info:not([disabled]):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #fbaa00;
        border-color: #eea200;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ffb822;
        border-color: #ffb822;
    }

    .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #eea200;
        border-color: #e19900;
    }

        .btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning:not([disabled]):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #f4516c;
    border-color: #f4516c;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f22d4e;
        border-color: #f12143;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #f4516c;
        border-color: #f4516c;
    }

    .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #f12143;
        border-color: #f01539;
    }

        .btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger:not([disabled]):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not([disabled]):not(.disabled):active:focus, .btn-light:not([disabled]):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark:not([disabled]):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

    .sidebar-header{
        display:inline-block !important; padding: 9px 0px 0px 20px !important; font-weight:inherit !important; color:#fff !important;
     }

    .mobile-toggle-hide{
        display:none !important;
    }

    .sidebar-nav li a.active {
             background-color: #e8f0fe !important;
    color:#1a73e8 !important;
}

    .sidebar-nav li .menu__label{
            font-weight:400;
        }

    .sidebar-nav li.active .fa {
            color:#1a73e8 !important;
        }
        .sidebar-nav li.active .menu__label{
             color:#1a73e8 !important;
        }

        .sidebar-nav li a:hover .fa{
             color:#616161;
        }
        .sidebar-nav li a:hover .menu__label{
             color:#202124;
        }
        .sidebar-nav li a.active .menu__label{
             color:#1a73e8 !important;
        }
        .sidebar-nav li a .fa{
            color:#616161 !important;
        }

        .toggle-pad {
       padding-left:0px !important;
       margin-left:5px;
             }

         #wrapper.toggled .sidebar-nav li.active a{

  background-color: #fff;
    position: relative;

}

         #wrapper.toggled .sidebar-nav li.active > a{

  background-color: #e8f0fe !important;
    position: relative;

}

         #sidebar-wrapper{
             padding-right:10px;
              background-color:#eee;
         }

         .navbar-nav > li > .dropdown-menu {
            margin-top: 20px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .mega-dropdown-menu {
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .m-d-m:before {
                content: "";
                border-bottom: 15px solid #fff;
                border-right: 17px solid transparent;
                border-left: 17px solid transparent;
                position: absolute;
                top: -15px;
                left: 30px;
                z-index: 10;
            }

            .m-d-m:after {
                content: "";
                border-bottom: 17px solid #ccc;
                border-right: 19px solid transparent;
                border-left: 19px solid transparent;
                position: absolute;
                top: -17px;
                left: 28px;
                z-index: 8;
            }

            .mega-dropdown-menu > li > ul {
                padding: 0;
                margin: 0;
            }

                .mega-dropdown-menu > li > ul > li {
                    list-style: none;
                }

                    .mega-dropdown-menu > li > ul > li > a {
                        display: block;
                        clear: both;
                        font-weight: normal;
                        line-height: 1.428571429;
                        white-space: normal;
                    }

            .mega-dropdown-menu .dropdown-header {
                color: #1a73e8;
                font-size: 14px;
            }

            .mega-dropdown-menu form {
                margin: 3px 20px;
            }

            .mega-dropdown-menu .form-group {
                margin-bottom: 3px;
            }

            .triggered__hover .dropdown-menu > li{
                padding-right:10px;
            }

            #profile-menu{
                /*position: absolute !important;
                top: 53;
                border: 1px solid rgba(0,0,0,.15) !important;
                background-color: #fff !important;
                padding-right:10px !important;*/
           right:5;
                /*margin-top:-12px;*/
                left:unset !important;
            }

            #nav-top:after{
                clear:unset;
            }
#nav-profile {
    background-color: inherit;
    display: inline-block !important;
    padding: 9px 8px 0px 8px !important;
    text-decoration: unset;
    margin-right:50px;
    margin-left:-25px;
}
    #nav-profile > span.fa, .nav-bell > .fa {
        font-size: 20px !important;
        color: #fff !important;
        padding: 15px 6px 6px;
        background-color: var(--main-color);
        
        border-radius: 25px
    }
        #nav-profile > i.fa{
            font-size: 15px !important;
            color: #fff !important;           
            margin-left:2px;
        }

.badge-notify {
    background: red;
    position: relative;
    top: -18px;
    left: -19px;
}

    .pager-row{
        border-top:0px !important;
        /*border-bottom:1px solid #dbddff;*/
        background-color:#fff !important;
    }

      .popover-content{
        color:#333 !important;
    }

      .btn-export{
          font-size:24px; float:right; color:#b8bece !important; text-decoration: none !important;
      }

       .btn-filter{
            margin-top:40px;
            padding: 6px 12px;
           display: block;

      }

       .spaced input[type="radio"]
{
   margin-left: 10px; 
}
       .subscriber-btn-lg{
           width:550px;
           border-radius:50px;
       }

        .tab-card{
           margin-top:0px; border-radius: 0px 6px 6px 6px
       }

        .card-tabs{
            border-bottom:0px;

        }
        .card-tabs li a{
            border: none !important; box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
        }

        .jqx-grid-column-header{
            z-index:1 !important;
            border-left:1px solid #aaa !important;
        }

            .jqx-grid-column-header:first-child {
            border-left:0px !important;
            }
            #contenttable2scheduler, .jqx-scheduler-appointment{
                z-index:1 !important;
            }

            .chk label {
    margin-left: 3px;
    margin-right: 7px;
}

            .space label
{
   margin-left: 6px;
}

    /*#sidebar-wrapper-plansignup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 400px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-right: 10px;
    background-color: #fff;
    border: 0 !important;
}*/

    .signinlogo {
    display: block;
    padding-top: 100px;
}


.signin li {
padding: 0 0 10px 0px;
list-style-type: none;
}

.signin ul {
padding:0;
}

.progress-bar {
    background-color: #4285f4 !important;
}
.uploadarea {
    margin: auto;
    background-color: #e8f0fe;
        box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding-top: 25px;
    text-align: center;
}

#addcontact .btn-New {
    border-radius: 999rem !important;
    color: #fff !important;
    padding-top: 5px !important;
    height: 35px !important;
    padding-left: 9px !important;
    padding-right: 0px !important;
    text-align: left;
    margin-left: 13px;
    margin-top: 5px;
}

#addcontact a.btn-New:hover {
    background-color: #4285f4 !important;
}

#addcontact a.btn-New span {
    color: #fff !important;
}
#addcontact
{
    margin-bottom:20px;
}

.googlesignin {
    margin-left:-3px;
    margin-top: 20px;
    background: white;
    color: #333;
    width: 100%;
    border-radius: 0px;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    white-space: nowrap;
    border-color: #8c8c8c;
    text-align:center;
    

}

    .googlesignin:hover {
        cursor: pointer;
    }

.googlesignin span.label {
    font-family: serif;
    font-weight: normal;
}

.googlesignin span.icon {
    background: url('/images/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

.googlesignin span.buttonText {
    display: inline-block;
    vertical-align: middle;
    /*padding-left: 42px;
    padding-right: 42px;*/
    /*font-size: 14px;
    font-weight: bold;*/
    /* Use the Roboto font that is loaded in the <head> */
}

.signin-or {
   /* text-align: center;*/
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #aaa;
    background: #fff;
    text-align:center;
}
    .signin-or:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px solid #ddd;
    }
    .signin-or span {
        position: relative;
        z-index: 1;
        background: #fff;
        padding: 0 30px;
        
    }

ul.ms_box_list li a i
{
vertical-align: middle;
    margin-right: 5px;
}
