/* @import url("buttons.css");*/
h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color:#666;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 13px;
    line-height: 35px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 11px;
}
b {
    font-weight: bold;
}
p {
    line-height: 115%;
    padding-left: 0px;
    padding-top:0px;
    margin-top:0px;
    font-size:14px;
}

:focus {
    outline:0px;
}

img.mid_align {
    vertical-align: middle;
    margin-right: 4px;
    border: 0;
}
.showme {
    display: inline;
}
.hideme {
    display: none;
}
/*label {
        font-weight: bold;
        text-transform: capitalize;
}*/
label.disabled {
    color: #aaa;
}
.labelname {
    border: solid 1px #C9C9C9;
    outline: 0;
    line-height: 28px;
    height: 28px;
    padding: 6px 20px 8px 20px;
    margin-left: 2px;
}
.clear {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
}
.f_help {
    display:block;
    font-size:15px;
    line-height:115%;
    padding:8px;
    color:#404040;

    font-style: italic;
}
.f_help span {
    color:#F00
}
.f_label {
    position:absolute;
    margin-top:-18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.preloader {
    display:inline-block;
    background-color: #ffffff;
    background-image: url(../../Images/loader1.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
/*
        loading layout
*/
#overlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#111;
    /*	opacity:0.1;
    filter:alpha(opacity=10);*/
    z-index:1000;
    display: none;
}
#preloader {
    background: #000000 url(../../Images/loadder/preloader.gif) no-repeat 12px 10px;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 50%;
    width: 90px;
    z-index: 1209;
    opacity:0.8;
    filter:alpha(opacity=80);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    text-shadow:none;
    display: none;
}
#pageload {
    background: #000000;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -55px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 120px;
    z-index: 1006;
    opacity:0.8;
    filter:alpha(opacity=80);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    text-shadow:none;
    display: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::focus-inner {
    padding: 0;
    border: 0;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #e9e9e9;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: none;
    background-image: url(../../Images/bg/NavBg.png);
}
ul.tabs li span {
    color: #999;
    display: block;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
    font-size: 11px;
}
ul.tabs li a {
    text-decoration: none;
    color: #999;
    display: block;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
    font-size: 11px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
ul.tabs li a:hover {
    color: #000;
    background-image: url(../../Images/bg/NavBgHover.png);
}
ul.tabs li.active a {
    color: #900;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
ul.tabs li.active, ul.tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}
.tab_container {
    border: 0px solid #e9e9e9;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding-top: 15px;
}
.tab_content {
    padding: 0px;
    min-height: 50px;
    display: none;
}
.tab_content .uibutton-group {
    position: relative;
    margin-top:-41px;
    margin-right:0px;
    float:right;
}
a {
    color: #5b5b5b; /* Grey */
    text-decoration: none;
    text-shadow: 0px 0px 0px transparent;
    cursor: pointer;
}
/*a:active {
        color: #077194;  Blue 
        text-decoration: none;
        text-shadow: 0px 0px 0px transparent;
}*/
/*a:hover {
        color: #077194;
        text-decoration: none;
        text-shadow: none;
}*/

.inner h3 {
    color:#666;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    font-size:18px;
    text-transform:uppercase;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 13px;
    line-height: 35px;
}
.show_add, .load_page, .show_edit {
    position: relative;
}
/*
------------------------------------------------------------
                 icon click open file manager
------------------------------------------------------------
*/

.show_add, .show_edit {
    margin-left:15px;
}
#open_icon, #open_icon2, #open_icon3, #open_icon_edit {
    height: 30px;
    width: 36px;
    margin: 0 0 0 -1px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    background-image: url(../../Images/openFiles.png);
}
.data, .dataSet, .dataImg {
    display:none;
}
/*
------------------------------------------------------------
                 title bar
------------------------------------------------------------
*/
.boxtitle {
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 10px;
    color: #AAA;
    padding:0px 0 15px 0;
    /*	height: 35px;*/
    line-height: 18px;
    text-transform: uppercase;
    font-size: 10px;
}
.boxtitle img {
    margin-right: 3px;
    margin-bottom: -2px;
}
.boxtitle.min {
    margin-bottom: 5px;
}
/*
------------------------------------------------------------
                 Deletezone 
------------------------------------------------------------
*/
.deletezone {
    width: 100%;
    border:1px dashed #EEE;
    min-height: 250px;
    margin-top:20px;
    text-align: center;
    text-transform: uppercase;
    color: #AAA;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 250px;
    background-image: url(../../Images/icon/bin.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.deletezone img {
    margin-bottom: -4px;
}
.deletezoneover {
    border:1px dashed #000;
}
.deletezonedragging {
    border:1px dashed red;
    color: #F00;
}
.deletezone.small {
    min-height: 200px;
    line-height: 200px;
    font-size: 10px;
    text-transform: capitalize;
    margin: 0;
}
/*
------------------------------------------------------------
                 input Type 
------------------------------------------------------------
*/
textarea {
    background-position: 5px 5px;
    border: solid 1px #dddddd;
    outline: 0;
    padding: 7px 7px;
    min-height: 35px;
    overflow: auto;
    font-family: 'Puritan20Normal'!important;
    color: #5b5b5b;
    border-color: #C9C9C9;
}
/*input[type=text] {
    height: 28px;
    font-family: 'Puritan20Normal';
}*/
/*input[type=text]:not(.search-field), input[type=password] {
    background-color: white;
}
input[type=text]:not(.spinner):not(.ui-widget-content):not(.toolbar_txtbox),.fileupload {
    font-size: 13px;
    color: #5b5b5b;
    background-position: 5px 5px;
    border: solid 1px #cecece;
    outline: 0;
    border-radius: 6px;
    width: 220px;
    padding: 0px 0px 0px 7px;
    box-shadow:1px 1px 2px #f5f5f5;
    -webkit-box-shadow:1px 1px 2px #f5f5f5;
    box-shadow:1px 1px 2px #f5f5f5;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}*/
/*input[type=password] {
    font-size: 13px;
    color: #aeaeae;  
    background-position: 5px 5px;
    border: solid 1px #cecece;
    outline: 0;
    border-radius: 6px;
    width: 220px;
            max-width: 420px;
    	line-height: 28px;
    height: 28px;
    padding: 0px 0px 0px 7px;
    box-shadow:1px 1px 2px #f5f5f5;
    -webkit-box-shadow:1px 1px 2px #f5f5f5;
    box-shadow:1px 1px 2px #f5f5f5;
    	-webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
    font-family:'Arial';
}*/
/*input[type=text]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus {
    border-color: #C9C9C9;
    box-shadow:0px 0px 8px #dddddd;
    -webkit-box-shadow:0px 0px 8px #dddddd;
    box-shadow:0px 0px 8px #dddddd;
}*/
/*input[type=text]:disabled, input[type=password]:disabled {
    background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
    background: linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
    color: #666;
}*/
/*input[type=text].error, input[type=password].error {
    height: 30px;
    border: 1px #F00 solid;
    background-position: 5px 5px;
    padding-left: 5px;
}*/

/* placeholder */
:-webkit-input-placeholder ,input:placeholder,.placeholder{
    color:#cccccc;
    line-height: 28px;
}
/*select box */
/*select[multiple] {
    padding: 6px;
    border: solid 1px #dddddd;
    font-size: 12px;
    color:#666666;
}
select:focus {
    border-color: #C9C9C9;
    box-shadow:0px 0px 8px #dddddd;
    -webkit-box-shadow:0px 0px 8px #dddddd;
    box-shadow:0px 0px 8px #dddddd;
}
.ui-selectmenu {
    display : inline-block;
    position : relative;
    border : 1px solid #dddddd;
    margin : 0 3px 0 0;
    text-decoration : none;
    overflow : hidden;
    outline : none;
    width : 150px;
    height : 28px;
    box-shadow:1px 1px 2px #f5f5f5;
    -webkit-box-shadow:1px 1px 2px #f5f5f5;
    box-shadow:1px 1px 2px #f5f5f5;
    background-color: white;
}
a.ui-selectmenu, a.ui-selectmenu:link, a.ui-selectmenu:active, a.ui-selectmenu:visited {
    text-decoration : none;
}
.ui-selectmenu-status {
    float : left;
    padding : 7px 10px 0;
    outline : none;
    overflow : hidden;
    font-size : 14px;
    font-weight : 100;
    cursor : pointer;
    	color : #aeaeae;
    color: #5b5b5b;
    text-decoration : none;
    width : 105px;
    height : 15px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ffffff;
    font-weight: normal;
    color: #404040;
}
.ui-state-active .ui-icon.ui-selectmenu-icon {
    background : url(../../Images/forms/seleteup.png) no-repeat right top transparent;
}
.ui-state-highlight .ui-icon.ui-selectmenu-icon {
    background : url(../../Images/forms/seletedown.png) no-repeat right top transparent;
}
.ui-icon.ui-selectmenu-icon {
    float : right;
    width : 32px;
    height : 30px;
    position: absolute;
    right:0;
    background-color: transparent;
    background-image: url(../../Images/forms/seletedown.png);
    background-repeat: no-repeat;
    background-position: right -2px;
}
a.ui-selectmenu {
    text-decoration : none;
}
.ui-selectmenu-menu {
    position : absolute;
    display : none;
    top : 0;
    z-index : 9999;
    background-color : #FFFFFF;
    border : 1px solid #dcdcdc;
    padding : 0;
    margin : 1px 0 0 0;
    list-style : none;
    overflow : auto;
    width : 150px;
    max-height : 175px;
}
.ui-selectmenu-open {
    display : block;
}
.ui-selectmenu-menu li {
    display : block;
    background : #FFFFFF;
    border-top : 1px solid #f5f5f5;
    line-height:25px;
    outline : none;
    padding : 0;
    margin : 0;
}
.ui-selectmenu-menu li:first-child {
    border-top : none;
}
.ui-selectmenu-menu li a {
    display : block;
    padding : 6px 10px;
    outline : none;
    overflow : hidden;
    font : 13px;
    font-weight : 100;
    cursor : pointer;
    color : #404040;
    text-decoration : none;
}
.ui-selectmenu-menu li a:hover, li.ui-selectmenu-item-selected a {
    background : #c2e3f0;
}
.ui-selectmenu.small, .ui-selectmenu-menu.small {
    width : 75px;
}
.ui-selectmenu.small .ui-selectmenu-status {
    width : 40px;
}
.ui-selectmenu.big, .ui-selectmenu-menu.big {
    width : 300px;
}
.ui-selectmenu.big .ui-selectmenu-status {
    width : 255px;
}*/

.multiple {
    display : block;
    border : 1px solid #c5c5c5;
    outline : 0;
    padding : 5px;
    cursor : text;
    font : 12px/2em Arial;
    color : #1c1c1c;
    width : 100%;
}
.searchBox{
    position:absolute;
    /*	width: 300px;*/
    height: 21px;
    margin-top:-21px;
    margin-left:-1px;
    /*	left:240px;
            top:150px;*/
}
.searchAutocomplete {
    background-image: url(../../Images/options2.jpg);
    width: 91px;
    height: 21px;
    cursor:pointer;


}
/*.searchAutocomplete:hover {
        opacity:0.6;
        filter:alpha(opacity=60);
}*/
.searchText{
    display:none;
    position: absolute;
    background-color:#000;
    padding:5px;
    z-index:15;
}
.searchText input{
    background: url(../../Images/search-white.png) no-repeat 10px 6px #f8f8f8!important;
    border : 1px solid #dcdcdc;
    outline : 0;
    padding : 0px 5px 0px 30px;
    width : 166px;
}
.formEl_b {
    padding: 10px 0px 20px 0px;
}
/*fieldset {
                position:relative;
                padding:20px;
                padding: 0px 20px;		
                border:1px solid #ccc;		
                margin-bottom:16px
}
fieldset legend {
                position:relative;
                margin-left:-10px;
                font-weight:700;
                border:1px solid #ccc;
                background:#f2f2f2;
                font-size:12px;
                line-height:24px;
                padding:0 10px;
                *margin-bottom:20px
}	*/
.formEl_b fieldset {
    border:1px solid #e6e6e6;
    padding:20px 20px 20px 20px;
    background:#ffffff;
    margin: 0 0;
}
.formEl_b fieldset legend {
    font-weight:700;
    border:1px solid #e6e6e6;
    background:#f2f2f2;
    font-size:12px;
    line-height:24px;
    padding:0px 10px;
    margin-left:-10px;
    margin-bottom: 20px;
}
.formEl_b fieldset legend span {
    color:#F00;
}
.sepH_b {
    margin-bottom:12px;
}
/*
                ------------------------------------------------------------
                Form input
                ------------------------------------------------------------
*/
form input.xxsmall {
    width: 5%;
    text-align: center;
}
form input.xsmall {
    width: 10%;
    text-align: center;
}
form input.small {
    width: 20% !important;
}
form input.medium, form textarea.medium {
    width: 40%;
    max-width:40%;
    font-size:15px;
}
form input.large, form textarea.large {
    width: 69%;
    max-width:69%
}
form textarea.largeXL {
    width: 89%;
    max-width:89%;
    height:350px;
}
form input.full, form textarea.full {
    width: 95%;
    max-width:95%
}
form .limitchars{
    font-size:14px;
    color:#aaaaaa;
    text-align:right;
}
form div.section {
    background-color: #EAE9E9;
    min-height: 80px;
    padding: 10px 0;
    width: 100%;
}
#navi-header-signup{
    padding: 5px 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
#navi-header-signup h1{
    font-size: 3.25em;
    text-transform: uppercase;
    background: url("../../Images/1.1/grey-diagonals.jpg") repeat scroll 0% 0% transparent;
    line-height: 0.725;
    padding: 0px;
    margin: 0px 0px 0.5em;
}
#navi-header-signup strong{
    display: inline;
    background-color: rgb(255, 255, 255);
    /*    font-weight: bold;*/
}
#validation .div-signup{
    background-color: white;
    color: #5b5b5b;
    padding: 0px 0 13px 0;
    width: 100%;

}
#validation .div-signup label{
    /*font-weight: bold;*/
    font-size: 18px;
    text-transform: none;
    padding-left: 0px;
    margin-top: 20px;
    color: #5b5b5b;
    min-width: 200px;
}
#validation .div-signup >label{
    float: left;
}
#validation .div-signup input{
    color: #000;
    min-width: 250px;
}
#validation .div-signup > div:not(.formErrorContent){
    color: #404040;
    position: relative;
    padding: 13px 0 0px 0;
}
.signup a.btn{
    width: 350px;
}
.signup .medium-btn-signup {
    text-align: center;
}

