/*
	account new styles
	
	colors:

	GREEN 0,212,212 #00D4D4;
	PINK 255,92,152	#FF5C98;
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
/*
                        thin: font-weight: 100;
                        light: font-weight: 300;
                        regular: font-weight: 400;
                        medium: font-weight: 500;
                        bold: font-weight: 700;

                        font-style: normal;
*/
html, body{
    font-family: 'Roboto', sans-serif;
    color: #405052;
    font-size: 12px;
    overflow: auto;
}
a{
	color: #EE7330;
	text-decoration: none;
}
a:hover,a:focus,a:active{
	color: #EE7330;
}


/*
	login:
*/
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #EE7330;
    border: none;
    border-radius: 8px;
}
.btn-primary:hover{
  text-decoration: underline;
}
@media (min-width: 992px){
	.container{
		width: 992px; 
    overflow: auto;
	}
}
/*
	form field
*/

/*p.info{
  font-size: 12px;
  font-style: italic;
}*/

.form-control:focus{
	border-color: #EE7330;
	-webkit-box-shadow: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,115,48,.6);
}

input[type=checkbox]{
  font-size: 16px;
}

/*
	feedback and error message
*/

.bg-danger {
	padding: 5px;
	background-color: #FF5C98;
	color: #fff;
}

.bg-success {
  padding: 5px;
  background-color: #EE7330;
  color: #fff;
}

/*
	menu
*/
.navbar{

  border-bottom: 1px solid #405052;
}
#logo{
  float: right;
  /*background: url(pix/chunkx-222x70.png) no-repeat left center;*/
  background-image: url(icon.svg) no-repeat left center;
  background-size: 150px;
  /*width: 222px;
  height: 70px;*/
  width: 150px;
  height: 70px;
}

.logo {
  background-image: url(icon.svg);
  background-repeat: no-repeat;
  background-size: 190px 100px;
  width: 190px;
  height: 100px;
  display: inline-block;
  margin: 0px;
}

.logo-nada {
  background-image: url(logo-nada.svg);
  background-repeat: no-repeat;
  background-size: 120px 70px;
  width: 120px;
  height: 70px;
  display: inline-block;
}

.logo-bmi {
  /* background-image: url(logo-bmi.svg);
  background-repeat: no-repeat;
  background-size: 130px 80px;
  width: 130px;
  height: 70px;
  display: inline-block; */
  /* background-image: url(logo-bmi.svg); */
  background-image: url(logo-bmi.svg);
  background-repeat: no-repeat;
  /* background-size: 138px 87px;
  width: 138px;
  height: 70px; */
  background-size: 86px;
  width: 75px;
  height: 80px;
  display: inline-block;
}

.logo-smk {
  /* background-image: url(logo-smk.svg);
  background-repeat: no-repeat;
  background-size: 120px 70px;
  width: 120px;
  height: 70px;
  display: inline-block;*/
  background-image: url(logo-smk.svg);
  background-repeat: no-repeat;
  background-size: 180px 134px;
  width: 183px;
  height: 92px;
  display: inline-block;
  margin-top: -30px;
  margin-left: -30px;

}
@media screen and (max-width: 1000px){
  .logo {
    width: 100%;
    background-position: right;
  }
}
@media screen and (max-width: 480px){
  html, body{
    overflow: auto;
  }
  .logo {
    background-image: url(icon.svg);
    background-repeat: no-repeat;
    background-size: 140px 80px;
    width: 100%;
    height: 80px;
    display: inline-block;
    background-position: center;
  }

  .logo-nada {
    background-image: url(logo-nada.svg);
    background-repeat: no-repeat;
    background-size: 80px 70px;
    width: 80px; 
    display: inline-block;
  }
  
  .logo-bmi {
    background-image: url(logo-bmi.svg);
    background-repeat: no-repeat;
    background-size: 55px;
    width: 50px;
    height: 60px;
    display: inline-block;
  }
  
  .logo-smk {
    /* background-image: url(logo-smk.svg);
    background-repeat: no-repeat;
    background-size: 80px 70px;
    width: 80px;
    display: inline-block; */
    background-image: url(logo-smk.svg);
    background-repeat: no-repeat;
    background-size: 100px 130px;
    width: 100px;
    display: inline-block;
  }
  
}


/*
  channels
*/
.grey-border{
  border: 2px solid #ddd;
  padding: 0px 20px 20px;
  margin: 20px 0 20px 0;
  box-shadow: 0 0 10px #ccc;
}
.channelrow{
  border-bottom: 4px solid #EE7330;
  padding-top: 20px;
  width: 100%;
}
.channelrow:hover{
  cursor: pointer;
}
.channelrow:hover a{
  text-decoration: underline;
}
.channeloffline{
  border-bottom: 4px solid #FF5C98;
}
.channeloffline a{
  color: #FF5C98;
}
.channel-title{
  width: 20%;
}
.onerow{
  display: inline-flex;
}
.onerow div{
  margin-right: 30px;
}
.pink{
  color: #FF5C98;
}
.green{
  color: #00D4D4;
}
.font-small{
  font-size: 14px;
}
.num-fat{
  font-size: 20px;
  font-weight: bold;
}
.channelrow span.num-fat{
  font-size: 20px;
  font-weight: normal;
}
span.num-fat:after{
  /*content: ' ';*/
  content: '\A';
  white-space: pre;
}
.channel-title span.num-fat:after{
  content:none;
  white-space: normal;
}
.channelStats div{
  margin-bottom: 10px;
}
.btnSmall{
  font-size: 13px;
  padding: 5px;
}

.footer-1 {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  text-align: center;
  font-size: 12px;
  /*height: 110;*/
  background-color: #fff;
}

.footer__element {
  margin-right: 30px;
}

/*====================
  Footer 
====================== */

/* Main Footer */
footer .main-footer{  
  padding: 5px 0;  
  /* background: #F5F2ED; */
  border-top: 3px solid #DBD9D3;
  border-bottom: 3px solid #DBD9D3;
}

footer ul{  padding-left: 0;  list-style: none;}

/* Copy Right Footer */
.footer-copyright { background: #fff; padding: 7px 0; height: 40px; font-size: 12px;text-align: center;vertical-align: center; }

.btn-shadow{
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.container-fluid.main-container {
  padding-bottom: 150px !important;
}