html,head,header{
    background-color: #ffffff;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    overflow-x: hidden;
}

body{
    background-color: #ffffff !important;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    overflow-x: hidden;
    min-height:100vh;
}

input,select,textarea{
    border-radius: 0px !important;
    border: 1px solid #CCCCCC !important;
}

select{
    padding-bottom: 1px;
    padding-top: 1px;
}

.btn{
    border-radius: 0px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.page-item.active .page-link{
    background-color: #376092 !important;
}

hr{
    border-top: 1px solid #ccc !important;
}

.underline{
    border-bottom: 2px solid #376092;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.underline-double{
    border-bottom: 2px solid #376092;
    height: 65px;
    margin-left: 5px;
    margin-right: 5px;
}

#service-add .underline{
    height: auto;
}

#service-add-form .underline{
    height: 35px;
}

.charge-setting-button-group{
    margin-top: -120px;
    margin-bottom: 20px;
}

#service-edit .row{
    margin-left: 0px;
    margin-right: 0px;
}

td{
    vertical-align: middle !important;
}


h2 {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-top: 36px;
    height: 50px;
    position: relative;
    line-height: 50px;
}

a, a:active, a:link, a:visited {
    color: #666;
    text-decoration: none;
    outline: none !important;
}

.error-messages{
    color: #FF3333;
    margin: 5px;
}

#add-campaign-param .error{
    width: 300px;
}

.error{
    color: #FF3333;
}

.add-campaign-param-error-msg-1,.add-campaign-param-error-msg-3{
    margin-bottom: 0px;
}

.add-campaign-param-error-msg-2{
    width: 110%;
    margin-bottom: 0px;
}

.form-group-inline{
    display: flex;
    flex-wrap: wrap;
}

button:focus, a:focus, input:focus,textarea:focus,select:focus{
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(51 51 255 / 25%);
}

.admin-logo{
    display: flex;
    /* margin-top: 15px; */
}

 
/* For Desktop View  */
/* @media screen and (min-width: 1024px) {

    .admin-logo img{
        width: 100% !important;
        height: auto !important;
    }
                   
} */

/* For Tablet View  */
/* @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }

} */

/* For Mobile Portrait View  */
/* @media screen and (max-device-width: 480px) and (orientation: portrait) {
  
    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }

} */

/* For Mobile Landscape View  */
/* @media screen and (max-device-width: 640px) and (orientation: landscape) {
 
    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
} */

/* For Mobile Phones Portrait or Landscape View  */
/* @media screen and (max-device-width: 640px) {

    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
} */

/* For iPhone 4 Portrait or Landscape View  */
/* @media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
   
    .admin-logo img{
        width: 40% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
} */

/* @media only screen and (max-width:1200px) and (min-width: 767px){
    .admin-logo img{
        width: 50% !important;
        height: auto !important;
        padding-bottom: 5px;
    }

} */

/* @media (min-width: 1200px){

    .admin-logo img{
        width: 100% !important;
        height: auto !important;
    }
} */


/* For devices up to 767px wide (typical smartphones) */
@media only screen and (max-width: 767px) {
    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
}

/* For devices between 768px and 991px wide (larger smartphones in landscape mode) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
}

/* For devices between 768px and 1024px wide (typical tablets) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles for tablets */
    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
}

/* For devices between 1025px and 1440px wide (smaller desktop/laptop screens) */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    /* Styles for smaller desktop/laptop screens */
    .admin-logo img{
        width: 100% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
}

/* For devices wider than 1440px (larger desktop screens) */
@media only screen and (min-width: 1441px) {
    /* Styles for larger desktop screens */
    .admin-logo img{
        width: 75% !important;
        height: auto !important;
        padding-bottom: 5px;
    }
}

/*For devices wider a high pixel density (e.g. ,Retina displays) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){
    /* Styles for high-resolution screen */
}

/* For devices in portrait orientation */
@media only screen and (orientation: portrait) {



}
/* For devices in landscape orientation */
@media only screen and (orientation : landscape) {

}