#validation .medium-btn-signup {
    padding-top: 17px;
}

.btn-signup{
    width: 100%;
    padding: 1px;
    /*    margin-left: 220px;*/
    color: white;
    font-size: 25px;
}
.signup .signup-normal {
    width: 100%;
    float: left;
    display: inline-block;
}
.signup .signup-normal-ref {
    width: 55%;
}
.signup .dotted-line {
    border: 1px black dotted;
    width: 0px;
    height: 370px;
    float: left;
    display: inline-block;
}
.signup .signup-social {
    width: 100%;
    display: inline-block;
}
.signup .signup-social .signup-social-text {
    padding: 50px 0px;
    font-size: 18px;
    text-align: center;
}
.signup .signup-social .medium-btn-signup a.btn{
    width: 350px;//200px;
}
/*.btn-signup a{
    color: white;
    text-decoration: none;
    font-size: 2.625em;
    margin-top:3px;
}*/

form div.section:first-child, .modal_dialog form div.section:first-child {
    border-top: none
}
form div.section.last, .modal_dialog form div.section.last {
    border-bottom: none
}
form div.section > div {
/*    color: #404040;
    	font-size: 11px;
    margin-left: 220px;
    position: relative;
    padding: 13px 0 0px 0;*/
}
form div.section > div > label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}
form div.section > div > .select_box {
    margin-left: -1px;
    position:absolute;
    display:inline-block;
}
/*label is bold */
form div.section > label {
    color: #666;
    float: left;
    margin-right: 0;
    margin-top: 2px;
    /*	width: 200px;*/
    padding: 11px 0 0 12px;
    font-size: 22px;
    font-weight: bold; 
    /*	text-transform: uppercase;*/
    /*	border-left:5px solid #CCC;*/
}
.simple{
    font-size: 15px;;
    border-left:none!important;
    text-transform: none !important;   
}
form div.section_small > label {
    color: #404040;
    float: left;
    margin-right: 0;
    margin-top: 2px;
    width: 200px;
    padding: 11px 0 0 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-left:5px solid #CCC;
}
form div.section > div >label.red {
    color:#F00;
    text-transform: uppercase;
}
/*form div.section label small {
        color: #939393;
        display: block;
        font-size: 16px;
        font-weight: lighter;
        line-height: 13px;
        margin-top: 3px;
        text-transform: none;
        padding-top: 10px;
}*/
form div.section label span#clue{
    color: #939393;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 13px;
    margin-top: 3px;
    text-transform: none;
    padding-top: 10px;
}
ul.rowData li {
    float: left;
    margin-right: 2px;
}
ul.rowData li.sep {
    line-height:30px;
}
ul.rowData li > input {
    text-align: center;
}
/*alertMessage*/
#alertMessage {
    font-size:16px;
    font-weight:bold;
    padding:15px 25px 15px 45px;
    position:fixed;
    text-align:center;
    width:auto;
    z-index:100001;
    cursor:pointer;
    font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
    background-color:#C2E3F0;
    color:#34667A;
    text-shadow:1px 1px 1px #C8EBFB;
    display:none;
    right: -20px;
    text-transform: uppercase;
    bottom: 25px;
    opacity:0;
    filter:alpha(opacity=0);
    background-image: url(../../Images/info.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.alertMessage {
    font-size:16px;
    font-weight:bold;
    padding:15px 25px 15px 45px;
    width:auto;
    cursor:pointer;
    font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
    background-color:#C2E3F0;
    color:#34667A;
    text-shadow:1px 1px 1px #C8EBFB;
    text-transform: uppercase;
    margin-bottom:15px;
    background-image: url(../../Images/info.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
#alertMessage span, .alertMessage span {
    border-left: 1px #488eaa solid;
    border-right: 1px #efefef solid;
    margin-right:10px;
    padding:5px 0px;
}
#alertMessage.error, .alertMessage.error {
    background-color:#fc4a48;
    color:#5A0000;
    text-shadow:1px 1px 1px #E64040;
    background-image: url(../../Images/error.png);
    border: 1px #a93a25 solid;
}
#alertMessage.error span, .alertMessage.error span {
    border-left: 1px #7a0202 solid;
    border-right: 1px #f08c8a solid;
    margin-right:10px;
    padding:5px 0px;
}
#alertMessage.success, .alertMessage.success {
    background-color:#9bc652;
    color:#324e03;
    text-shadow:1px 1px 1px #5c9201;
    background-image: url(../../Images/checkmark2.png);
    border: 1px solid #69a44d;
}
.alertMessage.success span {
    border-left: 1px #688901 solid;
    border-right: 1px #d0e4a7 solid;
    margin-right:10px;
    padding:5px 0px;
}
#alertMessage.warning, .alertMessage.warning {
    background-color:#fcdb72;
    color:#987402;
    text-shadow:1px 1px 1px #e7b104;
    background-image: url(../../Images/help.png);
}
#alertMessage.warning span, .alertMessage.warning span {
    border-left: 1px #987402 solid;
    border-right: 1px #fff0c2 solid;
    margin-right:10px;
    padding:5px 0px;
}
/* styled checkboxes */
.iPhoneCheckContainer {
    position:relative;
    height:27px;
    cursor:pointer;
    overflow:hidden;
    border: 2px #f1f1f1 solid;
}
.iPhoneCheckContainer:hover {
    border: 0px #ffffff solid;
    margin:2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
}
.iPhoneCheckContainer input {
    position:absolute;
    top:5px;
    left:30px;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0
}
.iPhoneCheckContainer label {
    white-space:nowrap;
    font-size:10px;
    font-weight: bold;
    line-height:16px;
    text-transform:uppercase;
    cursor:pointer;
    display:block;
    height:22px;
    position:absolute;
    width:auto;
    top:0;
    padding-top:5px;
    overflow:hidden
}
.iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select:none;
    user-select:none;
    -khtml-user-select:none
}
.iPhoneCheckDisabled {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity:0.5
}
label.iPhoneCheckLabelOn {
    color:#FFF;
    background:url(../../Images/on.png) no-repeat left top;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
    left:0;
    padding-top:5px
}
label.iPhoneCheckLabelOn span {
    padding-left:13px
}
label.iPhoneCheckLabelOff {
    color:#FFF;
    background:url(../../Images/off.png) no-repeat right 0;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
    text-align:right;
    right:0
}
label.iPhoneCheckLabelOff span {
    padding-right:11px
}
.iPhoneCheckHandle {
    display:block;
    height:27px;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    background:url(../../Images/slider_left.png) no-repeat;
    padding-left:3px
}
.iPhoneCheckHandleRight {
    height:100%;
    width:100%;
    padding-right:3px;
    background:url(../../Images/slider_right.png) no-repeat right 0

}
.iPhoneCheckHandleCenter {
    height:100%;
    width:100%;
    background:url(../../Images/slider_center.png)
}
.responMsg {
    width: 40%;
    padding: 40px 0 0px 0;
    margin: auto;
    display:none;
}
.responMsg > div {
    text-align: center;
    padding: 50px 0;
    border: 1px #eeeeee dashed;
}
.responMsg h2 {
    display: block;
}
.responMsg a {
}
#versionBar {
    height: 50px;
    background-color: #000;
    background-image: url(../../Images/top_bgrepeat.jpg);
    text-shadow:none;
    color:#FFF;
    text-align: right;
    font-size:10px;
    line-height: 50px;
    padding: 0 0px;
}
#login {
    width: 400px;
    margin: auto;
    height: 600px;
    margin-top: 100px;
}
#login .inner_login{
    width: 400px;
}
#login .ribbon {
    background-image: url(../../Images/logform.png);
    position: absolute;
    width: 111px;
    height: 110px;
    z-index: 12;
    margin-top: -8px;
    margin-left: -9px;

}
#login .shadow {
    position: absolute;
    width: 434px;
    z-index: -1;
    margin-top: 5px;
    background-image: url(../../Images/shadowForm.png);
    height: 33px;
    margin-left: -20px;
}
#login .inner {
    background-color:#FFF;
    border: 1px #cccccc solid;
    min-height: 230px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

