﻿

/*popup section goes here*/


/* === the dark full screen background, which appears on form pop-up === */
#background-on-popup
{
    z-index: 99999;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}

/* === The X-mark from the top-right corner of the pop-up form, from which you can close the box === */
div.close
{
    background: url("/gif/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 16px;
    top: 10px;
    left: 10px;
    position: relative;
    width: 16px;
}

/* ==== Wrapper of the forms ==== */
#suggestion-in-form
{
    max-width: 700px;
    min-width: 400px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    display: none;
    left: 47%;
    top: 20%;
    margin-left: -300px;
    border-radius: 4px;
    z-index: 99999;
    border-radius: 4px;
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.333);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    padding: 30px 16px 15px 30px;    
}
#quotation-in-form
{
    top: 10% !important;
}
/* ==== The form section styling of elements ==== */
#form-section .error
{
    padding-left: 30px;
}

#form-section li, #thankyou li
{
    list-style: none;
}

#form-section label span
{
    cursor: pointer;
    color: #404040;
    display: block;
    margin: 5px 0;
    font-size: 15px;
}

.left-column
{
    /* left column from the two column input row */
    float: right;
    width: 48%;
}

.right-column
{
    /* right column from the two column input row */
    width: 48%;
    float: right;
}
#form-section input[type="text"]:hover
{
    border-color: rgba(239, 56, 4, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(239, 56, 4, 0.6);
    outline: 0 none;
    transition: border-color 0.2s ease-in-out 0s;
}
#form-section input[type="text"]
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 8px 8px 8px 25px;
    width: 100%;
     font-family: 'Noto Kufi Arabic' !important;
}
#form-section textarea
{
    height: 200px;
    margin: 0 15px;
    width: 605px;
}
/* ==== Inputs and Buttons of the form, with hover and focus behavior ==== */
#form-section textarea
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    margin: 0 0 5px;
    padding: 8px;
    border-radius: 5px;
    padding-right: 25px;
    resize: none;
    overflow-y: auto;
    word-wrap: break-word;
}

#form-section textarea:hover
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}


.completesuggestion
{
    float: left;
    margin-left: 0px;
    padding:2% 9%;
}

#form-section label.rem-me
{
    font-size: 12px;
}

#form-section p
{
    padding-bottom: 15px;
    margin: 15px 0px;
    font-size: 15px;
    font-weight: bold;
}

span.register-numbering
{
    padding: 3px 8px;
    background-color: #EBCB17;
    color: #333;
    margin-right: 10px;
    border-radius: 3px;
}

span.register-numbering-text
{
    color: #000000;
}



.modal-dialog-title
{
    background-image: url("/gif/comment-32.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 32px;
    padding-right: 50px;
}

.modal-dialog-title-text
{
    line-height: 32px;
    vertical-align: baseline;
    color: #404040;
    cursor: default;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.result-box
{
    padding: 20px 0 40px;
}

/* end popup*/


/* popup */
.fbmodal
{
    display: none;
}
/*
.tl
{
    background-image: url('../gif/tl.png');
}
        
.tr
{
    background-image: url('../gif/tr.png');
}
        
.bl
{
    background-image: url('../gif/bl.png');
}
        
.b
{
    background-image: url('../gif/b.png');
}
        
.br
{
    background-image: url('../gif/br.png');
}
*/
#fbmodal
{
    position: fixed;
    left: 0;
    z-index: 110000;
    text-align: left;
}
#fbmodal .popup
{
    position: relative;
}
#fbmodal table
{
    border-collapse: collapse;
}
#fbmodal td
{
    border-bottom: 0;
    padding: 0;
}
#fbmodal .fbcontent
{
    padding: 30px 10px;
    font-size: 13px;
    font-weight: normal;
}
#fbmodal .container
{
    border: solid #555555 1px;
    border-top: none;
}
#fbmodal .body
{
    background: #ffffff;
    overflow: hidden;
}
#fbmodal .loading
{
    text-align: center;
}
#fbmodal .image
{
    text-align: center;
}
#fbmodal img
{
    border: 0;
    margin: 0;
}
#fbmodal .fbfooter
{
    background: #F0F0F0;
    border-top: 1px solid #DDDDDD;
    padding: 8px;    
    text-align: right;
}
#fbmodal .tl, #fbmodal .tr, #fbmodal .bl, #fbmodal .br
{
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}
#fbmodal_overlay
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.fbmodal_hide
{
    z-index: -100;
}
.fbmodal_overlay
{
    background-color: #000;
    z-index: 99999;
}
#fbmodal .title
{
    padding: 6px 6px 6px 8px;
    background: none repeat scroll 0 0 #FF5D5E !important;
    border: solid #FF5D5E 1px;
    border-bottom: none;
    font-weight: bold;
    color: #ffffff;
}
#fbmodal .button_outside_border_blue
{
    cursor: pointer;
    float: left;
}
#fbmodal .button_outside_border_blue {
	border: solid #d43f3a 1px;	
	cursor: pointer;
	float: left;
}
#fbmodal .button_inside_border_blue {
	padding: 4px 6px 4px 6px;
	background-color: #d9534f;	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
#fbmodal .button_outside_border_grey {
	margin-left: 5px;
	border: solid #9b9b9b 1px;
	cursor: pointer;
	float: left;
}
#fbmodal .button_inside_border_grey
{
    padding: 4px 6px 4px 6px;
    background-image: url('fbmodal_cancel.png');
    border-top: solid #ffffff 1px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}
#fbmodal .mright
{
    float: right;
}
#fbmodal .mclear
{
    clear: both;
}
 #fbmodal .button_inside_border_blue:hover
 {
     background-color: #FF5D5E !important;
}
 
/* end popup*/


/* button */

html.js body form#form1 div.container div.Home div.Sub-Election-Left div.Sub-eHeader div#suggestion-in-form div#form-section ul li div.right-column input#Contentbody_uc_pageTools1_btnSendit.button.completesuggestion
{
    font-family: 'Noto Kufi Arabic' !important;
}