.admin-logo h1{
    margin-right: auto;
    margin-left: 10px;
    /* margin-top:10px;
    margin-bottom:25px; */
}

.admin-logo-login-page{
    text-align: center;
    margin-top: 30px;
}

.admin-logo-login-page img{
    height: 60px;
    margin-left: auto;
}

.admin-logo-login-page h1 {
    margin-right: auto;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 25px;
}

/* Admin Navbar Start */
#admin-navbar.navbar{
    padding: 0px 0px;
}

#admin-navbar{
    height: 40px;
}

#admin-navbar .nav-item{
    /* width: 195px; */
    text-align: center;
    border-left: 1px solid #000000;
    /* background:linear-gradient(to bottom,#e0e0e0 50%,#e8e8e8 50%); */
    background-color: #bdd7ee ;
    /* font-size: 12px; */
}

#admin-navbar ul li.nav-item:hover{
    background-color: #fff2cc;
}

#admin-navbar ul li.nav-item.active{
    background-color: rgb(255,242,204);
    color: #000000;
}

/* Admin Navbar End */

.admin-login-form{
    margin-top: 75px;
    border: 1px solid #ccc;
    height: auto;
    border-radius: 20px;
    width: 400px;
}

.admin-login-form .form-1{
    margin-top: 25px;
    margin-bottom: 20px;
}

.admin-login-form .form-2{
    margin-bottom: 20px;
}

.admin-login-form h5{
    margin-bottom: -10px;
    margin-top: 10px;
}

.admin-login-form input{
    width: 300px;
}

.admin-login-form hr{
    width: 100%;
}

.admin-login-form input[type="submit"]{
    width: 150px;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

.titleAndLogout{
    margin-top: -85px;
    margin-bottom: 0px;
    margin-right:90px;
    line-height:7px !important;
}

.pager{
    display: inline-flex;
}

.pager li{
    list-style: none;
    width: 30px;
}

.pager li a.prev{
    background-color: #376092;
    color: #ffffff;
}

.container-custom{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#customer-data-table{
    padding-left: 10px;
    padding-right: 10px;
}

#customer_contract_status{
    width: 50%;
}

#customer-data-table button{
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    width: 100px;
}

.information-delete-buttons button{
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    width: 100px;
}
 

#customer-data-table button:hover{
    background-color: #ffffff;
    color: #376092;
}

#accounts-table thead th{
    text-align: center;
    background-color: #666666;
    color: #cccccc;
    padding: 0.35rem;
    font-size: 0.9rem;
}

#accounts-table tbody td{
    padding: 0.35rem;
}

#request-log-table thead th{
    text-align: center;
    background-color: #666666;
    color: #cccccc;
    padding: 0.35rem;
}

#settings-one-table thead th{
    text-align: center;
    background-color: #666666;
    color: #cccccc;
    padding: 0.35rem;
}

#settings-one-table td{
    padding: 0.35rem;
}

#request-log-table tbody td{
    padding: 0.35rem;
}

#customer-data-table thead th{
    text-align: center;
    background-color: #666666;
    color: #cccccc;
    padding: 0.35rem;
}

#customer-data-table tbody td{
    padding: 0.35rem;
    text-align: center
}

#customer-table-index label{
    color: #666666;
}

#customer-table-index input{
    margin-left: 15px;
}

#customer-table-index select{
    margin-left: 15px;
    padding: 1px 25px;
}

#customer-table-index .search{
    width: 130px;
}

.customer-acount-header h5{
    color: #666666;
    margin-top: 10px;
}

.settings-one-header h5{
    color: #666666;
    margin-top: 30px;
    margin-bottom: -20px;
}


#settings-one-table input{
    width: 400px;
    height: 35px;
}

.add-campaign-param-main-header{
    color: #666666;
    margin-top: 20px;
}

.request-log-header{
    color: #666666;
    margin-top: 10px;
    margin-left: 15px;
}

