.Center {
    vertical-align: middle;
    text-align: center !important;
}

.icon_img {
    width: 150px;
    height: 150px;
}

.badge a {
    color: #694897;
}

.hr_Seperator {
    margin: 25px 0 25px;
    border: 0px;
}

.badge {
    margin-bottom: 10px;
}

.breadcrumbs {
    line-height: 40px;
}

#decorative2 {
    background-color: #b6d3e8;
}

#tiles li h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tiles li {
    list-style-type: none;
}

ul.messages li {
    position: relative;
    list-style: none !important;
    margin-bottom: 3px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul.messages .btn-remove {
    position: absolute;
    right: 10px;
    top: 10px;
}

ul.messages {
    margin: 0 0 0.83333em 0;
}

    ul .messages ul {
        margin: 0;
    }

    ul .messages li {
        position: relative;
        list-style: none !important;
        margin-bottom: 3px;
    }

        ul .messages li li {
            position: static;
            padding: 2px 0;
            margin: 0;
            border: none;
        }

.error-msg {
    color: #b94a48;
    border-color: #eed3d7;
    background-color: #f2dede;
    background-image: url('../images/i_msg-error.gif');
    padding-top: 3px;
    font-size: 13px;
}

a.btn-remove {
    background: url("images/btn.remove.png") no-repeat scroll 0 0 #000000;
    background: url("images/btn.remove.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 13px;
    line-height: 0;
    text-indent: -999em;
    width: 13px;
}

.note-msg, .success-msg, .error-msg, .notice-msg {
    padding: 7px 18px 7px 31px;
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px 7px;
}

.tblRecipeInfo {
    height: 20px;
    width: 100%;
}

    .tblRecipeInfo tr {
        height: 20px;
    }

    .tblRecipeInfo td {
        width: 50%;
    }

        .tblRecipeInfo td div {
            overflow: hidden;
            text-overflow: ellipsis;
            width: 115px;
            height: 20px;
            white-space: nowrap;
        }

.Right {
    text-align: right;
}

.leadh2 {
    font-size: 27px;
    line-height: 33px;
    color: #532b84;
    display: block;
    padding-top: 50px;
}

#RecipeDesc ul {
    list-style-type: decimal;
}

.RecipeTags span {
    margin-right: 3px;
}

.mGrid {
    display: table;
    border-collapse: collapse;
    border-spacing: 2px;
    /*border-color: #582279 !important;*/
    border-color: #e0d8e7 !important;
    border-width: 0px;
    border-style: None;
}

    .mGrid tr {
        /*border-color: #582279 !important;*/
    border-color: #e0d8e7 !important;
    }

    .mGrid td {
        /*border-color: #582279 !important;*/
    border-color: #e0d8e7 !important;
    }

    .mGrid span {
        padding-left: 10px;
    }

.lead lable {
    text-align: right;
}

.BorderedDiv {
    border-top: 1px solid #e0d8e7;
    border-right: 1px solid #e0d8e7;
    margin: 0 auto;
}

    .BorderedDiv .row-fluid {
        border-bottom: 1px solid #e0d8e7;
    }

        .BorderedDiv .row-fluid div {
            border-left: 1px solid #e0d8e7;
        }

.visno {
    display: none !important;
    visibility: hidden;
    width: 0 !important;
}

.visyes {
    display: inline;
    visibility: visible;
}

.visyesred {
    visibility: visible;
}

.myCalendar {
    width: 50%;
    min-width: 250px;
    min-height: 300px;
}

.pageContent {
    text-align: left;
}

.page_disabled {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
}

.page_enabled {
    font-size: 22px;
}

@media screen and (max-width: 479px) {
    .pageContent {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .pageContent {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .pageContent {
        padding-left: 0 !important;padding-right: 0 !important;
    }
}
label {
    display: block;
    margin-bottom: 5px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #ccc;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    background-color: #fff;
    -webkit-appearance: none;
}


.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn-large {
    border-radius: 6px;
    padding: 11px 19px;
}



h1, h2, h3, h4, h5, h6 {
    color: #532B84;
}

.skills .aspNetDisabled {
    color: #272727;
}

.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    min-height: 30px;
    width: 100%;
}

.row-fluid {
    width: 100%;
}

  

    .row-fluid .span4 {
        width: 40.1709%;
    }

    .row-fluid .span5 {
        width: 40.1709%;
    }

    .row-fluid .span6 {
        padding-left: 5px;
        width: 48.7179%;
    }
@media (min-width: 1024px) {
    .row-fluid .span12 .span6:nth-of-type(1) {padding-left: 0px;}
    .row-fluid .span12 .span6:nth-of-type(2) {padding-left: 0px;}
}

    .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
        display: inline-block;
    }

#tiles li {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 2px;
    float: left;
    margin-bottom: 7px;
    margin-right: 7px;
    background-color: #9283be;
}
@media (max-width: 640px) {
    #tiles li {
        margin-bottom: 0;
    }
    select {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    background-color: #fff;
    -webkit-appearance: none;
}
}
.recipe_container {
    background-color: #fff;
}

