/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body{
	height: 97%;
}
body {
	background: #F4F4F4;
	/*overflow-x: hidden;*/
	font-family:'Lato';
}
.display-block{
    display: block;
}
.body-login{
	background-color: #F4F4F4;
}
.body-login > .container-fluid{
	height:100%;
}
.body-login > .container-fluid > .row{
	height:100%;
}
.body-login .login-wrapper {
	display:table;
	display: flex;
	height: 100%;
	width: 100%;
}
.login-body{
	display:table-cell;
	display: flex;
	vertical-align: middle;
	width: 100%;
}
.login-inner{
	width:350px;
	margin:auto;
	padding:25px;
	background-color: #ffffff;
	border-radius: 2px;
    box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
    box-shadow: 0 3.2px 7.2px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)),0 .6px 1.8px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108));
}
.navbar-nav>li.open>.dropdown-menu{
    display: block;
}
.navbar-default .navbar-nav>li>a.dropdown-toggle{
    padding:16px 8px 13px;
    margin:0;
}
.dropdown-menu.dropdown-menu-mtan li{
    cursor: pointer;
}
.dropdown-menu.dropdown-menu-mtan a.mtan-modal{
    padding: 1px 3px 2px 5px;

}
.dropdown-menu.dropdown-menu-mtan a.mtan-refresh{
    padding: 1px 5px 2px 3px;
    float:right;
}
.dropdown-menu.dropdown-menu-mtan a.mtan-refresh .loader-circ{
    display: none;
}
.dropdown-menu.dropdown-menu-mtan a.mtan-refresh.disabled{
    text-decoration: none;
    color: #999;
    cursor: not-allowed;
}
.dropdown-menu.dropdown-menu-mtan a.mtan-refresh.disabled .loader-circ{
    display: inline-block;
}
table.table{
	background-color:#fff;
	box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
    box-shadow: 0 3.2px 7.2px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)),0 .6px 1.8px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108));
}
table.table.table-inner{
    margin-bottom: 0;
    box-shadow: none;
}
.table-inner.table-hover>tbody>tr:hover {
    background-color: #d6edfb !important;
}
.table .rowgroup.title{
    font-size: 14px;
    font-weight: bold;
    background-color: #007c92;
    color: #fff;
}
.table .color-sample{
    transition: all .3s ease-in-out;
    width: 16px;
    height: 16px;
    background-color: #F8F6EF;
    border-radius: 11px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid transparent;
}
h4{
	color: #e60000;
	font-size: 18px;
}
input.form-control, 
select.form-control{
    height: 30px;
    padding: 5px 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.login-inner input.form-control{
	border:0;
	margin-bottom: 20px;
	border:0;
	border-radius:2px;
	-webkit-box-shadow: inset 31px 39px 0px #e60000;
	box-shadow: inset 31px 39px 0px #e60000;
	color: #ffffff !important;
	padding: 5px 12px 6px 20px;
}
input:-webkit-autofill{
	-webkit-text-fill-color: #ffffff;
	font-size: 14px;
}
.login-inner label{
	color:#000202;
	font-weight: 400;
	font-size: 12px;
}
.login-inner input.form-control:focus{
	
}
.login-inner > .login-footer{
	text-align:center;
	margin: 20px -25px 0;
}
.login-inner > .login-header{
	text-align: center;
	margin: 0 -25px 40px;
}
.login-inner .login-msg{
	color:#c10d00;
	padding-top:10px;
}
.login-inner > div > .btn{
	padding:4px 30px;
	background-color: #e60000;
	border-color: #e60000;
	border:0;
	border-radius: 2px;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	outline: 0 !important;
}
.login-inner > div > .btn:active{
	border:0;
}
.navbar-default{
	background-color: #ffffff;
    border-color: #ffffff;
    z-index: 14;
}
.navbar-right {
	float: right!important;
	margin-right: -15px;
	margin-top:2px;
	margin-bottom:2px;
}
.navbar-nav>li>a{
	margin-top:14px;
	margin-bottom:13px;
}
.navbar-default .navbar-nav>li input.btn{
	font-size: 14px;
	background: transparent;
	padding: 13px 15px 10px 10px; 
	color:#333;
	outline:0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #202527;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:#00132b;
	color:#000;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar{
	background-color:#ffffff;
}
.navbar-default .navbar-nav>li input.btn:focus, .navbar-default .navbar-nav>li input.btn:hover{
	color:#000;
	box-shadow:none;
}
.navbar-header {
    float: left;
}
.navbar-toggle {
	display:block;
}
a.btn {
    padding: 4px 15px;
    border: 0;
    border-radius: 2px;
}
a.btn.btn-xs {
    padding: 3px 9px;
}
a.btn.btn-primary{
	background-color: #007c92;
}
a.btn.btn-primary:active,
a.btn.btn-primary:focus{
	background-color: #006c82;
}
a.btn.btn-danger{
	background-color:#f90d45;
}
a.btn.btn-secondary{
	background-color: #3d3d3d;
	color:#ffffff;
}
a.btn.btn-secondary:active,
a.btn.btn-secondary:focus{
	background-color: #2d2d2d;
}
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 51px;
}
#menu-toggle{
	float:left;
}
.navbar-default .navbar-toggle{
	margin-top:10px;
	border:0;
}
.navbar-brand{
	color: #04aeda !important;
	padding: 10px 10px;
}
.navbar-brand img{
	max-height: 100%;	
}
.navbar-default .navbar-nav>li>a{
	color:#333;
}
#wrapper.toggled {
  padding-left: 225px;
}
#sidebar-wrapper {
	z-index: 15;
	position: fixed;
	left: 225px;
	width: 0;
	height: 100%;
	margin-left: -235px;
	overflow-y: auto;
	background-color: #000000;
	-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 #sidebar-wrapper {
	width: 230px;
}
#page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 10px;
	background:#f4f4f4;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -230px;
}
.tbody_notes{
	text-align: center;
}
.tbody_notes .tbody_td_notes{
	padding:1px 5px 1px;
	font-size: 12px;
	color:#fff;
	background-color: #c6c6c6;
	border-radius:50%;
	cursor: not-allowed;
	text-decoration: none;
}
.tbody_td_popover, .tbody_notes .tbody_td_notes.tbody_td_popover{
	cursor: pointer;
}
.tbody_notes .popover-content{
	padding: 4px 8px;
}
.tbody_notes .popover-content hr{
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #aaa;
}
hr{
	margin:10px 0;
}
.tbody_notes .tbody_td_notes.tbody_td_notes_support{
	margin-right:2px;
	background-color:darkblue;
}
.tbody_notes .tbody_td_notes.tbody_td_notes_client{
	background-color:#5bc0de;
}
.tbody_notes .tbody_td_notes.tbody_td_actions.tbody_td_actions_warning{
    background-color:#ffb477;
}
.tbody_notes .tbody_td_notes.tbody_td_actions.tbody_td_actions_warning.tbody_td_actions_danger{
    background-color:#ff6a6a;
}
.tbody_notes .tbody_td_notes.tbody_td_actions.tbody_td_actions_warning.tbody_td_actions_info{
    background-color: #7cc9ff;
}
.panel-personal-inner{
	position: relative;
	border:1px solid #eee;
	border-radius: 15px;
	padding: 10px;
}
.panel-personal-inner code{
	font-size:10px;
	color: #2574c7;
    background-color: #b9f2ff;
}
.panel-heading .panel-personal-inner{
	border:1px solid #bbb;
}
.panel-personal-inner .product-image-holder{
    position:relative;
}
.panel-personal-inner .product-image-logo{
    position:absolute;
    width: 15px;
    height: auto;
    left: -15px;
    top: -8px;
}
.panel-personal-inner .panel-span{
	position: absolute;
	top: -6px;
	line-height: 1;
	font-size: 13px;
    left: 4px;
    margin: auto;
    background: #f0f8ff;
    display: inline-block;
    padding: 0px 4px;
}
.panel-heading .panel-personal-inner .panel-span{
	background: #eff8fe;
    color: green;
}
.form-group-clipboard label{
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 1px;
}
.input-clipboard{
	margin-bottom: 3px;
	text-align: left;
}
.input-clipboard select.form-control,
.input-clipboard input.form-control{
	padding: 2px 10px;
    height: 28px;
}
.panel-heading .input-clipboard{
	text-align: center;
}
.input-clipboard .btn.btn-group-clipboard{
    background-color: #cccccc;
    color: #ffffff;
    padding: 4px 8px;
}
.input-clipboard .btn.btn-success{
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
    padding: 3px 8px;
}
.order_notification{
	position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 200;
    padding: 7px 20px;
    font-size: 15px;
    line-height: 1;
    border-top-left-radius: 2px;
}
.order_notification.success{
	background-color: #5cb85c;
}
.order_notification.failed{
	background-color: #d9534f;
}
.panel{
	background:#fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.07);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.07);
	box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
	box-shadow: 0 3.2px 7.2px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)),0 .6px 1.8px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108));
}
.check-group{
    position: relative;
}
.check-group svg{
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.check-group .chck-sv:checked ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 1;
}
.check-group .chck-sv:checked ~ .checkbox-sv .chck-sv-in ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 0;
}
.check-group .chck-sv:checked ~ .checkbox-sv .chck-sv-in:checked ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 1;
}
.check-group .chck-sv-data:checked ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 1;
}
.check-group .chck-sv-data:checked ~ .checkbox-sv .chck-sv-in ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 0;
}
.check-group .chck-sv-data:checked ~ .checkbox-sv .chck-sv-in:checked ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 1;
}
.check-group .chck-confirm:checked ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 1;
}
.check-group .chck-confirm:checked ~ .checkbox-sv .chck-sv-in ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 0;
}
.check-group .chck-confirm:checked ~ .checkbox-sv .chck-sv-in:checked ~ .checkbox-sv .highlight-sv svg .checkbox-0 .cls-2{
    opacity: 1;
}
.check-group .vert-table, .radio-group .vert-table{
    display: table;
    width: auto;
    margin: auto;
}
.check-group .vert-row, .radio-group .vert-row{
    display: table-row;
    width: 100%;
}
.check-group .vert-cell, .radio-group .vert-cell{
    display: table-cell;
    vertical-align: top;
}
.check-group .vert-cell:first-child, .radio-group .vert-cell:first-child{
    padding-right: 16px;
    width: 18px;
}
.check-group label{
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
	list-style: none;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #eee;
    text-shadow: 1px 1px 2px #555;
}
.sidebar-nav li.active a {
	background:#f40a0a;
	color: #fff;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background:#e60000;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav li a:hover span,
.sidebar-nav li a:active span,
.sidebar-nav li.active a span{
    color: #fff !important;
}
.sidebar-nav .sidebar-submenu{
	display: none;
	padding:0;
	background: #555;
	transition: all .5s ease-in-out;
}
.sidebar-nav .sidebar-group.active{
	text-decoration: none;
	color: #fff;
	background:#e60000;
}
.sidebar-nav .sidebar-submenu.active{
	display: block;
	background-color: #c80707;
	color: #fff;
}
.sidebar-nav .sidebar-submenu li a{
	padding:0;
	padding-left: 13px;
	display: block;
    text-decoration: none;
    color: #bbb;
    background-color: #c80707;
}
.sidebar-nav .sidebar-submenu li:hover a{
	color:#fff;
}
.sidebar-nav .sidebar-submenu li.active a{
	display: block;
	background: #df0000;
	color:#fff;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wizard > div.wizard-inner {
    position: relative;
}
.wizard .connecting-line {
    height: 1px;
    background: #eee;
    position: absolute;
    width: 220px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 66%;
    z-index: 1;
}
.wizard span.round-tab {
    width: 24px;
    height: 24px;
    line-height: 23px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 13px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
.wizard span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #e60000;
    color: #fff;
    border-color: #e60000;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #e60000;
}

.wizard .nav-tabs > li {
    width: 100px;
}

.wizard .nav-tabs > li a {
    width: 24px;
    height: 28px;
    margin: 20px auto 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    border: 0;
}
.wizard .nav-tabs>li.active>a, .wizard .nav-tabs>li.active>a:focus, .wizard .nav-tabs>li.active>a:hover{
    border:0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    font-weight: 700;
    color: #000;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 16px;
}
.badge{
    background-color: #ffa95f !important;
}
.orders_legend p{
	font-size: 12px;
	margin-left: 10px;
}
.orders_legend span{
	position: relative;
	display: block;
	margin: 1px 3px 0px 0px;
}
.orders_legend span::before,
.orders_legend span:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	left: -20px;
	background:#999999;
}
.orders_legend span::after,
.orders_legend span:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	left: -19px;
	padding:1px 0 0 1px;
	top:1px;
}
.orders_legend span.legend_not_verified::after{
	background-color: #e4e4e4;
}
.orders_legend span.legend_notes::after{
	background-color: #e6e6f6;
}
.orders_legend span.legend_delayed::after{
	background-color: #ffe9b1;
}
.orders_legend span.legend_verified::after{
	background-color: #ffffff;
}
.orders_legend span.legend_transmitted::after{
	background-color: #add8e6;
}
.orders_legend span.legend_vertragsubernahme::after{
	background-color: #dfddff;
}
.paragraph-12{
    margin-bottom:2px;
    line-height:1.2;
    font-size:12px;
}
.order-phone-image{
    position: absolute;
    right: 0;
    width: 56px;
    top: 11px;
}
.order-button-margin{
    margin-top: 3px;
    margin-bottom:2px;
}