#customer-table-index button{
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    width: 130px;
    margin-left: 10px;
    font-size: 15px;
}

#settings-one-container{
    margin-bottom: 30px;
}

#settings-one-table button{
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    width: 130px;
    position: relative;
    bottom: 280px;
}

.customer-data-table-button-group{
    display: flex;
    justify-content: center;
}

#customer-table-index button:hover{
    background-color: #ffffff;
    color: #376092;
}

.information-delete-buttons button:hover{
    background-color: #ffffff;
    color: #376092;
}

#request-log .form-set{
    display: flex;
    flex-wrap: wrap;
}

#request-log{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

#request-log label{
    margin-right: 10px;
}

#request-log input{
   margin-right: 10px;
}

#request-log select{
    margin-right: 10px;
 }

#request-log button{
    margin-left: 25px;
    width: 75px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
}

#cancelbtn {
    margin-left: 360px;
    width: 60px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
}

#request-log button:hover,#charge-view button:hover,#charge-sheet-table .delete-edit-group button:hover,.information-add button:hover, .information-add-buttons button:hover,.accounts-table-button-row button:hover, .add_account button:hover,#system-settings-one-table button:hover, #system-settings-two-table button:hover,#system-settings-three-table .host-add-button button:hover, #system-settings-three-table button:hover,#info .info-button-group button:hover, #info .info-button-group a:hover, .info-postal-code-forms button:hover,#customer-services-table button:hover,.customer-servie-table-add button:hover,.service-add-button button:hover,.customer-accounts-table-button-group button:hover, .security-button-group button:hover, .summary-search-button button:hover,.settings-two button:hover,#account-edit a:hover,#account-edit button:hover,#accounts-edit button:hover,#service-add button:hover, #service-edit button:hover, #charge-setting-edit button:hover, #cancelbtn:hover, .security-button-group a:hover,#service-edit a:hover,#service-add a:hover,#delete-button-modal-body button:hover,.add-campaign-param-button button:hover,#settings-one-table button:hover,.host-add-button button:hover{
    background-color: #ffffff;
    color: #376092;
}

.settings-one-table-div{
    border-right: 1px solid #cccccc;
}

.settings-one-table-div table{
    margin-bottom: 0px;
}

#charge-view{
    margin-top: 10px;
    margin-bottom: 10px;
}

.charge-header h5{
    margin-top: 10px;
    margin-left: 15px;
    color: #666666;
}

#charge-view button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
}

#charge-sheet-table tbody td{
    padding: 0.35rem;
}

#charge-sheet-table thead th{
    text-align: center;
    background-color: #666666;
    color: #cccccc;
    padding: 0.35rem;
}


#charge-sheet-table  .delete-edit-group{
    display: inline-flex;
}

#charge-sheet-table .delete-edit-group button{
    width: 85px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    margin-right: 15px;
}

.information-data-table-header h5{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;
}

#information-data-table tbody td{
    padding: 0.35rem;
}

.info-postal-code-forms-form-group{
    margin-left: 15px;
    flex-wrap: nowrap !important;
}

.info-conf-postal-code-forms-form-group{
    margin-left: 15px;
}

#search_address{
    margin-top: 7px;
}

.info-postal-seperator{
    margin-top: 10px;
    margin-bottom: -10px;
    margin-right: -15px;
}

.info-conf-postal-seperator{
    margin-left: 10px;
    margin-right: -5px;
}

 

#info select{
    width: 100%;
}

#info .info-button-group{
    margin-left: 3%;
}

#information-data-table thead th{
    text-align: center;
    background-color: #666666;
    color: #cccccc;
    padding: 0.35rem;
}

.information-add button{
    width: 130px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    margin-left: 15px;
}

#customer-services-table button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    margin-left: 15px;
}

#system-settings-one-table tbody td,#system-settings-two-table td,#system-settings-three-table td, #customer-accounts-table td, #summary-all-table-two td, #summary-all-table-one td{
    padding: 0.35rem;
    font-weight: normal;
}

