/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .smart-style-2 .well {
	padding: 15px;
}

.well .form-group:last-child {
	margin-bottom: 0;
}

#logo {	margin-top: 5px !important; }

.label {
	padding: .1em 0 .7em !important;
	margin-right: 2px;
}
.smart-style-2 .w-break {
	word-break: break-word;
}
.smart-style-2 .w-wrap {
	word-wrap: break-word;
}
.smart-style-2 .table {
	border-collapse: initial;
	border: 1px solid #dddddd;
	
}
/*.smart-style-2 .table-scroll tbody {
	display: block;
    width: 1623px;
}*/
.table .label {
	padding-bottom: .1em !important;
	padding-left: .5em !important;
	padding-right: .5em !important;
}
.label.label-default {
	padding-bottom: .2em !important;
}
.padding-15 {
	padding: 15px;
}
.mrg-t0 {
	margin-top: 0;
}
.color-blue {
	color: #41459d;
}
.table:empty {
	display: none;
}
.ib {
	display: inline-block !important;
}
.smart-style-2 hr:not(.settings-separator), .smart-form fieldset+fieldset, .smart-style-2 legend {
	border: 0;
}
.smart-style-2 #ribbon {
	display: none;
}
.smart-style-2 .smart-form fieldset {
	padding-bottom: 0;
}
.smart-style-2 .smart-form fieldset + fieldset {
	padding-top: 0;
}
.col.col-12, .fw {
	width: 100%;
}
.smart-style-2 h2 {
	margin-bottom: 28px;
}

.smart-style-2 .fc-border-separate thead tr, .smart-style-2 .table thead tr,
.smart-form .checkbox, .smart-form .radio {
	font-size: 15px;
}
.smart-style-2 .checkbox label + a {
	margin-left: 5px;
}
.smart-style-2 .customer_tabs, .smart-style-2 .customer_tabs>li a, .smart-style-2 .nav-tabs.customer_tabs>li.active a,
.smart-style-2 .customer_tabs>li:focus a, .smart-style-2 .nav-tabs.customer_tabs>li.active:hover a {
	border: 0px;
}
.smart-style-2 .customer_tabs {
	border-bottom: 8px solid rgba(218,218,218,.4);

}
.smart-style-2 .customer_tabs, .smart-style-2 .customer_tabs>li a {
	background-color: #e9e9e9;
}
.smart-style-2 .customer_tabs>li {
	border-bottom: 8px solid transparent;
	margin-bottom: -8px;
}
.smart-style-2 .customer_tabs>li:focus, .smart-style-2 .customer_tabs>li:hover,
.smart-style-2 .customer_tabs>li.active {
	border-bottom: 8px solid rgba(255,255,255,1);
}
.smart-style-2 .customer_tabs>li:focus a, .smart-style-2 .customer_tabs>li:hover a,
.smart-style-2 .customer_tabs>li.active a {
	background-color: #ffffff;
}
.smart-style-2 .customer_tabs>li.active a, .smart-style-2 .customer_tabs>li>a {
	margin: 0 !important;
}
.smart-style-2 .customer_tabs>li.active a {
	box-shadow: none;
}
.smart-style-2 .customer_tabs>li>a {
	line-height: 52px;
	padding: 0 10px;
}
.smart-style-2 .customer_tab-content {
	background: #ffffff;
	padding-top: 30px;
}
.smart-style-2 .customer_tab-content .smart-form fieldset {
	padding-left: 0;
	padding-right: 0;
}
.smart-style-2 #content {
	background: #ffffff;
	padding: 15px 30px;
}
.smart-style-2 .fa-fw {
	padding-right: 5px;
	width: auto;
}


