.export1FilterRow,.export10FilterRow,.export4FilterRow{
	display: none;
}
#hizoInterval,#hizoNewData,#kocaInterval,#kocaNewData{
	display: none;
}
.btn-primary:hover  {
    color: #fff;
    background-color: #00964E;
    border-color: #00964E;
}
.btn-primary {
    color: #fff;
    background-color: #00964E;
    border-color: #00964E;
}
.cogsClass{
    margin-right: 80px;
    font-size: 1.4rem;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
    padding: 2px 10px;

}
.dd-handle {
    display: block;
    height: 30px !important;
    margin: 5px 5px 5px 0 !important;
    padding: 5px 10px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border: 1px solid #ccc !important;
    background: #fafafa !important;
    border-radius: 3px !important;
    box-sizing: border-box;
}

.loginLogo{
    margin-bottom: 1.5rem !important;
}
.loginWPname{
    margin: 1rem !important;
}
.btn-primary:hover  {
    color: #fff;
    background-color: #00964E;
    border-color: #00964E;
}
.btn-primary {
    color: #fff;
    background-color: #00964E;
    border-color: #00964E;
}
.form-control:focus {
    color: #00964E;
    background-color: #fff;
    border-color: #00964E;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237, 28, 36,.25);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #00964E;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    display: inline-block;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-size: 14px;
    /* font-size: 1.4rem; */
    font-weight: 700;
    line-height: 1.42857;
    padding: 2rem 1rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.navbarLogo{
    max-width: 150px;
}

@font-face {
    font-family: 'Roboto Condensed', sans-serif;

}
@font-face {
    font-family: 'Roboto', sans-serif;

}
*, ::after, ::before {
    box-sizing: border-box;
}
html{

}
.container{

}
body{
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
    font-size: 12px;

}


.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}




@media (max-width: 576px) {

}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1470px;
    }
}