#system-settings-one-table thead th,#system-settings-two-table thead th, #system-settings-three-table thead th, #customer-services-table thead th,#customer-accounts-table thead th, #summary-all-table-two thead th, #summary-all-table-one thead th{
    text-align: center;
    background-color: #666666;
    color: #cccccc;
    padding: 0.35rem;
}

#summary-all-table-one-left-margin{
    margin-left: 290px;
}

#summary-all-table-one table{
    margin-bottom: 0px;
}

.information-add-header h5{
    color: #666666;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.information-add-text-area{
    display: flex;
}

.information-add-buttons button{
    width: 130px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    margin-left: 15px;
}

.information-add-buttons a{
    width: 130px;
    background-color: #376092;
    color: #ffffff !important;
    border-color: #376092;
    margin-left: 15px;
    padding: 5px 20px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    font-size: 13.5px;
}

.information-add-buttons{
    margin-top: 35px;
    display: flex;
}

.datetimepicker1 input{
    position: relative;
    z-index: 20;
}

.datetimepicker2 input{
    position: relative;
    z-index: 20;
}

.accounts-table-header h5{
    color: #666666;
}

.accounts-table-button-row{
    text-align: center;
}

.accounts-table-button-row button{
    width: 70px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
}

.accounts-table-header h5{
    margin-top: 10px;
    margin-bottom: 50px;
    color: #666666;
}

.add_account button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    margin-top: 20px;
    margin-bottom: 100px;
}

.add_account input{
    width: 300px;
}

.add_account p{
    margin-bottom: 0px;
}

.add_account select{
    width: 200px;
}

.add-account-form-header h5{
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
}

#system-settings-one{
    margin-top: 10px;
}

.system-settings-one-header h5, .system-settings-two-header h5, .system-settings-three-header h5{
    color: #666666;
    font-size: 16px;
}

#system-settings-one-table{
    margin-bottom: 0px;
}

#system-settings-one-table button{
    width: 130px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    position: relative;
    bottom: 215px;
}

#system-settings-two-container-fluid{
    margin-top: 30px;
}

#system-settings-one-table-border{
    border-right: 1px solid #dee2e6;
}

#system-settings-one-table-side{
    margin-top: 20px;
}

.security-customer-name{
    margin-top: -50px;
    margin-bottom: 20px;
}

#no-row{
    border-top: none;
    border-right: none;
}

#no-row-right{
    border-right: 1px solid #ffffff;
}

#settings-one-table #no-row{
    text-align: center;
}

.customer-service-customer-name {
    padding-top: 20px;
    margin-bottom: -40px;
}

.information-add-text-area label{
    margin-right: -18px;
}

#system-settings-two-table tbody th{
    font-weight: normal;
}

.system-settings-two-table-button-align{
    margin-left: -12%;
}

#system-settings-three-table .delete-button{
    text-align: center;
}

.host-name-group{
    justify-content: left;
}

#request-log input,#request-log select{
    position: relative;
    z-index: 10;
}

#system-settings-two-table button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
}

#system-settings-two-table .edit-button{
    margin-left: auto;
    margin-right: 15px;
}

#system-settings-two-table .delete-button{
    margin-right: auto;
}

.host-add-button button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
}

#system-settings-three-table .host-add-button button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    margin-left: 20px;
    margin-right: 10px;
}

#system-settings-three-table button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
}

#system-settings-three-table .host-name-group{
    flex-wrap: nowrap !important;
}

#system-settings-three-table .host-name{
    margin-left: 15px;
}

#info .info-button-group button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    margin-right: 15px;
    margin-bottom: 30px;
}

#info .info-button-group a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border: 1px solid #376092;
    padding: 5px 30px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    margin-bottom: 30px;
    font-size: 13.5px;
}

#info input{
    width: 50%;
    margin-top: 10px;
}

#info select{
    margin-top: 10px;
}

