@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:300,400,500,700,900');
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #0c161b;
    background: url(../img/background.jpg) no-repeat fixed;
    background-size: cover;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
}
a, a:hover {
    text-decoration: none;
    color: #3c8dbc;
}
.welcome-note {
    font-family: 'Roboto', sans-serif;
}
.form-control,.datepicker table,.custom-checkbox {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.font18 {
    font-size: 18px;
}
.box-shadow-light {
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
/** login **/
.login .header {
    background: #fff;
    min-height: 60px;
    padding: 16px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
.login .page-title {
    font-size: 24px;
}
.login .footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0px;
    font-size: 12px;
}
.login-container {
    padding: 0;
    border: 0;
    margin: 0px auto;
}
.login-container>div {
    margin: 0px auto;
}
.login-icon-container {
    display: flex;
    align-items: center;
    text-align: right;
}
.font-weight-600 {font-weight: 600!important;}
.login-icon-container .login-icons {
    position: absolute;
    right: 10px;
}
.login-icons .icons {
    margin-right: 30px;
    margin-bottom: 30px;
}
.heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}
.forget-password {
    margin-top: 8px;
    display: inline-block;
}
.main-container {
    padding: 4.5em 0;
}
.login .login-container {
    padding: 3em 0;
}
.input-custom-group {
    position: relative;
}
.input-custom-group .input-custom-addon {
    position: absolute;
    padding: 10px 10px 0px;
}
.input-custom-group .fas {
    font-size: 18px;
    color: #c8cacc;
}
.input-custom-group input {
    padding-left: 40px;
}
/** login end **/

/** login dashboard **/
.dashboard .header {
    background: #fff;
    border-bottom: 1px solid #dadada;
    min-height: 50px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dashboard .page-title {
    font-size: 24px;
}
.dashboard .login-container {
    padding: 3em 0 3em 1.75em;
}
.services-list a {
    display: inline-block;
    border: 1px solid #d6dadc;
    border-radius: 5px;
    padding: 0.5em 1em;
    width: 180px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c161b;
    margin: 0.43em 0.3em;
    transition: 0.2s ease;
    background: #ebeef2;
}
.services-list a .icons {
    display: block;
    margin: 0px auto;
}
.services-list a.bg-white {
    background: #fff;
}
.services-list a:hover, .services-list a.bg-white:hover {
    background: #0a87d7 !important;
    color: #fff;
}
.services-list a:hover .icons.bulk-sms {
    background-position: -64px 0px;
}
.services-list a:hover .icons.virtual-mobile {
    background-position: -192px 0px;
}
.services-list a:hover .icons.missed-call {
    background-position: -64px -128px;
}
.services-list a:hover .icons.request-a-call {
    background-position: -64px -64px;
}
.services-list a:hover .icons.voice-call {
    background-position: -192px -128px;
}
.services-list a:hover .icons.toll-free {
    background-position: -192px -64px;
}
.services-list a:hover .icons.long-code {
    background-position: -64px -192px;
}
.services-list a:hover .icons.short-code {
    background-position: -192px -192px;
}
.dashboard .welcome-note {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.dashboard .leftside {
    display: flex;
    align-items: center;
}
.dashboard .leftside>div {
    position: absolute;
    right: 0;
}
.dashboard .welcome-note .heading {
    margin-bottom: 0px;
}
/** login dashboard end **/

/** Vertical Menu **/
.m_aside_left {
    background: #303642;
    color: #fff;
    width: 230px;
    position: fixed;
    left: 0;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    height: 100%;
    min-height: 100%;
    overflow-anchor: none;
    overflow: auto;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    display: block;
    top: 58px;
}
.m_menu_nav {
    list-style: none;
    padding: 10px 0 30px 0;
}
.m_menu_nav>li:nth-last-child(1) {margin-bottom: 4em;}
.m_menu_item, .m_menu_item_submenu {
    display: block;
    float: none;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #434854;
}
.m_menu_link {
    padding: 9px 10px;
    height: 44px;
    cursor: pointer;
    font-size: 14px;
    color: #8f8f91;
    display: flex;
    align-items: center;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.m_menu_subnav {
    margin: 0px;
    padding: 0px;
}
.m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 30px;
    font-size: 13px;
    padding: 6px 20px 6px 47px;
}
.m_menu_subnav li.m_menu_item {
    border-bottom: 0px;
}
.m-menu_link_title {
    font-weight: 600;
    white-space: nowrap;
    display: flex;
}
.m-menu_link_title .fa, .m-menu_link_title .far {
    font-size: 20px;
    margin-right: 7px;
    width: 29px;
    text-align: center;
}
.m_menu_item_submenu.open {
    background: #272b34;
    padding-bottom: 10px;
}
.m_menu_item_submenu.open>a.m_menu_link {
    color: #fff;
}
.m_menu_subnav .m-menu_link_title {
    font-weight: 400;
}
.m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover {
    color: #fff;
}
.m_menu_item_submenu>a.m_menu_link::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 15px;
}
.m_menu_item_submenu>a.hide::after {
    display: none;
}
.m_menu_submenu {
    display: none;
}
.m_menu_item a.m_menu_link:hover {
	background:none;
    color: #fff;
}
.m_menu_item.open a.m_menu_link:hover {
    color: #fff;
}
.m_menu_item_heading {
    border-bottom: 0px;
    padding: 9px 10px;
    height: 44px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
}
div[_ngcontent-c0] {height: 100%;}
.dashboard-wrapper {position: relative; height: auto; min-height: 100%;}
.dashboard-wrapper .wrapper {height: 100%; padding-top: 58px; padding-bottom: 65px;}
footer {text-align: center;}
.bars_button {margin-right: 18px;}
.bars_button a {color: #303642;}
.add-button {border-bottom: 1px solid #ced4da; padding-bottom: 1em; margin-bottom: 1em; font-size: 14px; font-weight: 600; color: #ced4da;}
.add-button a {color: #303642;}
/*.bars_button.active .fa-bars:before {content: "\f00d"}*/
/* SMS applications */
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
.dashboard-wrapper .header {
    width: 100%;
    position: fixed;
    z-index: 9;
}
.dashboard-wrapper .dashboard-panel {
    top: 58px;
}
.dashboard-panel main {
    height: 100%;
}
.dashboard-panel {
    /*position: relative;*/
    height: auto;
    min-height: 100%;
    margin-left: 230px;
}
.footer-fixed {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 0px;
    text-align: right;
    width: 100%;
}
.dashboard-panel .dashboard-top-bar {
    background: #303642;
    color: #fff;
}
.dashboard-top-bar .account-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
	font-size: 14px;
}
.dashboard-top-bar .account-details .credits {
    text-align: right;
}
.dashboard-top-bar .account-details .credits .custom-select {
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    margin-left: 5px;
}
.dashboard-top-bar .bars_button a {
    color: #fff;
    height: 40px;
    align-items: center;
    display: flex;
    vertical-align: middle;
    text-align: center;
    padding: 0 14px;
}
.dashboard-top-bar .account-details .custom-col {
    width: 50%;
}
.dashboard-top-bar .account-details .custom-select {
    width: 40%;
}
.breadcrumbs-title-container {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    height: 83px;
    display: flex;
    align-items: center;
}
.breadcrumbs-title-container>div {
    display: flex;
    flex-direction: row;
}
.breadcrumbs-title-container .page-title {
    font-size: 20px;
    color: #364150;
}
.breadcrumbs {
    margin-left: 10px;
}
.breadcrumbs ul {
    margin: 0px;
    padding: 0px;
}
.breadcrumbs ul>li {
    list-style-type: none;
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
}
.breadcrumbs ul>li a {
    color: #303642;
}
.breadcrumbs ul>li a::after {
    content: '/';
    display: inline-block;
    padding-left: 5px;
    padding-right: 0px;
    color: #8c8c8c;
}
.grid-list-view .table tr>td {text-align: left !important;}
.grid-list-view .table tr>td.head {font-weight: 600;}
.grid-list-view .custom-table tr>td {white-space: normal;}

.grid {
    padding: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.grid .heading {
    font-size: 18px;
    /*padding-bottom: 10px;
    border-bottom: 1px solid #ced4da;*/
}
.grid .label {
    font-size: 14px;
    font-weight: 600;
}
.grid .small {
    margin-left: 5px;
    color: #303642;
    font-size: 13px;
}
.grid .vertical-radio-checkbox {
    padding-bottom: 5px;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #ced4da;
}
.grid:nth-last-child(1) {
    margin-bottom: 60px;
}
.vertical-radio-checkbox {
    display: flex;
    flex-direction: row;
}
.vertical-radio-checkbox .label {
    margin-right: 20px;
    font-weight: 600;
}
.vertical-radio-checkbox .custom-control {
    margin-right: 20px;
    font-size: 14px;
}
.custom-table {
    font-size: 13px;
    border: 1px solid #ced4da;
}
.custom-table tr>th {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 12px;
    background: #303642;
    color: #fff;
}
.custom-table tr>td {
    padding: 15px 12px;
}
.custom-table tr>th, .custom-table tr>td {
    white-space: nowrap;
}
.custom-table tr>th:nth-last-child(1), .custom-table tr>th:nth-last-child(2), .custom-table tr>td:nth-last-child(1), .custom-table tr>td:nth-last-child(2) {
    text-align: center;
}
.custom-table .fa-trash-alt, .custom-table .fa-times {
    color: #fa3e3e;
}
.custom-table .fa-check {
    color: #34a853;
}
.custom-table i {font-size: 16px; color: #8f8f91;}
.page-navigation {
    display: block;
    text-align: right;
    margin-top: 1rem;
}
.page-navigation ul {
    margin: 0px;
    padding: 0px;
}
.page-navigation ul>li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.page-navigation ul>li a, .page-navigation ul>li span {
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    padding: 5px 10px;
    display: inline-block;
}
.page-navigation ul>li span {
    background: #303642;
    border-color: #303642;
    color: #fff;
}
.page-navigation ul>li a:hover {
    background: #303642;
    border-color: #303642;
    color: #fff;
}
.custom-search {
    position: relative;
}
.custom-search .custom-button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border-left: 1px solid #ced4da;
    font-size: 14px;
    height: 38px;
    border-radius: 0px;
    color: #303642;
    border-radius: .25rem !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.custom-search .custom-button:hover, .custom-search .custom-button:active {
    background: #303642;
    color: #fff;
}
.no-border {border: none !important;}
.label .required,.text-required {color: #ff5050 !important;}
.has-error .form-control {border: 1px solid #ff5050;}
.has-error .with-errors {font-size: 14px; color: #ff5050;}
/** End **/


.top-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top-bar .logo {
    width: 60%;
}
.top-bar .top-right {
    width: 40%;
    text-align: right;
}
.top-bar ul.top-navigation {
    margin: 0px;
    padding: 0px;
}
.top-bar ul.top-navigation>li {
    list-style: none;
    display: inline-block;
}
.top-bar ul.top-navigation>li a {
    color: #303642;
    font-size: 14px;
}
.dropdown-menu {padding:0;}
.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {background-color:#303642; color:#fff !important;}
.top-bar ul.top-navigation>li a i {
    color: #303642;
    font-size: 16px;
}
.top-bar .top-right .profile-name {
    min-width: 100px;
    text-align: left;
    display: inline-block;
	padding-left: 0;
	padding-right: 0;
}
.top-bar .top-right .profile-name i {
    margin-right: 5px;
}
.top-bar .notification-active {
    position: relative;
}
.top-bar .notification-active i {
    font-weight: 900;
    color: #0c161b !important;
}
.top-bar .notification-active .nos {
    background: #fa3e3e;
    color: #fff;
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 3px;
    line-height: 10px;
    position: absolute;
    right: -7px;
}
/** icons **/
.icons {
    background-image: url(../images/sprites-icons-64x64.png);
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: 0px 0px
}
.icons.bulk-sms {
    background-position: 0px 0px;
}
.icons.bulk-sms-w {
    background-position: -64px 0px;
}
.icons.virtual-mobile {
    background-position: 128px 0px;
}
.icons.virtual-mobile-w {
    background-position: -192px 0px;
}
.icons.missed-call {
    background-position: 0px -128px;
}
.icons.missed-call-w {
    background-position: -64px -128px;
}
.icons.request-a-call {
    background-position: 0px -64px;
}
.icons.request-a-call-w {
    background-position: -64px -64px;
}
.icons.voice-call {
    background-position: 128px -128px;
}
.icons.voice-call-w {
    background-position: -192px -128px;
}
.icons.toll-free {
    background-position: 128px -64px;
}
.icons.toll-free-w {
    background-position: -192px -64px;
}
.icons.long-code {
    background-position: 0px -192px;
}
.icons.long-code-w {
    background-position: -64px -192px;
}
.icons.short-code {
    background-position: 128px -192px;
}
.icons.short-code-w {
    background-position: -192px -192px;
}
.line-divider {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 1.25em 0;
    position: relative;
}
.line-divider::before, .line-divider::after {
    content: '';
    display: block;
    background: #c8cacc;
    width: 40%;
    top: 10px;
    height: 1px;
    position: absolute;
}
.line-divider::before {
    left: 4%;
}
.line-divider::after {
    right: 4%;
}
.vertical-left-middle {
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    width: 100%;
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
}
/*** facebook-btn ***/
.btn-facebook {
    background: #3B5998;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #263961;
    border-radius: .25rem;
    font-weight: 600;
    margin: 0px auto 0;
    font-size: 15px;
    text-align: center;
    width: 70%;
}
.btn-facebook .fab {
    margin-right: 10px;
    font-weight: normal;
    font-size: 22px;
    float: left;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff;
}
.btn-facebook:active, .btn-facebook:hover {
    background: #263961;
    color: #fff;
}

/*** facebook-btn end ***/

/*-- Common --*/
.table-custom {border: 0px; font-size: 14px; margin-bottom: 0px;}
.table-custom tr>th {font-weight: 600; font-size: 14px; border: 0px; background: #303642; color: #fff; white-space: nowrap;}
.table-custom td,.table-custom th {
    padding: .58rem;
	vertical-align: inherit;
}
.table-custom tr>td:nth-last-child(1) {text-align: right;}
.table-custom-2 tr>td:nth-last-child(1) {text-align: left;}
.table-custom tr>td:nth-last-child(1) a {margin-right: 0.8em;}
.table-custom .dropdown {font-size: 14px;}
.table-custom .dropdown .btn {background: #364150; color: #fff;
    white-space: nowrap;
    font-size: 13px;
    padding: 0.24em 0.6em;
    line-height: 14px;}
.table-custom .dropdown .dropdown-menu a {color: #212529; font-size: 14px;     display: block;
    padding: 0.2em .6em;}
.divider {border-top: 1px solid #ddd;}
.tx-danger {color:#dc3545}
.tx-success {color: #3bb001}
.tx-gray-light {color: #6c757d}
.active-btn {    background: #34a853;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding: 0.2em 0.6em;
    font-size: 12px;
    border-radius: 0.35em;
	width: 100px;
	margin: 0px auto;
    line-height: 15px;}
.active-btn:hover {color: #fff; background: #2d9048;}
.inactive-btn {    background: #ea4335;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding: 0.2em 0.6em;
    font-size: 12px;
    border-radius: 0.35em;
	width: 100px;
	margin: 0px auto;
    line-height: 15px;}
.inactive-btn:hover {color: #fff; background: #d63d31;}
/*-- Common END --*/

.pre-wrap {white-space: pre-wrap;}
.top-bar-details {color: #fff; font-size: 14px;}
.top-bar-details a {color: #fff; padding: 0px 1em;}
.top-bar-details a i {font-size: 16px; margin-right: 5px;}
.custom-btn,.custom-btn-dark,.custom-btn-xlsx {min-width: 100px; margin-top: 5px; height:38px;}
.custom-btn {background: #303642; border-color:#0a7ac2; color: #fff; font-size: 15px;}
.custom-btn:hover {color: #fff; background: #0a7ac2;}
.custom-btn-dark {background: #303642; border-color:#21252d; color: #fff; font-size: 15px;}
.custom-btn-dark:hover {color: #fff; background: #21252d;}
.custom-btn-xlsx {background: #39825a; border-color:#207245; color: #fff; font-size: 15px;}
.custom-btn-xlsx:hover {color: #fff; background: #207245;}
.custom-btn-dark i,.custom-btn i,.custom-btn-xlsx i {margin-right: 5px;}
.table td, .table th {vertical-align: middle !important;}
.custom-control-label::before {background: #fff; border:1px solid #ced4da;}

/*-- Theme Grass -- */
.theme-grass {}
.theme-grass .m_aside_left {background: #9fd661;}
.theme-grass .m_menu_item, .theme-grass .m_menu_item_submenu {border-color: #8bc24b;}
.theme-grass .m_menu_item_submenu.open,.theme-grass .dashboard-panel .dashboard-top-bar,.theme-grass .table-custom tr>th,.theme-grass .custom-search .custom-button:hover, .theme-grass .custom-search .custom-button:active {background: #8bc24b;}
.theme-grass .breadcrumbs ul>li a,.theme-grass .add-button a,.theme-grass .custom-search .custom-button,.theme-grass .grid .small {color: #8bc24b;}
.theme-grass .page-navigation ul>li span,.theme-grass .page-navigation ul>li a:hover {background: #8bc24b; border-color: #8bc24b;}
.theme-grass .m_menu_item a.m_menu_link:hover,.theme-grass .m_menu_item_submenu.open>a.m_menu_link,.theme-grass .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover,.theme-grass .m_menu_item_heading,.theme-grass .m_menu_link {color: #fff !important;}
.theme-grass .m_menu_submenu .m_menu_link,.theme-grass .custom-search .custom-button:hover {color: #fff;}
.theme-grass .m_menu_item a.m_menu_link:hover{background: #8cc34b;}

/*-- Theme Lavender -- */
.theme-lavender .m_aside_left {background: #ad8fef;}
.theme-lavender .m_menu_item, .theme-lavender .m_menu_item_submenu {border-color: #9677de;}
.theme-lavender .m_menu_item_submenu.open,.theme-lavender .dashboard-panel .dashboard-top-bar,.theme-lavender .table-custom tr>th,.theme-lavender .custom-search .custom-button:hover, .theme-lavender .custom-search .custom-button:active {background: #9677de;}
.theme-lavender .breadcrumbs ul>li a,.theme-lavender .add-button a,.theme-lavender .custom-search .custom-button,.theme-lavender .grid .small {color: #9677de;}
.theme-lavender .page-navigation ul>li span,.theme-lavender .page-navigation ul>li a:hover {background: #9677de; border-color: #9677de;}
.theme-lavender .m_menu_item a.m_menu_link:hover,.theme-lavender .m_menu_item_submenu.open>a.m_menu_link,.theme-lavender .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover,.theme-lavender .m_menu_item_heading,.theme-lavender .m_menu_link{color: #fff !important;}
.theme-lavender .m_menu_submenu .m_menu_link,.theme-lavender .custom-search .custom-button:hover  {color: #fff;}
.theme-lavender .m_menu_item a.m_menu_link:hover{background: #9677de;}

/*-- Theme bittersweet -- */
.theme-bittersweet .m_aside_left {background: #fd6d4b;}
.theme-bittersweet .m_menu_item, .theme-bittersweet .m_menu_item_submenu {border-color: #eb5638;}
.theme-bittersweet .m_menu_item_submenu.open,.theme-bittersweet .dashboard-panel .dashboard-top-bar,.theme-bittersweet .table-custom tr>th,.theme-bittersweet .custom-search .custom-button:hover, .theme-bittersweet .custom-search .custom-button:active {background: #eb5638;}
.theme-bittersweet .breadcrumbs ul>li a,.theme-bittersweet .add-button a,.theme-bittersweet .custom-search .custom-button,.theme-bittersweet .grid .small {color: #eb5638;}
.theme-bittersweet .page-navigation ul>li span,.theme-bittersweet .page-navigation ul>li a:hover {background: #eb5638; border-color: #eb5638;}
.theme-bittersweet .m_menu_item a.m_menu_link:hover,.theme-bittersweet .m_menu_item_submenu.open>a.m_menu_link,.theme-bittersweet .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover,.theme-bittersweet .m_menu_item_heading,.theme-bittersweet .m_menu_link{color: #fff !important;}
.theme-bittersweet .m_menu_submenu .m_menu_link,.theme-bittersweet .custom-search .custom-button:hover  {color: #fff;}
.theme-bittersweet .m_menu_item a.m_menu_link:hover{background: #eb5638;}

/*-- Theme pinkrose -- */
.theme-pinkrose .m_aside_left {background: #ef86bf;}
.theme-pinkrose .m_menu_item, .theme-pinkrose .m_menu_item_submenu {border-color: #d86eae;}
.theme-pinkrose .m_menu_item_submenu.open,.theme-pinkrose .dashboard-panel .dashboard-top-bar,.theme-pinkrose .table-custom tr>th,.theme-pinkrose .custom-search .custom-button:hover, .theme-pinkrose .custom-search .custom-button:active {background: #d86eae;}
.theme-pinkrose .breadcrumbs ul>li a,.theme-pinkrose .add-button a,.theme-pinkrose .custom-search .custom-button,.theme-pinkrose .grid .small {color: #d86eae;}
.theme-pinkrose .page-navigation ul>li span,.theme-pinkrose .page-navigation ul>li a:hover {background: #d86eae; border-color: #d86eae;}
.theme-pinkrose .m_menu_item a.m_menu_link:hover,.theme-pinkrose .m_menu_item_submenu.open>a.m_menu_link,.theme-pinkrose .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover,.theme-pinkrose .m_menu_item_heading,.theme-pinkrose .m_menu_link{color: #fff !important;}
.theme-pinkrose .m_menu_submenu .m_menu_link,.theme-pinkrose .custom-search .custom-button:hover  {color: #fff;}
.theme-pinkrose .m_menu_item a.m_menu_link:hover{background: #d86eae;}

/*-- Theme aqua -- */
.theme-aqua .m_aside_left {background: #47c0eb;}
.theme-aqua .m_menu_item, .theme-aqua .m_menu_item_submenu {border-color: #31aedc;}
.theme-aqua .m_menu_item_submenu.open,.theme-aqua .dashboard-panel .dashboard-top-bar,.theme-aqua .table-custom tr>th,.theme-aqua .custom-search .custom-button:hover, .theme-aqua .custom-search .custom-button:active {background: #31aedc;}
.theme-aqua .breadcrumbs ul>li a,.theme-aqua .add-button a,.theme-aqua .custom-search .custom-button,.theme-aqua .grid .small {color: #31aedc;}
.theme-aqua .page-navigation ul>li span,.theme-aqua .page-navigation ul>li a:hover {background: #31aedc; border-color: #31aedc;}
.theme-aqua .m_menu_item a.m_menu_link:hover,.theme-aqua .m_menu_item_submenu.open>a.m_menu_link,.theme-aqua .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover,.theme-aqua .m_menu_item_heading,.theme-aqua .m_menu_link{color: #fff !important;}
.theme-aqua .m_menu_submenu .m_menu_link,.theme-aqua .custom-search .custom-button:hover  {color: #fff;}
.theme-aqua .m_menu_item a.m_menu_link:hover{background: #31aedc;}

/*-- Theme grapefruit -- */
.theme-grapefruit .m_aside_left {background: #ef5361;}
.theme-grapefruit .m_menu_item, .theme-grapefruit .m_menu_item_submenu {border-color: #dd4250;}
.theme-grapefruit .m_menu_item_submenu.open,.theme-grapefruit .dashboard-panel .dashboard-top-bar,.theme-grapefruit .table-custom tr>th,.theme-grapefruit .custom-search .custom-button:hover, .theme-grapefruit .custom-search .custom-button:active {background: #dd4250;}
.theme-grapefruit .breadcrumbs ul>li a,.theme-grapefruit .add-button a,.theme-grapefruit .custom-search .custom-button,.theme-grapefruit .grid .small {color: #dd4250;}
.theme-grapefruit .page-navigation ul>li span,.theme-grapefruit .page-navigation ul>li a:hover {background: #dd4250; border-color: #dd4250;}
.theme-grapefruit .m_menu_item a.m_menu_link:hover,.theme-grapefruit .m_menu_item_submenu.open>a.m_menu_link,.theme-grapefruit .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover,.theme-grapefruit .m_menu_item_heading,.theme-grapefruit .m_menu_link{color: #fff !important;}
.theme-grapefruit .m_menu_submenu .m_menu_link,.theme-grapefruit .custom-search .custom-button:hover  {color: #fff !important;}
.theme-grapefruit .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover {color: #0c161b;}
.theme-grapefruit .m_menu_item a.m_menu_link:hover{background: #dd4250;}

/*-- Theme seagreen -- */
.theme-seagreen .m_aside_left {background: #20d8b2;}
.theme-seagreen .m_menu_item, .theme-seagreen .m_menu_item_submenu {border-color: #1bbc9b;}
.theme-seagreen .m_menu_item_submenu.open,.theme-seagreen .dashboard-panel .dashboard-top-bar,.theme-seagreen .table-custom tr>th,.theme-seagreen .custom-search .custom-button:hover, .theme-seagreen .custom-search .custom-button:active {background: #1bbc9b;}
.theme-seagreen .breadcrumbs ul>li a,.theme-seagreen .add-button a,.theme-seagreen .custom-search .custom-button,.theme-seagreen .grid .small {color: #1bbc9b;}
.theme-seagreen .page-navigation ul>li span,.theme-seagreen .page-navigation ul>li a:hover {background: #1bbc9b; border-color: #1bbc9b;}
.theme-seagreen .m_menu_item a.m_menu_link:hover,.theme-seagreen .m_menu_item_submenu.open>a.m_menu_link,.theme-seagreen .m_menu_item_heading,.theme-seagreen .m_menu_link{color: #fff !important;}
.theme-seagreen .m_menu_submenu .m_menu_link,.theme-seagreen .custom-search .custom-button:hover  {color: #fff;}
.theme-seagreen .m_menu_submenu>ul.m_menu_subnav>li.m_menu_item>.m_menu_link:hover {color: #0c161b;}
.theme-seagreen .m_menu_item a.m_menu_link:hover{background: #1bbc9b;}

.msg {position:relative;}
.message .alert {position:fixed; right:15px; bottom:15px; margin-bottom:0px; z-index:1;     display: flex;
    align-items: center;
    }
.message .close {margin-left:5px;}


.alert-success {background-color:#188038; border-color:#188038; color:#fff;}
.alert-danger {background-color:#d93025; border-color:#d93025; color:#fff;}
.message .alert strong {margin-right:5px;}
.message .alert .close {color:#fff; text-shadow:none; opacity:1;}
.message .alert .close:not(:disabled):not(.disabled):focus, .message .alert .close:not(:disabled):not(.disabled):hover {color:#fff;}



@media (max-width:1199px) {
.dashboard .services-list .list>div {
    padding: 0;
    max-width: 100%;
}
.dashboard .leftside > div {
    max-width: 100%;
}
}

@media (max-width:1024px) {
.dashboard .services-list .list>div {
    padding: 0;
}
.dashboard .leftside > div {
    max-width: 100%;
}
}

@media (max-width:991px) {
.login-icon-container {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.login-icon-container .login-icons {
    width: 100%;
    position: relative;
    right: auto;
}
.login-container {
    padding: 0;
    border: 0;
    margin-top: 30px;
}
.login-icons .icons {
    margin: 0 24px 24px;
}
.btn-facebook {
    width: 80%;
}
.login-container>div, .login-icon-container>div {
    margin: 0px auto;
}
.dashboard .services-list .list>div {
    padding: 0;
}
.dashboard .services-list a {
    width: 49%;
    margin: 0 0 4px;
}
.dashboard .leftside > div {
    max-width: 100%;
}
}

@media (max-width:768px) {
.login-icon-container {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.login-icon-container .login-icons {
    width: 100%;
    position: relative;
    right: auto;
}
.login-container {
    padding: 0;
    border: 0;
    margin-top: 30px;
}
.login-icons .icons {
    margin: 0 24px 24px;
}
.btn-facebook {
    width: 80%;
}
.login-container>div, .login-icon-container>div {
    margin: 0px auto;
}
.dashboard .services-list .list>div {
    padding: 0;
}
.dashboard .services-list a {
    width: 49%;
    margin: 0 0 4px;
}
.dashboard .leftside > div {
    max-width: 100%;
}
}

@media (max-width:767px) {
.dashboard .main-container {
    padding: 3em 0;
}
.dashboard .leftside > div {
    position: relative;
    padding: 0;
}
.dashboard .welcome-note {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.dashboard .welcome-note .heading {
    font-size: 16px;
}
.dashboard .services-list .list>div {
    padding: 0;
}
.dashboard .leftside, .dashboard .services-list {
    text-align: center;
}
.services-list a {
    width: 150px;
}
}

@media (max-width:600px) {
.login-icon-container {
    display: none;
}
.login .login-container {
    padding: 0;
    border: 0;
}
.btn-facebook {
    width: 80%;
}
.login-container>div {
    margin: 0px auto;
}
.dashboard .main-container {
    padding: 3em 0;
}
.dashboard .leftside > div {
    position: relative;
    padding: 0;
}
.dashboard .welcome-note {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.dashboard .welcome-note .heading {
    font-size: 16px;
}
.dashboard .services-list .list>div {
    padding: 0;
}
.dashboard .leftside, .dashboard .services-list {
    text-align: center;
}
}

@media (max-width:480px) {
.login .main-container {
    padding: 3em 0;
}
.login-icon-container {
    display: none;
}
.login .login-container {
    padding: 0;
    border: 0;
    margin: 0px;
}
.btn-facebook {
    width: 80%;
}
.dashboard .main-container {
    padding: 3em 0;
}
.dashboard .leftside > div {
    position: relative;
    padding: 0;
}
.dashboard .welcome-note {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.dashboard .welcome-note .heading {
    font-size: 16px;
}
.dashboard .services-list .list>div {
    padding: 0;
}
.dashboard .services-list a {
    width: 49%;
    margin: 0 0 4px;
}
.top-bar {
    flex-direction: column;
    text-align: center;
}
.top-bar .logo, .top-bar .top-right {
    width: 100%;
}
.top-bar .top-right {
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 10px;
}
.dashboard .header {
    padding: 10px 0 0;
}
/* SMS Application **/
	.grid {padding: 2em 1em;}
/* END */	
}

@media screen and (max-height:500px) and (orientation:landscape) {
.login .main-container {
    padding: 3em 0;
}
.login-icon-container {
    display: none;
}
.login-container {
    padding: 0;
    border: 0;
    margin: 0px auto;
}
.btn-facebook {
    width: 80%;
}
.login-container>div {
    margin: 0px auto;
}
/* SMS Application **/
	.grid {padding: 20px;}
/* END */	
}

.thumb{
	margin: 0px auto;
	max-width: 100%;
}
input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip,.pip1 {
  display: inline-block;
  margin: 10px 0px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}

.border-1 {padding:1rem; border:2px dashed #ddd;}

.btn-remove {    border: 0px;
    width: 100%;
    text-align: center;
    padding: 6px;
    background: #303642;
	cursor:pointer;
    color: #fff;
    text-decoration: none;}

.btn-remove:hover {background:#333; color: #fff;
    text-decoration: none;}


.red {color:#ff0000;}
.strong {font-weight:bold;}
.green {color:#060;}

.btn-primary {background-color:#13b9f5; border-color:#13b9f5;}
.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {background-color:#1098c9; border-color:#1098c9;}