﻿/******** Common styles end *****************/

.white_back {
    background-color: #fff;
}

.white_font {
    color: #fff !important;
}

.white_border {
    border: 2px solid #fff;
    border-radius: 3px;
}

.danger_back {
    background-color: #D04848;
}

.danger_font {
    color: #D04848;
}

.danger_border {
    border: 2px solid #D04848;
    border-radius: 3px;
}

.danger_button {
    position: relative;
    background-color: #D04848;
    box-shadow: 0px 3px 0px 0px rgb(138, 43, 43);
    color: #fff;
}

    .danger_button:hover, .danger_button:active {
        top: 1px;
        background-color: #c23535;
        color: #fff;
    }
    .success_back {
    background-color: #0B9350;
}
    .success_font {
    color: #0B9350;
}

.success_border {
    border: 2px solid #0B9350;
    border-radius: 3px;
}

.success_button {
    position: relative;
    background-color: rgb(90, 167, 116);
    box-shadow: 0px 3px 0px 0px #369255;
    color: #fff;
}

    .success_button:hover, .success_button:active {
        top: 1px;
        background-color: rgb(66, 169, 100);
        color: #fff;
    }
.warning_back {
    background-color: #F09030;
}

.warning_font {
    color: #F3CF3E;
}

.warning_border {
    border: 2px solid #F3CF3E;
    border-radius: 3px;
}

.warning_button {
    position: relative;
    background-color: #F3CF3E;
    color: #fff;
}

.generalNotification {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.0);
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

.warning_button:hover, .warning_button:active {
    top: 1px;
    background-color: #e4c137;
    color: #fff;
}






.info_back {
    background-color: #7ba8d0;
}

.info_font {
    color: #7ba8d0 !important;
}

.info_border {
    border: 2px solid #7ba8d0;
    border-radius: 3px;
}

.info_button {
    position: relative;
    background-color: #4783B9;
    box-shadow: 0px 3px 0px 0px rgb(28, 98, 161);
    border-radius: 3px;
    color: #fff;
}

    .info_button:hover, .info_button:active {
        top: 1px;
        background-color: #2278c7;
        color: #fff;
    }

.gray_back {
    background-color: #5F5F5F;
}

.gray_font {
    color: #5F5F5F;
}

.gray_border {
    border: 1px solid #5F5F5F;
    border-radius: 3px;
}

.gray_button {
    position: relative;
    background-color: gray;
    box-shadow: 0px 3px 0px 0px #5F5F5F;
    border-radius: 3px;
    color: #fff;
}

    .gray_button:hover, .gray_button:active {
        top: 1px;
        background-color: #6F6F6F;
        color: #fff;
    }

div.fadeAlert {
    background-color: #000000;
    opacity: 0.5;
    z-index: 800;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}


#alertBox {
    z-index: 10000;
    display: none;
    position: fixed;
    background-color: white;
    width: 50%;
    background-color: #DEDEDE;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(19,52,83,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(19,52,83,1);
    box-shadow: 0px 0px 10px 0px rgba(19,52,83,1);
    margin: 5% auto;
    left: 0;
    right: 0;
}
/* === === === === === === === === === === === fixed height */
#AlertTitle i {
    display: inline;
    line-height: 40px;
    float: left;
    vertical-align: middle;
}

#AlertTitle, #ConfTitle {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

    #AlertTitle h3, #ConfTitle h3 {
        color: #fff !important;
        font-size: 24px;
        vertical-align: middle;
        line-height: 40px;
        margin: 0;
        font-family: Regencie;
    }

.Success {
    background-color: #219c64;
}

.Warning {
    background-color: #E2BD00;
    color: rgb(152, 5, 1);
}

.Danger {
    background-color: rgb(234, 76, 71);
}

#alertMessage, #ConfMessage {
    position: relative;
    padding: 20px;
    word-wrap: break-word;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
    width: 100%;
    text-align: left;
}

.Danger #alertMessage {
    color: #630909;
    font-weight: bold;
}

#AlertFooter, #ConfFooter {
    width: 100%;
    display: inline-block;
}

    #AlertFooter button {
        float: right;
        position: relative;
        width: auto;
        text-align: center;
        margin-right: 10px;
    }

/*---------------------------- End Of Alert Style ---------------------*/

/*---------------------------- start Of Notification Style ---------------------*/

.NtBox {
    display: none !important;
    min-height: 50px;
    min-width: 350px;
    bottom: 50px;
    right: 0px;
    float: right;
    position: fixed;
    z-index: 2000000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.NtType {
    position: absolute;
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    background-color: #FFF;
    line-height: 44px;
    margin-top: -20px;
    top: 50%;
    text-align: center;
    left: 5px;
    /*left: 7%;*/
}

.NtMessage {
    float: left;
    max-width: 400px;
    word-wrap: break-word;
    font-size: medium;
    font-weight: normal;
    font-family: 'Century Gothic';
    width: 90%;
    padding-left: 50px;
    padding-top: 5px;
}

.closeNt {
    float: right;
    height: 30px;
    width: 30px;
    margin-top: 5px;
}

    .closeNt:hover {
        cursor: pointer;
    }

/*===== Confirmation msg =======*/
#ConfBox {
    z-index: 1000;
    display: none;
    position: fixed;
    background-color: white;
    width: 40%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(19,52,83,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(19,52,83,1);
    box-shadow: 0px 0px 10px 0px rgba(19,52,83,1);
    margin: 5% auto;
    left: 0;
    right: 0;
    border-radius: 6px;
}

#ConfFooter {
    padding: 5px;
}

#ConfMessage p {
    float: left;
}

#ConfBox #ConfTitle h3 {
    color: #000 !important;
    text-align: left;
    line-height: 50px;
    color: black;
    font-weight: lighter;
}

#ConfFooter a {
    text-align: center;
    margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
    #ConfBox {
        width: 100%;
        top: 25vh;
    }
}
