﻿@font-face {
    font-family: 'far_box';
    src: url('../../font/far_box.ttf') format('truetype');
}
body{
    padding:0;
    margin:0;
}
.BackImage {
    width: 100vw;
    height: 100vh;
    z-index: -2;
    position: fixed;
    top: 0;
    left: 0;
}

#backLayout {
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(113,13,128,.2);

}


.Ideapage {
    min-height: calc(100vh - 180px);
    width: 85%;
    z-index: 0;
    margin: auto;
    position: relative;
    top: 0;
    padding: 25px 10px 10px 25px;
}
@media only screen and (max-width: 991px) {
    .Ideapage {
        width: 100%;
        padding:0;
    }
    
}
.IdeaSection {
    /*margin-bottom: 25px;*/
    border-radius: 10px;
    background-color: rgba(255,255,255,.8);
    width:100%;
    direction:rtl;
    padding:15px;
    height:100%;
    
}
    .IdeaSection > p{
        font-weight:bold;
        margin-bottom:3px;
    }



    .IdeaSection > ul {
        list-style-type: none;

    }

    .IdeaSection > ul>li {
        font-weight: bold;
    }



    .topHeader {
        text-align: center;
        margin-bottom: 25px;
    }
.topHeader > img {
    width:250px;
    height:auto;
}
    .topHeader > label {
        color: white;
        font-size: 45px;
        font-family: 'far_box';
    }

.IdeaForms{
    padding-top:30px;
}
@media only screen and (max-width: 991px) {
    .topHeader > label {
        color: white;
        font-size: 35px;
        font-family: 'far_box';
    }
}



.ideaFooter{
    width:100%;
    height:220px;
    background-color:rgba(0,0,0,.8);
}
.ideaFooterbutt{
    height:35px;
}
.ideaFooterContent{
    height:calc(100% - 35px);
    padding:10px;
}
.ideaFooterbutt > p {
    text-align:center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0;
}
.LicenseLogo {
    height: 150px;
    width: 150px;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    margin: auto;
    border-radius: 8px;
    padding: 10px;
    margin-bottom:10px;
}
    .LicenseLogo > img {
        height: 100%;
        width: 100%;
 
    }

.IdeaFooterUL{
    list-style-type:none;
}
.IdeaFooterUL > li{

}
.IdeaFooterUL> li > a{
    color:white;
    font-size:15px;
    
}
    .IdeaFooterUL > li > a:hover {
        color: white;
        text-decoration:none;
    }

@media only screen and (max-width: 450px) {
    .ideaFooterbutt > p {
        font-size: 12px;
        font-weight: normal;
    }
}
@media only screen and (max-width: 768px) {
    .ideaFooter {
        height: unset;
    }
    .ideaFooterContent {
        height: calc(100% - 35px);
    }
}


#trackSection{
    margin-top:30px;
    
   
}
#trackSection div{
    text-align:center;
}
    #trackSection p {
        text-align: center;
        color: black;
    }
    #trackSection label {
        color: black;
    }
    #trackSection span {
        color: darkgreen;
    }
    #trackSection * {
        font-weight:bold;
        color:black;
    }