/* Add here all your css styles (customizations) */
.radio-inline label
{

    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    
}

.search-control {
    font-size: 16px;
    font-weight: 200;
    height: 48px;
}

.dom-available 
{
    color: #72c02c;
}

.dom-unavailable 
{
    color: #e74c3c;
}

/*
.row-packet [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.row-packet{
  overflow: hidden; 
}
*/

.panel-heading a 
{
    font-size: 22px;
}

/*modal style*/
.publicity-modal {
    z-index: 111;
    position: fixed;
   width:100%;
   height:100%;
   background-color:rgba(0, 0, 0, 0.24);
}




