﻿@MainColor: #333;
@SecondColor: #028C2A;
@HoverSecondColor: #9AC440;
/*@@HoverSecondColor: #159DA0;*/
/*@SecondColor: #16ADB6;*/
/*@SecondColor: @SecondColor;*/
/*#4E5057*/
.backgroundShellDiv {

background-image: url('../../logoOffice.png');

    /*background-image: linear-gradient(to bottom,#A6A8AB,#FEFEFE);*/
    /* padding-bottom: 20px;
     overflow-x: hidden;
    height: inherit;*/
    /*overflow: hidden;*/
}
/*.k-rtl
{
    background-image:url(/ans/content/images/BGb.jpg);
    background-repeat:no-repeat;
     height:100%;
     width:100%;
       background-size: 100%;
}*/



/*.contentDesign {
    background-color: #E1E3E5;
    border-radius: 7px;
    box-shadow: 6px 4px 12px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 6px 4px 12px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 6px 4px 12px 0px rgba(119, 119, 119, 0.75);
}*/
.paddingLR50 {
    padding: 0 50px 0 50px;
}

.creatUser .error,
.date .error {
    color: red;
    font-size: 12px;
}

.logoDiv {
    display: inline-block;
    float: left !important;
    /*background-image: url('~/Content/images/logoLogin.png');*/
    background-image:url('../../Content/images/logoLogin.png');
    /*background-image: ~"url('/Content/images/logoLogin.png')";*/
    /*background-image: url("/Ans/content/images/logoLogin.png");*/
    background-repeat: no-repeat;
    height: 44px;
    width: 256px;
    margin-top: 48px;
    margin-left: 3px;
    background-size: 71%;
}

.logoImg {
    padding-left: 8px;
    height: 39px;
    float: left;
}

.logoLable {
    display: inline-block;
    margin-bottom: 0;
    color: #555;
    position: absolute;
    top: 26px;
    padding-right: 3px;
    font-weight: bold;
}

.date {
    margin-bottom: 16px;
    margin-top: 10px;
}

.form-inline {
    margin-top: 40px;
}

.hello {
    padding: 0 40px 0 40px;
}

.swMain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0;
    border-radius: 2px;
    overflow: visible;
    float: left;
    width: 100%;
    background-color: white;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}


.swMain .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
    height: calc(100% - 170px);
}



.swMain .stepContainer div.content {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: white;
    height: calc(100% - 75px);
    text-align: left;
    overflow: visible;
    z-index: 88;
    border-radius: 0 !important;
    width: 100%;
    clear: both;
}

.swMain div.actionBar {
    display: block;
    position: absolute;
    bottom: 9px;
    width: 97%;
    margin: 0 4px 0 4px;
    clear: both;
    border: 1px solid #CCC;
    padding: 0;
    color: #5A5655;
    background-color: #F8F8F8;
    height: 46px;
    text-align: left;
    overflow: auto;
    z-index: 88;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 0;
}

.swMain .stepContainer .StepTitle {
    display: inline-block;
    color: white !important;
    border-bottom: 1px solid rgba(90, 86, 85, 0.21) !important;
    background-color: rgba(101, 104, 113, 0.93);
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 1px 40px 3px 40px !important;
    border: none;
    width: 100%;
}

.swMain .stepContainer .StepTitle h2 {
    display: inline-block;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 12px;
}

#queue #isAppointments {
    padding: 0 40px 0 40px;
}


.swMain ul.anchor {
    background-color: @MainColor /*#243236*/;
}

.swMain ul.anchor li a.selected {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    border-radius: 0;
    width: 100%;
    color: @SecondColor;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: solid 2px @SecondColor;
}

.swMain ul.anchor li a.selected:hover {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    border-radius: 0;
    width: 100%;
    color: @SecondColor;
    background: transparent;
    border: none;
    border-bottom: solid 2px @SecondColor;
    cursor: pointer;
}

.swMain ul.anchor li a.disabled:hover {
    color: @SecondColor;
    background: transparent;
    cursor: pointer;
    border-bottom: solid 2px @SecondColor;
}

.swMain ul.anchor li {
    padding: 0;
}

