﻿

.BackgroundTransparencyDIVClass {
    display: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 9000;
    position: fixed;
    background-color: Gray;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.IFrameDIV {
    display: none;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0px;
    left: 0px;
}

.IMiddleFrameDIV {
    width: 60%;
    height: 100%;
}

.ButtonStandard {
    background-color: #05927F;
    color: White;
    border: 0px;
    height: 31px;
    padding: 5px;
    min-width: 98px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 11pt;
    margin-bottom: 5px;
}




/************Label Styles************/
.DHALabelContainer {
    clear: both;
    padding: 5px 5px 5px 5px;
}

.DHALabelLabelContainer {
    font-weight: bold;
}

.DHALabelLabelDescriptionContainer {
}

.Mandatory {
    font-weight: bold;
    font-size: 15px;
    color: Red;
}

.ExternalHomePageDescription {
    padding: 5px 0px 5px 10px;
}
/************Button Styles************/

/*.UpperNavigationButton
{
    background:url(step.jpg) no-repeat;
    width:118px;
    height:51px;
    border:none;
}
*/
.UpperNavigationButtonSeparator {
    color: #8DC73F;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10pt;
    font-family: Terminal;
    font-weight: bold;
}

.UpperNavigationLeft {
    background: url(Guide_left.png) no-repeat;
    height: 46px;
    width: 15px;
}

.UpperNavigationRight {
    background: url(Guide_Right.png) no-repeat;
    height: 46px;
    width: 15px;
}

.UpperNavigationMiddle {
    background: url(Guide_Line.png) repeat-x;
    height: 46px;
}

.UpperNavigationLinkDisabled {
    font-family: Tahoma;
    font-size: 9pt;
    color: #A3AEAF;
}

.UpperNavigationLinkNormal {
    font-family: Tahoma;
    font-size: 9pt;
    color: Black;
}

.UpperNavigationLinkSelected {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #01848F;
}

.UpperNavigationLinkSelectedDiv {
    background: url(StepMark.png) no-repeat;
    background-position: center top;
    margin-top: 3px;
    display: inline-block;
    padding-top: 20px;
}

/************Text Box Styles************/
.TextBox {
    border: 1px solid #ccc;
    padding: 3px;
}

.DHATextBoxContainer {
    clear: both;
    padding: 5px 0px 5px 10px;
}

.DHATextBoxLabelContainer {
}

.DHATextBoxLabelCurrentValueContainer {
    padding-top: 5px;
}

/************Date Picker Styles************/

.DHADatePickerContainer {
    clear: both;
    padding: 5px 0px 5px 10px;
    margin-bottom: 10px;
}

    .DHADatePickerContainer input {
        width: 80px;
    }

.DHADatePickerLabelContainer {
}

.DHADatePickerTextBoxContainer {
    float: left;
}

.DHADatePickerTimePartContainer select {
    width: 40px;
}

.DHADatePickerHourListContainer {
    float: left;
    padding: 0 10px 10px 10px;
}

.DHADatePickerMinuteListContainer {
    padding: 0 0 10px 10px;
    margin-left: 10px;
}

.DHADatePickerDateLabel {
    float: left;
    padding-right: 5px;
}

.DHADatePickerHourLabel {
    float: left;
    padding-right: 5px;
}

.DHADatePickerMinuteLabel {
    float: left;
    padding-right: 5px;
}

.DHADatePickerLabelCurrentValueContainer {
    padding-top: 5px;
}

/************Check Box Styles************/
.DHACheckBoxContainer {
    clear: both;
    padding: 5px 0px 5px 10px;
}

.DHACheckBoxLabelContainer {
    float: left;
    width: 225px;
}

.DHACheckBoxLabelCurrentValueContainer {
    padding-top: 5px;
}
/************Drop Down Styles************/
.DropDownList {
    border: 1px solid #ccc;
    padding: 3px;
    width: 300px;
}

.DHADropDownListContainer {
    clear: both;
    padding: 5px 0px 5px 10px;
}

.DHADropDownListLabelContainer {
}

.DHADropDownListLabelCurrentValueContainer {
    padding-top: 5px;
}

/************GridControl Styles************/
.DHAGridControlContainer {
    clear: both;
}



/************Child Control Styles************/
.DHAChildControlContainer {
    clear: both;
    padding: 5px 5px 5px 5px;
}

.DHAChildControlLabelContainer {
    float: left;
    /* padding: 10px 0px 2px 10px; */
}

.DHAChildControlUpdatePanelContainer {
    clear: both;
    /*padding: 0px 10px 5px 10px;  */
}

.DHAChildControlButtonContainer {
    clear: both;
    padding: 0px 0px 2px 0px;
}

.DHAChildControlButtonContainer {
    text-align: right;
}

.GridAddButtonClass {
    background-color: #C3DE41;
}


/************Contact Numbers Styles************/
.DHAContactNumberContainer {
    clear: both;
    padding: 5px 0px 5px 10px;
}

.DHAContactNumberLabelContainer {
    float: left;
    /* width:225px;*/
}

.DHAContactNumberLabelCurrentValueContainer {
    padding-top: 5px;
}

/************DHA Yes No Styles************/
.DHAYesNoContainer {
    clear: both;
    padding: 5px 0px 5px 10px;
}

.DHAYesNoDHAYesNoContainer {
    padding-left: 15px;
}

.DHAYesNoLabelCurrentValueContainer {
    padding-top: 5px;
}

/************Attachment Styles************/
.DHAAttachmentNewGridContainer {
    clear: both;
    padding: 5px 5px 5px 5px;
}

.DHAAttachmentNewGridLabelContainer {
    float: left;
}

.DHAAttachmentNewGridFileAttachmentShowButtonPrefixContainer {
    text-align: right;
}

.FileAttachmentShowButtonClass {
    background-color: #C3DE41;
}

.UploadAttachmentModal {
    border-width: 1;
    border-style: solid;
    border-color: Gray;
    background-color: White;
}

.UploadAttachmentModalButtonContainer {
    text-align: center;
}

.UploadAttachmentModal .DHATextBoxLabelContainer {
    width: 100px;
}

.ModelpopupBackgroundCssClass {
    background-color: Teal;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 10000;
}

.SectionMainHeader {
    clear: both;
    border: solid 1px #CCC;
    /*	background-color: #FFF;*/
    font-size: 12px;
}

.SectionHeader {
    background: url(../../UIComponents/Images/welcome_bg.jpg) no-repeat;
    height: 35px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5ba510;
    border: 0;
    padding-top: 10px;
    padding-left: 5px;
    cursor: hand;
}


.leftImage {
    float: right;
    vertical-align: top;
}

.rightImage {
    float: left;
    vertical-align: top;
}


.WFButton {
    background: url(TealBtn.jpg) left no-repeat;
    color: White;
    border: 0px;
    width: 98px;
    height: 36px;
    cursor: hand;
    font-family: Tahoma;
    font-size: 11px;
}

.ValidationSummary {
    color: Red;
}

.HideIdColumn {
    display: none;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}


/************Menu Styles************/
.MenuServiceName {
    font-family: Verdana;
    font-size: 8pt;
    color: black;
    font-weight: bold;
}

.MenuServiceDescription {
    font-family: Verdana;
    font-size: 8.5pt;
    color: #4E4E4E;
    overflow: hidden;
    height: 30px;
    display: block;
    padding-left: 1px;
    padding-right: 1px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.MenuApplyService {
    font-family: Verdana;
    font-size: 10pt;
    color: #5BA510;
}

.MenuUseService {
    font-family: Verdana;
    font-size: 10pt;
    color: #5BA510;
}

.MenuLink {
    font-family: Verdana;
    font-size: 7pt;
    color: #5BA510;
    text-decoration: none;
}

.MenuSBtable {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBBG.png');
    background-repeat: repeat-x;
}

.MenuSBTopLC {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBTopLC.png');
    background-repeat: no-repeat;
    width: 17px;
}

.MenuSBTopLCRepeat {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBTopLine.png');
    background-repeat: repeat-x;
    width: 943px;
}

.MenuSBTopRC {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBTOPRC.png');
    background-repeat: no-repeat;
}

.MenuSBLeftLine {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBLeftLine.png');
    background-repeat: repeat-y;
    width: 17px;
}

.MenuSBMiddlieLine {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBMiddlieLine.png');
    background-repeat: repeat-y;
}

.MenuSBRightLine {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBRightLine.png');
    background-repeat: repeat-y;
    width: 17px;
}

.MenuSBBottomLC {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBBottomLC.png');
    background-repeat: no-repeat;
    width: 17px;
}

.MenuSBBottomLine {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBBottomLine.png');
    background-repeat: repeat-x;
    width: 943px;
}

.MenuSBBottomRC {
    background-image: url('../../UIComponents/Images/MenuImages/ServicesBox/SBBottomRC.png');
    background-repeat: no-repeat;
}


.MenuSelectServicetable {
    background-image: url('../../UIComponents/Images/MenuImages/SubLinks/SelectServiceH.png');
    background-repeat: no-repeat;
    border-width: 0px;
}

.MenuSelectServiceMessage {
    font-family: Verdana;
    font-size: 9pt;
    color: #51944F !important;
    display: inline-block;
}

.MenuRelatedLinks {
    font-family: Verdana;
    font-size: 7.5pt;
    color: black;
    font-weight: bold;
}
/************Manage Corporate Styles************/

.CorporateTileLabel {
    font-family: Verdana;
    font-size: 8.5pt;
    color: #333333;
}

.SelectCorporateLabel {
    font-family: Verdana;
    font-size: 8.5pt;
    color: #333333;
    /*margin-left: 10px;*/
}

.ManageCorporateHyperlinks {
    font-family: Verdana;
    font-size: 8.5pt;
    color: #5BA510;
}

.ManageCorporateDdl {
    margin-left: 10px;
}

.ImageManageCorporate {
    margin-top: 5px;
}

/*.ManageCorprateMainTable
{
    background-repeat:no-repeat;
    background-image: url('../../UIComponents/Images/ManageCorporate/ManageCBox.png');
}*/

.ManageCorprateMainTable {
    border: 1px solid #D6DEE0;
    background-color: White;
}

.SelectCorprateTD {
    background-repeat: no-repeat;
    background-image: url('../../UIComponents/Images/ManageCorporate/SelectText.png');
}

.ManageCorporateTD {
    background-repeat: no-repeat;
    background-image: url('../../UIComponents/Images/ManageCorporate/ddlBox.png');
}

.InternalTrackingDetails {
    font-family: "Verdana";
    font-size: 8.5pt;
    color: #4E4E4E;
    background-color: White;
    overflow: scroll;
    height: 100%;
    width: 75%;
}

.PendingRow {
    background-color: #90EE90;
}

.ActionedRow {
    background-color: #FFFFFF;
}


.InboxMenuHover {
}

.InboxMenuCss {
    background-image: url('../../UIComponents/Images/MenuBack.png');
    background-repeat: repeat;
    border-color: Gray;
    border-style: solid;
    border-width: .1em;
    width: 80px;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    font-weight: bold;
}

.InboxMenuItem {
}

.JustifyText {
    text-align: justify;
}

.ErrorLabel {
    border-bottom-color: Red;
    color: red;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 17px;
}

.padErrorsOne ul {
    padding: 0 0 5px 18px;
}

.MYIDLoginHeader {
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5ba510;
    border: 0;
    padding-top: 10px;
    padding-left: 5px;
    cursor: hand;
}

.responsive-form {
    margin-top: 15px;
    padding: 0px 20px 0px 20px;
}

    .responsive-form .col-sm-4 {
        padding: 10px 30px 10px 10px;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
    }

    .responsive-form .col-sm-6 {
        padding: 10px 30px 10px 10px;
        font-size: 12px;
        text-align: left;
        vertical-align: middle;
        margin-left: 10px;
    }

.top-margin-corporatelist {
    margin-top: 10px;
}


/****** naeem *******/
.ButtonSkydrive {
    background: url(skydrive.png) no-repeat;
    background-position: left;
    color: Blue;
    border: 0px;
    width: 128px;
    height: 80px;
    cursor: hand;
    font-family: Tahoma;
    font-size: 11px;
    text-align: right;
}

.ButtonDropbox {
    background: url(dropbox.png) left no-repeat;
    color: Blue;
    border: 0px;
    width: 98px;
    height: 22px;
    cursor: hand;
    font-family: Tahoma;
    font-size: 11px;
    text-align: right;
}

.ButtonGoogledrive {
    background: url(googledrive.png) left no-repeat;
    color: Blue;
    border: 0px;
    width: 98px;
    height: 22px;
    cursor: hand;
    font-family: Tahoma;
    font-size: 11px;
    text-align: right;
}

.LinkerTr {
    border: 0px;
    width: 128px;
    height: 50px;
    cursor: hand;
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
}

.ImageTd {
    border-bottom: 1px solid #666666;
    width: 40px;
}

.ImageLeftBorderTd {
    border-bottom: 1px solid #666666;
    border-Left: 1px solid #cccccc;
    width: 40px;
}

.ImageLeft {
    margin-left: 5px;
    width: 36px;
    height: 36px;
    background-position: left;
}

.LinkButtonTd {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    border-bottom: 1px solid #666666;
}

.LinkerTitleTd {
    text-align: left;
    border-bottom: 1px solid #666666;
}

.LinkerStatusTd {
    color: Gray;
    font-weight: bold;
}

.LinkerArrowTd {
    width: 24px;
    border-bottom: 1px solid #666666;
}

.ProviderTr {
    border: 0px;
    width: 200px;
    height: 30px;
    cursor: hand;
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
}

.ProviderHeadingImage {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.ProviderHeadingTitle {
    font-size: 14pt;
    font-weight: bold;
    color: #5ba510;
    width: 400px;
}

.Margin5 {
    margin: 5px;
}

.Margin10 {
    margin: 10px;
}

.MarginLeft10 {
    margin: 10px;
}

/***** DIV TABLE [Naeem] *****/
.divHeaderTable {
    width: 100%;
    padding-bottom: 5px;
    display: block;
}

.divHeaderRow {
    width: 100%; /* add extra that you want to for header column */
    display: block;
    height: 105px;
}

.divHeaderColumn {
    float: left;
    width: 33%;
    display: block;
}

.divTable {
    width: 30%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.divRow {
    width: 29%;
    display: block;
    padding-bottom: 5px;
}

.divColumn {
    float: left;
    width: 24%;
    display: block;
}

.LoginButton {
    background-color: #56B750;
    color: White;
    width: 100%;
    height: 35px;
    cursor: hand;
    text-align: center;
    border-radius: 6px;
    text-align: center;
    border: 0px;
}


.buttoncontainer:first-child {
    margin-left: 5px;
}

.Hidden {
    display: none !important;
}

#dsg-happiness-box {
    width: 35px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    left: 15px;
    background-color: #84BE00;
    padding: 10px;
    box-sizing: content-box !important;
    z-index: 1;
    /*box-sizing: inherit !important;*/
}

.fancybox-inner {
    overflow: hidden !important;
    height: 480px !important;
}

.fancydha
{
    overflow: hidden !important;
    height: 170px !important;
}
@media only screen and (max-width: 640px) {
    .ServiceHeaderLeft {
        width: 30% !important;
    }

    .ServiceHeaderRight {
        margin-top: 20px !important;
        width: 70%;
    }
}
/*@media only screen and (max-width : 1024px) {

     .ServiceHeaderLeft {      
        width: 10% !important;
    }
    .ServiceHeaderRight {
        margin-top: 20px !important;
         width: 80%  !important;
    }*/
}

@media(max-width:767px) {
    .loadercontent {
        width: 100%;
        font-size: 18px;
    }
}


.loader {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 38px;
}

/* ooo, css circles*/
.circle {
    display: inline-block;
    position: relative;
    /* key up the animations! */
    -webkit-animation: dotloader 2.5s infinite;
    -moz-animation: dotloader 2.5s infinite;
    -ms-animation: dotloader 2.5s infinite;
    -o-animation: dotloader 2.5s infinite;
    animation: dotloader 2.5s infinite;
}

    .circle + .circle {
        margin-left: -25px;
        /* staggered effect cause by delay property */
        -webkit-animation: dotloader 2.5s 0.2s infinite;
        -moz-animation: dotloader 2.5s 0.2s infinite;
        -ms-animation: dotloader 2.5s 0.2s infinite;
        -o-animation: dotloader 2.5s 0.2s infinite;
        animation: dotloader 2.5s 0.2s infinite;
    }

        .circle + .circle + .circle {
            margin-left: -25px;
            -webkit-animation: dotloader 2.5s 0.4s infinite;
            -moz-animation: dotloader 2.5s 0.4s infinite;
            -ms-animation: dotloader 2.5s 0.4s infinite;
            -o-animation: dotloader 2.5s 0.4s infinite;
            animation: dotloader 2.5s 0.4s infinite;
        }

            .circle + .circle + .circle + .circle {
                margin-left: -25px;
                -webkit-animation: dotloader 2.5s 0.6s infinite;
                -moz-animation: dotloader 2.5s 0.6s infinite;
                -ms-animation: dotloader 2.5s 0.6s infinite;
                -o-animation: dotloader 2.5s 0.6s infinite;
                animation: dotloader 2.5s 0.6s infinite;
            }

/* ooo, css circles*/
.ae .circle {
    display: inline-block;
    position: relative;
    /* key up the animations! */
    -webkit-animation: arabicdotloader 2.5s infinite;
    -moz-animation: arabicdotloader 2.5s infinite;
    -ms-animation: arabicdotloader 2.5s infinite;
    -o-animation: arabicdotloader 2.5s infinite;
    animation: arabicdotloader 2.5s infinite;
}

    .ae .circle + .circle {
        margin-right: -25px;
        margin-left: inherit;
        /* staggered effect cause by delay property */
        -webkit-animation: arabicdotloader 2.5s 0.2s infinite;
        -moz-animation: arabicdotloader 2.5s 0.2s infinite;
        -ms-animation: arabicdotloader 2.5s 0.2s infinite;
        -o-animation: arabicdotloader 2.5s 0.2s infinite;
        animation: arabicdotloader 2.5s 0.2s infinite;
    }

        .ae .circle + .circle + .circle {
            margin-right: -25px;
            margin-left: inherit;
            -webkit-animation: arabicdotloader 2.5s 0.4s infinite;
            -moz-animation: arabicdotloader 2.5s 0.4s infinite;
            -ms-animation: arabicdotloader 2.5s 0.4s infinite;
            -o-animation: arabicdotloader 2.5s 0.4s infinite;
            animation: arabicdotloader 2.5s 0.4s infinite;
        }

            .ae .circle + .circle + .circle + .circle {
                margin-right: -25px;
                margin-left: inherit;
                -webkit-animation: arabicdotloader 2.5s 0.6s infinite;
                -moz-animation: arabicdotloader 2.5s 0.6s infinite;
                -ms-animation: arabicdotloader 2.5s 0.6s infinite;
                -o-animation: arabicdotloader 2.5s 0.6s infinite;
                animation: arabicdotloader 2.5s 0.6s infinite;
            }

/* here be the animations matey! */
@keyframes

"dotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-moz-keyframes

"dotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-webkit-keyframes

"dotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-ms-keyframes

"dotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-o-keyframes

"dotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

/* here be the animations matey! */
@keyframes

"arabicdotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    right: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    right: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-moz-keyframes

"arabicdotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    right: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    right: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-webkit-keyframes

"arabicdotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    right: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    right: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    right: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-ms-keyframes

"arabicdotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    right: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    right: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    right: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@-o-keyframes

"arabicdotloader" {
    0%,20%;

{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    right: 0%;
    background-color: rgba(0, 139, 153, 0);
}

30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    right: 50%;
    background-color: rgba(0, 139, 153, 0.5);
}

80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    right: 100%;
    background-color: rgba(0, 139, 153, 0);
}

}