.info-postal-code-forms #postal-code-upper{
    width: 65px;
    margin-left: 15px;
}

.info-postal-code-forms #postal-code-lower{
    width: 80px;
    margin-left: 15px;
    margin-right: 75px;
}

.info-postal-code-forms button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
}
.info-header h5{
    color: #666666;
    margin-top: 10px;
}

.customer-service-table-header h5{
    color: #666666;
}

.customer-service-customer-name h5{
    margin-top: -50px;
    margin-bottom: -10px;
}

.customer_name h5{
    margin-bottom: -45px;
    margin-top: 30px;
}

.customer-servie-table-button-group{
    display: flex;
}
.customer-servie-table-button-group .customer-servie-table-edit button{
    margin-left: auto !important;
}

.customer-servie-table-button-group .customer-servie-table-delete button{
    margin-right: auto;
}

.customer-servie-table-add button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
}

.service-add-button button{
    width: 130px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
}

.customer-accounts-table-header h5{
    color: #666666;
}

.customer-accounts-table-button-group{
    display: flex;
}

.customer-accounts-table-button-group button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
}

.customer-accounts-table-button-group .edit-button{
    margin-left: auto;
    margin-right: 15px;
}

.customer-accounts-table-button-group #delete_button{
    margin-right: auto;
}

#customer-table-index .delete-customer{
    padding: 0px;
}

#account.form-inline label{
    justify-content: left;
}

.security h5{
    color: #666666;
    margin-top: 10px;
    margin-bottom: 30px;
}

.security-button-group button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-right: 15px;
    margin-bottom: 30px;
}

.security-button-group a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    font-size: 13.5px;
}


.security-hr{
    margin-top: 0px;
    border-top: 1.5px solid #376092 !important;
    margin-left: -25px;
}

.summary-all-header h5{
    color: #666666;
    margin-top: 10px;
    margin-bottom: 15px;
}

#summary-all-table{
    margin-left:10px
}

.summary-search-button button{
    width: 130px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
}

.settings-two,.settings-two-header{
    margin-top: 20px;
}

.settings-two-add-margin-top {
    margin-top: 42px;
}

.settings-two-header h5{
    margin-top: -30px;
}

.settings-two-header-name h5{
    margin-top: 10px;
}

.settings-two input{
    width: 250px;
}

.settings-two button{
    width: 130px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-top: 20px;
}

.page-link:hover{
    color: #ffffff !important;
    background-color: #376092 !important;
}

.account-edit h5{
    color: #666666;
    margin-top: 10px;
}

.account-edit-customer-name h5{
    margin-top: -30px;
    margin-bottom: 60px;
}

#account-edit a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    font-size: 13.5px;
}

#account-edit button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -33px;
    margin-right: 20px;
}

#account-edit input{
    width: 300px;
}

#account-edit .row{
    margin-top: 10px;
}

#account .form-inline label{
    justify-content: end;
}

#accounts-edit{
    margin-top: 20px;
}

#accounts-edit button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -33px;
    margin-right: 20px;
}

#accounts-edit .row{
    margin-top: 10px;
}

#accounts-edit input{
    width: 300px;
}

.my-active span{
    background-color: #376092;
    color: #ffffff;
}

.service-add-header h5{
    color: #666666;
    margin-top: 10px;
}

#service-add ,#service-edit{
    margin-top: 30px;
}

#service-add button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
}

#service-add select{
    width: 25%;
}

#service-add input[type="text"]{
    width: 50%;
}

#service-edit input[type="text"]{
    width: 50%;
}

#service-edit select{
    width: 25%;
}

#service-edit button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
}

.charge-setting-edit-header h5{
    color: #666666;
    margin-top: 10px;
    margin-bottom: 30px;
}

.charge-settings-edit-customer-name{
    margin-top: -57px;
    margin-bottom: 50px;
}

#charge-setting-edit button{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-top: 163px;
    margin-left: 15px;
}