#login .logo {
    width:191px;
    height:41px;
    margin:20px auto;
    text-align:center;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);
    top: 5%;
    left: 50%;
    margin-left: -95px;
    z-index: 11;
    background-color: #FFF;
}
#login .formLogin {
    width:100%;
    text-align:center;
    margin:auto;
    position: relative;
    left: -100px;
    opacity:0;
    filter:alpha(opacity=0);
    height: 150px;
    padding: 90px 0px 20px 0px;
    border-radius: 15px;
    -webkit-border-radius: 15px;

}
#login #username_id, #login #password {
    font-size: 25px;
    background-repeat:no-repeat;
    /*	padding-left: 35px;*/
    text-align:center;
    margin:auto;	
    height: 35px;
    background-position: 2px 3px;
    /*	background-position:right center; */
    line-height: 35px;
    color: #999;
    width: 80%;
    margin-bottom: 10px;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}
#login #username_id:focus, #login #password:focus {
    color:#000;
}
#login #username_id {
    background-image: url(../../Images/icon/user_.png);
}
#login #password {
    background-image: url(../../Images/icon/pass_.png);
}

#login #input-email,#input_username, #login #input_password, #input_password_conf {
    height: 45px;
    width: 395px;
    border: none;
    font-size: 22px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 8px;
    padding-left: 30px;
    border: 1px solid rgb(206, 206, 206);
}
#login .loginButton{
    width:80%;
    padding:0px 5px;
    margin: 5px auto 20px auto;
}

