/**/

@font-face {
    font-family: 'alarm clock';
    src: url('alarm clock.ttf') format('truetype');
}

.toolbar--material__center{
    text-align:right;
}

.lucent {
    opacity: 0.4;
}

/**************HomePage*****************/

.buttonHomeRignt_new {
    width: calc(50% - 8px);
    background-color: #2873C4;
    float: right;
    border-radius: 0px;
    text-align: center;
    background-image: linear-gradient(#2873C4, #2873C4);
    height: 50%;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 8px;
    border-radius: 15px
}

.buttonHomeLeft_new {
    width: calc(50% - 8px);
    background-color: #2873C4;
    float: left;
    border-radius: 0px;
    text-align: center;
    background-image: linear-gradient(#2873C4, #2873C4);
    height: 50%;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 8px;
    border-radius: 15px
}

.listIcon {
    color: #2873C4;
}

.buttonHomeRignt_agent {
    width: calc(50% - 1px);
    background-color: #2873C4;
    float: right;
    border-radius: 0px;
    text-align: center;
    background-image: linear-gradient(#2873C4, #2873C4);
}

.buttonHomeLeft_agent {
    width: calc(50% - 1px);
    background-color: #2873C4;
    float: left;
    border-radius: 0px;
    text-align: center;
    background-image: linear-gradient(#2873C4, #2873C4);
}

.buttonHomeRignt {
    width: calc(50% - 14px);
    background-color: #2873C4;
    float: right;
    border-radius: 0px;
    text-align: center;
    background-image: linear-gradient(#2873C4, #2873C4);
}

.buttonHomeLeft {
    width: calc(50% - 14px);
    background-color: #2873C4;
    float: left;
    border-radius: 0px;
    text-align: center;
    background-image: linear-gradient(#2873C4, #2873C4);
}

.colorTextDark {
    color: #2873C4;
}

.colorText {
    color: #2873C4;
}

.border-colorText {
    border: 1px solid #2873C4;
}

.background-color-colorText {
    background-color: #2873C4;
}

.background-color-colorTextDark {
    background-color: #2873C4;
}

.label-input-md {
    color:#2873C4;
}

.background-color-panel-md {
    background-color: #2873C4;    
}

.border-bottom-color-md {
    border-bottom-color: #2873C4;
}
.background-color-content-page-md {
    background-color: white
}

.background-color-button-empty-list {
    background-color: #2f1ed2
}

.paymentTypeBtn {
    background-color: #2873C4;
}

.toolbar-button, .toolbar-button--material {
    color: #ebf4f9;
}

.btn-open {
    background-color: #d68438;
    color:white;
    min-width:50px;
    border-radius:18px;
    text-align:center !important;
    border:none !important;
}

.btn-close {
    background-color: #36846b;
    color: white;
    min-width: 50px;
    border-radius: 18px;
    text-align: center !important;
    border: none !important;
}

.btn-pay {
    background-color: brown;
    color: white;
    min-width: 50px;
    border-radius: 18px;
    text-align: center !important;
    border: none !important;
}

.btn-not-pay {
    background-color: gray;
    color: white;
    min-width: 50px;
    border-radius: 18px;
    text-align: center !important;
    border: none !important;
}

.btn-invoice-change {
    background-color: #808080ba;
    color: white;
    min-width: 60px;
    border-radius: 18px;
    text-align: center !important;
    border: none !important;
    padding: 0px;
    font-size: 15px;
    width: 82px;
    margin-top: 7px;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 24px
}