/* DASHBOARD */
.smart-style-2 .table>tbody>tr>td, .smart-style-2 .table>tbody>tr>th, .smart-style-2 .table>tfoot>tr>td, 
.smart-style-2 .table>tfoot>tr>th, .smart-style-2 .table>thead>tr>td, .smart-style-2 .table>thead>tr>th {
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: middle;
}
.smart-style-2 table.table-bordered tbody td, .smart-style-2 table.table-bordered tbody th {
	vertical-align: middle;
}
.smart-style-2 .table.ver-top td {
	vertical-align: top !important;
}
body, body button, body input, body select, body textarea {
	font-family: 'Mukta', sans-serif;
	font-size: 15px;
}
.smart-style-2 textarea {
	resize: vertical;
}
.smart-form .label, .smart-style-2 .btn, .smart-style-2 .btn {
	font-size: 15px;
}
.smart-style-2 .btn, .smart-style-2 .smart-form footer .btn {
	height: 44px;
	line-height: 44px;
	padding: 0 15px 0 !important;
}
.smart-style-2 .btn-border {
	height: auto;
}
.smart-style-2 .btn.dropdown-toggle {
	height: 44px;
}
.smart-style-2 .btn-primary, .list-group-item.active, 
.list-group-item.active:focus, .list-group-item.active:hover {
	background-color: rgb(65, 69, 157);
}
.smart-style-2 .fieldset-section + .fieldset-section {
	margin-top: 75px;
}
.smart-style-2 .btn-warning {
	background-color: #a7228f;
	border-color: #a7228f;
}
.smart-style-2 .btn-warning:hover {
	background-color: #8a1f77;
}
.smart-style-2 .btn-border, .smart-style-2 .btn-border .fa {
	display: inline-block;
}
.smart-style-2 .btn-border, .smart-style-2 .btn-border:hover, 
.smart-style-2 .btn-border:focus {
	background-color: transparent;
}
.smart-style-2 .btn-border {
	border: 1px solid #bdbdbd !important;
	box-shadow: none;
	line-height: 1;
	border-radius: 20px;
	margin-left: 10px;
	padding: 5px 15px !important;
}
.smart-style-2 .group-btns .btn-border {
	margin-left: 0;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.smart-style-2 .group-btns .btn-border + .btn-border {
	margin-left: 5px;
}
.smart-style-2 .btn-change .fa, .smart-style-2 .btn-edit .fa,
.smart-style-2 .btn-modify .fa {
	background: url(../img/devices-sprite.png) no-repeat;
}
.smart-style-2 .btn-change .fa:before, .smart-style-2 .btn-edit .fa:before,
.smart-style-2 .btn-modify .fa:before {
	content: "";
}
.smart-style-2 .btn-modify .fa:before {
	color: #ffffff;
}
.smart-style-2 .btn-change .fa {
	background-position: 0 -594px;
	width: 16px;
	height: 17px;
}
.smart-style-2 .btn-disable .fa, .smart-style-2 .btn-enable .fa {
	background-image: none;
	font-size: 18px;
}
.smart-style-2 .btn-disable .fa {
	color: #97b65f;
}
.smart-style-2 .btn-enable .fa {
	color: #a7228f;
}
.smart-style-2 .btn-edit .fa, .smart-style-2 .btn-modify .fa {
    margin-top: -3px;
	height: 15px;
	width: 15px;
    vertical-align: middle;
}
.smart-style-2 .btn-edit .fa {
	background-position: 0 -569px;
}
.smart-style-2 .btn-modify .fa, .smart-style-2 .btn-delete .fa {
	margin-right: 2px;
}
.smart-style-2 .btn-modify .fa {
	background-position: -51px -569px;
}
.smart-style-2 .btn-delete .fa {
	color: #a7228f;
	font-size: 17px;
}
.smart-style-2 .btn-change:hover .fa,
.smart-style-2 .btn-change:focus .fa {
	background-position: -26px -594px;
}
.smart-style-2 .btn-edit:hover .fa,
.smart-style-2 .btn-edit:focus .fa {
	background-position: -25px -569px;
}
.smart-style-2 .btn-primary.active, .smart-style-2 .btn-primary:active, 
.smart-style-2 .btn-primary:focus, .smart-style-2 .btn-primary:hover, 
.smart-style-2 .open .dropdown-toggle.btn-primary {
	background: rgb(46, 49, 109);
}
.smart-style-2 .btn-primary, .smart-style-2 .btn-primary:focus,
.smart-style-2 .btn-primary:hover {
	border: 0;
}

.smart-style-2 #left-panel {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41459e+0,0c1019+63 */
	background: rgb(65,69,158); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(65,69,158,1) 0%, rgba(65,69,158,1) 30%, rgba(12,16,25,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(65,69,158,1) 0%, rgba(65,69,158,1) 30%, rgba(12,16,25,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41459e', endColorstr='#0c1019',GradientType=0 ); /* IE6-9 */
	padding-top: 79px;
}
.smart-style-2 #header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41459e+0,0c1019+63 */
	background: rgb(65,69,158); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(65,69,158,1) 0%, rgba(65,69,158,1) 25%, rgba(12,16,25,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(65,69,158,1) 0%, rgba(65,69,158,1) 25%, rgba(12,16,25,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41459e', endColorstr='#0c1019',GradientType=1 ); /* IE6-9 */
	height: 67px;
}
.smart-style-2 #header > div {
	height: 67px;
}
.header-dropdown-list > li > .dropdown-toggle {
	margin-top: 25px;
}
body.smart-style-2 nav ul li a, body.smart-style-2 nav ul li a:hover,
body.smart-style-2 nav ul li a:focus, body.smart-style-2 nav ul li a:visited,
body.smart-style-2 nav ul li.open > a, body.smart-style-2 nav ul li.open > a b,
body.smart-style-2 nav ul li.active > a {
	color: #ffffff !important;
}
body.smart-style-2 nav ul li a:hover, body.smart-style-2 nav ul li.open > a,
body.smart-style-2 nav ul li.active > a {
	background-color: #7a7aba !important;
}
body.smart-style-2 nav ul li.active a:before {
	display: none;
}
body.smart-style-2 aside > nav > ul > li:last-child {
	border-top: 1px solid rgba(255,255,255,.3);
}
.smart-style-2 nav ul li a {
	font-size: 15px !important;
}
.smart-style-2 nav > ul > li > a b {
	top: 20px;
}
.smart-style-2 nav > ul > li > a > .fa {
	vertical-align: middle;
}
.smart-style-2 nav > ul > li > a > .fa:before {
	content: '';
	background: url(../img/menu-sprite.png) no-repeat;
	display: block;
}
.smart-style-2 nav > ul > li > a > .fa-user:before {
	width: 27px;
	height: 27px;
}
.smart-style-2 nav > ul > li > a > .fa-mobile:before {
	background-position: 0 -37px;
	width: 26px;
	height: 29px;
}
.smart-style-2 nav > ul > li > a > .fa-users:before {
	background-position: 0 -76px;
	width: 27px;
	height: 35px;
}
.smart-style-2 nav > ul > li > a > .fa-gear:before {
	background-position: 0 -121px;
	width: 27px;
	height: 27px;
}
.smart-style-2 nav > ul > li > a > .fa-link:before {
	background-position: -1px -158px;
	width: 26px;
	height: 23px;
}
.smart-style-2 nav > ul > li > a > .fa-lock:before {
	background-position: 0 -191px;
	width: 26px;
	height: 32px;
}
.smart-style-2 nav > ul > li > a > .fa-cube:before {
	background-position: 0 -233px;
	width: 27px;
	height: 26px;
}
.smart-style-2 nav > ul > li > a > .fa-usd:before {
	background-position: 0 -269px;
	width: 27px;
	height: 31px;
}
.smart-style-2 nav > ul > li > a > .fa-eye:before {
	background-position: 0 -311px;
	width: 27px;
	height: 27px;
}
.smart-style-2 nav > ul > li > a > .fa-external-link:before {
	background-position: 0 -348px;
	width: 26px;
	height: 26px;
}
.smart-style-2 nav > ul > li > a > .fa-sign-out:before {
	background-position: 3px -384px;
	width: 23px;
	height: 23px;
}
.smart-style-2 #left-panel {
	padding-left: 0;
	padding-right: 0;
}
.smart-style-2 .minifyme, 
.smart-style-2.minified .minifyme {
	background: none;
	border: 0;
	font-size: 17px;
	margin-top: 0;
	position: absolute;
	top: 67px;
}
.smart-style-2 .minifyme .fa {
	box-shadow: 0 0 15px #000000;
	color: #ffffff;
}
.smart-style-2 .login-info span {
	background: transparent;
	height: auto;
}
.smart-style-2 .login-info {
	margin-bottom: 15px !important;
	text-align: center;
}
.smart-style-2.minified .login-info {
	margin-top: 40px !important;
}
.smart-style-2 .login-info img {
	border: 3px solid transparent;
	border-radius: 100px;
	display: block;
	max-height: 100px;
	max-width: 100px;
	width: auto;
}
.smart-style-2.minified .login-info img {
	width: 30px;
}
.smart-style-2 .login-info img.online {
	border-color: #40ac2b;
}
.smart-style-2 .login-info a span {
	color: #ffffff;
}
#logo img {
	padding-top: 5px;
	width: 157px;
}