/*table .btn.btn-success, table .btn.btn-warning, table .btn.btn-danger{
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 0;
	margin: 0 2px;
	border: 0;	
	font-weight:normal;
}
table .btn.btn-warning{
	background: #FF9800;
}*/
.table-striped>tbody>tr:nth-of-type(even){
	background-color: #fcfcfc;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #fff;
}
.table tr td[id^=display_cell_]{
	padding:1px;
}
.table tr td[id^=display_cell_] h3, 
.table tr td[id^=display_cell_] h4,
.table tr td[id^=display_cell_] h5{
	margin:2px 0 3px;
}
.table tr td[id^=display_cell_] .panel{
	border: 0;
	margin: 0;
    border-radius: 0;
}
.table tr td[id^=display_cell_] .panel-heading{
	padding: 10px;
	background-color: aliceblue;
}
.table.table-custom>tbody>tr.active>td,
.table.table-custom>tbody>tr.active>th,
.table.table-custom>tbody>tr>td.active,
.table.table-custom>tbody>tr>th.active,
.table.table-custom>tfoot>tr.active>td,
.table.table-custom>tfoot>tr.active>th,
.table.table-custom>tfoot>tr>td.active,
.table.table-custom>tfoot>tr>th.active,
.table.table-custom>thead>tr.active>td,
.table.table-custom>thead>tr.active>th,
.table.table-custom>thead>tr>td.active,
.table.table-custom>thead>tr>th.active{
    background-color: #fcfcfc;
}
.table.table-custom>tbody>tr.passive>td,
.table.table-custom>tbody>tr.passive>th,
.table.table-custom>tbody>tr>td.passive,
.table.table-custom>tbody>tr>th.passive,
.table.table-custom>tfoot>tr.passive>td,
.table.table-custom>tfoot>tr.passive>th,
.table.table-custom>tfoot>tr>td.passive,
.table.table-custom>tfoot>tr>th.passive,
.table.table-custom>thead>tr.passive>td,
.table.table-custom>thead>tr.passive>th,
.table.table-custom>thead>tr>td.passive,
.table.table-custom>thead>tr>th.passive{
    background-color: #f1f1f1;
}
.table.table-custom>tbody>tr.danger>td,
.table.table-custom>tbody>tr.danger>th,
.table.table-custom>tbody>tr>td.danger,
.table.table-custom>tbody>tr>th.danger,
.table.table-custom>tfoot>tr.danger>td,
.table.table-custom>tfoot>tr.danger>th,
.table.table-custom>tfoot>tr>td.danger,
.table.table-custom>tfoot>tr>th.danger,
.table.table-custom>thead>tr.danger>td,
.table.table-custom>thead>tr.danger>th,
.table.table-custom>thead>tr>td.danger,
.table.table-custom>thead>tr>th.danger{
    background-color: #ffd0d0;
}
.table.table-custom>tbody>tr.rahmenvertrag>td,
.table.table-custom>tbody>tr.rahmenvertrag>th,
.table.table-custom>tbody>tr>td.rahmenvertrag,
.table.table-custom>tbody>tr>th.rahmenvertrag,
.table.table-custom>tfoot>tr.rahmenvertrag>td,
.table.table-custom>tfoot>tr.rahmenvertrag>th,
.table.table-custom>tfoot>tr>td.rahmenvertrag,
.table.table-custom>tfoot>tr>th.rahmenvertrag,
.table.table-custom>thead>tr.rahmenvertrag>td,
.table.table-custom>thead>tr.rahmenvertrag>th,
.table.table-custom>thead>tr>td.rahmenvertrag,
.table.table-custom>thead>tr>th.rahmenvertrag{
    background-color: #ffe3bf;
}
.panel-title{
	padding-left:15px;
	font-weight:700;
	font-size:17px;
	margin-top:5px;
	margin-bottom:5px;
}
.note_display p{
	margin:0;
	text-align: left;
}
.note_display .note_display_head{
    background-color: #faebd7;
	padding: 2px 10px;
	font-size: 12px;
} 
.note_display .note_display_head p span{
	float:right;
}
.note_display .note_display_body{
    background-color: #f9f4ee;
    padding: 2px 10px;
}
/* ALL MODALS DESIGN */
.modals-background{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
	z-index: 18;
    opacity: 0;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modals-grey{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #ddd;
    opacity:.9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 17;
}
.modals-all{
    -webkit-transition: all .35s 0s;
    -moz-transition: all .35s 0s;
    -o-transition: all .35s 0s;
    transition: all .35s 0s;
    max-width: 800px;
    min-width: 800px;
    padding: 20px;
    text-align: center;
    margin: auto;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 17;
    overflow-y: auto;
    max-height: 94%;
}
.modals-all.active{
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
}
.modal-header-name{
    font-size:14px;
    line-height: 15px;
    padding-bottom: 8px;
    position:relative
}
.modal-header-name .modal-header-close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    transform: rotate(45deg);
    text-decoration: none;
}
.modal-password-status{
	margin:10px 0 10px 20px;
}
.modal-password-status p {
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
    margin: 1px 0 3px;
    vertical-align: bottom;
}
.modal-password-status p.success{
	color:#3a8142;
}
.modal-text-content{
    padding: 0 0 16px 0!important;
    text-align:left;
}
.modal-text-content .info-screen h6{
    font-size:14px;
}
.modal-text-content .info-screen{
    color:#999;
}
.modal-text-content .info-screen p{
    margin-bottom: 3px;
    font-size:12px;
}
.modal-text-content .info-screen p span:nth-child(1){
    color: #999;
    margin-right: 8px;
}
.modal-text-content .info-screen p.warning span:nth-child(2){
    color:#c10d00;
}
.modal-text-content .info-screen p.success span:nth-child(2){
    color:#1a9f22;
}
.mrg-btm-0{
    margin-bottom: 0;
}
.mrg-btm-2{
    margin-bottom: 2px;
}
.mrg-btm-4{
    margin-bottom: 4px;
}
.mrg-btm-8{
    margin-bottom: 8px;
}
.mrg-top-2{
    margin-top: 2px;
}
.mrg-top-4{
    margin-top: 4px;
}
.mrg-top-8{
    margin-top: 8px;
}
.mrg-top-16{
    margin-top: 16px;
}
.modal-padding{
    padding-top: 16px;
}
.panel-details{
    
}
.panel-details .panel-personal-inner{
    border-radius: 4px;
    background-color: #fcfcfc;
    box-shadow: 0 0px 4px 0px rgba(180, 180, 180, 0.53) !important;
    padding: 8px 8px 4px;
    top: -8px;    
    border:0;
    margin-top:16px;
}
.panel-details .panel-personal-inner .panel-span{
    background-color: #fcfcfc;
    color: #999;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 11px;
    box-shadow: 0px -3px 4px 0px rgb(204 204 204 / 53%) !important;
    top: -8px;
    padding: 2px 8px;
}
.panel-details .panel-personal-inner p.item-label{
    line-height: 1.3;
}
.panel-details .panel-personal-inner p.item-label span{
    font-size:12px;
    color:#999;
}
.panel-details .panel-personal-inner p.subitem-label{
    padding-left:8px;
}
.table.table-custom>tbody>tr.active>td, 
.table.table-custom>tbody>tr.active>th, 
.table.table-custom>tbody>tr>td.active, 
.table.table-custom>tbody>tr>th.active{
    background-color: #f5f5f5;
}
.panel-body .document-item {
    background: white;
    padding: 20px;
}
.panel-body .video-item {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
}
.panel-body .document-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.panel-body .document-preview {
    text-align: center;
}
.panel-body .document-preview img {
    max-width: 100%;
    max-height: 100px;
    margin: auto;
}
.panel-body .document-preview video {
    max-width: 100%;
    max-height: 200px;
}
.panel-body .no-document {
    padding: 40px 20px;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 4px;
    color: #6c757d;
    font-style: italic;
}
.panel-body .document-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    font-size: 13px;
}
.panel-body .document-info p {
    margin: 5px 0;
    color: #666;
}                   
/* ALL MODALS DESIGN END */
@media(min-width:768px) and (max-width:991px){
	.card.card-one,
	.card.card-two{
		margin-bottom:20px;
	}
}
@media(min-width:768px) {
	#wrapper {
		padding-left: 221px;
	}
	#wrapper.toggled {
		padding-left: 0;
	}
	#sidebar-wrapper {
		width: 230px;
	}
	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}
	#page-content-wrapper {
		padding: 7px;
		position: relative;
	}
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}
@media(max-width:767px){
	.card{
		margin-bottom:20px;
	}
	.card .card-head p{
		font-size:13px;
	}
	.modals-all{
		min-width: 100%;
	}
     .documents-grid {
        grid-template-columns: 1fr;
    }
}
@media(max-width:480px) {
	.login-inner{
		width:100%;
	}
}
.CustomRadio {
    display: block;
    margin: 0 auto;
	margin-bottom:20px
}
.Stepslabel {
    display: inline-block;
	margin-right:35px;
	
}
.circle {
	
      width: 30px;
      height: 30px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
	  display:inline-block;
	  text-align:center;
	  padding-top:3px;
	  margin-right:-3px;
	  margin-left:-5px;
	  font-size:14px;
	  font-weight:bolder;
	  color:white;
      background: darkgray;
	  
	  
    }
