html{
    font-size: 15.5px;
}

.link-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: rgb(41, 66, 255);
  cursor: pointer;
}
.brand-color{
    color: #ffffff;
}
.brand-bgcolor{
    background-color: #002b5b;
}
#logo-img{
    height: 27px;
    position: relative;
    top: 4px;
}
#RegisterFromLinkBase #logo-img{
    padding-top: 3px;
    padding-bottom: 3px;
}
#header{
    background-color: #002b5b;
    border-bottom: solid 1px #c0c0c0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
#header > div {
    padding-top: 0;
    padding-bottom: 3px;
}
.my-text-box{
    background-color: #002b5b;
    color: #ffffff;
}
:root{
    background-color: #f8f8f8;
}
#aside-menu{
    height: 100vh;
    margin-top: 0;
    width: inherit;
    position: fixed;
    top: 35.25px;
    z-index: 500;
}

#inner-menu{
    background-color: #ffffff;
    height: inherit;
    width: 16em;
    max-width: 97%;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    padding-top: 0.7em;
    padding-right: 0.5em;
}

#inner-menu p, #inner-menu li{
    padding-left: 0.5em;
}


.burger-menu{
    /*height: 3.4em;*/
    height: 2.55em;
    padding: 9px 9px 9px 18px;
}
.login-svg{
    /*height: 3.4em;*/
    height: 2.55em;
    padding: 9px 9px 3px 9px;
}
.account-panel-user-icon{
    height: 1.3em;
    padding: 0;
    margin-bottom: -2px;
    margin-right: 12px;
}
.account-panel-username{
    margin-right: 12px;
}

.first-content{
    margin-top: 0.9em;
}

.my-register-from-link-box{
    width:30em;
    margin: auto;
}
.my-reset-pwd-box{
    width:32em;
    margin: auto;
}

.my-login-box{
    width:30em;
    margin: auto;
}
.my-central-message-box{
    width:40em;
    margin: auto;
}

.username-input, .password-input {
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position-y: center;
    background-position-x: 0.5em;
    padding-left: 2.8em;
    opacity: 0.6;
}
.username-input:hover, .username-input:focus, .password-input:hover, password-input:focus{
    opacity: 1;
}
.username-input{
    background-image: url('/static/img/user-svgrepo-com.svg');
}
.password-input{
    background-image: url('/static/img/lock-password-svgrepo-com.svg');
}

#main{
    position: relative;
    padding-top: 0;
}
#main-col-1{
    padding-top: 0;
}
#main-lang-selector-div .js {
    width: 100%;
}
#main-lang-selector-div .js select {
    width: 100%;
}
#main-lang-selector-div .js select option{
    width: 100%;
}

.account-panel-username-title{
    vertical-align: middle;
}

#new-campaign-form input, #new-campaign-form select{
    width: 30em;
}

.my-notif{
    position: fixed;
    top: 130px;
    left: 40%;
    z-index: 10;
}

.sortable:hover{
    cursor: pointer;
}

.sortable a {
    color: inherit;
    text-decoration: none;
}

.modal-confirm{
    cursor: pointer;
}
.my-user-help > ul > li{
    margin-bottom: 1em;
}

#left-arrow-td, #right-arrow-td, #refresh-td{
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}
#right-arrow-td{
    text-align: left;
}
#td-type-of-date{
    max-width: 12em;
    width: 12em;
}
#td-from-date{
    max-width: 10em;
    width: 10em;
}
#td-to-date{
    max-width: 10em;
    width: 10em;
}
#du, #au{
    padding-left: 0.5em;
    padding-right: 1.5em;
    padding-top: 0.5em;
    max-width: 3em;
    width: 3em;
    text-align: right;
}
#table-container{
    width: 95%;
    float: left;
    margin-left: 0.5em;
    margin-right: 1.5em;
    overflow-x:clip;
    border: solid 1px;
}
#table-container table{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    float: left;
}
#date-range-tr input{
    max-width: 10em;
}
#td-edit-columns{
    padding-top: 0.5em;
    padding-right: 1em;
}
#prospects-header-table{
    padding: 0;
    border-bottom: solid 1px;
}
#prospects-data-table{
    padding: 0;
    border-top: solid 1px;
}
#prospects-data-table thead th{
    padding-top: 1.5em;
    cursor: pointer;
}
.action-checkbox-td{
    border: solid 1px;
    text-align: right;
}