.page_enabled, .page_disabled {
    color: #532b84 !important;
}

.row-fluid::after {
    clear: both;
}

.row-fluid::before, .row-fluid::after {
    content: "";
    display: table;
    line-height: 0;
}

.label-important, .badge-important {
    background-color: #d6d0e6;
}

    .label-important[href], .badge-important[href] {
        background-color: #953b39;
    }

.label-warning, .badge-warning {
    background-color: #d6d0e6;
}

    .label-warning[href], .badge-warning[href] {
        background-color: #c67605;
    }

.label-success, .badge-success {
    background-color: #d6d0e6;
}

    .label-success[href], .badge-success[href] {
        background-color: #356635;
    }

.label-info, .badge-info {
    background-color: #d6d0e6;
}

    .label-info[href], .badge-info[href] {
        background-color: #2d6987;
    }

.label-inverse, .badge-inverse {
    background-color: #d6d0e6;
}

    .label-inverse[href], .badge-inverse[href] {
        background-color: #1a1a1a;
    }

select {
    border: 1px solid #ccc;
}

.myCalendar th {
    text-align: center !important;
}

.row-fluid .span2 {
    width: 16.53%;
}

.ratioinput {
    width: 12% !important;
}


.sharedrep {
    float: left;
    width: 45%;
}

.img-polaroid {
    background-color: #fff;
    border: 1px solid #e1dde9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
   border-radius: 2px;
    margin-bottom: 7px !important;
}

.row-fluid .span10 {
    width: 80%;
    margin-left: 2%;
}

.row-fluid [class*="span"] .sharedrep {
    float: left;
    margin-left: 2.5641%;
}

.modal {
    z-index: 99999;
}

.row-fluid .span3 {
    width: 24.0769%;
}

.mGrid .grdHeader {
    text-align: center;
}

.mGrid th {
    text-align: center;
}

input, textarea, .uneditable-input {
    width: 210px;
}

    input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
        width: auto;
    }

#recipeSideBox {
    background-color: rgb(250, 250, 250);
    border-color: rgb(255, 255, 255);
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.298);
    color: rgb(83, 43, 132);
    margin-top: 28px;
    padding: 7px;
    min-width: 190px;
}



.pagerCss td span {
    font-size: 22px;
    padding-left: 0px;
}

.pagerCss td {
    padding-left: 5px;
    font-size: 22px;
}

#ContentPlaceHolder_ddlType, #ContentPlaceHolder_ContentPlaceHolder_DashboardPatient_ddlType, #ContentPlaceHolder_ContentPlaceHolder_Dashboard_ddlType {
    width: auto;
}

select {
    background-color: #fff;
    border: 1px solid #d4cedf;
    width: 207px;
}

