/*hex Telecom color #e20074*/

.smallcard .header{
	background-color: #e20074;
	background-image: linear-gradient(to bottom, rgba(226,0,116,1), rgba(226,0,116,1), rgba(255, 0, 132,1));
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	
}

.smallcard{
	/*border-radius: 10px;*/
	
}

.smallcard .header .settings {
-webkit-transition:margin .2s, opacity .5s, color .5s;
-moz-transition:margin .2s, opacity .5s, color .5s;
-o-transition:margin .2s, opacity .5s, color .5s;
transition:margin .2s, opacity .5s, color .5s;
opacity:1;
width:auto;
margin-right:0;
-webkit-transition-delay:.1s;
-moz-transition-delay:.1s;
-o-transition-delay:.1s;
transition-delay:.1s;
background-image:linear-gradient(to bottom, #ff0084, #e20074) !important;
background-color:#e20074;
border:1px solid #e20074;
}

.smallcard .header .settings:hover {
	border:1px solid #ffffff;
	box-shadow: inset 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
	background-image: linear-gradient(to top, rgba(226,0,116,0.2), rgba(226,0,116,0.2), rgba(255, 0, 132,0.2));
}

.switchOn{
	background-color: #e20074;
}

.btn{
	color: #333333;
}

.btn-primary{
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-color: #f5f5f5;
	border-color:  rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn:hover{
	background-image: linear-gradient(to bottom, rgba(226,0,116,1), rgba(226,0,116,1), rgba(255, 0, 132,1));
	box-shadow: inset 0px 0px 0px #e20074, 0px 0px 5px #e20074;
  border: 1px solid #e20074;
}

.modal-footer-border{
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #BBBBBB;
	padding: 0px 5px 5px 5px;
	/*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
}

.modal-footer{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #EEEEEE;
}

.modal-header-border{
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: #BBBBBB;
	padding: 5px 5px 0px 5px;
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

.modal-header{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #EEEEEE;
	color: #e20074;
}

body{
	background-color: #FFFFFF
}

.modal-body-border{
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #BBBBBB;
	padding: 0px 5px 0px 5px;
}

.modal-body {
		background-color: #EEEEEE;
}

form{
		margin: 0 0 0;
}

.btn-close {
	background-color: #e20074;
	background-image: linear-gradient(to bottom, rgba(226,0,116,1), rgba(226,0,116,1), rgba(255, 0, 132,1));
}

.button:hover {
	background-image: linear-gradient(to bottom, rgba(226,0,116,1), rgba(226,0,116,1), rgba(255, 0, 132,1));
	box-shadow: inset 0px 1px 0px #e20074, 0px 0px 5px #e20074;
  border: 1px solid #e20074;
}

.btn-large{
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.3), 0 2px 4px rgba(0,0,0,.5);
    text-shadow: none;
}

a{
	color: #e20074;
}

a:hover{
	color: #e20074;
}

.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #e20074;
		border-radius: 10px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #dddddd;
		border-radius: 4px 4px 0 0;
}

.login{
	background-color: #ffffff;
    border: 1px solid #e20074;
    border-top: 4px solid #e20074;
		box-shadow: 0 2px 3px rgba(226,0,116,0.3);
		margin-top: 15%;
		margin-bottom: 15%;
}

input[type="text"]:focus, input[type="password"]:focus{
	    border-color: rgba(226,0,116, 0.8);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226,0,116,.6);
}

.modal-action {
	color: #e20074;
}

select:focus {
	outline: 5px auto #e20074;
}

select option{
	color: #e20074;
}

.dropdown-menu>li>a{
	color: #e20074;
	
}

.rleft{
	left: 0;
	position: absolute;
	width: 100%;
	height: 70px;
	background-color: #e20074;
	margin-left: 0px;
	z-index: -1;
}

.rleft2{
	left: 0;
	position: absolute;
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	margin-left: 0px;
	z-index: -1;
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
	
}

.rleft-footer{
	left: 0;
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: #000000;
	margin-left: 0px;
	z-index: -1;
}

#logo_mobiletab{
	border-bottom: 0px none;
	border-bottom-color: #e20074;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	box-shadow: none;
	height: auto;
}

.fixheigh{
	height: 70px;
	margin-bottom: 20px;
}

#logo_mobiletab_2{
	border-bottom: 0px none;
	border-bottom-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
	margin-top: 5px;
	box-shadow: none;
	height: 70px;
}

.signin{
	margin-top: 20px
}

.footercontent{
	text-align: left;
	padding-top: 20px;
	margin-top: 0px
}

.footercontent-main{
	text-align: left;
	padding-top: 20px;
	margin-top: 0px;
	text-shadow: none;
}

.footercontent-main-top
{
	text-align: left;
	padding-top: 20px;
	margin-top: 0px;
	text-shadow: none;
	border: none;
	box-shadow: inset 0px 0px 0px
}

.left-space{
	margin-left: 20px;
}

.smallcard .content img.someInfos {
    width: 115px;
    left: 50%;
    margin: 0 0 0 -57px;
}

#signal-strength-indicator-small .absolute {
margin-left: 190px !important;
}

@media screen and (min-width:980px) and (max-width:1199px){
#signal-strength-indicator-small .absolute {
margin-left: 140px !important;
}
}

@media screen and (min-width:768px) and (max-width:979px){
#signal-strength-indicator-small .absolute {
margin-left: 90px !important;
}
}

@media screen and (min-width:0px) and (max-width:767px){
#signal-strength-indicator-small .absolute {
 float:right !important;
 position: relative;
 margin-right: 36px;
}
}

@media screen and (max-width: 767px){
	.footercontent-main-top{
		height: 55px;
	}

}

#wpa3 {
    font-family: monospace !important;
}

.checkbox.inline.error{
	color: #b94a48;
}

.popUpBGB2B {
	z-index: 2000;
	overflow: hidden;
	background-color: #333333;
	left: 0px;
	top: 0px;
	position: absolute;
	color: #333333;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
