.nowrap{
        white-space: nowrap;
      }

@media (max-width: 768px) {
    body
    {
        font-size: 10px;
    }
    label{
        font-size: 10px;
        display: inline;
    }

    .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline;
    font-size: 10px;
    height: 25px;
    width: 50%;
    margin-bottom: 5px;
    margin-top: 5px;
}
      .no-margin
    {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    @media (min-width: 992px) {
    .nav-justified li a
    {
        font-size: 13px;
    }
    }


}
@media (max-width: 768px) {
    .nav-justified li a {
        font-size: 9px;
    }
.blackX{
        color: #000;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        font-style: italic;

    }

}
@media (min-width: 768px) {
    body{font-size: 12px;}
    .blackX{
        color: #000;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;

    }

}

@media (min-width: 992px) {
    body{font-size: 14px;}
.blackX{
        color: #000;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        font-style: italic;

    }

    .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 6px;
    width: 50%;
    margin-bottom: 5px;
    margin-top: 5px;
}
    label
    {
        display: inline;
    }
    @media (max-width: 1168px) {
    .nav-justified li a
    {
        font-size: 13px;
    }
    }
    label{
        display: inline;
    }
    .no-margin
    {
        margin-bottom: 0px;
        margin-top: 0px;
    }
}



.comment{
    
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    text-align: center ;
    color: #951117;
}

.comment_notfound{
  
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-align: center ;
    color: #951117;
    font-style: italic;
}
.jumbotron {
    color: inherit;
    margin-bottom: 30px;
    margin-left: 30px !important;
    padding: 30px 15px;
    margin-right: 30px !important;
}
.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 15px;
}
.jumbotron > hr {
    border-top-color: #D5D5D5;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px 6px 6px 6px;
}
.jumbotron .container {
    max-width: 100%;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-left: 0;
    padding-right: 0;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
}

.jumbotron .btn1 {
    font-size: 15px;
    padding: 2px 17px;
}


.btn-default {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}

.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: rgb(217, 230, 222);
}


.adW{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
      }


    .filter-DL{
        border: 2px;
        width: auto;
        border-radius: 10px;
      }
      .nowrap{
        white-space: nowrap;
      }
    .adW{
	margin-left: auto;
	margin-right: auto;
	
      }
      .banner { 
       position: absolute; 
       top: 0; 
       left: 0;
       padding: 10px;
       margin: 0 auto;
       background-color: #80CC80; 
       width: 100%;
       height: 30px;
     }
     
   
.headerR{
	text-align: right;
    }
    
.red{
        color: red;
    }
    
.black{
        color: #000;
    }
.error_style{
      color: #ff0c00;
      font-style: italic;
    text-align: left;
    position: relative;
    top:15px;
    }    

.bs-example{
    	/*margin: 40px;*/
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 50px;
    }
    
    
.errorlist {
    list-style: none;
}