#charge-setting-edit a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-top: 80px;
    margin-left: 15px;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    font-size: 13.5px;
}

#charge-summary a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color:  #376092;
    margin-top: 40px;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    font-size: 13.5px;
}

#charge-setting-edit select{
    width: 175px;
}

#ac_balance{
    width: 175px;
}

#charge-setting-edit #ac_setting{
    width: 150px;
}

.payment-select p{
    margin-bottom: 0px;
}

#ac_balance_dev p{
    margin-bottom: 0px;
}

#charge-setting-edit .input-group-text{
    padding: 0.1rem 0.75rem;
    border-radius: 0px;
}

.charge-summary-header h5{
    color: #666666;
    margin-top: 10px;
}

#charge-summary thead th{
    background-color: #666666;
    color: #cccccc;
    text-align: center;
    padding: 0.35rem;
}

#charge-summary tbody td{
    text-align: center;
    padding: 0.35rem;
}

.date-form-group{
    margin-top: 20px;
}

.date-form-group label{
    margin-right:20px;
}

.date-form-group select{
    width: 150px;
}

.customer-servie-table-button-row{
    display: flex;
    justify-content: center;
}

.customer-accounts-table-button-row{
    justify-content: center;
    display: flex;
}

.accounts-table-row{
    justify-content: center;
    display: flex;
}

.accounts-table-row button{
    margin-right: 10px;
}

.service-edit-long-text{
    width: 101%;
}

#service-edit a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    font-size: 13.5px;
}

#service-add a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    font-size: 13.5px;
}

#security a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    border-radius: 0px;
    font-size: 13.5px;
}

#charge-setting-edit a{
    width: 100px;
    background-color: #376092 !important;
    color: #ffffff;
    border-color: #376092 !important;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    font-size: 13.5px;
}

#charge-summary a{
    width: 100px;
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #376092;
    margin-left:20px;
    border-radius: 0px;
    font-size: 13.5px;
}

#charge-setting-edit .anchor-tag{
    margin-top: 83px !important;
}

#charge-setting-edit .payment-select{
    margin-left: -100px;
}

#security a:hover,.information-add-buttons a:hover,#charge-setting-edit a:hover,#charge-summary a:hover,.account-edit-button-group button:hover, .account-edit-button-group a:hover{
    background-color: #ffffff !important;
    color: #376092 !important;
    cursor: pointer;
    text-decoration: none;
}

.label-buttom-margin{
    margin-bottom: 0px;
}

#delete-button-modal-body{
    height: auto;
    justify-content: center;
    width: 100%;
}

#delete-button-modal-body button{
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    width: 130px;
    margin-left: 10px;
    border-radius: 0px;
}

.account-edit-button-group button, .account-edit-button-group a{
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    width: 130px;
}

.add-campaign-param-button button{
    background-color: #376092;
    color: #ffffff;
    border-color: #376092;
    width: 130px;
    margin-top: 30px;
}

.account-edit-button-group{
    justify-content: center;
}

#admin-delete-modal-popup{
    top: 30%;
}

#add-campaign-param{
    margin-top: 30px;
}

#add-campaign-param h5{
    color: #666;
}

.charge-summary-customer-name{
    margin-top: -30px;
}

#admin-delete-modal-header{
    padding: 1rem 1rem;
}

#delete-button-modal-body .delete-button{
    text-align: center;
}

#admin-delete-modal-header button{
    background-color: #ffffff;
    color: #000;
    border-color: #ffffff;
    width: 0px;
    margin-left: 0px;
}

#admin-delete-modal-header .close{
    padding: 1rem 0rem;
    margin-left: 95%;
    margin-top: -10px;
}

#admin-delete-modal-header .close:focus{
    box-shadow: none;
}

#delete_modal{
    padding-right: 0px !important;
}

#add-campaign-param input{
    width: 260px;
}

#system-settings-two-table-div{
    border-right: 1px solid #cccccc;
}

