﻿
.header-layout-heading {
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.popupboxbgcolor {
    background: #fff2db;
}

/* ******** for header graphics options - START ********** */
.regprocessinnerheaderoption {
    width: 100%;
    /*margin: 0px 100px;*/
    float: left;
    overflow-y: auto;
    height: 100%;
    font-size: 14px;
}

.regprocessinnerheaderoption input[type="radio"] {
    margin-right: 10px;
}
.regprocessinnerheaderoption input[type="text"] {
	margin: 10px 28px;
	width: 300px;
    /*margin: 10px 11px 10px 28px;
    width: 227px;*/
}   
.regprocessinnerheaderoption textarea {
    margin: 10px 28px;
    width: 300px;
}  

/* ******** for header graphics options - END ********** */

.cancelbutton1 {
	background: #d96204; /* For browsers that do not support gradients */
    background-image: linear-gradient(#fccd01 3px, #d19318 18px);
    width: 220px;
}

.cancelbutton1:hover {
    background-image: linear-gradient(#dc7016 3px, #dc7016 18px);
}

.edit-btn {
	background: #d96204; /* For browsers that do not support gradients */
    background-image: linear-gradient(#ff9006 5px, #dc7016 16px);
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 28px;
    color: #ffffff;
    font-weight: bolder;
    font-size: 14px;
    border: 0px;
    cursor: pointer;
    width: 90px;
    text-align:center;
}

.edit-btn:hover, {
    background-image: linear-gradient(#dc7016 3px, #dc7016 18px);
}

.edit-header-options {
    margin: 30px;
}
.edit-header-options table td {
    border-top:1px solid #f5c82d;
    padding: 10px 0;
}

.edit-header-options table td:last-child {
    width: 28%;
}

.edit-header-options table td:last-child {
    width: 60px;
}

.edit-header-options tr:last-child td {
    border-top:1px solid #f5c82d;
    border-bottom:1px solid #f5c82d;
}

/*** registration-credentials-START  ***/
.bottomtext {
    /*padding: 5px;*/
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 10px;
/*    border-bottom-style: solid;
    border-bottom: solid;
    border-bottom-color: blue;
    border-bottom-width: 1px;*/
}

.bottomtext ul {
    list-style-image: url('/images/bullet.gif');
    color: #27333b;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.bottomtext li {
    padding-bottom: 10px;
}

.bottombuttons {
    text-align: center;
}
/*** registration-credentials-END  ***/

/* *********** accordion button-START *********** */

button.accordion {
    background: url(/App_Themes/Sixwise/images/HelpText_Ico.jpg) no-repeat;
    color: #3278A3;
    height: 16px;
    cursor: pointer;
    padding: 0 5px 0 20px;
    border: none;
    outline: none;
    font-size: 11px;
    transition: 0.4s;
    margin: 5px 0 5px 105px;
}

button.accordion.active, button.accordion:hover {
    background-color: #e0eaf7;
}

div.panel {
    background-color: #fdfbf3;
    border: 1px solid #eae7da;
    padding: 5px;
    font-size: 11px;
    color: #000000;
    transition: max-height 0.2s ease-out;
    margin-left: 105px;
    display: none;
}

/* *********** accordion button-END *********** */

/* *********** center buttons of dialog boxes-START *********** */
.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    padding: 3px 25px;
}
/* *********** center buttons of dialog boxes-END *********** */
@keyframes blink {
    50% {
        opacity: 0;
    }
}

.main-update-h2-blinking-text {
    animation: blink 1s linear infinite;
    color: #dc8100;
}
.main-update-text {
    font-style: italic;
    font-weight: bold;
}