.recipe_container .horizontal_slider_list li {height: 400px;}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
    .recipe_container .horizontal_slider_list li {height: auto;}
}

#frmLogReg .w-container .w-form{font-size: 15px; margin-bottom: 20px;}
#frmLogReg .w-container .w-form:not(.formblock) {
    /*min-height: 380px;*/
    width: 412px;
    height: auto;
    background-color: #f4f2f8;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46px;
    padding-bottom: 25px;
    margin-top:110px;
    margin-bottom:110px;
}
@media (max-width: 640px) {
    #frmLogReg .w-container .w-form:not(.formblock) {
        width: 100%;
        padding-top: 18px;
        margin-top:20px;
    }
    .recipe_container .horizontal_slider_list li {height: 297px;}
}


.myrecipe-container input[type="submit"] + br { display:none; }


#frmLogReg .w-container .w-form input[type="submit"],
.myrecipe-container input[type="submit"]{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent; 
    padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #a3238e;
    border:2px solid #a3238e;
    border-radius: 30px;
    line-height: 1;
    letter-spacing: 0px;
    width: 180px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.myrecipe-container input[type="submit"]{
    float: none; margin-right: 18%;
}
@media (max-width: 640px) {
    .myrecipe-container input[type="submit"],
    .Center input[type="submit"]{
    margin-right: 0%;
    }
}
.myrecipe-container input[type="submit"]:active,
.myrecipe-container input[type="submit"]:hover,
.myrecipe-container input[type="submit"]:focus,
#frmLogReg .w-container .w-form input[type="submit"]:active, 
#frmLogReg .w-container .w-form input[type="submit"]:hover, 
#frmLogReg .w-container .w-form input[type="submit"]:focus{
    background-color: #871a75;
    color: #fff;
    border:2px solid #871a75;
    padding: 10px 20px 10px 20px;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}

.myrecipe-container input[value="Cancel"],
.Center input[value="Cancel"]{ 
    border: 1px solid #a3238e !important; 
    background-color: #fff !important; 
    color: #a3238e !important; 
    padding: 0;
    height: 40px !important;
    float: left;
    margin-left: 25%;
    margin-top: 0 !important;
    margin-right: 0;}

.Center input[value="Save"] {
    margin-right: 25% !important;margin-top: 20px !important;float: right;
}
@media (max-width: 640px) {
    .Center input[value="Save"] {
        margin-left: 12.5% !important;
        margin-right: 12.5% !important;
        float: left;
    }
}
/* Samsung galaxy tab 4 */
@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 1024px) {
     .Center input[value="Save"] {
        margin-left: 0% !important;
        margin-right: 10% !important;
        float: left;
    }
 
}
@media only screen (min-device-width: 1024px) 
{
#dvGridWidth .mGrid{min-width:850px}

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
   .Center input[value="Save"] {
        margin-right: 10% !important;
        margin-left: 10% !important;
    }
    .myrecipe-container input[value="Cancel"],
    .Center input[value="Cancel"]{ 
        margin-left: 10%;
    }
 #dvGridWidth .mGrid{max-width:600px !important;}
    #header {
        position: absolute;
    }
    select{padding:0 !important;}
}