/* customers-addedit-devices */
.nav-tabs.vertical > li {
	border: 0;
    float: none;
    margin: 0;
    min-width: 230px;
    
}
.nav-tabs.vertical > li a, .nav-tabs.vertical > li a:hover,
.nav-tabs.vertical > li a:focus {
	border: 0;
}
.nav-tabs.vertical > li a, .nav-tabs.vertical > li.active a,
.smart-style-2 .smart-form .label {
	font-weight: 600;
}
.nav-tabs.vertical > li a {
	background: #e9e9e9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 15px;
	margin: 0 !important;
	min-height: 58px;
	padding-left: 61px;
	position: relative;
}
.nav-tabs.vertical > li a:before {
	content: '';
	background: url(../img/devices-sprite.png) no-repeat;
	display: block;
	left: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 36px;
}
.nav-tabs.vertical > li a > span {
	-ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
	        flex-basis: 100%;
}
.nav-tabs.vertical > li.icon-android a:before {
	background-position: 0 0;
	height: 38px;
}
.nav-tabs.vertical > li.icon-ios a:before {
	background-position: 0 -48px;
	height: 33px;
}
.nav-tabs.vertical > li.icon-bberry a:before {
	background-position: 0 -91px;
	height: 27px;
}
.nav-tabs.vertical > li.icon-ic a:before {
	background-position: 0 -128px;
	height: 29px;
}
.nav-tabs.vertical > li.icon-app a:before {
	background-position: -82px -165px;
	height: 37px;
}
.nav-tabs.vertical > li.icon-filter a:before {
	background-position: 0 -621px;
	height: 34px;
}
.nav-tabs.vertical > li.icon-quality a:before {
	background-position: -86px -121px;
	height: 34px;
}
.nav-tabs.vertical > li.icon-url a:before {
	background-position: 0 -753px;
	height: 34px;
}
.nav-tabs.vertical > li.icon-meta a:before {
	background-position: -1px -798px;
	height: 34px;
}
.nav-tabs.vertical > li.icon-apps a:before {
	background-position: 0 -842px;
	height: 34px;
}
.nav-tabs.vertical > li.icon-settings a:before {
	background-position: 0 -886px;
	height: 33px;
}
.nav-tabs.vertical > li.icon-android.active a:before, .nav-tabs.vertical > li.icon-android:hover a:before,
.nav-tabs.vertical > li.icon-android:focus a:before {
	background-position: -45px 0;
}
.nav-tabs.vertical > li.icon-ios.active a:before, .nav-tabs.vertical > li.icon-ios:hover a:before,
.nav-tabs.vertical > li.icon-ios:focus a:before {
	background-position: -43px -48px;
}
.nav-tabs.vertical > li.icon-bberry.active a:before, .nav-tabs.vertical > li.icon-bberry:hover a:before,
.nav-tabs.vertical > li.icon-bberry:focus a:before {
	background-position: -46px -91px;
}
.nav-tabs.vertical > li.icon-ic.active a:before, .nav-tabs.vertical > li.icon-ic:hover a:before,
.nav-tabs.vertical > li.icon-ic:focus a:before {
	background-position: -44px -128px;
}
.nav-tabs.vertical > li.icon-app.active a:before, .nav-tabs.vertical > li.icon-app:hover a:before,
.nav-tabs.vertical > li.icon-app:focus a:before {
	background-position: -114px -165px;
}
.nav-tabs.vertical > li.icon-filter.active a:before, .nav-tabs.vertical > li.icon-filter:hover a:before,
.nav-tabs.vertical > li.icon-filter:focus a:before {
	background-position: -38px -621px;
}
.nav-tabs.vertical > li.icon-quality.active a:before, .nav-tabs.vertical > li.icon-quality:hover a:before,
.nav-tabs.vertical > li.icon-quality:focus a:before {
	background-position: -124px -121px;
}
.nav-tabs.vertical > li.icon-url.active a:before, .nav-tabs.vertical > li.icon-url:hover a:before,
.nav-tabs.vertical > li.icon-url:focus a:before {
	background-position: -44px -753px;
}
.nav-tabs.vertical > li.icon-meta.active a:before, .nav-tabs.vertical > li.icon-meta:hover a:before,
.nav-tabs.vertical > li.icon-meta:focus a:before {
	background-position: -45px -798px;
}
.nav-tabs.vertical > li.icon-apps.active a:before, .nav-tabs.vertical > li.icon-apps:hover a:before,
.nav-tabs.vertical > li.icon-apps:focus a:before {
	background-position: -44px -842px;
}
.nav-tabs.vertical > li.icon-settings.active a:before, .nav-tabs.vertical > li.icon-settings:hover a:before,
.nav-tabs.vertical > li.icon-settings:focus a:before {
	background-position: -44px -886px;
}
.nav-tabs.vertical > li a small {
	color: #a5228d;
	display: block;
	font-size: 12px;
}
.nav-tabs.vertical > li.active a, .nav-tabs.vertical > li.active a, 
.nav-tabs.vertical > li:hover a, .nav-tabs.vertical > li:focus a,
.nav-tabs.vertical > li.active a small, .nav-tabs.vertical > li:hover a small,
.nav-tabs.vertical > li:focus a small {
	color: #ffffff;
}
.nav-tabs.vertical > li.active a, .nav-tabs.vertical > li:hover a,
.nav-tabs.vertical > li:focus a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7228f+20,890c73+100 */
	background: #a7228f; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a7228f 20%,#890c73 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a7228f 20%,#890c73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7228f', endColorstr='#890c73',GradientType=1 ); /* IE6-9 */
	box-shadow: none;
}
.nav-tabs.vertical > li.active a:after, .nav-tabs.vertical > li:hover a:after,
.nav-tabs.vertical > li:focus a:after {
	content: '';
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #890c73;
	border-style: solid;
	border-width: 29px 0 29px 15px;
	position: absolute;
	right: -15px;
	top: 0;
}
.nav-tabs.vertical + .tab-content {
	border: 1px solid #e9e9e9;
    box-shadow: 0 3px 0px rgba(0,0,0,.07);
	overflow: hidden;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 15px;
}
/*.customer-devices .table th, .tab-content .table td {
	text-align: center;
}*/
.tab-content .table td.c-label .title, td.c-label .title {
	font-weight: bold;
}
.tab-content .table td.c-label .title {
	color: #0f1724 !important;
	font-weight: bold;
}
.smart-style-2 .text-muted,
.smart-style-2 .note, .smart-style-2 .smart-form .note {
	font-size: 13px;
	font-weight: 300;
}
.smart-style-2 .note, .smart-style-2 .smart-form .note {
	margin-top: 10px;
}
.customer-devices .table th:first-child, .tab-content .table td:first-child {
	text-align: left;
}
.smart-style-2 .nav-settings > li, .smart-style-2 .nav-settings > li > a,
.smart-style-2 .nav-settings > li.active > a, .smart-style-2 .nav-settings > li.active > a:focus, 
.smart-style-2 .nav-settings > li.active > a:hover {
	border-left: 0;
	border-right: 0;
}
/*.smart-style-2 .nav-settings {
	margin-bottom: 40px;
}*/
.smart-style-2 .nav-settings > li {
	margin-bottom: 0;
	position: relative;
}
.smart-style-2 .nav-settings > li a:hover:before,
.smart-style-2 .nav-settings > li a:focus:before,
.smart-style-2 .nav-settings > li.active a:before {
	content: "";
	background: #41459d;
	bottom: -2px;
	display: block;
	height: 3px;
	left: 50%;
	max-width: 70px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9;
}
.smart-style-2 .nav-settings > li > a {
	color: #333333;
	font-weight: 600;
	min-width: 0 !important;
    text-transform: uppercase;
}
.smart-style-2 .nav-settings > li a:hover,
.smart-style-2 .nav-settings > li a:focus,
.smart-style-2 .nav-settings > li:hover a,
.smart-style-2 .nav-settings > li:focus a {
	background: transparent;
	color: #41459d;
}
.smart-style-2 .nav-settings > li.active > a{
	color: #41459d;
}
/*.customer-devices .table th:last-child, .tab-content .table td:last-child {
	text-align: right;
}*/
.customer-devices thead, .smart-style-2 #category_filter_tab, .smart-style-2 .category_filter_tab {
	box-shadow: 0px 1px 58px 0px rgba(0, 0, 0, 0.04),0px 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.customer-devices .table > thead > tr > th,