.swMain ul.anchor li a {
    width: auto;
}

.swMain ul.anchor li a.disabled {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    border-radius: 0;
    width: 100%;
    color: white;
    background: transparent;
    border: none;
    border-bottom: solid 2px transparent;
}

.swMain ul.anchor li a .stepDesc {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}


@media screen and (max-width: 368px) {
    .swMain ul.anchor li a .stepDesc {
        font-size: 13px;
    }
}

.swMain ul.anchor li a.done {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    border-radius: 0;
    width: 100%;
    color: white;
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: solid 2px transparent;
}

.swMain ul.anchor li a.done:hover {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
    color: @SecondColor;
    background: transparent;
    border: none;
    border-bottom: solid 2px transparent;
}

.Save {
    background-color: @SecondColor;
    width: 150px;
    border: 0;
    padding: 9px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    margin-right: 270px;
}

.Save:hover {
    background-color: @HoverSecondColor;
}

.Enter {
    background-color: @SecondColor;
    width: 270px;
    border: 0;
    padding: 9px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
}

.Enter:hover {
    background-color: @HoverSecondColor;
}

.swMain .buttonNext {
    background-color: @SecondColor;
    border: 1px solid #eee;
    border-radius: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
}

.swMain .buttonNext:hover {
    background-color: @HoverSecondColor;
}