.Center #scrollDiv input[value="Save"] {
   margin-top: 0px !important;
}
.myrecipe-container input[value="Cancel"]:active,
.myrecipe-container input[value="Cancel"]:hover,
.myrecipe-container input[value="focus"]:active,
.Center input[value="Cancel"]:active,
.Center input[value="Cancel"]:hover,
.Center input[value="focus"]:active
{ border: 2px solid #871a75 !important; background-color: #fff !important; color: #871a75 !important; padding: 10px 20px 10px 20px;}
@media (max-width: 640px) {
    .Center input[value="Cancel"] {margin-left: 12.5% !important;
        margin-right: 12.5% !important;}
}
/* Samsung galaxy tab 4 */
@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 1024px) {
    .Center input[value="Cancel"] {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
}
/* iPhone 5 Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .Center input[value="Save"] {
        margin-left: 6.5% !important;
        margin-right: 12.5% !important;
    }
    .Center input[value="Cancel"]{
        margin-left: 6.5% !important;
        margin-right: 12.5% !important;
    }
}
/* iphone 6 Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
     .Center input[value="Save"] {
        margin-left: 13% !important;
    }
    .Center input[value="Cancel"]{
        margin-left: 13% !important;
    }
}
/* iPhone 6 Plus Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .Center input[value="Save"] {
        margin-left: 17% !important;
    }
    .Center input[value="Cancel"]{
        margin-left: 17% !important;
    }
}
/* Weekly Meal Calendar buttons */
section#middle div.gallery-single div#divMain div#divWeek .divroundcorner input[value="Cancel"]{ 
    border: 1px solid #a3238e; background-color: #fff; color: #a3238e; padding: 0;
    height: 40px !important;float: left;
    margin-top: 15px !important;
    margin-right: 0 !important;}
section#middle div.gallery-single div#divMain div#divWeek .divroundcorner input[value="Cancel"]:active,
section#middle div.gallery-single div#divMain div#divWeek .divroundcorner input[value="Cancel"]:hover,
section#middle div.gallery-single div#divMain div#divWeek .divroundcorner input[value="focus"]:active
{ border: 2px solid #871a75; background-color: #fff; color: #871a75; padding: 10px 20px 10px 20px;}
section#middle div.gallery-single div#divMain div#divWeek .divroundcorner input[type="submit"]{
    float: none; margin-right: 18%;
}
section#middle div.gallery-single div#divMain div#divWeek .divroundcorner input[type="submit"]:first-of-type{margin-left: 10%;margin-right: 10%;}
section#middle div.gallery-single div#divMain div#divWeek .divroundcorner br {display: none;}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
    section#middle div.gallery-single div#divMain div#divWeek .divroundcorner input[type="submit"]{margin-left: 25% !important;margin-right: 0;margin-bottom: 10px;}
  }

#frmLogReg .w-container .w-form:not(.formblock) label.instruction {text-align: left;margin-left: 75px;margin-bottom: 7px;font-size: 14px;font-style: italic;}
@media (max-width: 640px) {
    #frmLogReg .w-container .w-form:not(.formblock) label.instruction { margin-left: 45px;}
}
#frmLogReg .w-container .w-form:not(.formblock) div.row-fluid {margin-bottom: 12px;}
#frmLogReg .w-container .w-form div.row-fluid select.input, 
#frmLogReg .w-container .w-form div.row-fluid select.dropdown {height: 40px !important;margin-bottom: 22px;font-weight: 300;font-size: 15px;}


#frmLogReg .w-container .pageContent div.row-fluid select {
  -webkit-appearance: none;
}

#frmLogReg .w-container .pageContent div.row-fluid select{
  overflow: hidden;
  background: url(images/select_down_chevron.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#frmLogReg .w-container .pageContent div.row-fluid select::-ms-expand {display: none;}



#frmLogReg .w-container .pageContent div.span12 label.instruction {font-weight: 400;color: #464646;padding-left: 0px;}

#frmLogReg .w-container .pageContent label.instruction span {color: #464646 !important;}
#frmLogReg .w-container .w-form .instruction {font-size: 15px; color: #4e2683; line-height: 13px; margin-top: 0;margin-bottom: 0;/*color: #f4f2f8;*/}
#frmLogReg .w-container .w-form div.instruction {margin-top: 10px;}
#frmLogReg .w-container .w-form div.instruction div.instruction {margin-top: 15px;}
#frmLogReg .w-container .w-form h4 {text-align: center;text-transform: uppercase;margin-top: 0; margin-bottom: 30px; font-size: 18px;}
#frmLogReg .w-container .pageContent input[type="text"],
#frmLogReg .w-container .pageContent input[type="password"] {height: 40px !important; margin-bottom: 22px;float: right;}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
    #frmLogReg .w-container .pageContent input[type="text"],
    #frmLogReg .w-container .pageContent input[type="password"] {float: left;width: 210px;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #frmLogReg .w-container .w-form {
        /*min-height: 387px;*/
    }
}