.customer-devices .table > tbody > tr > td {
	padding: 12px 10px;
}
.customer-devices .table > tbody > tr > td:first-child,
.device-edit .table > tbody > tr > td:first-child {
	/*border-left: 3px solid #d2d2d2;*/
	position: relative;
}
.device-edit .table > tbody > tr > td:first-child + td {
    max-width: 500px;
}
.timer {
    border-radius: 50px;
    border: 1px solid #adadad;
    display: block;
    overflow: hidden;
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.timer .fa {
    position: absolute;
    left: 10px;
    top: 8px;
}
.info-timer {
	padding: 0px 10px;
    position: relative;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.smart-style-2 .smart-form .checkbox i, .smart-style-2 .smart-form .icon-append, .smart-style-2 .smart-form .icon-prepend, 
.smart-style-2 .smart-form .input input, .smart-style-2 .smart-form .select select, 
.smart-style-2 .smart-form .textarea textarea, .smart-style-2 .smart-form .toggle i,
.smart-style-2 .table>tbody>tr>td, .smart-style-2 .table>tbody>tr>th, .smart-style-2 .table>tfoot>tr>td, 
.smart-style-2 .table>tfoot>tr>th, .smart-style-2 .table>thead>tr>td, .smart-style-2 .table>thead>tr>th {
	border-color: #dbdbdb;
}
.smart-style-2 .textarea textarea, .smart-style-2 .input input {
	max-width: 660px;
}
.smart-style-2 .col-6 .textarea textarea, .smart-style-2 .col-6 .input input {
	max-width: none;
}
.info-timer span {
	font-size: 13px;
}
.device-edit select.form-control {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
}
.smart-style-2 .bordered, .smart-style-2 select.bordered,
.device-edit .modal select.form-control {
	border: 1px solid #dbdbdb;	
}
select.fw {
	box-sizing: border-box;
	width: 100% !important;
}
.smart-style-2 select.bordered {
	padding-left: 15px;
	padding-right: 15px;
}
.smart-style-2 select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position: relative;
	background: url(../img/dropdown.png) no-repeat calc(100% - 10px) calc(1em - 1px) !important;
}
#category_filter_tab + .table select.form-control,
.category_filter_tab + .table select.form-control {
	width: 120px;
}
.device-edit select:not(.ng-pristine) {
	background: #a7228f;
	color: #ffffff;
}
.device-edit select.ng-pristine-remove-active {
	color: #404040
}
.smart-style-2 .padlr15, .smart-style-2 .select2-container .select2-choice {
	padding-left: 15px;
	padding-right: 15px;
}
.device-edit .table > tbody > tr > td:first-child {
	padding-left: 15px;
	padding-right: 5px;
}
.device-edit .table:not(.metaapps-search_dropdown) > tbody > tr > td:first-child {
	text-align: center;
}
.device-edit .table > tbody > tr:hover,
.device-edit .table > tbody > tr:hover .info-timer,
.smart-style-2 .table-hover>tbody>tr:hover {
    background-color: #fafafa;
}
.metaapps-search_dropdown td img {
	margin-right: 5px;
}
.customer-devices .table > tbody > tr > td,
.device-edit .table > tbody > tr > td {
	vertical-align: middle;
}
.customer-devices .table > tbody > tr > td:first-child:before, 
.device-edit .table > tbody > tr > td .td-bar {
	content:'';
	height: 44px;
	display: block;
	width: 3px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
body.smart-style-2, .customer-devices th, 
.smart-style-2 #category_filter_tab, .smart-style-2 .category_filter_tab {
	background: #ffffff;
}
.customer-devices .table .device-disabled, .smart-style-2 tr:first-child th {
	background: #e9e9e9;
}
.smart-style-2 table tr th {
	box-sizing: border-box;
	height: 60px;
}
.customer-devices .device-disabled td:first-child:before {
	background: #a7228f;
}
.customer-devices .device-enabled td:first-child:before {
	background: #96bf48;
}
.customer-devices .text-danger {
	color: #a7228f;
}
.customer-devices td .device-user, .customer-devices td .text-danger {
	font-weight: 800;
}
.customer-devices td .device-user {
	color: #0f1724;
}
.customer-devices .device-enabled td a:not(.btn) .fa {
	color: #89AD45;
}
.customer-devices td .text-muted {
	font-weight: 300;
}
.customer-devices .device-enabled .text-muted {
	color: #0f1724;
}
.customer-devices td .fa-android {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 5px;
}
.customer-devices td .fa-android:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 24px
}
.customer-devices .device-disabled .fa-android:before {
	background: url(../img/devices-sprite.png) no-repeat -30px -535px;
}
.customer-devices .device-enabled .fa-android:before {
	background: url(../img/devices-sprite.png) no-repeat -60px -535px;
}
.customer-devices .table .btn {
	background: none;
	box-shadow: none;
}
.customer-devices .table .btn:not(.btn-enable):not(.btn-disable) .fa:before {
	content: '';
	background: url(../img/devices-sprite.png);
}
.customer-devices .table .btn .fa:before {
	display: inline-block;
	vertical-align: middle;
}
.customer-devices .table .btn {
	border: 1px solid transparent;
	border-radius: 15px;
}
.customer-devices .table .btn:hover {
	border-color: #bdbdbd; 	
}
.customer-devices .table .btn-primary .fa:before {
	background-position: 0 -569px;
	width: 15px;
	height: 15px;
}
.customer-devices .table .btn-primary:hover .fa:before {
	background-position: -25px -569px;
}