.swMain .buttonFinish {
    border-radius: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.swMain .buttonFinish:hover {
    background-color: @HoverSecondColor;
}

.print {
    border-radius: 1px;
    background-color: @SecondColor;
    border: 1px solid @SecondColor;
    font-size: 12px;
    font-weight: normal;
    width: 107px;
    height: 33px;
    color: white;
}

.print:hover {
    background-color: @HoverSecondColor;
}

.swMain .buttonPrevious {
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    background-color: @SecondColor;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #eee;
    border-radius: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
    font-weight: normal;
}

.swMain .buttonPrevious.buttonPrevious1:hover {
    background-color: @HoverSecondColor !important;
}

.loginInput .form-group label {
    color: rgba(255, 255, 255, 0.7);
    cursor: default;
}


.loginMain {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.logoLogin {
   width: 268px;
   
}

.logoLogin img {
    height: 79px;
   	
	padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;

}

.logoLogin label {
    display: block;
    font-weight: normal;
    color: white;
    padding-top: 6px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 21px;
}

.systemSpan {
    text-shadow: 1px 1px 2px black;
    background-color: #54565D;
    width: 266px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*border: 1px solid @SecondColor;*/
}

.loginBG {
    background-color: @MainColor !important /*#38393F !important*/;
    height: calc(100% - 115px) !important;
    padding-top: 114px !important;
    border-top: solid 1px @SecondColor !important;
}


@media screen and (max-height:745px) {
    .loginBG {
        padding-top: 37px !important;
    }
}




.loginBG #login .container {
    margin: 0;
    padding: 0;
}


.loginInput {
    margin-top: 0;
    margin-bottom: 3px;
}

.hello {
    margin-top: 20px;
}

.details {
    background-color: #656871;
    padding: 20px 40px 20px 40px;
    color: @SecondColor;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.details .k-icon {
    width: 18px;
    height: 17px;
}

.detailsH4 {
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.searchButton {
    background-color: @SecondColor !important;
    border-color: @SecondColor !important;
    width: 272px !important;
    font-size: 14px !important;
    border-radius: 1px !important;
    padding: 6px !important;
    height: 39px !important;
    color: white;
    border: 1px solid #a0156a;
}

.form-inline .checkbox {
    display: inline-block;
}

.checkbox label {
    padding-right: 9px;
    padding-left: 9px;
}

#queue span.k-datepicker {
    padding-left: 20px;
}

.form-inline label {
    padding-right: 0;
    width: auto;
}

.form-inline input {
    width: 15%;
}

a:hover, a:focus {
    cursor: pointer;
}

.hello label {
    display: inline-block;
    font-weight: normal;
    font-size: 17px;
}

.wrap {
    padding: 20px 40px 0 40px;
}

.checkbox input {
    width: 15px;
    float: right !important;
}

.label-b {
    width: auto !important;
}

#queue span.k-datepicker {
    background-color: transparent;
}

.buttonLogin {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: gray;
    font-weight: normal;
    display: block;
    float: right;
    margin: 5px 3px 0 3px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    width: 100px;
    outline-style: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonLogin:hover {
    color: #676767;
    text-decoration: none;
    background-color: #eee;
    border-color: rgba(119, 119, 119, 0.41);
}

.loginInput .form-group input {
    width: 255px;
    height: 23px;
}

.LoginPassword {
    display: inline-block;
}

.LoginPassword a {
    color: rgba(164, 173, 185, 0.81);
}

.LoginPassword a:hover {
    color: white;
}

.LoginPassword li {
    list-style: none;
    display: inline-block;
}

.swMain ul.anchor {
    padding-bottom: 0;
    padding-top: 8px;
    width: 100%;
    margin: 0;
}

.gridTable .k-state-selected {
    background-color: @SecondColor;
    border-color: @SecondColor;
    background-image: none;
    cursor: pointer;
}

.gridTable tr:hover {
    cursor: pointer;
}

.date input:focus {
    border-color: #777;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(118, 118, 118, 0.6);
}

.BGcreatUser {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 33%;
    height: inherit;
    padding: 20px;
    color: #555;
    background: #F8F8F8;
    border: 1px solid #CCC;
}

.headerCreatUser {
    background-color: @SecondColor;
    display: inline-block;
    border-radius: 0;
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0;
    margin: 0 0 37px 0;
    color: white;
    width: 100%;
    padding: 2px 0 2px 0 !important;
    text-align: right !important;
}

.headerCreatUser img {
    height: 22px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

.CreatUserPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bodyCreatUser label {
    color: white;
}

.bodyCreatUser {
    padding-left: 21px;
    padding-right: 21px;
}

.headerCreatUser span {
    margin-left: 18px;
}

.headerCreatUser h5 {
    font-weight: normal;
    color: white;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 38px;
    text-align: center;
}

.bodyCreatUser input {
    font-size: 13px !important;
    color: @MainColor;
    border-radius: 5px;
}


.bodyCreatUser span {
    font-size: 13px;
    color: red;
    /*float: right;
    padding-right :21px;*/
}

.headerAdminWorkHour {
    background-color: @SecondColor;
    display: inline-block;
    border-radius: 0;
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0;
    margin: 0 0 37px 0;
    color: white;
    width: 100%;
    padding: 2px 0 2px 0 !important;
    text-align: right !important;
}

.headerAdminWorkHour img {
    height: 22px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

.AdminWorkHourPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bodyAdminWorkHour label {
    color: white;
}


.bodyAdminWorkHourLabel {
    background-color: @SecondColor;
    line-height: 21px;
    display: inline-block;
    font-size: medium;
    font-weight: 600;
}

.bodyAdminWorkHour {
    padding-left: 21px;
    padding-right: 21px;
}

.headerAdminWorkHour span {
    margin-left: 18px;
}

.headerAdminWorkHour h5 {
    font-weight: normal;
    color: white;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 38px;
    text-align: center;
}

.bodyAdminWorkHour input {
    font-size: 13px !important;
    color: @MainColor;
    border-radius: 5px;
    width: 80px;
}


.bodyAdminWorkHour span {
    font-size: 13px;
    color: red;
    /*float: right;
    padding-right :21px;*/
}

.send {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: @SecondColor;
    border: 1px solid @SecondColor;
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    font: bold 15px Verdana, Arial, Helvetica, sans-serif;
    width: 228px;
    height: 38px;
    color: #FFF;
    outline-style: none;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    font-weight: normal;
}

.send:hover {
    background-color: @HoverSecondColor;
}

.finishDetail .send {
    width: 123px;
    float: left;
    margin-left: 16px;
    margin-top: 20px;
}

.BGcreatUser .form-group input {
    width: 30%;
}

.ReturnLogin {
    margin-top: 14px;
    width: 113px;
    color: rgba(169, 180, 191, 0.82);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 17px;
}

.ReturnLogin:hover {
    color: white;
}

.forgotMessage {
    line-height: 21px;
    padding: 16px 57px 10px 59px;
    text-align: center;
}

.forgotMessage label {
    cursor: default;
    padding-top: 8px;
    color: rgba(255, 255, 255, 0.63);
}

.forgotMessage input {
    font-size: 13px !important;
}

.BGforgotPassword {
    height: calc(100% - 115px);
    font-size: 15px;
    color: white;
    background: @MainColor;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.borderForgot {
    border: 1px solid rgba(24, 173, 180, 0.55);
}
/*.BGforgotPassword .durandal-wrapper {
    width: 40px;
}*/

/*.k-link:hover
{
    background-color:  @SecondColor;
}*/

.visitDetail > label, .headVisitDetail,
.finishDetail > label {
    font-weight: bold;
    font-size: 15px;
    padding-top: 3px;
}

.visitDetail {
    width: 100%;
}

.payAttention {
    background-color: @SecondColor;
    padding: 17px 20px 20px 20px !important;
    margin-top: 13px;
    color: white;
    width: 88%;
    cursor: default;
}


.appointmentsGridTable .k-header,
#queueGrid .k-header,
#queueGrid .k-pager-wrap {
    background-image: none;
    background-color: #C6C7C8;
    color: #5A5655;
    height: 26px;
    border-color: rgba(128, 128, 128, 0.3);
    cursor: default;
}

.k-state-focused.k-state-selected {
    background-color: @SecondColor !important;
    box-shadow: none !important;
    background-image: none !important;
}

.k-state-focused {
    background-color: @SecondColor !important;
    border-color: @SecondColor !important;
    background-image: none !important;
}

.k-state-hover {
    background-color: @SecondColor !important;
    border-color: @SecondColor !important;
    background-image: none !important;
}

.k-calendar .k-header {
    background-color: #666871;
    background-image: none;
    height: 30px;
}

.k-calendar .k-link.k-nav-fast {
    color: white !important;
}

td.k-state-focused {
    box-shadow: none;
    background-image: none !important;
}

.creatUser .form-group input:focus {
    border-color: #777;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(118, 118, 118, 0.6);
}


.appointmentsGridTable .k-grid tbody td .k-button {
    border: 1px solid @SecondColor;
    background-color: @SecondColor;
    color: white;
    font-weight: normal;
    display: block;
    float: right;
    text-decoration: none;
    text-align: center;
    width: 87px;
    height: 24px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-image: none;
    margin-top: 0;
}

.appointmentsGridTable td .k-button:hover,
.appointmentsGridTable td .k-button:focus,
.appointmentsGridTable td .k-button:active {
    color: white;
    text-decoration: none;
    background-color: @HoverSecondColor;
    border-color: @HoverSecondColor;
    box-shadow: none !important;
    background-image: none;
}


.appointmentsGridTable .k-grid-header {
    /*padding-left:0 !important;*/
}

.appointmentsGridTable .k-grid-content {
    overflow-y: scroll;
    min-height: 27px;
    max-height: 108px;
}

.TableQueue .k-grid-content {
    overflow-y: auto;
}

.TableQueue .k-grid-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.visitDetail .date,
.finishDetail .date {
    margin-top: 14px;
    margin-bottom: 10px;
}

.messageAlert {
    background-color: white;
    color: #35373C;
    min-width: 287px;
    padding: 31px 20px 9px 20px;
    text-align: center;
    height: 100px;
    border: 1px solid @MainColor;
}

.modalBlockout {
    opacity: 0.3;
}

.ClinicInformation {
   /*background-color: @SecondColor;*/
   border-style: solid; 
   border-color: @SecondColor;
   border-width: 5px;
    color: #171515;
    padding: 16px !important;
    cursor: default;
}

.ClinicInformation label {
    display: block;
}

a:link {
  color: red !importent;
  font-color: red !importent;
  background-color: transparent;
  text-decoration: underline;
}

.bold-l {
    font-weight: bold !important;
}

.buttonMessage {
    border-radius: 0 !important;
    border: 1px solid @SecondColor;
    background-color: @SecondColor;
    color: white;
    font-weight: normal;
    display: inline-block;
    margin: 11px 2px 0 3px;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    width: 112px !important;
    outline-style: none;
    border-radius: 0px;
    height: 33px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
}

.buttonMessage:hover {
    text-decoration: none;
    background-color: @HoverSecondColor;
}

.wrapB {
    padding: 21px 40px 14px 40px;
    background-color: rgba(53, 56, 61, 0.07);
}

.wrapC {
    padding: 3px 40px 0 40px;
}

.dateLine {
    padding-top: 5px;
}


.requiredField::-webkit-input-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}

.requiredField::-moz-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}

.requiredField:-ms-input-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}
/* ie */
.requiredField input:-moz-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}