.circlePassed {
      width: 30px;
      height: 30px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
	  display:inline-block;
	  text-align:center;
	  padding-top:3px;
	  margin-right:-3px;
	  margin-left:-5px;
	  font-size:14px;
	  font-weight:bolder;
	  color:white;
      background: #004FDC;
    }	
.circleCurrent {
      width: 30px;
      height: 30px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
	  display:inline-block;
	  text-align:center;
	  padding-top:3px;
	  margin-right:-2px;
	  margin-left:-5px;
	  font-size:14px;
	  font-weight:bolder;
	  color:white;
      background: #9294FF;
    }
.stepsSpan{
	vertical-align: middle;

}
.spanline{
	display:inline-block;
	width:140px;
	border-bottom:3px solid lightgray;

}
.spanlinePassed{
	display:inline-block;
	width:140px;
	border-bottom:3px solid #004FDC;

}
.labelCheckBox{
	width:136px;
}
/* INDEX STATISTICS */
.border-left-primary {
    border-left: .25rem solid #4e73df!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
	word-wrap: break-word;
	color:#ffffff;
    background-clip: border-box;
    border: 0;
	border-radius: 3px;
	padding:15px;
	box-shadow: 0 1px 11px 0px rgba(58,59,69,.3)!important;
}
.card p{
	text-shadow: rgba(100,100,100,.5) 1px 1px;
	margin:0;
}
.card .card-head{
	padding-bottom:15px;
	font-size:14px;
}
.card .card-body {
	font-size:22px;
    flex: 1 1 auto;
}
.card.card-one {
    background-color: #4174ff!important;
}
.card.card-two {
    background-color: #e95053!important;
}
.card.card-three {
    background-color: #ffe14f!important;
}
.card.card-four {
    background-color: #68df9d!important;
}
.card.card-five{
	background-color: #e60400!important;
}
.card.card-six{
	background-color: #e60400!important;
}
.card.card-seven{
	background-color: #e60400!important;
}
.text-gray-300 {
    color: #dddfeb!important;
}
.text-info {
    color: #36b9cc!important;
}
.open>.dropdown-menu {
    display: contents;
}
.partner-select {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
}
a, .table{
	font-size:13px;
}
.text-warning {
    color: #ea782f;
}
.text-success {
    color: #09630a;
}
.switcher_div {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}
.switcher_div input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.switcher_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.switcher_slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .switcher_slider {
    background-color: #3ec016;
}
input:focus + .switcher_slider {
    box-shadow: 0 0 1px #3ec016;
}
input:checked + .switcher_slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.vt-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-basis: auto;
    width: 100%;
    height: 100%;
}
.content-flex0 {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    flex-basis: auto;
}
.content-flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: auto;
}
/*Basic Grid Styles*/
.Grid {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.Grid-cell {
    flex: 1;
}
/* Justify per row*/
.Grid--right {
    justify-content: flex-end;
}
.Grid--center {
    justify-content: center;
}
/* Alignment per row */
.Grid--top {
    align-items: flex-start;
}
.Grid--bottom {
    align-items: flex-end;
}
.Grid--center {
    align-items: center;
}
/* Alignment per cell */
.Grid-cell--top {
    align-self: flex-start;
}

.Grid-cell--bottom {
    align-self: flex-end;
}

.Grid-cell--center {
    align-self: center;
}

/*===========================================*/
/* Base classes for all media - Mobile first */
.Grid--cols-2>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-3>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-4>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-6>.Grid-cell {
    flex: 0 0 calc(50% - 1em);
}

.Grid--cols-12>.Grid-cell {
    flex: 0 0 calc(33.3333% - 1em);
}

/* One of -- columns*/
.Grid--1of2>.Grid-cell,
.Grid--1of4>.Grid-cell:first-of-type,
.Grid--1of3>.Grid-cell:first-of-type {
    flex: 0 0 100%;
}

.Grid--1of6>.Grid-cell:first-of-type {
    flex: 0 0 50%;
}

.Grid--fit>.Grid-cell {
    flex: 1;
}

.Grid--full>.Grid-cell {
    flex: 0 0 100%;
}

/* Tablet (medium) screens */
@media (min-width: 30em) {
    .Grid--cols-4>.Grid-cell {
        flex: 0 0 calc(50% - 1em);
    }

    .Grid--cols-6>.Grid-cell {
        flex: 0 0 calc(33.3333% - 1em);
    }

    .Grid--cols-12>.Grid-cell {
        flex: 0 0 calc(16.6666% - 1em);
    }

    .Grid--1of2>.Grid-cell {
        flex: 0 0 50%;
    }

    .Grid--1of6>.Grid-cell:first-of-type {
        flex: 0 0 30%;
    }

    .Grid--1of4>.Grid-cell:first-of-type {
        flex: 0 0 50%;
    }

    .Grid--1of3>.Grid-cell:first-of-type {
        flex: 0 0 100%;
    }
}

/* Large screens */
@media (min-width: 48em) {

    .Grid--cols-2>.Grid-cell,
    .Grid--cols-3>.Grid-cell,
    .Grid--cols-4>.Grid-cell,
    .Grid--cols-6>.Grid-cell,
    .Grid--cols-12>.Grid-cell {
        flex: 1;
    }

    .Grid--1of2>.Grid-cell {
        flex: 0 0 40%;
    }

    .Grid--1of6>.Grid-cell:first-of-type {
        flex: 0 0 16.6666%;
    }

    .Grid--1of4>.Grid-cell:first-of-type {
        flex: 0 0 25%;
    }

    .Grid--1of3>.Grid-cell:first-of-type {
        flex: 0 0 30%;
    }
}

/* SMARTPHONES NEW DESIGN BEGIN */
#NSmartphone{
    background-color: #f9f9f9;
}
#smartphones_section h2.head-smartphones{
    font-size: 22px;

    color: #333333;
    text-align: center;
    margin: 0 auto;
}
#smartphones_section .nav-smartphones{
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    top: 0;
    background-color: transparent;
    margin: 15px 0;

}
#smartphones_section .nav-s-btn{
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border: 1px solid #CCCCCC;
    display: inline-block;
    border-radius: 18px;
    padding: 6px 8px;

    font-size: 14px;
    cursor: pointer;
    margin: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#smartphones_section .nav-s-btn:hover{
    background-color: #F4F4F4;
}
#smartphones_section .nav-s-btn.active{
    background-color: #333333;
    color: #ffffff;
    width: auto;
}
#smartphones_section .nav-s-btn.active > svg path, #smartphones_section .nav-s-btn.active > svg tspan{
    fill: #ffffff;
}
#smartphones_section .nav-s-btn.active > svg .xiaomi-l-b{
    fill: #ffffff;
}
#smartphones_section .nav-s-btn.active > svg .xiaomi-l-t path{
    fill: #333333;
}
#smartphones_section .smartphone-x-close{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}
#smartphones_section .smartphone-x-close.active{
    display: inline-block;
}
#smartphones_section .more-smartphones{
    display: none;
}
#smartphones_section .nav-smartphones br{
    display: none;
}
#smartphones_section .more-smartphones br{
    display: none;
}
#smartphones_section .nav-s-more{
    display: inline-block;
    cursor:pointer;
    margin-top: 12px;
}
#smartphones_section .section-smartphones{
    margin: 14px;
    max-width: 300px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #ffffff;
}
#smartphones_section .section-smartphones[style*="display: none;"]:nth-child(2n+1){
    margin-left: 0;
}
#smartphones_section .section-smartphones[style*="display: none;"]:nth-child(2n){
    margin-right: 0;
}
#smartphones_section .section-smartphones h2.name-smartphones{
    font-size: 18px;

    color: #333333;
    margin: 16px auto 0 auto;
}
#smartphones_section .section-smartphones .h-line-smartphones{
    height: 1px;
    width: 100%;
    background-color: #CCCCCC;
    margin: 16px 0;
}
#smartphones_section .section-smartphones .table-smartphones{
    display: table;
    width: 100%;
    text-align: center;
}
#smartphones_section .section-smartphones .table-r-smartphones{
    display: table-row;
    width: 100%;
}
#smartphones_section .section-smartphones .table-c-smartphones{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#smartphones_section .grey-box-smartphones{
    padding: 12px 48px 12px 16px;
    width: auto;
    display: inline-block;
}
#smartphonesProducts .grey-box-smartphones:before{
    border-bottom: 45px solid #ffffff;
}
#smartphones_section .grey-box-smartphones div{
    display: inline-block;
}
#smartphones_section .grey-box-smartphones .price-smartphones{
    font-size: 18px;
    color: #ffffff;
}
#smartphones_section .box-price-smartphones{
    padding: 0 8px;
}
#smartphones_section .box-price-smartphones div:first-child{
    margin-bottom: 4px;
}
#smartphones_section .box-color-smartphones{
    margin-bottom: 16px;
}
#smartphones_section .box-gb-smartphones{
    margin: 13px 0;
}
#smartphones_section .box-gb-smartphones .box-color-head{
    font-size: 12px;
    margin-bottom: 8px;
}
#smartphones_section .box-tarif-smartphones{
    margin: 13px 0;
}
#smartphones_section .box-tarif-smartphones .box-color-head{
    font-size: 12px;

    margin-bottom: 8px;
}
#smartphones_section .box-tarif-smartphones .color-tarifprice-smarthones{
    font-size: 16px;

    margin-top: 16px;
}
#smartphones_section .dsc-tarif-phone {
    margin-top: 2px;
}
#smartphones_section .line-through{
    text-decoration: line-through;
}
#smartphones_section .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
#smartphones_section .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
	flex-wrap: wrap;
}
#smartphones_section .backto-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
#smartphones_section .backto-top-btn{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#smartphones_section .backto-top-btn{
    width: 40px;
    height: 40px;
}
#hSmartphone #smartphones_section .c-dcs-price, #NSmartphone #smartphones_section .c-dcs-price{
    font-size: 42px;
    color: #E60000;

    position: relative;
    display: inline-block;
    float: none;
}
#smartphones_section .c-dcs-price{
    left: -25px;
}
#NSmartphone #smartphones_section .c-dcs-price.grey{
    color: #666666;
    margin-left: 35px;
}
#smartphones_section .top-decimal{
    position: absolute;
    right: -25px;
    top: 6px;
    font-size: 18px;
}
#smartphones_section .btm-decimal{
    position: absolute;
    right: -53px;
    bottom: 7px;
    font-size: 14px;

}
#smartphones_section .btm-decimal.lang{
    position: absolute;
    right: -34px;
    bottom: 7px;
    font-size: 14px;

}
#smartphones_section .Sim .box-tarif-smartphones{
    margin: 16px 0;
}
#smartphones_section .Sim .box-tarif-smartphones .box-tarif > div:last-child{
    margin-right: 0;
}
#smartphonesSplash .btm-decimal.mtl, #NSmartphone #smartphones_section .btm-decimal.mtl{
    right: -28px;
}
#smartphonesSplash .btm-decimal.mtl.lang, #NSmartphone #smartphones_section .btm-decimal.mtl.lang{
    right: -40px;
}
#smartphonesSplash .price-right.lang {
    float: left;
    padding-right: 46px;
}
#smartphonesSplash .c-dcs-price.grey.lang, #NSmartphone #smartphones_section .c-dcs-price.grey.lang {
    color: #666666;
    margin-left: 48px;
}
#smartphones_section a.btn.action{
    max-width: 140px;
    font-size: 14px;

}
#smartphones_section .nav-s-btn svg{
    height: 22px;
    top: 1px;
    position: relative;
    vertical-align: middle;
}
#display_i_credit.hide{
    display: none;
}
#display_i_credit.active{
    background-color: #007C92;
    color: #ffffff;
}
.smartphones_conn .box-color-smartphones .box-color-head, .smartphones_conn .box-gb-smartphones .box-gb-head , .smartphones_conn .box-tarif-smartphones .box-tarif-head{
    font-size: 22px;

    margin-bottom: 16px;
}
.smartphones_conn .box-color-smartphones .color-name-smarthones{
    font-size: 12px;

    margin-top: 8px;
}
.smartphones_conn .box-color-smartphones .box-default-color{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 16px;
    height: 16px;
    background-color: #F8F6EF;
    border-radius: 11px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid transparent;
}
.smartphones_conn .box-color-smartphones .box-default-color:hover{
    border: 2px solid #007C92;
}
.smartphones_conn .box-color-smartphones .box-default-color.active{
    border: 2px solid #007C92;
}
.smartphones_conn .box-color-smartphones .box-c .box-default-color:last-child{
    margin-right: 0;
}
.smartphones_conn .box-color-smartphones .box-c{
   height: 16px;
}
.smartphones_conn .box-default-color.no-available{
    position: relative;
    pointer-events: none;
}
.smartphones_conn .box-default-color.no-available::before{
    content: "";
    bottom: 12px;
    left: -8px;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 4px;
    transform: rotate(-45deg);
    background-color: #CCCCCC;
}
.smartphones_conn .box-default-gb{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 50px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #666666;
    font-size: 12px;
    padding: 3px 2px;

    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 13px;
    color: #666666;
}
.smartphones_conn .box-default-gb:last-child{
    margin-right: 0;
}
.smartphones_conn .box-default-gb.active, .smartphones_conn .box-default-gb:hover{
    border: 1px solid #007C92;
    color: #ffffff;
    background-color: #007C92;
}
.smartphones_conn .box-default-tarif{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    min-width: 60px;
    width: auto;
    text-align: left;
    background-color: #ffffff;
    border-radius: 8px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #666666;
    font-size: 12px;
    padding: 4px;

    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 13px;
    color: #666666;
}
.smartphones_conn .box-default-tarif:hover, .smartphones_conn .box-default-tarif.active{
    border: 1px solid #E60000;
    color: #ffffff;
    background-color: #E60000;
}
.smartphones_conn .box-default-tarif.inactive{
    opacity: .5;
    pointer-events: none;
}
.smartphones_conn .box-default-tarif.red{
    border: 1px solid #e60000;
}
.smartphones_conn .mrgtb-btn{
    margin: 16px 0;
}
.smartphones_conn .backto-top {
    display: inline-block;
    position: fixed;
    bottom: 16px;
    right: 25px;
    z-index: 99;
}
.smartphones_conn .linediagonal{
  position: relative;
}
.smartphones_conn .linediagonal:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    right: -30px;
    border-top: 2px solid #E60000;
    color: #E60000;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.smartphones_conn .smartphones-btn{

    background-color: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    box-shadow: 0px 1px 3px #32323299;
    border-radius: 3px;
}
.smartphones_conn .header-box{
    border-bottom: 2px solid #ffffff;
}
.smartphones_conn .nav-s-img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.smartphones_conn .nav-s-img.rotate{
    transform: rotate(45deg);
}
.smartphones_conn .box-default-color.no-available{
    position: relative;
    pointer-events: none;
}
.smartphones_conn .box-default-color.no-available::before{
    content: "";
    bottom: 12px;
    left: -8px;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 4px;
    transform: rotate(-45deg);
    background-color: #CCCCCC;
}
.smartphones_conn .backto-top {
    display: inline-block;
    position: fixed;
    bottom: 16px;
    right: 25px;
    z-index: 99;
}
/* SMARTPHONES NEW DESIGN END */

