﻿.table_tile {
    width: -webkit-fill-available;
}
.intro_bg {
    background-image: url('/images/Revamp2019/GK1World header bg.jpg');
    background-size: cover;
}

.intro_innerbg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding-top: 5vw;
}

.intro_style_a {
    font-family: ColfaxBold;
    color: #464646;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.intro_style_b {
    font-family: Colfax;
    font-size: 20px;
    letter-spacing: .1px;
    text-align: center;
    color: gray;
    display: inline-block;
}

    .intro_style_b .bold {
        font-family: ColfaxMedium;
    }

    .intro_style_b .highlight {
        font-family: Authentic;
        font-size: 60px;
        color: #ff9900;
        text-transform: lowercase;
        vertical-align: middle;
    }

.intro_style_c {
    font-family: ColfaxBold;
    color: #6d6e71;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
}
.arrowdown {
    width: 7%;
    height: auto;
    margin: 40px;
}
.pagebreaker {
    width: 4%;
    height: auto;
    margin: 40px;
}
.reg_box_div {
    width: 60%;
    margin: auto;
    /*background-color:red;*/
    color: gray;
    /*font-size:2vw;*/
}
.reg_cat_text {
    margin: auto;
    color: #fe9900;
    font-family: 'ColfaxBold';
    text-align: center;
    font-size: 18px;
}
.notes_div {
    margin-top: 10px;
    width: 70%;
    font-size: 10pt;
}
.dropdown_role {
    color: gray;
    border: 1px solid #fe9900;
    border-radius: 15px;
    padding-left: 15px;
    height: 35px;
    width: 43%;
    font-family: 'ColfaxBold';
    outline: none;
}
.name_box {
    border: 1px solid #fe9900;
    border-radius: 15px;
    padding-left: 15px;
    height: 33px;
    width: 41%;
    margin-right: 2%;
    margin-left: 2%;
    font-family: 'ColfaxBold';
    outline: none;
    color: gray;
}
.name_box,
::-webkit-input-placeholder {
    font-family: 'ColfaxBold';
}
.input_fields {
    background-color: white;
}
.orgtype_drp {
    width: 89%;
}
.dropdown {
    color: gray;
    border: 1px solid #fe9900;
    border-radius: 15px;
    padding-left: 15px;
    height: 35px;
    width: 100%;
    font-family: 'ColfaxBold';
    outline: none;
}
.drptricks {
    /*color:red;*/
    float: left;
    border-radius: 15px;
    height: 35px;
    width: 42%;
    margin-right: -4px;
    margin-left: 5.5%;
    font-family: 'ColfaxBold';
    outline: none;
}
.radio_btn {
    margin: auto;
    text-align: left;
    width: 55%;
}
.btn_sub {
    font-family: 'ColfaxBold';
    color: white;
    background: linear-gradient(to right, rgba(254, 144, 0,0) 50%, rgb(255,163,25) 100% )#fe9900;
    height: 35px;
    border-radius: 12px;
    outline: none;
    margin-right: 10px;
    border: 1px solid #fe9900;
    padding: 0px 25px 0px 25px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    font-size: 15px;
    cursor: pointer;
}
.drptricksorgtype {
    float: left;
    border-radius: 15px;
    height: 35px;
    width: 42%;
    margin-right: -4px;
    margin-left: 5.5%;
    font-family: 'ColfaxBold';
    outline: none;
}
/*loading*/
.loaddiv {
    /*display:none;*/
}
.col-md-6 {
    position: relative;
    /*border: red solid 1px;*/
}

#loader-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
} 
/*loading end*/



@media screen and (max-width: 991px) {

    .notes_div {
        width: 95%;
    }
    .dropdown_role {
        width: 83%;
    }
    .name_box {
        margin-top: 18px;
    }
    .name_box,
    ::-webkit-input-placeholder {
        font-size: 7pt;
    }
    .input_fields {
        width: 80%;
        font-size: 10px;
    }
    .dropdown {
        width: 84%;
    }
    .drptricks {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }
    .drptricksorgtype {
        width: 85%;
        margin: auto;
        float: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
   
}

@media (min-width: 320px) and (max-width: 480px) {
    .reg_box_div {
        width: 90%;
    }
    .reg_cat_text {
        font-size: larger;
    }
    .notes_div {
        width: 95%;
        font-size: 9pt;
    }
    .dropdown_role {
        width: 85%;
    }
    .btn_sub {
        height: 40px;
        padding: 5px 10px 5px 10px;
        font-size: medium;
    }
    
}