div.hg-processing {
    display: none;
    background: #F3F1F0;
/*    background: #F3F1F0 url(../../Images/loadder/loader_green.gif) no-repeat center;*/
    padding: 5px;
    height: 24px;
    border: 1px solid rgb(238, 233, 233);
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    width: 400px;
}

.wrapper-page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    background-color: #fff;
}
.page-loader {
    color: white;
    margin: auto;
    width: 40%;
    background: #f89934;
    border-radius: 5px;
    /*border: 1px solid #f89934;*/
    height: 42px;
    margin-top: 52px;
    line-height: 2.5;
    text-align: center;
    background: url(../../Images/loadder/wave_loader.gif) no-repeat #f89934 center;
}

.text_success {
    font-size:14px;
    text-align:center;
    margin:0px 0 35px 0;
    line-height:25px;
    position: absolute;
    left: 50%;
    width: 200px;
    top: 50%;
    z-index: 50;
    margin-left: -100px;
    text-transform: uppercase;
    padding: 20px 0px;
    margin-top: -100px;
    display: none;
}
.text_success img {
}
.text_success span {
    display: block;
    padding: 10px;
    color: #CCC;
}

/*
------------------------------------------------------------
                 grid in content
------------------------------------------------------------
*/
.oneTwo {
    width: 49%;
    display: inline;
    float: right;
}
.oneTwo:first-child {
    float:left;
}
.oneThree {
    width: 30%;
    display: inline;
    float: left;
    margin-left: 2%;
}
.oneThree:first-child {
    margin-left: 0;
    float: left;
}
.twoOne {
    width: 66%;
    float: right;
    margin-left: 2%;
}
.twoOne:first-child {
    margin-left: 0;
    float: left;
}
.oneFour {
    width: 23%;
    float: left;
    margin-left: 2.6%;
}
.oneFour:first-child {
    margin-left:  0px;
}
/*
------------------------------------------------------------
        widget ,  column
------------------------------------------------------------
*/

