.table{margin-bottom: 0px;}


.space_top{
    /*margin-top:15px;*/
}
ul.mytabpills li {padding: 0px 10px 10px 0px;}
.formpills{margin-top: 0px;position: absolute;z-index: 998;padding-left:0px;}
ul.formpills>li{margin-right: 10px;padding: 5px 0px;}
ul.formpills>li>a{text-align: left!important;font-size: 14px!important;font-weight: normal!important;text-transform: capitalize!important;}
h3.card_head{font-size: 14px;margin-top: -15px;}
.formpills .mynavlink.active, .nav-pills .show>.mynavlink{background: #223035 !important;color: #fff;box-shadow:0 7px 30px rgba(34, 48, 53, 0.81) !important;}
.formpills .mynavlink:disabled{color: #aaa;}
.formpills .nav-link{margin: 0!important;}

#pills-home{ margin-top: 32px;}
.assign_test_button_width .formpills .nav-link{min-width: 210px}
hr#hr{margin-top: -4px;}
.card .tab-content {padding: 0px; }
.tab_num{font-size: 1.429em !important;}
.nav-pills .nav-link:disabled{color: #aaa !important}
.enroll_button {width: 125px; border: 1px solid #223035 !important;color: #223035 !important;}
.enroll_button:focus {
    color: #fff !important;
    background-color: #223035 !important;
    border-color: #223035 !important;
    box-shadow: none !important;
}
.enroll_button:hover {
    border: 1px solid #223035 !important;
    color: #fff !important;
    background-color: #223035 !important;
}

.enroll_button_white {width: 125px; border: 1px solid #fff !important;color: #fff !important;}
.enroll_button_white:focus {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
}
.enroll_button_white:hover {
    border: 1px solid #fff !important;
    color: #223035 !important;
    background-color: #fff !important;
}

.enroll_button_black{
    margin-right:0px; 
    background-color: #223035 !important;
    color: #fff !important;
    border: 1px solid #223035 !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 15px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: -6px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-image: url("https://www.fourmodules.com/SARK/mytheme/images/off.png");
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    /*background-color: #4AD261;*/
    background-image: url("https://www.fourmodules.com/SARK/mytheme/images/on.png");
    background-repeat: no-repeat;

}

/*input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}*/

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;

}

.slider.round:before {
    border-radius: 50%;
    background-image: url(https://www.fourmodules.com/SARK/mytheme/images/onbtn.png);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px;
    /*background-size: 35px;*/
    width: 22px;
    height: 22px;
    top: 2px;
    left: 2px;            
}
table, th, td {

    border-collapse: collapse;
}
.card{
    box-shadow: 0 7px 30px rgba(34, 48, 53, 0.81) !important
}
.bg-dark{
    background-color: #223035 !important
}
.myclass{
    background-color: #000;
}
table.dataTable tbody tr{
    background-color: #223035 !important;
}
#table_id_wrapper{
    /*margin-top: -50px !important;*/
    margin-left: 15px !important;
    /*z-index:-1;*/
}
/*#table_id{
    border-radius: 5px;
}*/
.dataTables_wrapper .dataTables_filter input{
    margin-left: 0.5em;
    border-radius: 30px;
    background: url("https://www.fourmodules.com/SARK/mytheme/images/searchbtn.png") no-repeat 100%;

	
	width: 178px;
height: 34px;
padding-left: 29px;
border: none;
padding-right: 46px;
	
		
}

.rightline_search .dataTables_filter {margin-bottom: 10px;
                float: right; 
                text-align: right;
            }
            .rightline_search .dataTables_filter input {
                background: url(https://www.fourmodules.com/SARK/mytheme/images/searchbtn.png) no-repeat 100%;
                width: 178px; 
                height: 34px; 
                padding-left:29px; 
                border: none; 
                padding-right: 46px;
            }
            .rightline_search label { 
                margin-bottom:3px !important; 
                margin-top:4px;
            }


table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
    cursor:pointer;
    position:relative
}
table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {
    position:absolute;
    bottom:0.9em;
    display:block;
    opacity:0.3;
}
table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before {
    right: 15px;
    content:"\2191"
}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after {right:9px;content:"\2193"}
table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after {opacity:1;}
table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {opacity:0}
table.dataTable thead th{padding: 0px inherit !important;}
a.myuser{color: #fff;}
a.myuser:hover{color: #02a6ec;}
label {margin-bottom: 0 !important;}
/*label.mytext-white{color: #ffffff !important;margin-left: 10px;margin-top: 10px;}*/
.enrol_form{border-bottom: 1px solid #6c757d87;padding: 2px;}
.enrol_form h4{color: #fff;font-weight: 600;line-height: 2rem;font-size: 14px;letter-spacing: 1.0px;text-transform: uppercase;margin-bottom: 0px;margin-left: 24px;}
.wizard>.content>.body{padding: 0!important;}
.wizard>.content{background: #223035!important;box-shadow: 0 1px 12px rgba(34, 48, 53, 0.81) !important;}

.myenquiry{
    width: 98%;
    margin-top: -18px;
}
 table.dataTable th, table.dataTable td {
        text-align: left;
}
@media only screen and (max-width: 600px) {
    .formpills{
        position: unset;
        margin-top: 0px;
    }

             
    #pills-home{
        margin-top: 40px;
    }
   /* label {
        margin-bottom: 6px!important;
    }*/
    #pills-tab {
        position: absolute;
        width:100%;
        float: left;
        margin-top: 2%;
    }
    #table_id_filter {
        float: right;
        margin-top: 0px;
    }
    .addbtngroup {
        left: 25px;
    }
    .checkbox_container{
        margin-top: 0px!important;
    }
     .mytabpills{
        position: unset!important;
        width: 100%!important;
        float: none!important;
        margin-top: 0%!important;
    }
    span.cursor_cust {
        top: 16%;
        left: 94%;

    }
    .followpills{
        width: 30%;
    }
    .wizard>.steps>ul>li
    {
        width: 100% !important;
    }
    .button_right
        {
        width: 41% !important;
    }
    span.per_symbol{
        right: 3%;
    }

 }
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.wizard>.steps>ul>li
    {
        width: 100% !important;
    }
/*    .mybutton {
    padding: 15px 12px;
    text-align: center;
    color: #000000;
    border-radius: 20px;
    margin-right: 5px !important;
    width: 75px;
    height: 35px;
    line-height: 2px;
    border: 1px solid #000;
    position: absolute;
    bottom: -23px;
    left: -4px;
    font-size: 12px;
    font-weight: bold;
}*/
/*.radio_container{
    margin-right: 0px;
    padding-left: 60px;
}*/
} 
@media only screen and (min-width:1025px) and (max-width:1320px) {
/*.mybutton {
    padding: 15px 12px;
    text-align: center;
    color: #000000;
    border-radius: 20px;
    margin-right: 5px !important;
    width: 75px;
    height: 35px;
    line-height: 2px;
    border: 1px solid #000;
    position: absolute;
    bottom: -23px;
    left: -4px;
    font-size: 12px;
    font-weight: bold;
}
.radio_container{
    margin-right: 0px;
    padding-left: 60px;
}*/
/*.genderbtn{
    width: 75px!important;
}*/
}