﻿


/*   --------------------------   popup overlay Model dialog   ----------------------------   */
h1 {
    text-align: center;
    /*font-family: Tahoma, Arial, sans-serif;*/
    /*color: #06D85F;*/
    margin: 80px 0;
}

.box {
    /*width: 40%;*/
    margin: 0 auto;
    /*background: rgba(255,255,255,0.2);
                  padding: 35px; */
    /* border: 2px solid #fff;*/
    /* border-radius: 20px/50px; */
    /*background-clip: padding-box;*/
    text-align: center;
    direction: ltr;
}

.button {
    /*font-size: 1em;
                  padding: 10px;
                  color: #fff;
                  border: 2px solid #06D85F;
                  border-radius: 20px/50px;
                  text-decoration: none;

                  transition: all 0.3s ease-out;*/
    cursor: pointer;
}

    .button:hover {
        background: #FFC000;
        border: 2px solid #FFC000;
        border-radius: 20px/50px;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%; /*30%*/
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        padding-right: 30px; /*new line*/
        /*font-family: Tahoma, Arial, sans-serif;*/
    }

    .popup .close {
        position: absolute;
        top: 20px;
        /*left: 30px;*/ right: 30px;
        transition: all 100ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #00B0F0;
    }

        .popup .close:hover {
            color: Red; /* #FFC000;*/
        }

    .popup .content {
        max-height: 95%; /* 30%;*/
        /*overflow: auto;*/
    }

/*
                AT media screen and (max-width: 700px){
                  .box{
                    width: 70%;
                  }
                  .popup{
                    width: 70%;
                  }
                }
                */

/*media screen{*/
.box {
    width: 70%; /*70%;*/
    /*height: 70%;*/
}

.popup {
    width: 70%; /*70%;*/
    /*height: 50%;*/
}
/*}*/

/*   --------------------------   popup overlay Model dialog   ----------------------------   */





















/*  ---------------   Coloring System   ------------------- */
/*s : bootstrapmade com    - demo -  templates  -  Anyar  - blog    html*/