.settings-add-one-line-text{
    width: 120%;
    margin-top: -20px;
}

.settings-left-margin-text{
    margin-left: 100px;
}

.answerback_method_options{
    margin-top: 43px;
}

.ip_filter_options{
    margin-top: 53px;
}

.ip_filter_options-conf{
    margin-top: 18px;
}

.ip_filter_options-service-conf-add{
    margin-top: 15px;
}

.information-add-publlished-time{
    display: flex;
}

.information-add-published-area{
    display: flex;
    flex-wrap: wrap;
}

.information-add-check-box{
    display: flex;
}

.information-add-conf-textarea{
    width: 100%;
    word-break: break-all;
}
 
/* HR_Attendance styles */
#leave-request-form-styles{
    margin-left:30px !important;
}
.required{
    color: red;
}
.view_lables_styles{
    border:none !important;
}

/* Nav Bar Styles */
.table_log_dtl {
    width: 100%;
    margin: 10px;
    color: #212529;
    border-collapse: collapse;
}

.table_log_dtl .table_log_dtl_td {
    padding: 0.35rem !important;
    vertical-align: middle !important;
}

.table_log_dtl .table_log_dtl_td_background {
    background: rgb(189,215,238) !important;
    width: 25% !important;
}



/* For Desktop View */
@media screen and (min-width: 1024px) {
    .nav_logo_box{
    display:flex;
    justify-content:center;
    height:100%;
    }

    .nav_logo_box img{
    width: 25%;
    margin:auto !important;
    margin-left: 0px !important;
    display:block;
    }
}

/* For Tablet View */
@media screen and (min-device-width: 768px)  and (max-device-width: 1024px) {
    .nav_logo_box{
  display:flex;
  justify-content:center;
  height:100%;
}

.nav_logo_box img{
  width: 25%;
  margin:auto !important;
  margin-left: 0px !important;
  display:block;
}
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .nav_logo_box{
  display:flex;
  justify-content:center;
  height:100%;
}

.nav_logo_box img{
  width: 25%;
  margin:auto !important;
  /* margin-left: 0px !important; */
  display:block;
}
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    .nav_logo_box{
  display:flex;
  justify-content:center;
  height:100%;
}

.nav_logo_box img{
  width: 25%;
  margin:auto !important;
  /* margin-left: 0px !important; */
  display:block;
}
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .nav_logo_box{
        display:flex;
        justify-content:center;
        height:100%;
    }

    .nav_logo_box img{
        width: 25%;
        margin:auto !important;
        /* margin-left: 0px !important; */
        display:block;
    }
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .nav_logo_box{
        display:flex;
        justify-content:center;
        height:100%;
    }

    .nav_logo_box img{
        width: 25%;
        margin:auto !important;
        /* margin-left: 0px !important; */
        display:block;
    }
}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .nav_logo_box{
        display:flex;
        justify-content:center;
        height:100%;
    }

    .nav_logo_box img{
        width: 25%;
        margin:auto !important;
        /* margin-left: 0px !important; */
        display:block;
    }
}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    .nav_logo_box{
        display:flex;
        justify-content:center;
        height:100%;
    }

    .nav_logo_box img{
        width: 25%;
        margin:auto !important;
        /* margin-left: 0px !important; */
        display:block;
    }
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000000 !important;
}

.btn-brown{
    background-color: rgb(128,96,0) !important;
    color: #ffffff !important;
}

.btn-print{
    background-color: rgb(189 215 238) !important;
    color: #000000!important;
    border: 1px solid #000000 !important;
}

.btn-custom-cancel{
    background-color: rgb(255,217,102) !important;
    color: #000000 !important;
}

.custom_table_header{
    background: #bdd7ee !important;
}

.custom_table th{
    border: 0.5px solid #000000 !important;
}

.custom_table td{
    border: 0.5px solid #000000 !important;
}

.custom_table .td_remove_border{
    border: none !important;
}

.custom_table th{
    padding: 0.3rem !important;
}