.topcolumn { 	 }
.widget {
    border: 1px solid #cdcdcd;
    margin: 0px 0 20px 0;
}
.widget.noborder {
    border : none;
}
.widget .header.border {
    border:1px solid #cdcdcd;
    border-bottom:none;
}
.widget .header {
    height: 40px;
    border-bottom: none;
    background: #ffffff; /* Old browsers */
    background: linear-gradient(top, #ffffff 19%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 19%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 19%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 19%, #ededed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 19%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );/*  IE6-9 */
}
.widget .header span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0 0 15px;
    float: left;
}
.widget .header span img {
    margin-right:5px;
}
.widget .content {
    background: #ffffff url("../../Images/inner-shadow.png") repeat-x;
    border-top: 1px solid #cecece;
    padding: 15px 25px;
    min-height: 50px;
}
#buttom_top {
    height: 20px;
    width: auto;
    text-align: right;
    float: right;
    padding: 7px 7px 0 0;/*	border: 1px #CCCCCC solid;*/
}
#buttom_top img {
    margin-bottom: -3px;
    padding-right: 0px;
}
/*
------------------------------------------------------------
         two column
------------------------------------------------------------
*/
.column_left, .column_right {
    width: 49%;
    float: left;
    padding-left:1%;
    margin-bottom: 0px;
}
.column_left {
    padding-right:1%;
    padding-left:0;
}
.noshadow {
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
/*
------------------------------------------------------------
         modal_dialog
------------------------------------------------------------
*/


.modal_dialog {
    width:550px;
    min-height:250px;
    margin-bottom:0;
    background-color:#FFF;
    text-shadow:none;
}
.modal_dialog .header {
    margin: 0;
    padding: 0;
    float: left;
    background-color:#000;
    width: 100%;
    height: 40px;
}
.modal_dialog .header span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color:#FFF;
    padding: 10px 0 0 15px;
    float: left;
    width: auto;
    cursor: n-resize;
    text-shadow:none;
}
.modal_dialog .header .close_me {
    float:right;
    color: #FFF;
    padding:12px 10px 0 0;
}
.modal_dialog .header .close_me a {
    color: white;
    font-size:9px;
    font-family:Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    text-transform:uppercase;
    padding: 5px;
}
.modal_dialog .header .close_me a:hover {
    color: #dddddd;
}
.modal_dialog .header .close_me a img {
    margin-bottom:-3px
}
.modal_dialog .content {
    padding: 15px 25px;
    background-color:#eeeeee;
}
.modal_dialog form div.section {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    padding: 0px 0 13px 0;
}
/* 
------------------------------------------------------------
          filestyle
------------------------------------------------------------
*/
.txtpart {
    padding-top:50px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#aaaaaa;
    display:block;
    padding-left:5px;
}
/*
------------------------------------------------------------
         mutiupload
------------------------------------------------------------
*/
.upload-group {
    background: #fafafa;
    height: 38px;
    border-top: none;
    width:auto;
    padding: 0 20px;
}
#uploadButton {
    height:26px;
    opacity:0.9;
    filter:alpha(opacity=90);
    position:absolute;
    width:92px;
    float: left;
    z-index: 5;
    margin-left: 20px;
}
#uploadButton_edit {
    height:26px;
    opacity:0.9;
    filter:alpha(opacity=90);
    position:absolute;
    width:92px;
    float: left;
    z-index: 5;
    margin-left: 20px;
}
#uploadDisableBut { 
    opacity:0.2;
    filter:alpha(opacity=20);
    position:absolute;
    background-color:#ffffff;
    height:26px;
    width:155px;
    z-index: 5;
    margin-left:-3px;
}
#uploadButtondisable {
    height:26px;
    opacity:0.2;
    filter:alpha(opacity=20);
    position:absolute;
    background-color:#F00;
    width:87px;
    float: left;
    z-index: 5;
    margin-left: 115px;
}
#uploadButtondisable_edit {
    height:26px;
    opacity:0.2;
    filter:alpha(opacity=20);
    position:absolute;
    width:87px;
    float: left;
    z-index: 5;
    margin-left: 115px;
}
#uploadButtondisable.uploadme {
    height:26px;
    opacity:0.2;
    filter:alpha(opacity=20);
    position:absolute;
    width:160px;
    float: left;
    z-index: 5;
    margin-left: 0px;
}
#status-message, #status-message_edit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: capitalize;
    text-align: right;
    color: #666;
    padding-left: 5px;
}
.demo-box {
    width: auto;
}
.uploadifyQueueItem {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    height: 50px;
    padding: 10px;
}
.uploadifyError {
    background-color: #FDE5DD !important;
    border: none !important;
    border-bottom: 1px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
    float: right;
}
.uploadifyQueue .completed {
    color: #C5C5C5;
}
.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadifyProgressBar {
    background-color: #bedd17;
    height: 20px;
    width: 1px;
}
.custom-queue {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../components/uploadify/add.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.custom-queue.dialog {
    min-height: 355px;
    width: 100%;
}
#open_file {
    width: 100px;
    position:relative;
    display: inline-stack;
    display: inline-block;
    vertical-align: top;
    margin:0 3px 3px 0;
    padding:1px 0;
    text-align:center;
    border:1px solid #ccc;
    background-color:#eee;
    padding:.3em .7em;
    cursor:pointer;
}
/*
------------------------------------------------------------
         chart demo 
------------------------------------------------------------
*/
#tooltip, #tooltipPie, .legendBG {
    background-color: #ffffff;
    text-align:center;
    border:2px #CCCCCC solid;
    cursor:pointer;
    font-size:11px;
    padding:10px;
    text-shadow:none;
    color:#aaaaaa;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 2px 2px 2px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa;
    opacity: 0.8;
    -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity = 80)';
    filter: alpha(opacity = 80);
}
.legendBG {
    margin-top:-30px;
    box-shadow: 2px 2px 2px #eeeeee;
    -webkit-box-shadow: 2px 2px 2px #eeeeee;
    box-shadow: 2px 2px 2px #eeeeee;
    padding:7px 10px;
}
#tooltip {
    margin-top:-5px;
}
#tooltip b, #tooltipPie b {
    color:#000;
}
#tooltipPie:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
    box-shadow: 2px 2px 2px #999999;
    -webkit-box-shadow: 2px 2px 2px #999999;
    box-shadow: 2px 2px 2px #999999;
    transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}
