.dark_grey{background-color:#222636}
.cyan_bg{background-color:#1bba9a}
.light_grey3{background-color:#f3f3f3}
.light_grey8{background-color:#f8f8f8}
.light_skyblue{background-color:#5ba6b8}
.light_purple{background-color:#716989}
.golden_brown{background-color:#c3a932}
.yellow_bg{background-color:#f59313}
.navy_blue{background-color:#303f49}
.yellow_color{color:#f59313}
.blue_color{color:#2eaef3}
.cyan_color{color:#1bba9a}
.dark_grey_color{color:#36404a}
.light_skyblue_color{color:#5ba6b8}
.no_padding{padding:0}
.no_margin{margin:0!important}
ul{margin:0;padding:0;list-style:none}
#artical_container ul{margin:15px!important;list-style:disc!important;}
.cvirtual-table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, .cvirtual-table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    top: 20px !important;
    height: 11px !important;
    width: 11px !important;
    padding: 2px !important;
}
@media screen and (max-width: 1600px) {
    .cvirtual-table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, .cvirtual-table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
        top: 15px !important;
    }
}
/************/
.bold-font{
    font-family: 'proxima_nova_rgbold';
}
.semibold-font{
    font-family: 'ProximaNovaSemibold';
}
.light-font {
    font-family: 'proxima_novalight';
}
.regular-font {
    font-family: 'proxima_nova_rgregular';
}
.wire-blue-bg{
    background-color: #2eaef3;
}
.wire-green-bg{
    background-color: #1bba9a;
}
.wire-orange-bg{
    background-color: #f59313;
}
.wire-chromatic-bg{
    background-color: #afa94f;
}
.wire-purple-bg{
    background-color: #716989;
}
.wire-black-bg{
    background-color: #303f49;
}
.wire-blue{
    color: #2eaef3;
}
