.dt-body-nowrap {
   white-space: nowrap;
}
.latable td {
  /*border-right: solid 1px #333;*/
  /*padding-left: 20px;*/
  padding-right: 30px;
}
.card-body-cust {
  padding-left: 10px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

@media only screen and (min-width: 960px) {
  .custheight {
    /*height: 458px;*/
  }
  .custheightpro {
    /*height: 855px;*/
  }
}
@media screen and (min-width: 600px) {
.divbackg {
    background-image: url(../img/pexels-lukas.png);
    background-repeat: no-repeat;
    background-size: 100% ;
    /* opacity: 0.3; */
/*     height: 1080px;
    display: block;
    z-index: 3; */
}
.radbor{
    font-size: 0.8rem;
    border-radius: 10rem;
    width: 100%;
    margin: 2px;
    height: 35px;
}
}
@media screen and (max-width: 599px) {
.divbackg {
    background-image: url(../img/pexels-lukas1.png);
    background-repeat: no-repeat;
    background-size: 150% ;
    /* opacity: 0.3; */
/*     height: 1080px;
    display: block;
    z-index: 3; */
}
.radbor{
    font-size: 1.2rem;
    border-radius: 10rem;
    width: 100%;
    margin: 2px;
    height: 50px;
}
}
.divfront{
/*   display: block;
    z-index: 5;
    position: relative; */
    min-height: 1080px;
}
table tbody {
  background-color: #fff;
}
body{
    color: #000 !important;
}
.bgcoly{
    background-color: #ffb300!important;

}
.coly{
        color: #ffb300!important;
}
.colyw{
        /*color: #ffb300!important;*/
    color: #6C5519!important;
}
.bgimgg{
    background-image: linear-gradient(180deg, #1d3459 10%, #1d3459 100%)!important;
}
.btn-primary{
    background-color: #ffb300!important;
    border-color:  #ffb300!important;
    color: #000!important; 

}
.btn-warning{
    background-color: #1d3459!important;
    border-color:  #1d3459!important;
    color: #fff!important; 

}
.form-control{
    background-color: #c2cccc!important;
    border-color:  #c2cccc!important;
    color: #000!important; 
}

.bg-gradient-primary{
    background-color: #1d3459 !important;
background-image: linear-gradient(180deg, #1d3459 10%, #1d3459 100%) !important;
background-size: cover !important;
}
.row_selected{
   background-color: #c2cccc !important; 
}

#username::placeholder {
  color:#171717;
}
#password::placeholder {
  color:#171717;
}
#oldpassword::placeholder {
  color:#171717;
}
#newpassword::placeholder {
  color:#171717;
}
#newpasswordch::placeholder {
  color:#171717;
}
#chpassbtcont a{
    color:#0B2874;
}
#newapplication a{
    color:#0B2874;
}
#eponimia::placeholder,#onoma::placeholder,#phone::placeholder,#email::placeholder {
  color:#171717;
}
.col_bl_link{
        /*color: #ffb300!important;*/
    color: #0B2874!important;
}