.customer-devices .table .btn-success .fa:before {
	background-position: 0 -594px;
	width: 16px;
	height: 17px;
}
.customer-devices .table .btn-success:hover .fa:before {
	background-position: -26px -594px;
}

.customer-devices .table .btn-danger, .customer-devices .table .btn-warning,
.customer-devices .table .btn-danger:hover, .customer-devices .table .btn-warning:hover {
	border: 0;
}
.customer-devices .table .btn-danger {
	background: #a7228f;
}
.customer-devices .table .btn-warning {
	background: #89AD45;
}
.customer-devices .table .btn-danger:hover, .customer-devices .table .btn-warning:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.smart-style-2 .smart-form footer {
	background: #ffffff;
	border: 0;
	padding-bottom: 45px;
	padding-top: 25px;
}
.clb {
	clear: both;
}
.ovh {
	overflow: hidden;
}

.smart-style-2 .device-pagination .pagination > .active > a, 
.smart-style-2 .device-pagination .pagination > .active > a:hover {
	background-color: rgb(65, 69, 157);
}

.extra-actions {
	background: #fbfbfb;
	padding: 30px 0 60px;
}
.extra-actions ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.extra-actions li {
	background: #ffffff;
	height: 230px;
	line-height: 230px;
	position: relative;
	text-align: center;
	max-width: 230px;
	width: calc(25% - 15px);
}
.extra-actions li a {
	color: #0f1724;
	display: block;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	vertical-align: middle;
}
.extra-actions li:hover, .extra-actions li.active {
	background: #41459d;
	box-shadow: 0px 2px 37.24px 0.76px rgba(0, 0, 0, 0.23);
}
.extra-actions li:hover a, .extra-actions li a:hover, .extra-actions li.active a {
	color: #ffffff;
}
.extra-actions li + li {
	margin-left: 30px;
}
.extra-actions .text {
	display: block;
	margin-top: 50px;
}
.extra-actions .action-icon {
    background: url(../img/devices-sprite.png) no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
}
.extra-actions .icon-device {
	background-position: 0 -211px;
	width: 54px;
	height: 70px;
}
.extra-actions .icon-billing {
	background-position: 0 -291px;
	width: 70px;
	height: 70px;
}
.extra-actions .icon-activity {
	background-position: 0 -371px;
	width: 70px;
	height: 70px;
}
.extra-actions .icon-chatsid {
	background-position: 0 -451px;
	width: 74px;
	height: 74px;
}
.extra-actions li:hover .icon-device, .extra-actions li.active .icon-device {
	background-position: -64px -211px;
}
.extra-actions li:hover .icon-billing, .extra-actions li.active .icon-billing {
	background-position: -80px -291px;
}
.extra-actions li:hover .icon-activity, .extra-actions li.active .icon-activity {
	background-position: -80px -371px;
}
.extra-actions li:hover .icon-chatsid, .extra-actions li.active .icon-chatsid {
	background-position: -84px -451px;
}