/* Affiliate */
.div_multiselect .input-group .form-control{
    padding:16px;   
}
.div_multiselect .open>.dropdown-menu{
    display:block !important;
}
.div_multiselect .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.div_multiselect .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.div_multiselect .input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.div_multiselect .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.div_multiselect .input-group-lg>.form-control, .div_multiselect .input-group-lg>.input-group-addon, .div_multiselect .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.div_multiselect select.input-group-lg>.form-control, .div_multiselect select.input-group-lg>.input-group-addon,.div_multiselect select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

.div_multiselect select[multiple].input-group-lg>.form-control,.div_multiselect select[multiple].input-group-lg>.input-group-addon,.div_multiselect select[multiple].input-group-lg>.input-group-btn>.btn{
    height: auto
}

.div_multiselect .input-group-sm>.form-control,.div_multiselect .input-group-sm>.input-group-addon,.div_multiselect .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group.input-group-sm .form-control{
    height: 26px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group.input-group-sm .input-group-btn a{
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    height: 26px;
}
.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}


.btn-group, .div_multiselect .btn-group-vertical{
    display:block;
    
}
.div_multiselect .btn-group>.btn:first-child{
    width:100%;
}
.div_multiselect .multiselect-container>li>a>label {
    -webkit-font-smoothing: antialiased;
}
select.multiselect,
select.multiselect + div.btn-group,
select.multiselect + div.btn-group button.multiselect,
select.multiselect + div.btn-group.open .multiselect-container{
    width:100% !important;
}

