/**--------------------------------page Submit------------------------------------------**/

html{
    direction : rtl;
    float:right;
    background-color: white;
    width:100%;
    height: 100% !important;
   }
body
{
    direction : rtl;
    text-align:right;
    width: 100%;
    min-height: calc(100% - 50px) !important;
    position: relative;
}
.cq-placeholder, .new {
    height: 0px;
    }
.divSubmit p {
    margin: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.divSubmit
{   text-align: right;
    border: 3px solid #009ce1;
    margin-left: 15%;
    margin-top: 10%;
    margin-right: 15%;
    font-size: 16px;
    color:black;
}

.pbutton{
  margin-bottom: 50px !important;
}
.ClassBold
{
	font-size:18px;
    color:#184e84;
    font-weight: bold;

}
.new_form div button, .new_button div button
{
	background-color: #0473AB!important;
    color: #fff!important;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 100px;
    border: 1px solid #0473ab;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    float: left;


}
.new_form div button:hover,.new_form div button:focus,.new_button div button:hover,.new_button div button:focus

{
	cursor: pointer;
    text-decoration: underline;
}
.img_warning
{
    background-image: url(../../stringUtils/MojImages/Icn_Attention.png);
    background-repeat: no-repeat;
    background-position: 99%;
    padding-right: 25px;
    background-position-y: 1px;
    text-align: right;
}
@media (min-width: 768px ) {
 .divSubmit{
    flex: 0 0 65%;
    max-width: 65%;
    margin-right: 18%;
    margin-left: 18%;
    padding: 20px;
      /*  max-height:250px;*/
	}
    .new_form ,.new_button
    {
        margin-top: -55px;
        max-width: 65%;
        margin-left: 20%;
        margin-right: 20%;
        border-top: 1px dotted #009ce1;
        /* margin-top: 5px; */
        padding: 15px;
        padding-top: 10px;
   		margin-bottom: 50px; 
    }

}


@media (max-width: 768px) {
.newpar {
        height: 2px;
}
.divSubmit
    {

       margin-top: 30px;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        margin-left: 5%;
        padding: 10px;
   		 margin-right: 5%;

    }
.new_form ,.new_button
    {
        margin-top: -55px;
        max-width: 90%;
        margin-left: 8%;
        margin-right: 8%;
        border-top: 1px dotted #009ce1;
        /* margin-top: 5px; */
        padding: 15px;
        padding-top: 10px;
    }

    .titleSubmit {
        margin-right: 50px;
        margin-top: 20px;
        display: block;

    }

}




/*---------------------------------------------------------------------------*/
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}