/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02 Jul 2018, 7:58:37 AM
    Author     : asd_admin
*/

.responsive{
    max-width: 100%;
    height: auto;
}

.content-background {
    background: url('/resources/images/cover.png');
    background-size: cover;
    height: 100%;
    left:0;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    width: auto;

}

.panel {
    background: transparent !important;
     
}
a{
    font-weight:normal !important
        color: black !important
}
.nav > li > a{
    position: relative;
    display: block;
    padding: 10px 15px;
    color: black !important;
    font-weight: bold !important;
}

.panel-default > .panel-heading {
    color: white !important;
    background: black !important;
    font-weight: normal !important;
}

.ui-panel .ui-panel-titlebar {
    background: transparent; 
}

.ui-panel .ui-panel-content {
    background: transparent; 
}

.ui-widget-content {
    border: none;
    background: transparent;
}

.ui-paginator.ui-paginator-top,
.ui-paginator.ui-paginator-bottom {
    background: transparent;
}

.ui-widget-header {
    border: none;
    height:20px
}

.nav-tabs > li > a {
    background: black;
    color: white;
    font-size: 14px;
    font-family: inherit;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    background: black;
    color: white;
    font-size: 14px;
    font-family: inherit;
}

.ui-datagrid .ui-datagrid-header {
    background: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 14px;
    font-family: inherit;
    font-weight: inherit;



}

.datagrid-content {
    border: 5px solid #FF7F00 !important;
    border-radius: 20px ;
    padding: 0px;
    box-shadow: 10px 10px 5px grey;
    margin-bottom: 10px;
    margin-right: 10px;
}

.main {
    border-style: solid;
    border-width: 1px ;
    border-color: rgba(255,255,255,0.6); 
    border-radius: 12px ;
    background: rgba(255,255,255,0.6);
}



.outerWrapper {
    margin:4% auto;
}

.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-default {
    background: black;
    color: white;
}

.panel {
    background: transparent;
}

.panel-default > .panel-heading {
    color: white;
    background: black;
}

.label-wrapper{
    display: table;
    height: 34px;
}

.label-wrapper label {
    display: table-cell;
    vertical-align: middle;
}

label{
    font-size: 14px;
}


.container{
    width: 85%;
     padding-top: 1%;
}


@media (max-width:1920px){
  .container{
        width: 80%;
    }
     .main{
         padding-top: 2%;
         padding-bottom: 2%;
    }

 
}

@media (max-width:1680px){
   .container{
           width: 80%;
    }
  
       .main{
         padding-top: 2%;
         padding-bottom: 2%;
    }
    
}

@media (max-width:1600px){
  .container{
          width: 80%;
    }
   .main{
         padding-top: 2%;
         padding-bottom: 2%;
    }
   
}

@media (max-width:1600px){
  .container{
         width: 80%;
    }
   .main{
        padding-top: 2%;
         padding-bottom: 2%;
    }
   
}

@media (max-width:1280px){
  .container{
        width: 80%;
    }

      .main{
         padding-top: 2%;
         padding-bottom: 2%;
    }
}

@media (max-width: 1300px) {
   .container{
          width: 80%;
    }
   .main{
        padding-top: 2%;
         padding-bottom: 2%;
    }
   
}


@media (max-width: 1200px) {
    .container{
           width: 80%;
    }
   .main{
        padding-top: 2%;
         padding-bottom: 2%;
    }
   
}

@media (max-width: 992px) {
    .container{
          width: 80%;
    }

       .main{
      padding-top: 1%;
         padding-bottom: 1%;
    }
  
}
@media (max-width: 758px) {
    .container{
           width: 80%;
    }
   .main{
       padding-top: 1%;
         padding-bottom: 1%;
    }
    
}

@media (max-width: 500px) {
    .container{
          width: 80%;
    }
   .main{
          padding-top: 1%;
         padding-bottom: 1%;
    }
}

@media (max-width: 970px) {
     .container{
           width: 100%;
    }
    .col-md-6 {
        padding-bottom: 10px !important;
    }
    
        .main{
         padding-top: 12%;
         padding-bottom: 4%;
    }
}