.requiredField::-webkit-input-placeholder {
    color: red !important;
    font-size: 12px !important;
}



input.inlineBlock::-webkit-input-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}

input.inlineBlock::-moz-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}

input.inlineBlock:-ms-input-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}
/* ie */
input.inlineBlock input:-moz-placeholder {
    color: #f00 !important;
    font-size: 12px !important;
}


input.inlineBlock::-webkit-input-placeholder {
    color: red !important;
    font-size: 12px !important;
}

.labelDate {
    margin-top: 14px;
}

.inlineBlock {
    display: inline-block !important;
}

.paddingLabel {
    padding-right: 13px;
    cursor: default;
}

.wrapB .labelDate select:focus {
    outline: 5px auto #656871;
}

.Success {
    text-align: center;
    background-color: @SecondColor;
    padding: 40px;
}


@media screen and (max-width:365px) {
    .appointmentsGridTable td .k-button .k-button-icontext k-grid-delete {
        width: 0px;
        height: 0px;
    }

    .swMain .stepContainer div.content td {
        line-height: inherit;
    }

    .k-button k-button-icontext k-grid-delete {
        font-size: 6px !important;
    }

    #isAppointments {
        padding-right: 0px !important;
        width: auto;
    }

    #appointmentsGrid {
        border-style: none !important;
        border-right-style: solid;
        border-right-width: 1px;
        width: 300px !important;
    }

    .appointmentsGridTable {
        width: 300px !important;
    }
}