.smart-style-2 #category_filter_tab, .smart-style-2 .category_filter_tab {
	margin-bottom: 25px;
}
.smart-style-2 .nav-tabs > li > a, body .nav-tabs > li > a .badge,
.smart-style-2 .smart-form .textarea textarea {
	font-size: 15px;
}
.smart-style-2 .textarea textarea, .smart-style-2 textarea {
	resize: vertical;
}
.smart-style-2 .smart-form .textarea textarea {
	line-height: 1.2;
}
.smart-style-2 .nav-tabs > li > a .badge {
	font-weight: 600;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.smart-style-2 .nav-tabs > li.active > a {
	box-shadow: none;
}
.smart-style-2 #category_filter_tab > li {
	background: #ffffff;
}
.smart-style-2 #category_filter_tab > li.active > a,
.smart-style-2 .category_filter_tab > li.active > a {
	background: transparent;
	color: #890c73;
}
.smart-style-2 #category_filter_tab > li a .badge,
.smart-style-2 .category_filter_tab > li a .badge {
	background: #e9e9e9 !important;
	color: #41459d !important;
	padding-left: 10px;
	padding-right: 10px;
}
.smart-style-2 #category_filter_tab > li.active > a .badge, .smart-style-2 #category_filter_tab > li:not(.active):hover > a .badge,
.smart-style-2 .category_filter_tab > li.active > a .badge, .smart-style-2 .category_filter_tab > li:not(.active):hover > a .badge {
	background: #890c73 !important;
	color: #ffffff !important;
}

