
@font-face {
    font-family: 'RTNassim';
    src: url('style/fonts/RTNassim.eot?#') format('eot'), url('style/fonts/RTNassim.woff') format('woff'), url('style/fonts/RTNassim.ttf') format('truetype');
}
html,body {
    font-family: 'RTNassim' !important;
    background: #333 url("../../img/Orginal.jpg");
    background-size: cover;
    color: #CCC;
    float: none;
    direction: rtl;
}

#pheader,blockquote p {font-family: 'RTNassim' !important;}

#login_pre_modal {
    position: absolute;
    top: 23vw;
    right: 10vw;
}


.modal-body {
    background-image: url("../../img/Poly-Effect-Final.jpg");
    background-size: cover;
}

blockquote.loginboxshdw {
    background-image: url("../../img/1.jpg");
    background-size: cover;
    background-origin: border-box ;
}

#feedRes {
    background: #ffffff;
    color:black;
}

.modal-body .captcha {
    border: dotted 2px rgba(254, 251, 255, 1);
    font-size: x-large;
}


blockquote.loginboxshdw .loginAuthorName::selection{  background: #ffd183; color: #fff; text-shadow: none;  }
blockquote.loginboxshdw .loginAuthorName::-moz-selection{  background: #ffd183; color: #fff; text-shadow: none;  }
input, .modal-content{
    border-radius: 16px !important;
}


#loginPage {
    margin-right: 15%;
    margin-left: 15%;
    padding: 30px;
    border-right: 2px dashed black;
    border-left: 2px dashed black;
}

#loginPage p {
    margin-bottom: 20px;
}

#loginPage input {
    /*text-align: left;*/
    font-size: 20px;
    padding: 5px 0 0 0;
    direction: rtl;
}

.si-input {
    clear: both;
    margin: 5px 10px;
    width: 270px;
    border-radius: 6px;
    border: 1px solid #bbb;
    padding: 4px 10px;
    transition: all 0.3s ease-out;
}

.si-input:focus {
    border: 1px solid #8A8A8A;
    box-shadow: 0px 0px 3px 1px #D1D1D1;
    background: #FFFFE9;
}

#loginPage form {
    text-align: center;
}

#loginPage button {
    transition: 0.5s ease-in-out;
}

#loginPage button:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}
blockquote{
    display:block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.2;
    color: #666;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;

    /*Borders - (Optional)*/
    border-left-style: solid;
    border-left-width: 15px;
    border-right-style: solid;
    border-right-width: 2px;
}

blockquote::before{
    /*content: "\201C";*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;

}

blockquote::after{
    /*Reset to make sure*/
    content: "";
}

blockquote a{
    text-decoration: none;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote a:hover{
    color: #666;
}

blockquote em{
    font-style: italic;
}

/*Default Color Palette*/
blockquote.default{
    border-left-color: #656d77;
    border-right-color: #434a53;
}

blockquote h1 b {color: #c0392b;}
blockquote h1 b {color: #c0392b;}
blockquote h6 {
    color: #000000;

}
blockquote small {text-align: left;color: #bdc3c7;}

.loginboxshdw {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#adheaderIcon {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 3%;
    right: 45%;
}
blockquote sub {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 10px 10px rgba(255,255,255,.7) inset;
    -moz-box-shadow: 0 10px 10px rgba(255,255,255,.7) inset;
    box-shadow: 0 10px 10px rgba(255,255,255,.7) inset;
}
blockquote sub a, blockquote sub a span {
    z-index: 9999;
    color: aqua;
    font-size: 1.64em;
}

blockquote sub a:hover > span {
    color: hotpink;
}

blockquote sub a:visited > span::after {
    content: "Tnx";
}

#adheaderIcon img {
    width: 175px;
    height: 175px;
}

/*img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
}

img:hover{
    -webkit-transition: .5s ease, .5s ease, -webkit-transform .5s;
    transition: .5s ease, .5s ease, transform .5s;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ;
    zoom:1;
    -webkit-filter: grayscale(0%);
}*/

@media only screen and (max-width: 1650px) {
    #adheaderIcon {top: 0}
    #adheaderIcon img {width: 150px;height: 150px;}
}

@media only screen and (max-width: 1300px) {
    #adheaderIcon img {width: 125px;height: 125px;}
}

@media only screen and (max-width: 1000px) {
    #adheaderIcon img {width: 110px;height: 110px;}
}

@media only screen and (max-width: 768px) {
    #adheaderIcon img {width: 95px;height: 85px;}
    blockquote sub a, blockquote sub a span {z-index: 1;font-size: 1.4222em}
}

@media only screen and (max-width: 468px) {
    #adheaderIcon img {width: 80px;height: 50px;}
    blockquote h1 {font-size: 1.5em}
    blockquote sub a, blockquote sub a span {z-index: 1;font-size: 1.3222em}
}

form[role=form] {
    direction: rtl;
}
form input[type=radio] { display: none; visibility: collapse; }

form input[type=radio] + label {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 25px;
    padding: 0;
    width: 50px;
    height: 50px;
    position: relative;
    clear: none;
    float: left;
    display: inline-block;
    background-size: 50px auto;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    outline: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

form input[type=radio]#radio-01 + label
{ background-image: url(img/ic_sentiment_satisfied_black_48dp.png); }
form input[type=radio]#radio-02 + label
{ background-image: url(img/ic_sentiment_dissatisfied_black_48dp.png); }
form input[type=radio]#radio-03 + label
{ background-image: url(img/ic_sentiment_very_dissatisfied_black_48dp.png); }
form input[type=radio]#radio-04 + label
{ background-image: url(img/ic_bug_report_black_48dp.png); }

html body form input[type=radio]:hover+ label,
input[type=radio] + label:hover
{ background-color: coral }

html body form input[type=radio]:checked + label
{ background-color: lightgray }
