/*!
 * Start Bootstrap - Landing Page (http://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body, html {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
 font-family: 'Roboto', sans-serif;
  /* font-weight: 700; */
}



.intro-header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/intro-bg.jpg) no-repeat center center;
  background-size: cover;
}

select.form-control {margin-bottom:1.5em;}

.intro-message {
  position: relative;
  padding-top: 6%;
  padding-bottom: 8%;
}
	
		
.intro-message-main {
  position: relative;
  padding-top: 2%;
  padding-bottom: 8%;
}

.intro-message>h1 {
  margin: 0;
}

input.login_input {
	padding:20px; 
	width:100%; 
	max-width:350px;
	/* border-radius: 5px; */
	border:1px solid #bbb;
}

p.login_page {
	margin-bottom:25px !important;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 0.1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {

}

.intro-social-buttons i {
  font-size: 80%;
}

@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message>h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons>li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

#content-container{
	background:#fff;
	background: #fff;
    padding-top: 20px;
     padding-bottom: 20px;  
}
.inner-container {
    background: #fff;
    border: 0px solid #ededed;
    padding: 20px;
}

.notice {
	font-size:14px;
    padding: 15px;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    font-size: 14px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #29a745;
}
.notice-success>strong {
    color: #29a745;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-pending {
    border-color: #0193dd;
}
.notice-pending>strong {
    color: #0193dd;
}
.notice-video>strong{
	color: #7f7f84;
}

.notice-danger>strong {
    color: #d73814;
}
.notice-info-block {
    font-size: 14px;
    padding: 15px;
    border-left: 2px solid #7189ad;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    font-size: 14px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
}

.notice-bug{
	padding: 15px;
    background-color: #ffd3d3;
    border-left: 2px solid #d73814;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    margin-top: 10px;
}

.notice-improvement{
	padding: 15px;
    background-color: #fee3bc;
    border-left: 2px solid #ff9801;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    margin-top: 10px;
}
.notice-item-header {
    font-weight: bold;
    background: #e9e9e9;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    color: #4f4b4a;
}
.notice-bug-acecpted{
	padding: 15px;
    background-color: #d8ffe1;
    border-left: 2px solid #29a745;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    margin-top: 10px;
}

.notice-bug-pending{
	padding: 15px;
    background-color: #fff;
    border-left: 2px solid #0193dd;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.inner-bug{
	background: #e9e9e9;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notice-menu-dropdown{
	font-size: 14px;
    padding: 0px;
    border: 0px solid;
    margin-bottom: 20px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
}

.tabmenu{
	margin-right: 20px;
}

.open-status {
    background-color: #d83815!important;
   
}

.accepted-status {
    background-color: #29a745!important; 
	
}
.total-stars{
	color:#5bb85c;
	
}

.progress {
    margin-top: 8px;
}

.notice-item{
	padding: 15px;
    background-color: #ffffee;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-item-white{
	padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.green{
	color:#29a745;
	font-size: 17px!important;
}

.main-select{
	font-weight:bold;
	font-size:16px;
	color:#728aad;
	margin-top: 7px;
    margin-bottom: 3px;

}

select.form-control {
    margin-bottom: 5px;
}

.margin-top-10{
	margin-top:10px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.item-q{
	font-weight: bold;  
    font-size: 13px; 
}
.head-bug{
	margin-bottom: 10px;
    padding-bottom: 8px;
	-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.item-q span{
	font-style: italic;
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}

.btn-submit {
    color: #fff;
    background-color: #728aad;
    width: 100%;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.bugs-main{
	-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    padding-bottom: 10px;
	margin-bottom: 10px;
}

.sales-rewiew{
	background-color: #FF9800;
}

.red{
	color:#d83815;
	font-size:17px;
}

.btn-load-more{
	color: #fff;
    background-color: #929292;
    width: 100%;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.page-header{
	font-size: 24px!important;
	color: #7189ad
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.page-sub-header{
	font-size: 20px!important;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  .banner h2 {
    margin: 0;
    font-size: 3em;
  }
  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
  /* background-color: #f8f8f8; */
  border-top:5px solid #f8f8f8;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.light-blue{
	background:#109be1;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
}

p.copyright {
  margin: 15px 0 0;
}
a{
	color:#009ee0;
}

 @media only screen and (max-width : 991px) {
	 .ml-auto{ margin-left: 0px!Important; text-align: center;}
	 #navbarResponsive > ul > li a {
    font-size: 16px!important;
    font-weight: 400;
    color: #535353!important;
    text-align: center;
}
	 
}
@media screen and (max-width:768px){
.page-header{font-size:18px !important; text-align: center;margin-bottom: 15px;}
.col-md-3 form {
    text-align: center;}
.notice-bug{width:100%;}
.item-q span{word-wrap: break-word;}
}


@media screen and (min-width:412px)and (max-width:860px) {
.btn.btn-success {
    font-size: 15px;
  /*  float: right !important; */
  }
}


.progress > .not-ready {
    background-color: #d83815 !important;
}
.progress > .have-improvments {
    background-color: orange !important;
}
.progress > .done {
    background-color: green !important;
}