.custom_table td{
    padding: 2.5px 5px 2.5px 5px !important;
}

.custom_form_control input, .custom_form_control select, .custom_form_control textarea {
  border-radius: none !important;
  border:none !important;
}

.custom_form_control {
    display: block;
    width: 100%;
    text-align:center;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    /* color: #0c4f91 !important;  */
    background-color: #fff;
    border: none !important;
    height: 22px !important;
}

.current_screen_path{
    margin: 18px 0px 0px 0px;
    background:#bdd7ee;
}
.current_screen_path .path_text{
    margin:0px 0px 0px 5px;
}
.user_registration_table_lable{
    width:15%;
}
.custom_table_required{
    text-align:center;
    color:red;
}

.required_space{
    padding-right:10px !important;
}

.action_space{
    padding-right:5px !important;
    padding-bottom: 5px !important;
}

.upload-btn-wrapper{
    position:relative;
    overflow:hidden;
    /* display:inline-block; */
    cursor:pointer !important;
  }

  .upload-btn-wrapper .btn_custom {
    color: white;
    background-color: #806000;
    /* border-radius: 8px; */
    cursor: pointer !important;
    border: none !important;
    padding: 1px 10px 1px 10px !important;
  }
  .upload-btn-wrapper input[type=file]{
    /* font-size:100px; */
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    cursor:pointer !important;
  }

  .custom_textarea_form_control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align:left;
    height: auto;
}

.delete_custom_textarea_form_control {
    border:none !important;
    overflow: auto !important;
    outline:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow:none !important;
    resize:none !important;
}

.hoverable-column:hover{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.swal2-popup.override-align{
    margin: 0 !important;
    align-self: flex-start !important;
}

.swal2-container.top-position{
    display: flex  !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 20px;
    height: auto !important;
}

@media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */

    .cash_flow_symbol{
        flex: 0 0 8.3333333333% !important;
        max-width: 3.333333% !important;
        transform:translate(0, 25%);
    }
    .register_bank_data_symbol{
        flex: 0 0 8.3333333333% !important;
        max-width: 3.333333% !important;
        transform:translate(0, 25%);
    }
  
}
@media only screen and (min-width: 1440px) {
    /* styles for browsers larger than 1440px; */
    .cash_flow_symbol{
        flex: 0 0 8.3333333333% !important;
        max-width: 3.333333% !important;
        transform:translate(0, 25%);
    }
    .register_bank_data_symbol{
        flex: 0 0 8.3333333333% !important;
        max-width: 3.333333% !important;
        transform:translate(0, 25%);
    }
}
@media only screen and (min-width: 2000px) {
    /* for sumo sized (mac) screens */
    .cash_flow_symbol{
        flex: 0 0 8.3333333333% !important;
        max-width: 3.333333% !important;
        transform:translate(0, 25%);
    }
    .register_bank_data_symbol{
        flex: 0 0 8.3333333333% !important;
        max-width: 3.333333% !important;
        transform:translate(0, 25%);
    }
}
@media only screen and (max-device-width: 480px) {
   /* styles for mobile browsers smaller than 480px; (iPhone) */
   .issue_salary_pay_slip_date{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .cash_flow_create_btn{
        margin-bottom:15px;
    }
    .register_bank_data_create_btn{
        margin-bottom:15px; 
    }
    .cash_flow_symbol{
        margin-bottom: 0rem !important;
    }
    .register_bank_data_symbol{
        margin-bottom: 0rem !important;
    }
}
@media only screen and (device-width: 768px) {
   /* default iPad screens */
   .issue_salary_pay_slip_date{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .cash_flow_create_btn{
        margin-bottom:15px;
    }
    .register_bank_data_create_btn{
        margin-bottom:15px; 
    }
    .cash_flow_symbol{
        margin-bottom: 0rem !important;
    }
    .register_bank_data_symbol{
        margin-bottom: 0rem !important;
    }

    

    
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}