.chart_title {
    text-align:center;
    padding:10px 10px 10px 10px;
    margin-bottom:10px;
    font-weight:700;
}
.legend {
}
.chart_title span {
    text-transform:uppercase;
    padding:10px;
    display: inline-block;
    border:1px solid #dddddd;
    box-shadow:1px 1px 2px #f5f5f5;
    -webkit-box-shadow:1px 1px 2px #f5f5f5;
    box-shadow:1px 1px 2px #f5f5f5;
    position: relative;
    padding: 10px 20px;
    margin: 0 0px 10px 0px;
    background-color: #f5f5f5;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.chart-pie-shadow {
    background-image:url(../../Images/chaft-shadow.png);
    height:14px;
    background-repeat:no-repeat;
    background-position:center center;
    margin-top:-18px;
    margin-bottom:10px;
}
/*
------------------------------------------------------------
         UI Spinner 
------------------------------------------------------------
*/
/*.ui-spinner {
    width: 10em;
    display: block;
    position: relative;
    overflow: hidden;
    border: solid 1px #dddddd;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.ui-spinner:hover, .ui-spinner:focus {
    border-color: #C9C9C9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.ui-spinner-disabled {
    background: #F4F4F4;
    color: #CCC;
}
.ui-spinner input.ui-spinner-box {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
    line-height: 30px;
    height: 30px;	padding: 6px 0!important;
}
.ui-spinner-up, .ui-spinner-down {
    width: 18px;
    padding: 0;
    margin: 0;
    z-index: 13;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
}
.ui-spinner-up {
    background: url(../../Images/forms/spinnerTop.png) no-repeat;
    height: 15px;
    top: 0;
}
.ui-spinner-down {
    height: 15px;
    bottom: 0px;
    background: url(../../Images/forms/spinnerBottom.png) no-repeat;
}
.ui-spinner-pressed {
}
.ui-spinner-list, .ui-spinner-listitem {
    margin: 0;
    padding: 0;
    font-size: 11px;
}
.ui-spinner ul li, .ui-spinner-data {
    line-height: 30px;
    height: 30px;
    padding: 0 6px;
}*/
/*

/*!
 * jQuery UI Spinner 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	/*overflow: hidden;  Impact to our validation plugin */
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute !important;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
/*
------------------------------------------------------------
        custom-checkbox
------------------------------------------------------------
*/
/*.custom-checkbox, .custom-radio {
    position: relative;
    display:inline-block;
    margin: 0px 3px 3px 0px;
    clear: both;
    float: left;

}*/
.custom-checkbox {
    position: relative;
    display:inline-block;
    /*margin: 0px 3px 3px 0px;*/
    clear: both;
    float: left;

}
/*.custom-checkbox input, .custom-radio input {
    position: absolute  ;
    left: 0px;
    top: 3px;
    margin: 0;
    z-index: 0;
    margin-bottom: 5px;
    opacity:0;
    filter:alpha(opacity=0);

}*/

.custom-checkbox input {
    position: absolute  ;
    left: 0px;
    top: 3px;
    margin: 0;
    z-index: 0;
    margin-bottom: 5px;
    opacity:0;
    filter:alpha(opacity=0);

}
/*.custom-checkbox label, .custom-radio label {
    display: inline-block;
    height: 25px;
    position: relative;
    z-index: 0;
    padding-right: 1em;
    line-height: 1;
    padding: 7px 5px 5px 30px;
    cursor: pointer;
    font-weight: normal;
}*/
.custom-checkbox label {
    display: inline-block;
    height: 25px;
    position: relative;
    z-index: 0;
    padding-right: 1em;
    line-height: 1;
    padding: 7px 5px 5px 30px;
    cursor: pointer;
    font-weight: normal;
}
/*table .custom-checkbox label {
        padding: 0px 15px 0px 0px!important;
        position:absolute;
        top:-13px;
        height:25px;
        width:22px;
}*/
/*table.static .custom-checkbox label , table.toolbar .custom-checkbox label {
        left:-15px!important;
}
table.toolbar .custom-checkbox label {

 border-right:1px #dddddd solid!important;
}*/
.custom-checkbox label.disabled {
    opacity:0.7;
    filter:alpha(opacity=70);
    background-position: -10px -413px;
    cursor: default;
}
.custom-checkbox input.disabled {
    cursor: default;
}
/*.custom-radio label.disabled {
    opacity:0.7;
    filter:alpha(opacity=70);
    background-position: -10px -414px;
    cursor: default;
}*/
.custom-checkbox label.checkedDisabled {
    opacity:0.7;
    filter:alpha(opacity=70);
    color:#aaaaaa;
    background-position: -10px -413px;
}
.custom-checkbox label {
    background: url(../../Images/1.1/checkbox.png) no-repeat;
}
/*.custom-radio label {
    background: url(../../Images/radiobutton.png) no-repeat;
}*/
.custom-checkbox label {
    background-position: -10px -19px;
}
.custom-checkbox label.hover, .custom-checkbox label.focus {
    background-position: -10px -119px;
}
.custom-checkbox label.checked {
    background-position: -10px -219px;
}
.custom-checkbox label.checkedHover {
    background-position: -10px -319px;
}
.custom-checkbox label.focus {
    outline: none;
}