.sindPageHeader1 {
    background: rgba(6, 98, 178, 0.9) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.sindPageHeader2 {
    background: rgba(5, 87, 158, 0.9) !important;
    color: rgba(255, 255, 255, 0.7);
}

.sindPageHeader3 {
    background: #ecf6fe;
    color: #043c6d;
}

.sindButtonYellow {
    background: #f6b024;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
    /*border-style:none;*/
    border-color:#f6b024;
    text-decoration: none !important;

}

.sindButtonYellowBig {
    background: #f6b024;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 24px;
    border-radius: 4px;
    /*border-style:none;*/
    border-color: #f6b024;
    text-decoration: none !important;
}
.sindText24 {
    font-size: 24px;
    text-decoration: none !important;
}
.sindText18 {
    font-size: 18px;
    text-decoration: none !important;
}

.sindButtonYellowR0 {
    background: #f6b024;
    color: #fff;
    padding: 0px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 0px;
    /*border-style:none;*/
    border-color: #f6b024;
    text-decoration: none !important;
}


.sindButtonYellowThin {
    background: #f6b024;
    color: #fff;
    padding: 3px 10px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none !important;
}


.sindBoldHeadColor{
    color: #0665b7;
}

.sindFooter1{
    background: #05579e;
    color: #fff;
}

.sindFooter2{
    background: #065fad;
    color: rgba(255, 255, 255, 0.75);
}

.sindFooterButtom3{
    color: #f6b024;
    background: #05579e;
}

.sindBlockTextColor{
    color: #444444;
    text-decoration:none !important;
}

.sindTextlightGray {
    color: #777777;
    text-decoration: none !important;
}

.sindBlockFAOptionsColor {
    color: #2b99f8;
    text-decoration: none !important;
}



.sindLinkwhite {
    /*.popup .close:hover*/
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

    .sindLinkwhite:hover {
        /*border-bottom: 0px solid rgb(252,175,23);*/
        color: white;
    }
    .sindLinkwhite:after {
        /*border-bottom: 3px solid rgb(252,175,23);*/
        color: rgba(255, 255, 255, 0.8);
    }



.sindYellowLink  {
    color: #f6b024;
    text-decoration:none;
}

    .sindYellowLink:hover {
        color: rgba(255, 255, 255, 0.8) !important;
    }
    .sindYellowLink:after {

    }


#footer .sindCredits a {
    color: #f6b024;
}

.sindSquareButton {
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #f6b024;
    color: #fff;
}


.sindButtonRounded50 {
    color: #fff;
    background: #f6b024;
    padding: 6px 16px 8px 16px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}




/* https://cssgradient.io/ */
.sindGradientBlueBG {
    background: linear-gradient(90deg, rgba(9,39,111,1) 0%, rgba(34,82,168,1) 13%, rgba(7,193,223,1) 100%);
}
.sindGradientBlueBGVer {
    /*background: linear-gradient(90deg, rgba(9,39,111,1) 0%, rgba(34,82,168,1) 13%, rgba(7,193,223,1) 100%);*/
    background: linear-gradient(0deg, rgba(34,97,195,1) 0%, rgba(45,213,253,1) 100%);
}
    .sindGradientGreenBG {
        background: linear-gradient(90deg, rgba(67,110,23,1) 0%, rgba(90,153,26,1) 50%, rgba(109,221,32,1) 100%);
    }
.sindGradientRedBG {
    /*background: linear-gradient( 135deg, #F05F57 10%, #360940 100%);*/
    background: linear-gradient( 135deg, #FDD819 10%, #E80505 100%);
}

.imgR10 {
    border-radius: 10%;
}

/* font colors*/

.sindTextBlue {
    color: #065fad;
    text-decoration: none !important;
}

    .sindTextBlue:hover {
        color: rgba(6, 98, 178, 0.9) !important;
    }
    .sindTextBlue:after {

    }




.sindTextIndigo {
    color: #6610f2;
    text-decoration: none !important;
}
.sindTextPurple {
    color: #6f42c1;
    text-decoration: none !important;
}
.sindTextPink {
    color: #e83e8c;
    text-decoration: none !important;
}
.sindTextRed {
    color: #dc3545;
    text-decoration: none !important;
}
.sindTextOrange {
    color: #fd7e14;
    text-decoration: none !important;
}
.sindTextYellow {
    color: #ffc107;
    text-decoration: none !important;
}
.sindTextGreen {
    color: #28a745;
    text-decoration: none !important;
}
.sindTextTeal {
    color: #20c997;
    text-decoration: none !important;
}
.sindTextCyan {
    color: #17a2b8;
    text-decoration: none !important;
}
.sindTextWhite {
    color: #fff;
    text-decoration: none !important;
}
.sindTextGray {
    color: #6c757d;
    text-decoration: none !important;
}
.sindTextGray-Dark {
    color: #343a40;
    text-decoration: none !important;
}
.sindTextGraylight {
    /*color: #f8f9fa;*/
    color: #f0f0f0;
    text-decoration: none !important;
}
.sindTextBlack {
    color: #343a40;
    text-decoration: none !important;
}



/* background colors*/

.sindPageinationToolbar {
    /*background-color: #ffffff;
    background-image: linear-gradient(43deg, #ffffff 0%, #797877 7%, #797877 94%, #ffffff 99%);*/
    background-color: #ffffff;
    background-image: linear-gradient(43deg, #ffffff 0%, #797877 3%, #797877 98%, #ffffff 99%);
    color: rgba(255, 255, 255, 0.8);
}
.sindBGIndigo {
    background-color: #6610f2;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}


.sindBGBlue {
    background: rgba(6, 98, 178, 0.9) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
}


.sindBGPurple {
    background-color: #6f42c1;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGPink {
    background-color: #e83e8c;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGRed {
    background-color: #dc3545;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGOrange {
    background-color: #fd7e14;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGYellow {
    background-color: #ffc107;
    /*color: rgba(255, 255, 255, 0.8);*/
    color: #444444;
    text-decoration: none !important;
}

.sindBGYellowlight {
    /*background-color: #f6b024;*/
    background: rgb(250,253,113);
    /*background: linear-gradient(0deg, rgba(250,253,113,1) 9%, rgba(253,235,113,1) 100%);*/
    color: #444444;
    text-decoration: none !important;
}

.sindBGGreen {
    background-color: #28a745;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGTeal {
    background-color: #20c997;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGCyan {
    background-color: #17a2b8;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGWhite {
    background-color: #fff;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGGray {
    background-color: #6c757d;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGGray-Dark {
    background-color: #343a40;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGGraylight {
    /*
        background-color: #f8f9fa;
        color: rgba(255, 255, 255, 0.8);

    */
    background-color: #f0f0f0;
    color: #6c757d;
    text-decoration: none !important;
}

.sindBGBlack {
    background-color: #343a40;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}
.sindBGBlueGradient {
    background: linear-gradient(90deg, rgba(9,39,111,1) 0%, rgba(34,82,168,1) 13%, rgba(7,193,223,1) 100%);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGBlueGradientVer {
    /*background: linear-gradient(90deg, rgba(9,39,111,1) 0%, rgba(34,82,168,1) 13%, rgba(7,193,223,1) 100%);*/
    background: linear-gradient(0deg, rgba(34,97,195,1) 0%, rgba(45,213,253,1) 100%);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGGreenGradient {
    background: linear-gradient(90deg, rgba(67,110,23,1) 0%, rgba(90,153,26,1) 50%, rgba(109,221,32,1) 100%);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.sindBGRedGradient {
    /*background: linear-gradient( 135deg, #F05F57 10%, #360940 100%);*/
    background: linear-gradient( 135deg, #FDD819 10%, #E80505 100%);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}


.sindBorderGrayLight {
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
}
.sindBorderYellow {
    border: 1px solid #ffc107;
    border-radius: .25rem;
}

.sindBorderGreen {
    border: 1px solid rgba(31,122,52,1);
    /*rgba(0,0,0,.125);*/
    border-radius: .25rem;
}
.sindBorderBlue {
    border: 1px solid rgba(6, 98, 178, 0.9);
    border-radius: .25rem;
}












/* image zoom*/

/* these styles are for the demo, but are not required for the plugin */
.zoom {
    display: inline-block;
    position: relative;
}

    /* magnifying glass icon */
    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        /*background: url(icon.png);*/
    }

    .zoom img {
        display: block;
    }

        .zoom img::selection {
            background-color: transparent;
        }

#ex2 img:hover {
    /*cursor: url(grab.cur), default;*/
}

#ex2 img:active {
    /*cursor: url(grabbed.cur), default;*/
}


























/* ------------ Extra small devices (portrait phones, less than 576px) --------- */
@media (max-width: 575.98px) {

    .sindText24 {
        font-size: 12px;
        text-decoration: none !important;
    }

    .sindText18 {
        font-size: 10px;
        text-decoration: none !important;
    }

}

/* ------------ Small devices (landscape phones, less than 768px) --------- */
@media (max-width: 767.98px) {
    .sindText24 {
        font-size: 12px;
        text-decoration: none !important;
    }

    .sindText18 {
        font-size: 10px;
        text-decoration: none !important;
    }

}

/* ------------ Medium devices (tablets, less than 992px) --------- */
@media (max-width: 991.98px) {
    .sindText24 {
        font-size: 24px;
        text-decoration: none !important;
    }

    .sindText18 {
        font-size: 18px;
        text-decoration: none !important;
    }

}

/* ------------ Large devices (desktops, less than 1200px) --------- */
@media (max-width: 1199.98px) {
    .sindText24 {
        font-size: 24px;
        text-decoration: none !important;
    }

    .sindText18 {
        font-size: 18px;
        text-decoration: none !important;
    }

}

