@import url(https://fonts.googleapis.com/css?family=Raleway:500,800&sv=17.10.38);
@font-face {
    font-family: 'Raleway-Black';
    src: url('/dl/plugins/indexhez/fonts/raleway-black.ttf');
}
@font-face {
    font-family: 'Raleway-Semibold';
    src: url('/dl/plugins/indexhez/fonts/raleway-semibold.ttf');
}

a,
.btn
{
    outline: none !important;
}

.centered
{
    text-align: center;
}

#messageContainer
{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2000;
}

#messageContainer .alert,
#layeredMessageContainer .alert
{
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-align: center;
}

#messageContainer .alert
{
    cursor: pointer;
}

#layeredMessageContainer
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(64, 64, 64, 0.5);
}

#layeredMessageContainer div
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_filter
{
    text-align: left !important;
}
/*#clients{
    width: 50%;
    min-height: 400px;
}*/

.btn-block{
    font-size:1vw;
}

.sendmailicon{
    color: #ffffff !important;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .btn-block{
        font-size: 100% !important;
    }
}

/******* DataTables toggle (+) button title(hint) *******/
table.collapsed .visibilityToggleBtn::before {
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    font-family: 'Courier New', Courier, monospace;
    text-indent: 4px;
    line-height: 16px;
    background-color: #337ab7;
    content: '+'
}

table.collapsed tr.parent .visibilityToggleBtn::before {
    content: '-';
    background-color: #d33333;
}
/**************** DataTable toggle (+) end ****************/

/*          New login page design */



#login {
    height: 100vh;
    overflow: hidden;

}

#login > div {
    height: 100%;
    width: 100%;
}

#login_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}


#login_control {
    display: flex;
    align-items: flex-end;
}

.login-background-new {
    background-image: url("/dl/images/login_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}




.btn-orange{
    background-color: #ee7d34;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    transition: all 0.3s;
    font-family: 'Raleway-Semibold';
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    /*min-width: 250px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: medium;
}

.btn-orange:visited{
    color: white;
}

.btn-orange:active{
    background-color: #87411f;
    color:white;
}

.btn-orange:hover{
    background-color: #ca6a2c;
    color: white;
}

.mediumblue-btn{
    text-decoration: none;
    background-color: #1b54a5;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    transition: all 0.3s;
    font-family: 'Raleway-Semibold';
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    /*min-width: 250px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: medium;
}

.mediumblue-btn:hover{
    text-decoration: none;
    background-color: #1a4487;
    color: white;
}

.mediumblue-btn:active{
    text-decoration: none;
    background-color: #1a4487;
    color: white;
}
/*          New login page design  end */
.alert-link-login{
    color: #337ab7;
    font-weight: 700;
    text-decoration: underline;
}