.smart-style-2 .category_filter_tab li a {
	font-weight: normal;
}
.smart-style-2 .category_filter_tab li.active a {
	font-weight: 700;
}

.smart-style-2 .smart-form .toggle, .smart-style-2 .smart-form .label {
	margin-bottom: 0;
}
.smart-style-2 .smart-form .toggle {
	height: 25px;
}
.smart-style-2 .smart-form .toggle.state-disabled {
	cursor: pointer !important;
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.smart-style-2 .smart-form .toggle:not(.toggle-big) i {
	background: #d5d5d5;
	height: 22px;
}
.smart-style-2 .smart-form .toggle:not(.toggle-big) i:before {
	background: #fafafa;
	right: 9px;
	top: 6px;
}
.smart-style-2 .smart-form .toggle:not(.toggle-big) i:after {
	color: #ffffff;
	right: 13px;
	top: 5px;
}
.smart-style-2 .smart-form .toggle:not(.toggle-big) i:after {
	left: 10px;
}
.smart-style-2 .smart-form .toggle:not(.toggle-big) input:checked + i,
.smart-style-2 .smart-form .toggle:not(.toggle-big):hover i {
	background: #a7228f;
	border-color: #a7228f;
}
.smart-style-2 .smart-form .toggle:not(.toggle-big) input:checked + i:before {
	background: #ffffff;
	right: 31px;
}
.smart-style-2 .smart-form .toggle:not(.toggle-big) input:checked + i:after {
	right: 13px;
}

.smart-style-2 .smart-form .toggle.toggle-big i {
    color: #b3b3b3;
    border-color: #adadad;
    width: 75px;
}
.smart-style-2 .smart-form .toggle.toggle-big i:before {
	background-color: #b3b3b3; 
	color: #0f1724;
	right: 9px;
}
.smart-style-2 .smart-form .toggle.toggle-big input:checked + i {
    border-color: #adadad;
}
.smart-style-2 .smart-form .toggle.toggle-big input:checked + i:before {
	background: #a7228f;
	right: 56px;
}
.smart-style-2 .smart-form .toggle.toggle-big i:after {
	color: #b3b3b3;
}
.smart-style-2 .smart-form footer .btn {
	float: none;
	margin-left: 0;
}
.smart-style-2 .smart-form footer .btn + .btn {
	margin-left: 5px;
}
.smart-style-2 .smart-form legend, .smart-style-2 .legend {
	color: #41459d;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
	position: relative;
}
.smart-style-2 .smart-form legend:before, .smart-style-2 .legend:before  {
    content: "|";
    position: absolute;
    left: 0;
}
.smart-style-2 .tab-content .label {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.smart-style-2 .smart-form .input input, .smart-style-2 .smart-form .textarea textarea {
	padding: 15px;
}
.smart-style-2 .smart-form .icon-prepend {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.smart-style-2 .smart-form .icon-prepend.fa-question-circle {
	display: none;
}
.smart-style-2 .smart-form .input .icon-prepend+input {
	padding-left: 37px;
}
.smart-style-2 .smart-form .input input, .smart-style-2 input.form-control,
.smart-style-2 select.form-control:not(.change-behaviour), .smart-style-2 .input-group-btn + input[ng-model*="search"],
.smart-style-2 .select2-container .select2-choice, .smart-style-2 .smart-form .select select {
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	padding-bottom: 0;
	padding-top: 0;
}
.smart-style-2 .smart-form .select select {
	padding: 0 15px;
}
.smart-style-2 .icon-addon .glyphicon {
	top: 7px;
}
.smart-style-2 th select, .smart-style-2 th input/*,
.smart-style-2 input[ng-model*="search"]*/ {
	height: 38px;
	line-height: 38px;
}
.smart-style-2 .dropdown-menu input {
	height: auto;
	line-height: normal;
	margin-right: 5px;
}
.smart-style-2 th select.form-control, .smart-style-2 th input {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: none !important;
	margin-left: 15px;
}
.smart-style-2 .smart-form section {
	margin-bottom: 30px;
}
/*.smart-style-2 .smart-form label.input, .smart-style-2 .smart-form label.textarea {
	margin-bottom: 15px;
}*/
.smart-style-2 .smart-form .textarea textarea {
	min-height: 120px;
}
.smart-form .toggle.left i {
	left: 0;
	right: auto;
}
.smart-style-2 .smart-form .checkbox input:checked+i, 
.smart-style-2 .smart-form .radio input:checked+i, 
.smart-style-2 .smart-form .toggle input:checked+i{
	border-color: #41459d;
}
.smart-style-2 .smart-form .radio input+i:after,
.smart-style-2 .bg-color-primary {
	background: #41459d;
}
.smart-style-2 .bg-fa {
	background: #fafafa;
}
.smart-style-2 .note,
.smart-style-2 .note > span {
	margin-top: 0;
}
.smart-style-2 .note > span {
	color: #a7228f;
	padding-left: 24px;
}
.smart-style-2 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Mukta', sans-serif;
	font-size: 15px;
	opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-weight: 300;
}
.smart-style-2 .form-control::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Mukta', sans-serif;
	font-size: 15px;
	opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-weight: 300;
}
.smart-style-2 .form-control:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Mukta', sans-serif;
	font-size: 15px;
	opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-weight: 300;
}
.smart-style-2 .form-control:-moz-placeholder { /* Firefox 18- */
	font-family: 'Mukta', sans-serif;
	font-size: 15px;
	opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-weight: 300;
}