/*.custom-checkbox label, .custom-radio label {
    background-position: -10px -14px;
}
.custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
    background-position: -10px -114px;
}
.custom-checkbox label.checked, .custom-radio label.checked {
    background-position: -10px -214px;
}
.custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
    background-position: -10px -314px;
}
.custom-checkbox label.focus, .custom-radio label.focus {
    outline: none;
}*/

/*
------------------------------------------------------------
        error pages 
------------------------------------------------------------
*/
.slideshow-block {
    position: absolute;
    width: 220px;
    height: 180px;
    top:60px;
    left:30px;
    overflow: hidden;
    background-color:#000;
}
a.link {
    position:absolute;
    height: 180px;
    width: 220px;
    display: block;
    z-index: 10;
}
.slides {
    z-index:0;
    visibility:hidden;
}
.slides.active {
    visibility:visible;
}
#tv-wrap {
    margin:0 auto 20px auto;
    position:relative;
    height:273px;
    width:300px;
}
#tv {
    position:absolute;
    z-index:10;
}
#text {
    text-align:center;
    text-transform:uppercase;
    -webkit-tranform:translateZ(0);
    -webkit-transition-duration:0.05s;
    tranform:translateZ(0);
    color:#000000;
    text-shadow:0 0 1px rgba(0, 0, 0, .2);
    height: 100px;
}
#text h1 {
    font-size:50px;
    color:#000000;
    border:none;
}
#text h2 {
    font-size:20px;
    color:#000000;
    border:none;
}
.errorpage {
    width:600px;
    margin-left:-300px;
    position:absolute;
    left:50%;
    top:50%;
    height: 400px;
    margin-top: -200px;
}
/*
------------------------------------------------------------
        profile Setting 
------------------------------------------------------------
*/
.profileSetting {
    padding:10px 0;
}
.profileSetting .avartar {
    padding:8px 0;
    width:180px;
    margin:0 auto;
}
.profileSetting .avartar span {
    display:block;
    margin:5px 5px 0px 5px;
    color:#aaaaaa;
}
.webcam {
    display:none;
}
#screen {
    width:250px;
    height:250px;
    margin:5px 0px 20px 0px;
    border:2px #f5f5f5 solid;
    background:#000000;
    text-align: center;
    color:#666;
}
/*   
  SmartWizard 
*/
.swMain {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    overflow:visible;
    float:left;
    width:100%;
}
.swMain .stepContainer {
    display:block;
    position: relative;
    margin: 0;
    padding:0;
    overflow:hidden;
    clear:both;
    margin-bottom: 20px;
}
.swMain .stepContainer div.content {
    display:block;
    border:none;
    background-image:none;
    position: absolute;
    float:left;
    margin: 0;
    padding:0;
    text-align:left;
    overflow:visible;
    width:auto;
    clear:both;
}
.swMain div.actionBar {
    border-top:             1px solid #eeeeee;
    padding:            10px;
    background-color:   #F8F8F8;
    text-align:right;
    left:0;
}
.swMain ul.anchor {
    position: relative;
    display:block;
    float:left;
    padding: 0px;
    margin: 10px 0;
    clear: both;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
.swMain ul.anchor li {
    position: relative;
    display:block;
    margin: 0;
    padding: 0;
    padding-right: 6px;
    border: 0px solid #E0E0E0;
    float: left;
    top: 1px;
}
.swMain ul.anchor li a {
    display:block;
    position:relative;
    float:left;
    margin:0;
    padding:3px;
    width:auto;
    outline-style:none;
}
.swMain ul.anchor li a .stepNumber {
    position:relative;
    /*	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;*/
    float:left;
    width:30px;
    text-align: center;
    padding:5px;
    padding-top:0;
    font-size:40px;
}
.swMain ul.anchor li a .stepDesc {
    position:relative;
    display:block;
    float:left;
    text-align: left;
    padding:10px 5px 5px 5px;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
}
.swMain ul.anchor li a .stepDesc small {
    font-size: 10px!important;
    font-family: Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a.selected {
    color:#666666;
    background: #c2e3f0;
    border: 1px solid #73b4ce;
    cursor:text;
}
.swMain ul.anchor li a.selected:hover {
    background: #a9daed;
    cursor:pointer;
}
.swMain ul.anchor li a.done {
    position:relative;
    color:#FFF;
    background: #a4d143;
    border: 1px solid #8CC63F;
}
.swMain ul.anchor li a.done:hover {
    color:#5A5655;
    background: #8CC63F;
    border: 1px solid #5A5655;
}
.swMain ul.anchor li a.disabled {
    color:#CCCCCC;
    background: #F8F8F8;
    border: 1px solid #CCC;
    cursor:text;
}
.swMain ul.anchor li a.disabled:hover {
    color:#CCCCCC;
    background: #F8F8F8;
}
.swMain ul.anchor li a.error {
    color:#6c6c6c !important;
    background: #f08f75 !important;
    border: 1px solid #fb3500 !important;
}
.swMain ul.anchor li a.error:hover {
    color:#000 !important;
}
.swMain .buttonNext, .swMain .buttonPrevious {
    float:right;
}
.swMain .loader {
    position:relative;
    display:none;
    float:left;
    margin: 2px 0 0 2px;
    padding:8px 10px 8px 40px;
    border: 1px solid #FFD700;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color:#5A5655;
    background: #FFF url(../../Images/loadder/loader_green.gif) no-repeat 5px;
    z-index:998;
}
/*   
  rating_star 
*/
.rating_star {
    padding: 0px;
    margin: 0px;
    float: left;
}
.rating_star li {
    line-height: 0px;
    width: 28px;
    height: 28px;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    list-style: none;
    float: left;
    cursor: pointer;
}
.rating_star li span {
    display: none;
}
/*   
  dualListBox 
*/
.countLabel {
    color:#aaaaaa;
    display:block;
    font-style:italic;
    margin-top: 10px;
}
.storageBox {
    display:none;
}
#box1Filter, #box2Filter {
    background: url(../../Images/search-white.png) no-repeat 10px 5px #ffffff;
    border : 1px solid #dcdcdc;
    outline : 0;
    padding : 2px 5px 5px 30px;
    width : 166px;
    line-height: 15px!important;
    height:20px!important;
}
.boxMove {
    margin-top:140px;
}
/*
------------------------------------------------------------
        Process Bar  
------------------------------------------------------------
*/
.bar {
    float:left;
    clear:both;
    width:100%;
    max-width:570px;
    margin:20px 0px 10px 0px;
    height:40px;
    position:relative;
}

.bar .percent {
    background:#2caedd;
    background:linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,#2caedd), color-stop(28%,#86dd2a), color-stop(46%,#e0d72a), color-stop(66%,#e8902c), color-stop(86%,#ed2d2d), color-stop(100%,#ff0000));
    background:-webkit-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
    background:-o-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
    background:-ms-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
    background:linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2caedd', endColorstr='#ff0000', GradientType=1);
    float:left;
    width:100%;
    height:40px;
    position:relative;
}

.bar .percent span {
    display:block;
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    width:100%;
    height:40px;
    background:rgba(255, 255, 255, .7);
}

.bar .circle {
    display:block;
    position:absolute;
    top:50%;
    left:0;
    z-index:3;
    margin:-40px 0 0 -40px;
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;

    color:#fff;
    background:rgba(0, 0, 0, .1);
    border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:40px;
    -webkit-transition:all 1s ease;
    transition:all 1s ease;
    -o-transition:all 1s ease;
}

.bar .circle.rotate {
    -webkit-transform:rotate(1080deg);
    transform:rotate(1080deg);
    -o-transform:rotate(1080deg);
}

.bar .circle span {
    display:inline-block;
    margin-top:5px;
    width:70px;
    height:70px;
    line-height:70px;
    background:rgba(0, 0, 0, .3);
    border-radius:35px;
    -webkit-border-radius:35px;
    border-radius:35px;
}
/*
------------------------------------------------------------
        Text highlight  
------------------------------------------------------------
*/
.highlight {
    background-color: #fff34d;
    border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}
.highlight {
    padding:1px 4px;
    margin:0 -4px;
}


/*
------------------------------------------------------------
 components custom style HoGo
------------------------------------------------------------
*/

#ui-datepicker-div{
    z-index:99999 !important;
}
.changeFont
{
    font-size: 15px;
    text-transform: none !important;
    font-weight: normal !important;
    /*    margin-left: 5px;*/
}
.txtarea-addbook {

    width: 90%; 
    resize: none;
    /*    min-width: 400px; */
    /*    max-height: 35px;*/
    /*    margin-left: 50px;*/
}
.black-color{
    color: black !important;
}
.majorTitleHeader{
    background-color: white;
    text-transform: uppercase;
    font-size: 30px;
    color: #5b5b5b;
    padding-right: 5px;
    font-weight: bold;
}
#input_username {
    background: url("../../Images/icon/gray_18/user.png") no-repeat 5px center #fff;
    margin-left: 3px;
    background-position-x: 5px;
    color: #000;
}
#input_password{
    background: url("../../Images/icon/gray_18/lock_open.png")  no-repeat 5px center #fff;
    margin-left: 3px;
    background-position-x: 5px;
    color: #000;
}
#input_password_conf{
    background: url("../../Images/icon/gray_18/lock_open.png")  no-repeat 5px center #fff;
    margin-left: 3px;
    background-position-x: 5px;
    color: #000;
}
#input-email{
    background: url("../../Images/icon/gray_18/user.png")  no-repeat 5px center #fff;
    margin-left: 3px;
    background-position-x: 5px;
    color: #000;
}
.loader-signup{
    background: #FCFCFC url(../../Images/loadder/load_3.gif) no-repeat 11px center;
    padding: 3px;
    width: 20%;
    height: 24px;
    margin-left: 80px;
    border: 1px solid rgb(238, 233, 233);
    border-radius: 2px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: 24px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
.loader-forgotpass{
    background: #FCFCFC url(../../Images/loadder/load_3.gif) no-repeat 11px center;
    padding: 3px;
    width: 35%;
    height: 24px;
    margin-left: 120px;
    border: 1px solid rgb(238, 233, 233);
    border-radius: 2px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: 24px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
input#input-email:-ms-input-placeholder, input#input_password:-ms-input-placeholder, input#input_password_conf:-ms-input-placeholder, input#input_username:-ms-input-placeholder {  
    color: #bababa; 
    font-family: 'Puritan20Normal';
}

::-webkit-input-placeholder{
    color: #bababa;
    font-family: 'Puritan20Normal'!important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bababa;
    font-family: 'Puritan20Normal'!important;
}

::-moz-placeholder { /*  Firefox 19+ */
    color: #bababa;
    font-family: 'Puritan20Normal'!important;
}

.placeholder {
    color: #bababa !important;
}

#subpage_one div.reason{
    padding: 25px 0;
    width: 75%;
}

.wrap-text-area-step4{
    text-align: left;
    overflow: auto;
    width:102%;
    min-height: 35px;
    padding: 2px;
    max-height: 50px;
    cursor: text;
    word-wrap: break-word;
    background: white;
    background-position: 5px 5px;
    border: solid 1px #dddddd;
}
#affName {
    padding: 2px 5px;
    /*background: #f89934;*/
    border-radius: 5px;
}

.box_sbject,.box_message {
	margin: 30px auto;
}

div#glayLayer {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: black;
	filter: alpha(opacity = 60);
	opacity: 0.60;
}
#dl_password_iframe {
        position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -325px;
	width: 500px;
	height: 335px;
	background-color: #FFF;
	border: 5px solid #CCC;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
	padding: 50px 40px 0px;
}

 #checkPasswordPopup .error {
	background-color: #FFEFEF;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 6px;
        margin-bottom: 15px;
}