.cellbtm{
    padding-bottom: 5px;
}
.cellbtm .checkbox-path {
    position: relative;
}
.cellbtm .checkbox-table {
    width: 100%;
    display: table;
}
.cellbtm .checkbox-row {
    width: 100%;
    display: table-row;
}
.cellbtm .padd-bt8 {
    padding-bottom: 8px;
}
.cellbtm .mrgchck-l.top {
    top: 1px;
    line-height: 1.5;
}
.cellbtm .checkbox-cell.top {
    display: table-cell;
    vertical-align: top;
}
.cellbtm input[type="checkbox"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px;
    width: 20px!important;
    height: 20px!important;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0;
}
.cellbtm input{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-size: 14px;
    font-family: 'Vodafone-Rg';
    outline: none;
    height: 37px;
}
.cellbtm .cell-15 {
    width: 16px;
    padding-right: 8px;
}
.cellbtm input[type=checkbox], .cellbtm input[type=radio] {
    margin: 0;
}
.cellbtm .span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cellbtm input.bo_checkbox[type="checkbox"] + .span {
    display: inline-block;
    width: 20px!important;
    height: 20px!important;
    margin: 0;
    vertical-align: middle;
    background: url(/bo/img/vt_checkbox-0.svg) no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: 50%;
}
.cellbtm input.bo_checkbox[type="checkbox"]:checked + .span {
    display: inline-block;
    width: 20px!important;
    height: 20px!important;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(/bo/img/vt_checkbox-1.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.cellbtm .inline-path {
    display: inline-block;
}

.nav-tabs.nav-tabs-orders{
    margin-bottom:16px;
    margin-left: -11px;
    margin-right: -11px;
    margin-top: -11px;
    background-color: #f1f1f1;
}
.nav-tabs.nav-tabs-provision{
    margin: 10px 0 10px;
    background-color: #fff;
}
.nav.nav-tabs.nav-tabs-orders li a span:last-child,
.nav-tabs.nav-tabs-provision li a span:last-child{
    display: none;
    padding: 3px;
    position: absolute;
    right:4px;
    top:1px;
}
.nav-tabs.nav-tabs-orders>li>a,
.nav-tabs.nav-tabs-provision>li>a{
    border-radius:0;
    color: #999;
    padding: 4px 12px;
    font-size: 12px;
}
.nav-tabs.nav-tabs-orders>li.active>a,
.nav-tabs.nav-tabs-provision>li.active>a{
    color:#333;
}
.nav-tabs.nav-tabs-orders.nav-pins>li.active>a,
.nav-tabs.nav-tabs-provision.nav-pins>li.active>a{
    position:relative;
    padding-right: 24px;
}
.nav-tabs.nav-tabs-orders.nav-pins>li.active>a>span.tab-copied,
.nav-tabs.nav-tabs-provision.nav-pins>li.active>a>span.tab-copied {
    background-color: green;
    color: #fff;
}
.nav-tabs.nav-tabs-orders.nav-pins>li.active>a>span,
.nav-tabs.nav-tabs-provision.nav-pins>li.active>a>span{
    display: inline-block;
    cursor: pointer;
}
.nav-tabs.nav-tabs-orders.nav-pins>li.active>a>span:hover,
.nav-tabs.nav-tabs-provision.nav-pins>li.active>a>span:hover{
    color:#F5A82C;
}
.nav-tabs.nav-tabs-provision>li>a{
    color:#888;
}
.tab-content.tab-content-orders{
    padding: 0 5px;
}
.tab-content.tab-content-provision{
    padding: 4px 0;
}
.tab-content.tab-content-provision .form-group {
    margin-bottom: 8px;
}
.tab-content.tab-content-provision .form-group label{
    font-size:12px;
    color:#888;
}
.tab-content.tab-content-provision p{
    margin-bottom: 4px;
}
.tab-content.tab-content-provision input.form-control{
    padding: 2px 10px;
    height: 27px;
    max-width: 100px;
}
.panel-personal-inner{
    border-radius: 8px;
    padding: 8px;
}
.panel-heading .panel-personal-inner{
    border:1px solid #eee;
}
.form-group-clipboard label{
    font-size:12px;
}
.input-clipboard select.form-control, .input-clipboard input.form-control, .input-no-clipboard input.form-control {
    padding: 1px 4px;
    height: 26px;
}
.input-clipboard .btn.btn-group-clipboard{
    padding: 3px 8px;
}
.form-group-list{
    background-color: #fff;
    height: 160px;
    overflow: hidden;
    margin: 4px 0;
}
.input-group.input-clipboard.input-highlight input.form-control:disabled{
    background: #ff8585 !important;
    color: #fff !important;
}
.form-group-list ul{
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
.form-group-list li{
    padding:1px;
    cursor: pointer;
    white-space: nowrap;
}
.form-group-list li:hover{
    background-color: #eee;
}
.form-group-clipboard dl, .form-group-clipboard dd, .form-group-clipboard dt{
    display:inline-block;
    vertical-align: middle;
}
.form-group-clipboard dl{
    width:100%;
}
.form-group-clipboard dt{
    width:80px;
}
.form-group-clipboard.form-warning input{
    background-color: #F5A82C;
    color:#fff;
    border-color: transparent;
}
.form-group-clipboard.form-longer dt{
    width:88px;
}
.form-group-clipboard.form-longer label {
    font-size: 11px;
}
.form-group-clipboard dl{
    text-align:left;
    margin-bottom:4px;
}
.form-group-clipboard dd{
    width: calc(100% - 85px)
}
.form-group-clipboard.form-longer dd{
    width: calc(100% - 92px)
}
.form-group-clipboard .form-control{
    border:0;
    border-bottom:1px solid #ccc;
    border-radius:0;
}
/* PROMO SLIDE */
.slideshow-container {  /* Slideshow container */
    max-width: 1000px;
    position: relative;
    margin: auto;
}   
.prev, .next { /* Next & previous buttons */
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next { /* Position the "next button" to the right */
    right: 15px;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover { /* On hover, add a black background color with a little bit see-through */
    background-color: rgba(0,0,0,0.8);
}
.dot { /* The dots/bullets/indicators */
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot_active, .dot:hover {
    background-color: #717171;
}
.fade { 
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 1;
}
#table_phone_cluster .chck-inline{
    display:inline-block;
}
#phone_cluster_body>tr>td{
    padding-top:2px;
    padding-bottom:2px;
}
@media only screen and (max-width: 480px) {
    .img-responsive {
      width: 100%;
      height: auto;
    }
  }


.panel.panel-new{
    border: 0;
}
.panel.panel-new .panel-heading{
    padding: 1px 15px;
    background-color: #e60001;
}
.panel.panel-new .panel-heading h4{
    position: relative;
    font-size: 14px;
    color: white;
    margin:6px 0;
}
.panel.panel-new .panel-heading h4 span{
    position: absolute;
    right:-15px;
    top:-7px;
}
.panel.panel-new .panel-heading h4 span a.btn{
    padding: 5px 10px 6px;
    color: #e60001;
    background-color: #fff;
    border-radius: 0;
}
.panel.panel-new .panel-heading h4 span a.btn:hover{
    background-color: #eee;
}
.panel.panel-new .panel-body{

}
h4.button{
    position:relative;
}
h4.button span{
    position:absolute;
    right:0;
}
#main_modal_body_error, #main_body_error, #main_body_error_second{
    color: #e60001;
    font-size:12px;
}
p.breadcrumbs{
    font-style: italic;
    color: #0077e6;
    cursor: pointer;
}
p.breadcrumbs.breadcrumbs-inactive{
    cursor: not-allowed;
}
div.button-group, div.label-group{
    width:100%;
}
div.button-group > *, div.label-group > *{
    display: inline-block;
}
div.button-group > input, div.label-group > label{
    width:30.5%;
}
dib.button-group.button-group-display > input, dib.label-group.label-group-display > label{

}
#mtan_status_dropdown{
    list-style:none;
    margin:0;
    padding:0;
}
#mtan_status_dropdown .order-list{
    background-color:darkseagreen;
}
#mtan_status_dropdown .order-list a{
    font-size:12px;
    color:white;
    line-height: 1.7;
    padding: 1px 3px;
}
#activeMtansModal .list-group-item{
    padding:4px 8px;
    font-size: 13px;
}