.device-page-button {
	border: 1px solid #adadad;
	border-radius: 50px;
	padding: 0 10px;
}

.device-page-button .ng-binding {
	color: #4c4f53;
	font-weight: bold;
}

.device-page-button .ng-binding img {
	vertical-align: unset;
}
.smart-style-2 .settings-separator {
	border-color: #a7228f;
	box-sizing: border-box;
	/*float: left;*/
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 50px;
	width: calc(100% - 15px);
}




/* RESPONSIVE */
@media only screen and (max-width: 1600px) {
	.smart-style-2 .scroll-bg {
		overflow-x: scroll;
	}
	.smart-style-2 .table-scroll {
		display: table;
		overflow-x: scroll;
		width: 1320px;
	}
}

@media only screen and (max-width: 1366px) {
	#user_addedit_tabs, .nav-tabs.vertical {
		float: none !important;
	}
	.nav-tabs.vertical + .tab-content {
		padding-left: 15px;
	}
	.nav-tabs.vertical > li, .nav-tabs.vertical > li a {
		min-width: 0 !important;
	}
	.nav-tabs.vertical > li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	    float: none !important;
		margin: 0 0 5px;
		vertical-align: top;
	}
	.nav-tabs.vertical > li a {
		padding-left: 51px;
	}
	.nav-tabs.vertical > li a:after {
		display: none;
	}
	.extra-actions ul {
		justify-content: space-between;
	}
	.extra-actions li + li {
		margin-left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.extra-actions li {
		margin-top: 15px;
		max-width: none;
		width: calc(50% - 15px);
	}
}


@media only screen and (min-width: 1200px) {
	.smart-style-2 .smart-form .inline-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.smart-style-2 .smart-form .inline-group .checkbox, 
	.smart-style-2 .smart-form .inline-group .radio {
	    float: none; 
	    margin-right: 0;
		-ms-flex-preferred-size: 20%;
		-webkit-flex-basis: 20%;
		        flex-basis: 20%;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		        flex-direction: column;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.smart-style-2 .table-scroll {
		transition: transform .25s;
		transform-origin: 0 0;
	}
		
	.smart-style-2:not(.minified) .table-scroll {
		transform: scale(0.8225);
	}

	.smart-style-2.minified .table-scroll {
		transform: scale(0.955);
	}
}

/*.modal-dialog {
  position: absolute;
  top: 50px;
  right: 800px;
  bottom: 0;
  left: 10;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}*/
.modal-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
      
   