.div-navigation-bar {
    display: none;
}

@media screen and (max-width: 1024px) {
    #header .navbar-brand {
        display: block;
        top: 10px;
    }

    .doughnutSummaryTitle {
        /*font-size: 14px !important;*/
    }

    .doughnutSummaryNumber {
        /*font-size: 25px !important;*/
    }

    #recpTable {
        overflow: scroll;
    }

    .container {
        max-width: 100% !important;
    }
}

/* devices css */
/*@media screen and (max-width: 1024px) {
   .row-fluid .span3 {
     width:  100%;
    }
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input 
    {
     width:100%;   
    }
}*/
@media screen and (max-width: 1248px) {
    .row-fluid .span3 {
        width: 50%;
    }

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        width: 100%;
    }

    #ContentPlaceHolder_ddlType, #ContentPlaceHolder_ContentPlaceHolder_DashboardPatient_ddlType, #ContentPlaceHolder_ContentPlaceHolder_Dashboard_ddlType {
        width: 100%;
    }

    .sf-menu > li > a {
        padding: 10px 10px 8px;
    }
    .sf-menu > li > a:after {
         content: '';
        background: url(images/chevron_white_right.png) no-repeat;
        position: absolute;
        top: 30%;
        right: 20px;
        height: 10px;
        width: 8px;
    }
    .is-sticky .sf-menu > li > a {
        padding: 10px 10px 8px;
    }

    .row-fluid .span5 {
        width: 90%;
    }
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px)  {
    .sf-menu > li > a:after {
        right: 17px;
    }
}


@media screen and (max-width: 767px) {
    .row-fluid .span3 {
        width: 100%;
        text-align: left;
    }

    .row-fluid .span6 {
        width: 100%;
        text-align: left;
    }

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        width: 100%;
    }

    .row-fluid .span5 {
        width: 90%;
    }

    .row-fluid .sharedrep .span2 {
        width: 95%;
    }
    .row-fluid .sharedrep .span2 img {
        width: 100%;
    }
    .row-fluid .sharedrep .span10 {
        width: auto;
    }
}

.textboxwait {
            background-image: url('../images/progress.gif');
            background-repeat: no-repeat;
            background-position: center right;
            border: #cfcfcf 1px solid;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            width: 215px;
            font-size: 12px;
            line-height: 21px;
            height: 23px;
            padding-left: 3px;
            margin: 0;
        }
 .ui-autocomplete-loading {
            background-image: url('../images/progress.gif');
            background-repeat: no-repeat;
            background-position: center right;
            border: #cfcfcf 1px solid;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            width: 215px;
            font-size: 12px;
            line-height: 21px;
            height: 23px;
            padding-left: 3px;
            margin: 0;
        }
        .textboxwait1 {
            background-image: url('../images/ajax_loading.gif');
            background-repeat: no-repeat;
            background-position: center right;
            background-position-x: 395px;
            border: #cfcfcf 1px solid;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            width: 215px;
            font-size: 12px;
            line-height: 21px;
            height: 23px;
            padding-left: 3px;
            margin: 0;
        }
   

.modal-accept .modal-title {
    margin: 10px 0;
    width: 193px;
    height: 45px;
    display: inline-block;
    text-indent: -9999em;
    background: transparent url('images/modal_logo.png') no-repeat;
}

.modal-accept p {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .modal-accept p {
        font-size: 13px;
    }
}

.modal-accept .modal-header,
.modal-accept .modal-body {
    padding:  15px 35px;
}

.modal-accept .modal-footer {
    display: none;
}

.g-recaptcha{    max-width: 275px;margin: auto;margin-bottom:20px;}
.g-recaptcha1{        max-width: initial;margin: 0;}