[class*="col-"] {
    padding:0px;
    margin:0px;
}
.row{
    padding:0px;
    margin:0px;
}
.container-fluid
{
    height:100vh !important;
    padding:0px 0px 6px 0px !important;
    margin:0px !important;
    overflow:hidden;
    width: 100%;
    position: absolute !important;
    min-height: 100%;
}
.main-header .sidebar-toggle::before {
    content: "";
}
.mainall {
    overflow: auto;
    position: absolute;
    height: 100%;
    width: 100%;
}


/***** tab css STARTS *****/

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    padding-left: 15px;
    border-bottom: 0px solid rgb(0, 140, 140);
}
.tab .nav-tabs li a{
    color: #fff;
    padding: 10.5px 20px;
    margin-right: 10px;
    background: rgb(73, 167, 204);
    text-shadow: 1px 1px 2px #000;
    border: none;
    border-radius: 0;
    opacity: 0.7;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover{
    background: rgb(73, 167, 204);
    opacity: 0.8;
}
.tab .nav-tabs li.active a{
    opacity: 1;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a:focus{
    color: #fff;
    background: rgb(73, 167, 204);
    border: none;
    border-radius: 0;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    border-top: 42px solid transparent;
    position: absolute;
    top: -2px;
}
.tab .nav-tabs li a:before{
    border-right: 15px solid rgb(73, 167, 204);
    left: -15px;
}
.tab .nav-tabs li a:after{
    border-left: 15px solid rgb(73, 167, 204);
    right: -15px;
}
.tab .nav-tabs li a i,
.tab .nav-tabs li.active a i{
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    text-shadow: none;
}
.tab .nav-tabs li a span{
    display: inline-block;
    font-size: 14px;
    letter-spacing: -9px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover span,
.tab .nav-tabs li.active a span{
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.tab .tab-content{
    padding: 30px;
    background: #fff;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
    border:1px solid rgb(73, 167, 204);
    margin-top: 1px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
.tabholder
{
    margin-top: 15px;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .tab .nav-tabs li a span{
        letter-spacing: 1px;
        opacity: 1;
    }
}
/***** tab css Ends *****/




/***** Accordion css STARTS *****/

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
    text-align: center;
    margin-bottom: -7px !important;
}
#accordion .panel-title a{
    display: block;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 7px 0px 7px 7px;
    border-width: 1px;
    border: 1px solid transparent;
    background-color: rgba(44, 122, 170, 0.3);
    border-color:  rgba(44, 122, 170, 0.3);
    border-left-color: rgba(44, 122, 170, 0.3);
    color: #000000;
    border-left: 3px solid rgb(18, 167, 50);
    text-align: left;
}
/*#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    font-weight: 200;
    position: absolute;
    top: 4px;
    left: 15px;
    transform: rotate(135deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    transform: rotate(0deg);
}*/
#accordion .panel-body{
    padding: 5px;
    border: 1px solid transparent;
    border-color:  rgba(44, 122, 170, 0.3);
    position: relative;
    border-top: 0px solid transparent;
    overflow-y: auto;
    overflow: hidden;
}
.plusiconoc{
    float:right;
    margin-right:11px;
    transition: all 0.5s ease 0s;
    transform: rotate(135deg);
    font-size: 18px;
    margin-top: -3px;
    color: #3a7d64;
}
#accordion .panel-title a.collapsed .plusiconoc{
    transform: rotate(0deg);
}

/*#accordion .panel-collapse .panel-body .panel-body-holder{
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
}
#accordion .panel-collapse.in .panel-body .panel-body-holder{
    opacity: 1;
    transform: scale(1);
}*/

/***** Accordion css Ends *****/


.formtable{
    font-size: 12px;
}
.formtable td{
    padding: 2px 6px !important;
    vertical-align: middle;
    width:25%;
    border: 1px solid #e7ecf1 !important;
}
.formtable td:first-child, .formtable td:nth-child(2n+1) {
    font-size: 12px;
    font-weight: bold;
}
.formtable td:first-child{
    border-left: 0;
    border-left-width: 2px !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fbfcfd;
}



.inputcontrol{
    height: 19px;
    padding: 1px 5px;
    width:100%;
    outline: 0 !important;
    border: 0px solid #c2cad8;
}
.inputcontrol:focus {
    background-color: #c8e8ff;
    color:#000000;
}
.inputcontrol:active {
    background-color: #c8e8ff;
}
.inputcontrol[disabled]{
    background-color: #eef1f5;
    opacity: 1;
}



/*new tab */
.tabmenuholder{
    float: left;
    position: relative;
    /*z-index: 2;*/
}
.tabmenuholder li{
    list-style-type: none;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    background-color: #2c70aa;
    padding: 2px 0px 2px 0px;
    color: #fff;
    cursor:pointer;
    width:100px;
    text-align:center;
}
.tabmenuholder .tabactive {
    cursor: default;
    border: 1px solid #459aad;
    color: #444242;
    border-bottom: 0px;
    background-color: #FFF;
}

.tabmenuholder li:first-child{
    margin-left: 0px;
}
.tabmenucontent{
    width:100%;
    padding:15px;
    float: left;
    border:1px solid rgb(69, 154, 173);
    margin-top: -1px;

}
.inputcontrol{
    border:1px solid rgb(69, 154, 173);
}
.tabcontent{
    display:none;
}
.show{
    display:block;
}
.hide{
    display:none;
}
.menudropdown{
    margin-bottom: 10px;
    width: 230px;
    height: 30px;
    background-color: rgb(69, 154, 173);
    color: #fff;

    border:none;
    display:none;
}
.menudropdown:focus {
    background-color:  rgb(69, 154, 173);
    color:rgb(69, 154, 173);
}
@media only screen and (max-width: 991px) {
    .menudropdown {
        display: block;
    }
    .tabmenuholder li {
        display:none;
    }
}