
/*.content-body{
    padding: 3%;
}*/

/*.active{
    background: #171e21!important;
}*/

.datatable-content{
    padding-right: 3%;
    padding-top: 2%;
    padding-left: 2%;
    background: white;
    /*margin-right: 3%;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-blue{
    color: #3C8DBC;
    text-decoration: none;
    font-weight: bold;
    mso-ansi-font-weight: bold;
}

.login-card{

    margin-top: 50px;
    padding-top: 2%;
    padding-bottom: 1%;
    background: #FFF;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 1200px)
{
  .container {
      width: 1140px !important;
  }
}


.paging{
    text-align: right;
    margin-top: -3.6%;
    margin-left:1.4%;
}

.select-box{
    padding: 0%!important;
}

.select2-container--bootstrap .select2-selection--single{
    padding-top: 10px!important;
    padding-left: 10px!important;
}

.select2-container--bootstrap .select2-selection{
    border-radius: 0px!important;
}

.list-group-item:first-child,.list-group-item:last-child{
    border-radius: 0px!important;
}

.remove{
    height: 20px;
    padding-top: 1px;
    border-radius: 0px;
}

.ui-widget-header{
    background: white!important;
    border-bottom:1px solid #dddddd!important;
}