@media(max-width:767px) {
    .loadercontent {
        width: 100%;
        font-size: 18px;
    }
}

.loadercontent {
    display: inline-block;
    font-size: 21px;
    width: 500px;
    text-align: center;
}

.fancyInner .fancybox-inner {
    height: 170px !important;
}

.fancyInnerdha .fancybox-inner {
    height: 170px !important;
}
footer .footer-bottom p.copyright {
    margin: 0;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}


a#YearOfZayed {
    margin-top: 16px;
    margin-right: 10px;
}
.fancyinner .fancybox-inner {
    overflow: hidden !important;
    height: auto!important;
}
 /*captcha*/
        .HumanEnsureGroup .CaptchaErrorMsg {
            color: #000;
            background: 0 0;
            height: auto;
        }

        .HumanEnsureGroup .CaptchaErrorMsg {
            color: red;
            /*background: rgba(0, 0, 0, .9);*/
            height: auto;
            line-height: 10px;
            text-align: left;
            border-radius: 5px;
        }

        .HumanEnsureGroup .humanQuestionContainer {
            padding: 0px 0;
            margin: 0px 0;
            border-radius: 30px;
            background: rgba(255, 255, 255, .25);
            font-size: 18px;
            font-weight: bold;
            color: #8cc63f;
        }

            .HumanEnsureGroup .humanQuestionContainer .humanQuestionImge {
                text-align: right;
                /* background: url(../img/refresh.png) center no-repeat;*/
                height: 20px;
                width: auto;
                float: right;
                margin-right: 15px;
            }

            .HumanEnsureGroup .humanQuestionContainer .refreshBtn {
                -webkit-animation: refresh 4s linear infinite;
                -moz-animation: refresh 4s linear infinite;
                animation: refresh 4s linear infinite;
            }

        .HumanEnsureGroup .humanQuestionOptions {
            padding: 0;
            display: flex;
            margin: 0px 0;
        }

            .HumanEnsureGroup .humanQuestionOptions .imageBtn {
                text-align: center;
                background: rgba(255, 255, 255, .25);
                padding: 0px 0;
                border-radius: 50%;
                margin: 0 10px 0 1px;
                width: 45px;
                height: 56px;
                cursor: pointer;
                font-size: 1.95em;
            }

                .HumanEnsureGroup .humanQuestionOptions .imageBtn.activeBtn {
                    background: #fff;
                    color: #84be00;
                }
        /*captcha*/

#cphMiddle_ModifyUser1_btnCancel {
    display:none;
}