@media screen and (min-width:612px) {
    .swMain ul.anchor li a.done {
        background-color: red;
    }


    .stepA a {
        background-color: #CFD1D2 !important;
    }

    .stepB a {
        background-color: #BABCBE !important;
    }

    .stepC a {
        background-color: #A5A7AA !important;
    }

    .stepD a {
        background-color: #919396 !important;
    }

    .swMain ul.anchor {
        height: 97px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .swMain ul.anchor li a {
        height: 95px !important;
        width: 98px !important;
        margin: 0 4px 0 2px !important;
    }

    .swMain ul.anchor li a.selected {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.disabled:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.done:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a .stepNumber {
        float: none;
        width: 99px;
        font-size: 28px;
        padding: 0;
        margin: 30px 0 -7px 0;
    }

    .swMain ul.anchor li a .stepDesc {
        padding: 8px;
    }

    .stepA {
        margin-right: 35px !important;
    }

    .logoImg {
        padding-top: 57px;
    }

    .logoDiv {
        height: 55px;
        width: 208px;
        margin-top: 33px;
        margin-left: 3px;
        background-size: 101%;
    }
}


@media screen and (max-width: 675px) {
    .logoDiv {
        height: 71px;
        width: 158px;
        margin-top: 33px;
        margin-left: 3px;
        background-size: 101%;
    }
}




@media screen and (max-width:611px) {
    .swMain ul.anchor li a.done {
        background-color: red;
    }


    .stepA a {
        background-color: #CFD1D2 !important;
    }

    .stepB a {
        background-color: #BABCBE !important;
    }

    .stepC a {
        background-color: #A5A7AA !important;
    }

    .stepD a {
        background-color: #919396 !important;
    }

    .swMain ul.anchor {
        height: 97px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .swMain ul.anchor li a {
        height: 95px !important;
        width: 82px !important;
        margin: 0 4px 0 2px !important;
    }

    .swMain ul.anchor li a.selected {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.disabled:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.done:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a .stepNumber {
        float: none;
        width: 84px;
        font-size: 26px;
        padding: 0;
        margin: 32px 0 1px 0;
    }

    .swMain ul.anchor li a .stepDesc {
        padding: 0px;
    }

    .stepA {
        margin-right: 35px !important;
    }

    .logoImg {
        padding-top: 67px;
        padding-left: 6px;
        height: 28px;
    }

    .logoDiv {
        background-image: url("/Ans/content/images/logoAns.png");
        background-repeat: no-repeat;
        height: 55px;
        width: 72px;
        margin-top: 69px;
        margin-left: 3px;
        background-size: 108%;
    }
}


@media screen and (max-width:610px) {
    .swMain ul.anchor li a.done {
        background-color: red;
    }


    .stepA a {
        background-color: #CFD1D2 !important;
    }

    .stepB a {
        background-color: #BABCBE !important;
    }

    .stepC a {
        background-color: #A5A7AA !important;
    }

    .stepD a {
        background-color: #919396 !important;
    }

    .swMain ul.anchor {
        height: 97px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .swMain ul.anchor li a {
        height: 95px !important;
        width: 78px !important;
        margin: 0 4px 0 2px !important;
    }

    .swMain ul.anchor li a.selected {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.disabled:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.done:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a .stepNumber {
        float: none;
        width: 78px;
        font-size: 24px;
        padding: 0;
        margin: 32px 0 0px 0;
    }

    .swMain ul.anchor li a .stepDesc {
        padding: 0px;
        font-size: 14px;
    }

    .stepA {
        margin-right: 35px !important;
    }

    .logoImg {
        padding-top: 67px;
        padding-left: 6px;
        height: 28px;
    }


    .logoDiv {
        background-image: url("/Ans/content/images/logoAns.png");
        background-repeat: no-repeat;
        height: 55px;
        width: 72px;
        margin-top: 66px;
        margin-left: 3px;
        background-size: 108%;
    }
}


@media screen and (max-width:445px) {
    .swMain ul.anchor li a.done {
        background-color: red;
    }


    .stepA a {
        background-color: #CFD1D2 !important;
    }

    .stepB a {
        background-color: #BABCBE !important;
    }

    .stepC a {
        background-color: #A5A7AA !important;
    }

    .stepD a {
        background-color: #919396 !important;
    }

    .swMain ul.anchor {
        height: 97px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .swMain ul.anchor li a {
        height: 95px !important;
        width: 60px !important;
        margin: 0 4px 0 2px !important;
    }

    .swMain ul.anchor li a.selected {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.disabled:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.done:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a .stepNumber {
        float: none;
        width: 62px;
        font-size: 24px;
        padding: 0;
        margin: 29px 0 -3px 0;
    }

    .swMain ul.anchor li a .stepDesc {
        padding: 0px;
    }

    .stepA {
        margin-right: 35px !important;
    }

    .logoImg {
        padding-top: 67px;
        padding-left: 6px;
        height: 28px;
    }
}

@media screen and (max-width:375px) {
    .swMain ul.anchor li a.done {
        background-color: red;
    }


    .stepA a {
        background-color: #CFD1D2 !important;
    }

    .stepB a {
        background-color: #BABCBE !important;
    }

    .stepC a {
        background-color: #A5A7AA !important;
    }

    .stepD a {
        background-color: #919396 !important;
    }

    .swMain ul.anchor {
        height: 97px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .swMain ul.anchor li a {
        height: 95px !important;
        width: 46px !important;
        margin: 0 4px 0 2px !important;
    }

    .swMain ul.anchor li a.selected {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.disabled:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a.done:hover {
        background-color: @SecondColor !important;
        color: white !important;
    }

    .swMain ul.anchor li a .stepNumber {
        float: none;
        width: 47px;
        font-size: 20px;
        padding: 0;
        margin: 30px 0 0px 0;
    }

    .swMain ul.anchor li a .stepDesc {
        padding: 0px;
    }

    .stepA {
        margin-right: 35px !important;
    }

    .logoDiv {
        background-image: url("/Ans/content/images/logoAns.png");
        background-repeat: no-repeat;
        height: 55px;
        width: 42px;
        margin-top: 78px;
        margin-left: 3px;
        background-size: 125%;
    }
}
