body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
    font-family: 'Poppins' !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

html, body {
    height: 100%;
    overflow: hidden;
    /*font-family: Roboto;*/
    outline: none !important;
}

.blue-body-color {
    background-color: rgb(0, 178, 204);
    overflow: hidden;
    background: linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137));
    background: #000046;  /* fallback for old browsers */
    background: -webkit-linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: 400% 400%;

    animation-name: colorAnimation;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;    
}

@keyframes colorAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.free-trail-body-color {
    background-image: url(images/hero-bg.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.ribbon {
    height: 50px;
}

.ribbon .topBar {
    height: 100%;
    display: block;
    background-color: rgb(0, 178, 204);
    box-shadow: 0px 0px 5px #aaa;
    color: #fff;
}

.ribbon .topBar .dmBrandLogo {
    display: inline-block;
}

.ribbon .topBar .dmBrandLogo a {
    display: inline-block;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
    margin: auto;
    padding: 7.5px 4px;
}

.ribbon .topBar .dmBrandLogo a img {
    height: 100%;
    width: 45px;
}

.ribbon .topBar .dmNavbarBrands {
    height: 100%;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 6px;
    width: calc(100% - 90px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ribbon .topBar .dmNavbarBars {
    float: right;
}

.ribbon .topBar .dmNavbarBars a:hover {
    color: #fff;
    text-decoration: none;
}

.ribbon .topBar .dmNavbarBars a {
    color: #fff;
    text-decoration: none;
    padding: 18px 10px;
}

.topBar .container {
    width: 100%;
    padding:0px 0px 0px 14px;
}

.dmForm{
    height: calc(100% - 50px);
    overflow: auto;
    background-color: whitesmoke;
}

.dmTextBox {
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    border-radius: 0 !important;
    box-shadow:initial !important;
    padding-left: 0px !important;
}

.dmGrid{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /*    background-color: #fff;*/
    /*padding: 6px 16px;*/
    padding: 6px 10px;
}

.dmGrid .dmRow {
    border-bottom: 1px solid rgb(238, 238, 238);
    margin: 1px 0px;
    box-shadow: 0px 0px 2px rgb(204, 204, 204);
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    line-height: 1;
    position: relative;
}

.dmGrid .dmRow:nth-child(even) {
    border-bottom: 1px solid rgb(238, 238, 238);
    margin: 1px 0px;
    box-shadow: 0px 0px 2px rgb(204, 204, 204);
    cursor: pointer;
    background-color: #eee !important;
    line-height: 1;
    position: relative;
}

.dmGrid .dmRowCard {
    cursor: pointer;
    line-height: 1;
    position: relative;
    width: 100%;
    /*margin-bottom: 16px;*/
    border-radius: 5px 5px 5px 5px;
    border-width: 1px 1px;
    /*    border-style: solid;
        border-color: rgb(221, 221, 221) rgb(0, 125, 153);*/
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display:inline-block;
}
.dmGrid .dmRowCardUserReg {
    cursor: not-allowed;
    line-height: 1;
    position: relative;
    width: 100%;
    margin-bottom: 2px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid lightgray;
    overflow: hidden;
}

.dmGrid .dmRowLoginCard {
    cursor: pointer;
    line-height: 1;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
    display: inline-block;
    margin-bottom: 1px;
}

.dm-FlwWorkingArea .dmHeading-text{
    font-size: 22px;
    display: block;
    padding: 10px 10px 9px;
}

.dmGrid .dmRow .dmCell {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
}

.dmGrid .dmRow .dmCell .dmCellContent {
    display: inline-block;
    width: 100%;
}

.dmGrid .dmRow .dmCell .dmCaption {
    display: inline-block;
    opacity: 0.6;
    font-size: 12px;
    padding: 9px 9px 0px;
}

.dmGrid .dmRow .dmCell .dmValue{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 0px 9px 9px;
    word-break: break-all;
}

.dmGrid .dmRow .dmCell .dmNoCaption{
    padding: 9px;
}

.dmGridPaging {
    width: 100%;
    height: 100%;
}

.dmGridPaging .dmGridPaging-Body {
    /*    width: 100%;
        height: calc(100% - 63px);
        position: relative;
        margin-top: 10px;*/
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0px;
}


/*change start*/

.dmGridPaging .search{
    /*width: 351px;*/
    width: 100%;
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
}

/*.dmGridPaging .search input{
    width: calc(100% - 110px);
    background-color: rgba(255,255,255,0.7);
    border: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.086);
    display: inline-block;
}*/

.dmGridPaging .search i{
    /*    cursor: pointer;
        font-size: 12px;
        float: left;
        padding: 10px 10px 11px 3px;*/
    cursor: pointer;
    font-size: 16px;
    float: left;
    padding: 9px 0px 11px 13px;
}

.dmGridPaging .paging-container{
    display: inline-block;
    width: 100px;
    float: right;
}

.dmGridPaging .paging-icon{
    float:none !important;
    font-size: 18px !important;
    padding: 8px 8px !important;
}

.dmGridPaging .paging-container .disable {
    opacity: 0.4;
}

.dmPageHelp {
    overflow-y: hidden !important;
    height:100%;
}

.dmPageHelp .caption{
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: #0097a7;
    font-size: 22px;
}

.dmPageHelp .caption i {
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    padding: 15px 15px;
}

.dmPageHelp .caption span{
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    width: calc(100% - 135px);
    overflow-x: hidden;
    vertical-align: middle;
    font-size: 16px;
}

.dmPageHelp .modal-dialog{
    position: absolute !important;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto!important;
    width:100%;
    height:100%;
}

.dmPageHelp .modal-dialog .modal-content{
    position: absolute !important;
    width:100%;
    height:100%;
    border-radius: 0;
}

.dmPageHelp .modal-body{
    padding:0px !important;
    height:100%;
}

.dmPageHelp .modal-dialog .modal-content .modal-header{
    display:none;
}

.dmPageHelp .dmPageHelp-Body{
    height:calc(100% - 35px);
    background-color: #f4f0ef;
}

.dmTextHelp .mandatory {
    border-bottom: 2px solid red !important;
}
.dmMandatory {
    border-bottom: 2px solid red !important;
}

.dmTextHelp {
    position: relative;
}

.dmTextHelp .dmTextBox {
    padding-right: 40px;
    background-color: #fff !important;
}

.dmTextHelp span {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    display: block;
    padding: 7px 12px;
}

.dm-modal-open .modal {
    overflow-y: hidden !important;
}

.login .form{
    padding: 5px !important;
}

.signup{
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0px 2px 5px rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    position: relative;
    padding: 30px 20px 20px;
    width: 450px;
    margin: 90px auto auto;
}

.signup .form{
    padding: 34px !important;
}

@media (max-width: 470px){
    .signup{
        height: 100% !important;
        margin-top: 0px !important;
        border-radius: 1px !important;
        box-shadow: 0px 0px 13px #666 !important;
        background-position-y: bottom !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-color: #fff !important;
        width: 100% !important;
        box-shadow: 0px 0px 1px rgb(102, 102, 102) !important;
        min-height: 620px;
    }
    .signup .margin-bottom15rem{
        margin-bottom: 0 !important;
    }

    .btn-signup {
        width: 100%;
        margin-right: 0px !important;
    }
    .btn-signupCancel {
        width: 100%;
    }
    .dm-mob-attached-width-style{
        width: calc(100% - 50px) !important;
        padding-right: 10px;
    }

    .dm-mob-attached-btn-width-style{
        width: 50px !important;
    }
}
@media (max-width: 425px){
    .flwForm .container{
        height: 100% !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .flwForm .container .MD_4{
        height: 100% !important;
        width: 100% !important;
    }
    .login{
        height: 100% !important;
        margin-top: 0px !important;
        border-radius: 1px !important;
        box-shadow: 0px 0px 13px #666 !important;
        background-position-y: bottom !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-color: #fff !important;
        width: 100% !important;
        box-shadow: 0px 0px 1px rgb(102, 102, 102) !important;
        min-height: 400px;
    }

    .logo-img-style {
        margin: auto !important;
    }
    .login .form {
        padding-top: 20% !important;
    }
    .signup .form {
        padding-top: 20% !important;
    }
}

.dm-FlwWorkingArea{
    background-color: whitesmoke;
    position:relative;
    margin:auto;
}

.dashboard-section{
    padding-top: 18px;
    height:100%;
}

.dashboard-section .row{
    margin:0 !important;
}

.dashboard-user-style{
    margin-bottom: 25px;
}
.dashboard-user-style div{
    font-size: 24px;
    color: #555;
}

.dashboard-card-style{
    cursor: pointer;
    /*height: 160px;*/
    /*    box-shadow: 0px 0px 2px rgb(70, 70, 70);*/
    margin-bottom: 25px;
    background: none repeat scroll 0% 0% rgb(250, 250, 250);
    /*border-left: 5px solid rgb(0, 178, 204);*/
    /*border-radius: 18px 3px 18px 3px;*/
    border-radius: 5px;
    /*border-right: 5px solid rgb(0, 178, 204);*/
    border: thin dashed rgba(47,43,61,0.34)
}

.dashboard-card-style img{
    width: 50px;
    padding-top: 20px;
    height: auto;
}
.dashboard-card-text{
    padding-top: 10px;
    font-weight: bold;
    color: #555;
    text-align: center;
}

.dashboard-card-subText{
    padding-top: 5px;
    font-weight: bold;
    color: #888;
    font-size: 11px;
    text-align: center;
}

.dashboard-appointment-section{
    padding-top: 30px;
    background-repeat:  no-repeat;
    background-size: 35%;
    background-position: center bottom;
    height:100%;
}

.dashboard-appointment-section .row{
    margin:0 !important;
}

.sidebar-container{
    height: auto;
    width: 0%;
    position: fixed;
    z-index: 999;
    top: 65px;
    right: 5px;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    box-shadow: 0px 2px 4px #777;
}

.sidebar-container .dmSidebar-profile-container{
    width: 100%;
    background-color: rgb(0, 125, 153);
    top: 0px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 13px;
}

.dm-close-sidebar{
    color: rgb(255, 255, 255) !important;
    position: absolute;
    left: 3px;
    top: 5px;
    padding: 10px 1px;
    font-size: 15px !important;
    text-decoration: none !important;
}

.dm-close-sidebar:hover{
    color: rgb(255, 255, 255) !important;
}

.sidebar-container .dmSidebar-profile-container img{
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    margin: auto;
    overflow: hidden;
}

.sidebar-container .dmUserInfo{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
}
.dm-logout-arrow-top, .dm-logout-arrow-top:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.dm-logout-arrow-top:after {
    content: "";
    border-width: 10px;
}

.dm-logout-arrow-top:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: rgb(0, 125, 153);
    border-bottom-width: 0;
}

.dm-logout-arrow-top{
    top: -11px;
    left: 78%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
    transform: rotate(180deg);
}
.sidebar-container .dmUserInfo span.sub-uhidInfo{
    font-size: 10px;
    color: #666;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-container .dmSidebarList{
    display: block;
    background-color: rgb(255, 255, 255);
    color: rgb(68, 68, 68);
    padding: 10px;
    border-top: 1px solid #eee;
}

.sidebar-container .dmSidebarList:hover{
    text-decoration: none;
    color: #777;
    background-color: rgba(65, 125, 153, 0.1);
}

.sidebar-container .dmSidebarList i{
    float: left;
    vertical-align: middle;
    line-height: normal;
    padding: 4px;
    padding-right: 10px;
}
.width215px{
    width: 215px !important;
    overflow: initial;
}

.form-container{
    width:710px;
    position:relative;
    margin:90px auto auto;
    border-radius: 10px 1px 10px 1px;
    background-color: rgb(255, 255, 255);
    padding-left: 22px;
}

.logo-img-style{
    margin: 0px auto;
    /*margin: 20px auto;*/
    position: relative;
    display: block;
    top: 30px;
}

.margin-bottom15rem{
    margin-bottom: 1.5rem !important;
}

.margin-bottom25rem{
    margin-bottom: 2.5rem !important;
}

.input-user {
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    border-radius: 0 !important;
    box-shadow:initial !important;
}

.btn-primary{
    background-color: transparent !important;
    border-color: #fe6665 !important;
    width: 100% !important;
    margin-top: 25px !important;
    color: #fe6665 !important;
    border: 2px solid !important;
    font-weight: bold !important;
}

.small-footerForm{
    color: #ffc3c3;
    font-size: 13px;
    position:  absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
}

.small-footerForm a{
    color: rgb(117, 117, 117) !important;
    /*color: #fff !important;*/
    text-decoration: none !important;
}

.btn-hover:hover {
    background-color: #fe6665 !important;
    color: #fff !important;
    border-color: #fe6665 !important;
}

.btn-appointment {
    background-color: #0e4d92 !important;
    /*background-color: rgb(0, 151, 167)!important;*/
    color: #fff !important;
    border-color: #fe6665 !important;
}

/* dashboard css style*/
.dashboard-container{
    width: 100%;
    background-color: rgb(231, 236, 239);
    height: auto !important;
    min-height: 100%;
}

.appointment-user-style{
    margin-bottom: 25px;
}

.appointment-container-style{
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 4px rgba(0, 0, 0, 0.12);
    z-index: 1;
    padding: 20px 10px 10px;
    margin-left: 8px;
}
.accordion .appointment-accordion-dt{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.accordion > appointment-accordion-dt > span {
    display: block;
    position: relative;
    color: #222222;
    text-decoration: none;
    padding: 8px 20px;
    background: #f9f9ff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ccc;
    border-left: 3px solid #e74424;
}

.accordion > .appointment-accordion-dt > span, .accordion > .appointment-accordion-dt > span:after, .appointment-accordion-dt > span {
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > .appointment-accordion-dt > span.appointment-step, .appointment-step {
    border: 10px;
    box-sizing: border-box;
    display: flex;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    margin-bottom: 10px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    background-color: transparent;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 100%;
    padding: 0px 11px;
    box-shadow: none;
}
.datePicker-style{
    padding: 5px 20px
}

.padding-right8px{
    padding-right: 8px;
}

.dm-circle svg {
    color: rgb(0, 188, 212) !important;
    fill: rgb(0, 178, 204) !important;
}

.left-lineBorderContainer{
    margin-left: 31px;
}

left-lineBorderContainer span{
    display: block;
    border-color: rgb(189, 189, 189);
    border-left-style: solid;
    border-left-width: 1px;
    min-height: 28px;
}

.accordion > appointment-accordion-dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #777;
    box-shadow: 0px 0px 5px #ccc;
    border-left: 3px solid #e74424;
}

.appointment-accordion-dd{
    margin-left: 18px;
    padding-left: 19px;
    /*padding-left: 30px;*/
    padding-right: 16px;
    border-left: 1px solid rgb(189, 189, 189);
    box-shadow: none;
    padding-top: 0px;
}

.patient-appointment{
    padding: 20px;
}

.modal-header{
    background-color: rgb(0, 172, 193);
    color: #fff;
    padding: 0px !important;
    display: none;
}

.modal-header .close {
    color: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    margin-top: 0px !important;
    padding: 12px;
}

.modal-header .modal-title{
    padding: 12px;
}

.appointment-btn{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.padding-left0{
    padding-left:0 !important;
}

.padding-right0{
    padding-right:0 !important;
}
.calendar-dateContainer{
    width: 100%;
    padding: 8px;
    box-shadow: 0px 0px 0px 1px rgb(220, 220, 220);
    margin-bottom: 12px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    border-left: 2px solid #aaa;
    border-right: 2px solid #aaa;
}

.calendar-dateContainer:hover{
    cursor: pointer;
    background-color: rgb(0, 178, 204);
    color: #fff;
}

@media (min-width: 1200px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.dm-action-mob{
    padding: 16px 15px !important;
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 767px){
    .modal-sm {
        width: auto !important;
    }
    .dmGrid .dmRow .dmCell {
        padding: 3px 9px;
    }
    .dmGrid .dmRow .dmCell .dmCaption {
        vertical-align: top;
    }
}

@media (max-width: 425px){
    .modal-sm {
        width: auto !important;
    }
    .mob-flwForm{
        height: 100% !important;
    }
    .form-container{
        width:100% !important;
    }
}

.margin-sideMargin0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}



/*start new css*/

.dmModal {
    overflow-y: hidden !important;
    height:100%;
}

/*.dmModal .modal-dialog{
    position: absolute !important;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto!important;
    width:100%;
    height:100%;
}*/

/*.dmModal .modal-dialog .modal-content{
    position: absolute !important;
    width:100%;
    height:100%;
    border-radius: 0;
}*/

/*.dmModal .modal-dialog .modal-content .modal-header{
    display:none;
}*/

.dmModal .modal-body{
    background-color: #ededed;
    padding:0px !important;
    height:100%;
}

.dmModal .dmModal-Body {
    height:calc(100% - 55px);
    background-color: #fff;
    overflow-y: auto;
}

.dmModal .header {
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: #0097a7;
    font-size: 25px;
    border-radius: 0px 0px 15px 15px;
}

.dmModal .header i {
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    padding: 15px 15px;
}

.dmModal .header span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 90%;*/
    width: calc(100% - 135px);
    overflow-x: hidden;
    vertical-align: middle;
    font-size: 16px;
}





.floating-form {
    width:100%;
}

/****  floating-Lable style start ****/
.floating-label {
    position:relative;
    margin-bottom:2px;
}
.floating-input , .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 53px;
    background-color: #f5f7f9;
    border: none;
    border: 1px solid #cfd8dc;
    /*padding-top: 18px !important;*/
    padding-left: 15px !important;
    border-radius: 11px;
}

.floating-input:focus , .floating-select:focus {
    outline:none;
    border-bottom:2px solid #90a4ae;
}

.dm-label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ .dm-label, .floating-input:not(:placeholder-shown) ~ .dm-label {
    top: 5px;
    font-size: 11px;
    color: #0E4D92;
    left: 8px !important;
    padding: 0px 8px;
}

.floating-select:focus ~ .dm-label , .floating-select:not([value=""]):valid ~ .dm-label {
    top:-18px;
    font-size:14px;
    color:#5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow:hidden;
    overflow-x: hidden;
}

/* highlighter */
.highlight {
    position:absolute;
    height:50%;
    width:100%;
    top:15%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
/*.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}*/

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background:#5264AE;
    }
    to 	{
        width:0;
        background:transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background:#5264AE;
    }
    to 	{
        width:0;
        background:transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background:#5264AE;
    }
    to 	{
        width:0;
        background:transparent;
    }
}

/*end new css*/





/*himanshu css start*/

.dm-manage-button{
    float: right !important;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 7px 7px 7px 7px !important;
    padding: 1px 12px !important;
    font-size: 11px !important;
    border-color: rgb(40, 96, 155) !important;
    color: rgb(40, 96, 155) !important;
    font-weight: bold !important;
}

.dm-manage-button i{
    margin-left: 5px !important;
    background-color: rgb(40, 96, 155) !important;
    padding: 0px 4px !important;
    border-radius: 50% 50% 50% 50% !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
}

.dm-cut-style{
    position:relative;
}

.dm-cut-style:before{
    content: "";
    width:20px !important;
    height:20px !important;
    background-color: rgb(237, 237, 237) !important;
    border-radius: 50% !important;
    position: absolute;
    bottom: -11px;
    left: -11px;
}

.dm-cut-style:after{
    content: "";
    width:20px !important;
    height:20px !important;
    background-color: rgb(237, 237, 237) !important;
    border-radius: 50% !important;
    position:absolute;
    bottom: -11px;
    right: -11px;
}

.caret {
    display: inline-block !important;
    margin-left: 0px !important;
    border-right: 11px solid transparent !important;
    border-left: 7px solid transparent !important;
    border-top: 9px dashed rgb(167, 167, 167) !important;
    transform: rotate(-51deg) !important;
    vertical-align: middle !important;
    position: absolute !important;
    bottom: 0px !important;
    right: -4px !important;
    /*right: -7px !important;*/
}

.dm-rountine-container{
    background-color: rgb(235, 246, 252);
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    box-shadow: 0px 2px 2px rgb(170, 170, 170);
    width: 100%;
}

@media (min-width: 980px){
    .dm-mob-container-style{
        width:690px !important;
    }
    .dm-mob-mainContainer-style{
        width:806px !important;
    }
    .dm-mob-mainContainer-styleCell{
        width:100% !important;
    }
    .dm-mob-menu-container-style{
        width:85% !important;
    }

    .sidebar-container .dmUserInfo {
        font-size: 14px !important;
    }
    .dm-close-sidebar {
        font-size: 15px !important;
    }
    .dm-mob-mainContainerCips-style{
        width:200px !important;
    }

}

@media (max-width: 425px){
    .dm-mob-cardhead-title{
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .dm-mob-spanTitle-style{
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .dm-mob-upcomingfirst-title-style{
        width: 65% !important;
    }
    .dm-mob-upcomingfirst-title-style > span{
        font-size: 11px !important;
    }
    .dm-mob-upcomingSecond-title-style{
        width: 35% !important;
    }
    .dm-mob-upcomingSecond-title-style > span{
        font-size: 11px !important;
    }
    .dm-mob-upcomingFirstValue-title-style{
        width: 65% !important;
    }
    .dm-mob-upcomingFirstValue-title-style > span{
        font-size: 28px !important;
    }
    .dm-mob-upcomingSecondValue-title-style{
        width: 35% !important;
    }
    .dm-mob-upcomingSecondValue-title-style > span{
        font-size: 28px !important;
    }
}
/*.cellValue{
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: left;
    vertical-align: middle !important;
    height: 45px !important;
    overflow: hidden;
    padding: 5px !important;
}*/

.cellValue{
    font-size: 13px;
    text-align: center;
    vertical-align: middle !important;
    height: 30px !important;
    /*height: 45px !important;*/
    overflow: hidden;
    padding: 5px !important;
    cursor: pointer;
}

.dm-dashboard-table{
    border:none !important;
    box-shadow: 0px 0px 2px #aaa;
}
.dm-dashboard-table tr td{
    border:none !important;
}

.dm-dashboard-table > thead th:nth-child(1){
    background: none repeat scroll 0% 0% rgb(14, 77, 146);
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 6px !important;
}
.dm-dashboard-table > thead th:nth-child(2){
    background: none repeat scroll 0% 0% rgb(14, 77, 146);
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 6px !important;
}
.dm-dashboard-table > thead th:nth-child(3){
    background: none repeat scroll 0% 0% rgb(14, 77, 146);
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 6px !important;
}
.dm-dashboard-table > thead th:nth-child(4){
    background: none repeat scroll 0% 0% rgb(14, 77, 146);
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 6px !important;
}
.dm-dashboard-table > thead th:nth-child(5){
    background: none repeat scroll 0% 0% rgb(14, 77, 146);
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 6px !important;
}


/*.dm-dashboard-table > thead th:nth-child(1){
    background-image: linear-gradient(to right top, #ffcc00, #facd04, #f5cd08, #f0ce0d, #ebce12);
}
.dm-dashboard-table > thead th:nth-child(2){
    background: linear-gradient(180deg, rgb(19, 159, 177) 0%, rgb(10, 134, 148) 23%, rgb(8, 117, 125) 100%) repeat scroll 0% 0% transparent;
}
.dm-dashboard-table > thead th:nth-child(3){
    background: linear-gradient(180deg, rgb(249, 183, 40) 0%, rgb(254, 155, 23) 23%, rgb(246, 116, 4) 100%) repeat scroll 0% 0% transparent;
}
.dm-dashboard-table > thead th:nth-child(4){
    background: linear-gradient(180deg, rgb(242, 109, 88) 0%, rgb(234, 74, 61) 23%, rgb(215, 44, 30) 100%) repeat scroll 0% 0% transparent;
}
.dm-dashboard-table > thead th:nth-child(5){
    background: linear-gradient(180deg, rgb(77, 182, 172) 0%, rgb(0, 150, 136) 23%, rgb(0, 121, 107) 100%) repeat scroll 0% 0% transparent;
}*/

.dm-mob-mainContainer-styleCell > table.table > thead > tr th{
    background-color: rgb(255, 255, 255) !important;
    top: 0px;
    border-top: 1px solid rgb(221, 221, 221) !important;
    max-height: 100px !important;
    height: 40px !important;
    width: 100px !important;
    overflow: hidden;
    vertical-align: middle;
    color: #666;
    padding-left: 23px;
    font-size: 12px;
}

.dm-mob-mainContainer-styleCell > table.table > thead > tr th > div{
    padding: 3px 1px;
    vertical-align: middle;
    overflow: hidden;
    margin-left: 18px;
}

.dm-mob-mainContainer-styleCell > table.table > tbody > tr td div{
    padding: 0px 1px;
    /*padding: 0px 10px;*/
    vertical-align: middle;
    /*    text-align: center;*/
    margin-left: 18px;
    overflow: hidden;
}

.dm-mob-mainContainer-styleCell > table.table > tbody > tr td:nth-child(3) > div{
    outline-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 91px;
    margin-left: 18px;
    border-radius: 15px 15px 15px 15px;
    float: none;
    box-shadow: 0px 0px 0px;
    background-color: rgb(153, 204, 255);
    text-align: center;
}

.dm-mob-mainContainer-styleCell > table.table > tbody > tr td.dmOnline > div{
    outline-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 15px;
    border-radius: 15px 15px 15px 15px;
    float: none;
    box-shadow: 0px 0px 0px;
    background-color: rgb(139, 195, 74);
    text-align: center;
    height: 15px;
    display: inline-block;
    margin-left: 18px;
    border: 1px solid #689f38;
}

.dmOnlineMark{
    outline-style: none;
    width: 100% !important;
    border-radius: 15px 15px 15px 15px;
    float: none;
    box-shadow: 0px 0px 0px;
    /*    //  background-color: #9e9e9e;*/
    background-color: rgb(139, 195, 74);
    text-align: center;
    height: 100% !important;
    display: inline-block;
}

.dm-mob-mainContainer-styleCell > table.table > tbody > tr td.dmOffline > div{
    outline-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 15px;
    border-radius: 15px 15px 15px 15px;
    float: none;
    box-shadow: 0px 0px 0px;
    /*    //  background-color: #9e9e9e;*/
    background-color: #ed1c24;
    text-align: center;
    height: 15px;
    display: inline-block;
    margin-left: 18px;
    border: 1px solid #757575;
}

.dmOfflineMark{
    outline-style: none;
    width: 100% !important;
    border-radius: 15px 15px 15px 15px;
    float: none;
    box-shadow: 0px 0px 0px;
    /*    //  background-color: #9e9e9e;*/
    background-color: #ed1c24;
    text-align: center;
    height: 100% !important;
    display: inline-block;
}

.dm-mob-mainContainer-styleCell > table.table > tbody > tr td.dmIdle > div{
    outline-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 15px;
    border-radius: 15px 15px 15px 15px;
    float: none;
    box-shadow: 0px 0px 0px;
    background-color: #9e9e9e;
    text-align: center;
    height: 15px;
    display: inline-block;
    margin-left: 18px;
    border: 1px solid #757575;
}

.dmIdleMark{
    outline-style: none;
    width: 100% !important;
    border-radius: 15px 15px 15px 15px;
    float: none;
    box-shadow: 0px 0px 0px;
    /*    //  background-color: #9e9e9e;*/
    background-color: #9e9e9e;
    text-align: center;
    height: 100% !important;
    display: inline-block;
}
.dm-mob-mainContainer-styleCell > table.table > tbody > tr td.dmOnline{
    vertical-align: middle;
    margin: auto;
    text-align: center;

}
.dm-mob-mainContainer-styleCell > table.table > tbody > tr td.dmOffline{
    vertical-align: middle;
    margin: auto;
    text-align: center;

}
.dm-mob-mainContainer-styleCell > table.table > tbody > tr td.dmIdle{
    vertical-align: middle;
    margin: auto;
    text-align: center;

}
/*.dm-mob-mainContainer-styleCell > table.table > tbody > tr td:nth-child(6) > div{
    overflow: hidden;
    outline-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 91px;
    margin-left: 18px;
    border-radius: 15px 15px 15px 15px;
    border: 1 solid #ff6600;
    float: none;
    box-shadow:0px 0px 0px;
    background-color:#007d99;
    text-align:center;
}*/


.dm-display-block
{
    display:block;
}


.flwForm
{
    height: calc(100% - 50px);
    background-repeat:  no-repeat;
    background-size: 35%;
    background-position: bottom left;


}
.flwLoginForm
{
    width:100%;
    height: 100%  !important;
    background-repeat:  no-repeat;
    background-size: 100%;
    background-position: bottom left;
    color: #000 !important;
    overflow-x: hidden !important;


}
@media (min-width: 992px) and (max-width: 1280px)  {
    .flwLoginForm
    {
        height: 100% !important;
        /*background-color: rgb(0, 125, 153);*/
        /*background-color: rgb(14, 77, 146);*/
    }
    .card1 {
        height: 100% !important;
        width:450px !important;
        margin-top: 0px !important;
        box-shadow: 0px 2px 5px rgb(85, 85, 85) !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        background-color: #fff !important;
        position: relative !important;
        padding: 0 !important;
        border-left: none !important;
        border-right: none !important;
        display : inline-block !important;
        vertical-align: top !important;
    }

    .card2 {
        width:calc(100% - 450px) !important;
        height: 100% !important;
        margin-top: 0px !important;
        padding: 0px !important;
        display : inline-block !important;
        vertical-align: top !important;

    }


    .form-containerLogin{
        width:100% !important;
        position:relative !important ;
        margin:90px auto auto !important;
        border-radius: 0px !important;
        background-color: rgb(255, 255, 255) !important;
        padding-left: 0px !important;
        overflow: hidden !important;
    }

    .triangle-topleft {
        display: none;
    }
    .triangle-topleftDouble {
        display: none;
    }

    .triangle-bottomright {
        display: none;
    }
    .triangle-bottomrightDouble {
        display: none;
    }

}

@media (min-width: 1281px) {
    .flwLoginForm
    {
        height: 100% !important;
        /*background-color: rgb(0, 125, 153);*/
        /*background-color: #0E4D92;*/
    }
    .card1 {
        height: 100% !important;
        width: 450px !important;
        margin-top: 0px !important;
        box-shadow: 0px 2px 5px rgb(85, 85, 85) !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        background-color: #fff !important;
        position: relative !important;
        /*padding: 10px 28px !important;*/
        padding: 0px !important;
        border-left: none !important;
        border-right: none !important;
        display : inline-block !important;
        vertical-align: top !important;
    }
    .card2 {
        width: calc(100% - 450px) !important;
        height: 100% !important;
        margin-top: 0px !important;
        padding: 0px !important;
        display : inline-block !important;
        vertical-align: top !important;

    }
    .form-containerLogin{
        width: 100% !important;
        position:relative !important;
        margin:90px auto auto !important;
        border-radius: 0px;
        background-color: rgb(255, 255, 255) !important;
        padding-left: 0px !important;
        overflow: hidden !important;
    }

    .triangle-topleft {

        display: none;
    }
    .triangle-topleftDouble {

        display: none;
    }

    .triangle-bottomright {
        display: none;
    }
    .triangle-bottomrightDouble {
        display: none;
    }

}

@media (min-width: 481px) and  (max-width: 992px) {
    .flwLoginForm {
        height: 100% !important;
        background-repeat:  no-repeat !important;
        background-position: bottom left !important;
        color: #000 !important;
        overflow-x: hidden !important;
    }

    .form-containerLogin{
        width:100% !important;
        position:absolute  !important;
        margin:auto !important;
        border-radius: 10px !important;
        background-color: rgb(255, 255, 255) !important;
        height: 100% !important;
        top: 0px !important;
        bottom: 0px !important;
    }
    .card2 {
        display: none;
    }

    .card1 {
        height: 100% !important;
        width: 100%;
        margin-top: 0px !important;
        box-shadow: 0px 2px 5px rgb(85, 85, 85) !important;
        background-position: left 20px !important;
        background-repeat: no-repeat !important;
        background-color: transparent !important;
        position: relative !important;
        padding: 0px !important;
        display: inline-block !important;
        vertical-align: top !important;
        overflow: auto;
        background-image: url("images/loginCard1.png");
        background-size: cover;
    }
    .card1 .form {
        margin-top: 0px !important;
    }
    .card1 > span.login-title{
        background-color: rgb(14, 77, 146) !important;
        color: rgb(255, 255, 255) !important;
    }
    .triangle-topleftDouble {
        display: none;
    }
    .triangle-bottomrightDouble {
        display: none;
    }
    .triangle-topleft {
        display: none;
    }

    .triangle-bottomright {
        display: none;
    }

    button.mob-btn-style{
        padding: 17px 12px !important;
    }
    .small-box{
        padding: 14px 20px !important;
        margin: 6px auto !important;
    }
    .small-box .card-head-title{
        font-size: 12px !important;
    }
    .small-box .card-head-value{
        font-size: 22px !important;
    }
    .small-box .progress-height-style{
        height: 6px !important;
    }
    /*    .mob-width100{
            width: 100% !important;
        }*/
    .dashboard-title-style{
        font-size: 18px !important;
    }
    .dashboard-date-style{
        font-size: 14px !important;
    }
    .dashboard-filter-style{
        font-size: 16px !important;
    }
    /*    .container-content-fluid{
            height: 38px !important;
        }*/
    .container-content-saction{
        padding: 2px 20px !important;
    }
    .chart-card .chart-card-header{
        padding: 9px 28px 8px !important;
    }
    .chart-card .chart-card-header > span{
        font-size: 13px !important;
    }
    .content-wrapperHeader .dm-bar-container-style{
        margin-top: 7px !important;
    }
    .content-wrapperHeader .dm-user-container-style{
        margin-top: 5px !important;
    }
    .dm-image-style img{
        width: 40px !important;
        height: 40px !important;
    }
    .stats-card-container{
        width:calc(50% - 10px) !important;
    }
    .dm-email-style{
        width: 100% !important;
        margin: auto auto 18px !important;
    }
    .dm-add-icon-style {
        height: 20px;
        width: 20px !important;
    }
    .dm-mob-site-style{
        height: 100% !important;
    }
    .dm-mob-site-style .row{
        height: calc(100% - 97px) !important;
    }

}
@media (max-width: 498px) {
    .dmGridPaging .search{
        width: 100% !important;
        padding: 0px;
    }
    .dm-add-icon-style {
        height: 20px;
        width: 20px !important;
    }
    .dm-mob-site-style .row{
        height: calc(100% - 97px) !important;
    }
    .dm-mob-site-style{
        height: 100% !important;
    }
}


@media (max-width: 480px) {
    .flwLoginForm {
        height: 100% !important;
        background-repeat:  no-repeat !important;
        background-position: bottom left !important;
        color: #000 !important;
        overflow-x: hidden !important;
    }
    .form-containerLogin{
        width:100% !important;
        position:absolute  !important;
        margin:auto !important;
        border-radius: 0px 0px 0px 0px !important;
        background-color: rgb(255, 255, 255) !important;
        height: 100% !important;
        top: 0px !important;
        bottom: 0px !important;
    }
    .card2 {
        display: none;
    }


    .card1 {
        height: 100% !important;
        width: 100%;
        margin-top: 0px !important;
        box-shadow: 0px 2px 5px rgb(85, 85, 85) !important;
        background-position: left bottom !important;
        background-repeat: no-repeat !important;
        background-color: #fff !important;
        position: relative !important;
        padding:0px !important;
        /*        border-left: 3px solid rgb(0, 151, 167);
                border-right: 3px solid rgb(0, 151, 167);*/
        display : inline-block !important;
        vertical-align: top !important;
        overflow: hidden;
        padding-top: 0px !important;
        background-image: url("images/loginCard1.png");
        background-size: contain;
    }
    .card1 > span.login-title{
        background-color: rgb(14, 77, 146) !important;
        color: rgb(255, 255, 255) !important;
    }
    .triangle-topleftDouble {

        position:absolute;
        top:4px;
        left:0px;
        height:62px;
        width:100%;
        background: linear-gradient(173deg, rgba(14, 77, 146, 0.5) 0%, rgba(14, 77, 146, 0.5) 51%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent;
    }
    .triangle-bottomrightDouble {

        position:relative;
        bottom:0;
        left:0px;
        top:62px;
        height:62px;
        width:100%;
        background: linear-gradient(173deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 51%, rgb(14, 77, 146) 51%, rgb(14, 77, 146) 100%) repeat scroll 0% 0% transparent;
    }
    .triangle-topleft {
        position:absolute;
        top:0;
        left:0px;
        height:62px;
        width:100%;
        background: linear-gradient(173deg, rgb(14, 77, 146) 0%, rgb(14, 77, 146) 51%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent;
    }

    .triangle-bottomright {

        position:relative;
        bottom:4px;
        left:0px;
        height:62px;
        width:100%;
        background: linear-gradient(173deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 51%, rgba(14, 77, 146, 0.5) 51%, rgba(14, 77, 146, 0.5) 100%) repeat scroll 0% 0% transparent;
    }
    button.mob-btn-style{
        padding: 17px 12px !important;
    }
    .small-box{
        padding: 10px 14px !important;
        margin: 5px auto !important;
    }
    .small-box .card-head-title{
        font-size: 10px !important;
        /*        display: block;*/
    }
    .small-box .card-head-value{
        font-size: 18px !important;
    }
    .small-box .progress-height-style{
        height: 6px !important;
    }
    .mob-width100{
        width: 100% !important;
    }
    .dashboard-title-style{
        font-size: 17px !important;
        top: 2px !important;
        position: relative;
    }
    .dm-dashboard-title{
        width: 176px !important;
    }
    .dm-user-title{
        /*width: calc(100% - 211px) !important;*/
        width: calc(100% - 251px) !important;
    }
    .dashboard-date-style{
        font-size: 13px !important;
    }
    .dashboard-filter-style{
        font-size: 14px !important;
    }
    .container-content-saction{
        padding: 2px 20px !important;
    }
    .chart-card .chart-card-header{
        padding: 9px 13px 8px !important;
    }
    .chart-card .chart-card-header > span{
        font-size: 13px !important;
    }
    .content-wrapperHeader .dm-bar-container-style{
        margin-top: 7px !important;
    }
    .content-wrapperHeader .dm-user-container-style{
        margin-top: 5px !important;
    }
    .dm-image-style img{
        width: 40px !important;
        height: 40px !important;
    }
    .stats-card-container{
        width:calc(100% - 10px) !important;
    }
    .dm-user-name-style{
        font-size: 13px !important;
    }
    .mob-app-nature-text-style{
        font-size: 12px !important;
        margin-left: 13px !important;
    }
    .mob-app-nature-time-style{
        font-size: 13px !important;
        margin-left: 13px !important;
    }
    .mob-app-nature-container-body-style{
        padding: 4px 6px !important;
    }
    .mob-app-nature-time-container-style{
        padding: 7px 8px !important;
    }
    .dmGridPaging .search{
        /*width: calc(100% - 147px) !important;*/
        width: calc(100% - 0) !important;
        /*padding: 0px 16px;*/
        padding: 0px;
    }
    .dmGridPaging .search > div:nth-child(1){
        width:100% !important;
    }
    .dm-back-container{
        top: -3px !important;
    }
    .dm-back-container > a{
        font-size: 30px !important;
    }
    .dm-add-icon-style {
        height: 20px;
        width: 20px !important;
    }

}


.form-containerLogin{
    width:100%;
    position:relative;
    margin:auto;
    border-radius: 0px;
    box-shadow: 0px 0px 8px rgba(75, 75, 75, 0.4);
    top: 0px;
    height: 100%;
}
/*DashBoard*/

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
}


/*.flwDashBoardForm{
    height: 100%;
    height:70px;
}*/
.formDashBoardContainer{
    height: 100%;
    background-color: #fff;
    margin:0px;
    line-height: 1.5;
    text-align: left;
}
/*sidebar*/
.sidebarLeft-container{
    height: 100%;
    width: 300px;
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    border-top-right-radius: 0px;
}

.content-wrapper {
    height: 100%;
    width: 100% !important;
    /*width: calc(100% - 5px) !important;*/
    /*background-color: #f4f6f9;*/
    background-color: rgb(231, 236, 239);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    /*background:linear-gradient(120deg, rgb(253, 251, 251) 0%, rgb(210, 232, 243) 100%)*/
    background:linear-gradient(120deg, rgb(253, 251, 251) 0%, rgb(248, 246, 245) 100%);
}

.content-wrapperHeader {
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #0097a7;
    display:inline-block;
    transition: margin-left .3s ease-in-out;
    z-index: 1034;
    border-bottom: 1px solid #ccc

}

.sidebarLeft-container .dmSidebar-logo-container{
    width: 100%;
    height: 70px;
    background-color: #fff;
    top: 0px;
    cursor: pointer;
    border-bottom: 0.07px solid #eee;
    position: relative;
}
.container-content-fluid
{
    width: 100%;
    height: auto;
    /*padding: 21px 20px !important;*/
    padding: 21px 42px 21px 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: rgb(255, 255, 255) !important;
}
.form-container-content-fluid{
    width: 100%;
    padding: 5px 41px 10px 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.container-content-saction
{
    width: 100%;
    /*    height: calc(100% - 50px);*/
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
    /*    overflow: auto;*/
}
.small-box {
    border-radius: 13px 13px 13px 13px;
    display: block;
    position: relative;
    background-color: rgb(255, 255, 255) !important;
    /*border-left: 5px solid #678390;*/
    /*border-right: 5px solid #678390;*/
    box-shadow: 0px 0px 11px rgb(187, 187, 187);
    width: 96%;
    margin: 8px auto;
    padding: 26px 34px;
}
.chart-card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 4px rgb(187, 187, 187);
}
.chart-card-header {
    background-color: transparent;
    padding: 17px 28px 8px;
    position: relative;
}

/*mobile*/


@media (min-width: 1281px)
{
    .homeLeftSlidbar{
        width:300px ;
        height:100% ;
        display: block ;
        float: right ;
    }
    .dm-mob-date-style{
        padding-top: 4px;
    }
}
@media (min-width: 481px) and  (max-width: 1280px)
{
    .homeLeftSlidbar{
        width: 300px !important;
        height: 100% !important;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 9999;
        background-color: rgba(0,0,0,.1);
    }
    .myWidthFull {
        width: 100% !important;
    }
    .myWidth {
        width: 100% !important;

    }
    .dm-mob-date-style{
        padding-top: 0px;
    }
    .sidebarLeft-container {
        border-top-right-radius: 10px;
    }

}

@media (max-width: 480px)
{
    .homeLeftSlidbar{
        width: 300px !important;
        height: 100% !important;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 9999;
        background-color: rgba(0,0,0,.1);
    }

    .myWidth  {
        width: 100% !important;
        background-color: #000;
    }
    .myWidthFull  {
        width: 100% !important;
    }
    .card1 .form{
        /*height: calc(100% - 262px);*/
        height: auto;
        min-height: 300px;
        margin-top: 0px !important;
        width: 90%;
        margin: auto;
    }
    .dm-site-cart1 .form{
        /*height: calc(100% - 262px);*/
        height: auto;
        min-height: 300px;
        margin-top: 0px !important;
        width: 100% !important;
        margin: auto;
    }
    .dm-mob-date-icon-container{
        width: 160px !important;
        display: inline-block !important;
        vertical-align: top !important;
    }
    .dm-mob-title-text-container{
        display: inline-block !important;
        vertical-align: top !important;
        width: calc(100% - 160px) !important;
    }
    .sidebarLeft-container {
        border-top-right-radius: 10px;
    }
}

@media (max-width: 400px)
{
    .homeLeftSlidbar{
        width: 97% !important;
        height: 100% !important;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 9999;
        background-color: rgba(0,0,0,.1);
    }
    .sidebarLeft-container {
        width: 100% !important;
    }
}

.sidebarLeft-container .dmSidebar-cardInfo-container{
    width: 100%;
    height: 117px;
    background-color: #fff;
    top: 0px;
    cursor: pointer;
    border-bottom: 0.07px solid #eee;
    position: relative;
    padding: 8px 12px;
    overflow: hidden;
}

.dm-card-info-row-style{
    display: inline-block;
    width:100%;
    padding: 10px;
    background: linear-gradient(45deg, rgb(14, 77, 146), rgb(51, 149, 137)) repeat scroll 0% 0% transparent;
    color: #fff;
    border-radius: 5px;
}
.dm-card-info-col-style{
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
}
.dm-card-info-col-6{
    width:50%;
}
.dm-card-info-col-12{
    width:100%;
}
.dm-card-info-col-style span{
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dm-hover-style:hover{
    background-color: rgba(65, 125, 153, 0.1) !important;
}

.progress-bar-info{
    -webkit-transition: width 0.6s ease-in-out;
    -moz-transition: width 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out;
    -ms-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
}

.myWidthFull {
    width: 100%;
}
.myWidth {
    width: calc(100% - 300px);
}

/*.dm-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 175px !important;
    padding: 5px 0px;
    margin: 0px 0px 0px !important;
    font-size: 14px;
    text-align: left;
    list-style: none outside none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    max-height: 200px;
    overflow: auto;
    width: 100%;
}*/

.open > .dropdown-menu {
    display: block;
}
.dm-PopupPanelGlass {
    background-color: #000;
    opacity: 0.5 !important;
    width: 100% !important;
    position: fixed !important;
    left:0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom:0px !important;
    height:100% !important;
    z-index:9990;

}
.dm-PopupLoaderGlass {
    background-color: #fff;
    opacity: 0.5 !important;
    width: 100% !important;
    position: fixed !important;
    left:0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom:0px !important;
    height:100% !important;
    z-index:9990;

}
.dm-ChartPanelGlass {
    background-color: #000;
    opacity: 0.5 !important;
    width: 100% !important;
    position: absolute !important;
    left:0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom:0px !important;
    height:100% !important;
    z-index:9990;
}

.dm-ChartLoaderGlass {
    background-color: #fff;
    width: 100% !important;
    position: absolute !important;
    left:0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom:0px !important;
    height:100% !important;
    z-index:9990;
}

.dm-menu-active{
    background-color: rgba(65, 125, 153, 0.1) !important;
}

.menu-card-hover:hover{
    background-color: rgba(65, 125, 153, 0.1) !important;
}

.sidebar-arrow-icon{
    position: absolute;
    right: 0;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 3px;
}

.dm-screenshot-container img{
    border: 1px solid rgb(129, 199, 132);
    width: 100%;
}

.dm-screenshot-image-style{
    background-image: url("images/screen-shot.jpg");
}

.slide-content{
    width: 90% !important;
}


@media (min-width: 1100px){
    .dm-subscription-container-style {
        float: right;
        margin-right: 18px !important;
    }
    .dm-subscription-body-style{
        /*background: url(images/free.png), transparent;*/
        background: url(images/free.png), linear-gradient(180deg, rgb(141, 68, 130) 0%, rgb(141, 68, 130) 35%, rgba(141, 68, 130, 0) 35%, rgba(0, 212, 255, 0) 100%) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left bottom !important;
    }
    .dm-purchase-body-style{
        /*background: url(images/free.png), transparent;*/
        background: url(images/purchse.png), linear-gradient(180deg, rgb(141, 68, 130) 0%, rgb(141, 68, 130) 35%, rgba(141, 68, 130, 0) 35%, rgba(0, 212, 255, 0) 100%) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left bottom !important;
    }
}
@media (min-width: 1200px){

    .dm-subscription-body-style{
        /*background: url(images/free.png), transparent;*/
        background: url(images/free1.png), linear-gradient(180deg, rgb(141, 68, 130) 0%, rgb(141, 68, 130) 35%, rgba(141, 68, 130, 0) 35%, rgba(0, 212, 255, 0) 100%) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left bottom !important;
    }
    .dm-purchase-body-style{
        /*background: url(images/free.png), transparent;*/
        background: url(images/purchse1.png), linear-gradient(180deg, rgb(141, 68, 130) 0%, rgb(141, 68, 130) 35%, rgba(141, 68, 130, 0) 35%, rgba(0, 212, 255, 0) 100%) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left bottom !important;
    }
}
@media (min-width: 1300px){

    .dm-subscription-body-style{
        /*background: url(images/free.png), transparent;*/
        background: url(images/free2.png), linear-gradient(180deg, rgb(141, 68, 130) 0%, rgb(141, 68, 130) 35%, rgba(141, 68, 130, 0) 35%, rgba(0, 212, 255, 0) 100%) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left bottom !important;
    }
    .dm-purchase-body-style{
        /*background: url(images/free.png), transparent;*/
        background: url(images/purchse2.png), linear-gradient(180deg, rgb(141, 68, 130) 0%, rgb(141, 68, 130) 35%, rgba(141, 68, 130, 0) 35%, rgba(0, 212, 255, 0) 100%) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left bottom !important;
    }
}
@media (min-width: 980px){
    .dm-mob-mainContainerMasterCard-style{
        width: calc(25% - 16px) !important;
        margin-left: 8px;
        margin-right: 8px;
    }
    #partitioned {
        padding-left: 15px;
        letter-spacing: 42px;
        border: 0;
        background-image: linear-gradient(to left, #e8f5e9 70%, rgb(255 255 255 / 0%) 0%);
        background-position: bottom;
        background-size: 50px 32px;
        background-repeat: repeat-x;
        background-position-x: 35px;
        width: 172px;
        height: 32px;
        outline: none !important;
    }
    .dm-screenshot-container-grid{
        width: calc(25% - 20px) !important;
    }
    .dm-header-section-container-style{
        padding: 10px;
        width: 100%;
    }

    .dm-subscription-success-image{
        width: 200px;
        height: 161px;
        background-image: url("images/sucess.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .dm-subscription-error-image{
        width: 200px;
        height: 161px;
        background-image: url("images/error.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .dm-password-detail-container{
        background-color: rgba(235, 238, 245, 0.2);
        border-radius: 10px 10px 10px 10px;
        padding: 11px;
        box-shadow: 0px 0px 4px rgb(235, 238, 245) inset;
        width: 100%;
        margin: auto auto 10px;
    }
    .dm-change-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-team-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-designation-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-forget-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }

    .dm-image-capture-model .modal-dialog {
        margin: 30px auto;
    }
    .dm-mob-containers-style{
        /*padding: 10px 0px 10px !important;*/
        padding: 0px 0px 0px !important;
    }
    .dm-mob-containers-style .dm-spacial-padding-style{
        margin-bottom: 1.5rem !important;
    }
    .flwLoginForm .MD_4{
        /*        top: 50% !important;
                -webkit-transform: translateY(-50%) !important;
                -moz-transform: translateY(-50%) !important;
                -o-transform: translateY(-50%) !important;
                -ms-transform: translateY(-50%) !important;
                transform: translateY(-50%) !important;*/
        margin: auto !important;
    }
    .dm-subscription-body-style{
        background:linear-gradient(180deg, rgba(141,68,130,1) 0%, rgba(141,68,130,1) 35%, rgba(141,68,130,0) 35%, rgba(0,212,255,0) 100%);
    }

}
@media (max-width: 991px){
    .dm-password-detail-container{
        background-color: rgba(235, 238, 245, 0.2);
        border-radius: 10px 10px 10px 10px;
        padding: 11px;
        box-shadow: 0px 0px 4px rgb(235, 238, 245) inset;
        width: 336px;
        margin: auto auto 10px;
    }
    .dm-change-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-team-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-designation-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .mob-padding-top4px{
        padding-top: 4px;
    }
    .dm-forget-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-subscription-body-style{
        background:linear-gradient(180deg, rgba(141,68,130,1) 0%, rgba(141,68,130,1) 35%, rgba(141,68,130,0) 35%, rgba(0,212,255,0) 100%);
    }
}
@media (max-width: 979px){
    .dm-mob-mainContainerMasterCard-style{
        width: calc(33.33% - 16px) !important;
        margin-left: 8px;
        margin-right: 8px;
    }
    .dm-subscription-head-style{
        padding: 12px 85px !important;
    }
    .dm-subscription-logo-style{
        width: 266px !important;
    }
    .dm-subscription-logo-style .logo-img-style{
        width: 58px !important;
        height: 58px !important;
    }
    .dm-subscription-logo-style span{
        font-size: 29px !important;
    }
    .dm-subscription-login-button-style{
        width: calc(100% - 266px) !important;
    }
    .dm-subscription-login-button-style button{
        padding: 9px 42px !important;
    }
    .dm-subscription-container-title{
        font-size: 28px !important;
    }
    .dm-subscription-container-subtitle{
        font-size: 14px !important;
    }
    .dm-screenshot-container-grid{
        width: calc(33.33% - 20px) !important;
    }
    .dm-subscription-success-image{
        width: 200px;
        height: 161px;
        background-image: url("images/sucess.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .dm-password-detail-container{
        background-color: rgba(235, 238, 245, 0.2);
        border-radius: 10px 10px 10px 10px;
        padding: 10px 10px 11px;
        box-shadow: 0px 0px 4px rgb(235, 238, 245) inset;
        width: 336px;
        margin: auto auto 10px;
    }
    .dm-change-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-team-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-designation-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-forget-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .mob-padding-top4px{
        padding-top: 4px;
    }

}
@media (max-width: 803px){
    .dm-mob-mainContainerMasterCard-style{
        width: calc(50% - 16px) !important;
        margin-left: 8px;
        margin-right: 8px;
    }
    .dm-subscription-head-style{
        padding: 12px 49px !important;
    }
    .dm-subscription-logo-style{
        width: 266px !important;
    }
    .dm-subscription-logo-style .logo-img-style{
        width: 58px !important;
        height: 58px !important;
    }
    .dm-subscription-logo-style span{
        font-size: 29px !important;
    }
    .dm-subscription-login-button-style{
        width: calc(100% - 266px) !important;
    }
    .dm-subscription-login-button-style button{
        padding: 9px 42px !important;
    }
    .dm-subscription-container-title{
        font-size: 28px !important;
    }
    .dm-subscription-container-subtitle{
        font-size: 14px !important;
    }
    .dm-screenshot-container-grid{
        width: calc(50% - 20px) !important;
    }
    .dm-subscription-success-image{
        width: 200px;
        height: 161px;
        background-image: url("images/sucess.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .dm-password-detail-container{
        background-color: rgba(235, 238, 245, 0.2);
        border-radius: 10px 10px 10px 10px;
        padding: 10px 10px 11px;
        box-shadow: 0px 0px 4px rgb(235, 238, 245) inset;
        width: 336px;
        margin: auto auto 10px;
    }
    .dm-change-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-team-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-create-designation-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .dm-forget-password-model .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
    .mob-padding-top4px{
        padding-top: 4px;
    }
    .dm-blank-image{
        width: 200px;
        height: 161px;
        background-image: url("images/blank.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

}
@media (max-width: 678px){
    .dm-mob-mainContainerMasterCard-style{
        width: calc(50% - 16px) !important;
        margin-left: 8px;
        margin-right: 8px;
    }
    .dm-subscription-head-style{
        padding: 12px 49px !important;
    }
    .dm-subscription-logo-style{
        width: 266px !important;
    }
    .dm-subscription-logo-style .logo-img-style{
        width: 58px !important;
        height: 58px !important;
    }
    .dm-subscription-logo-style span{
        font-size: 29px !important;
    }
    .dm-subscription-login-button-style{
        width: calc(100% - 266px) !important;
    }
    .dm-subscription-login-button-style button{
        padding: 9px 42px !important;
    }
    .dm-subscription-container-title{
        font-size: 28px !important;
    }
    .dm-subscription-container-subtitle{
        font-size: 14px !important;
    }
    .dm-screenshot-container-grid{
        width: calc(50% - 20px) !important;
    }
    .dm-subscription-success-image{
        width: 200px;
        height: 161px;
        background-image: url("images/sucess.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .dm-password-detail-container{
        background-color: rgba(235, 238, 245, 0.2);
        border-radius: 10px 10px 10px 10px;
        padding: 10px 10px 11px;
        box-shadow: 0px 0px 4px rgb(235, 238, 245) inset;
        width: 336px;
        margin: auto auto 10px;
    }
    .dm-change-password-model .modal-dialog {
        width: auto !important;
        margin: 10px;
    }
    .dm-create-team-model .modal-dialog {
        width: auto !important;
        margin: 10px;
    }
    .dm-create-designation-model .modal-dialog {
        width: auto !important;
        margin: 10px;
    }

    .mob-padding-top4px{
        padding-top: 4px;
    }
    .dm-forget-password-model .modal-dialog {
        width: calc(100% - 20px) !important;
        margin: 30px auto;
    }
}
@media (max-width: 640px){
    .dm-mob-mainContainerMasterCard-style{
        width: calc(50% - 16px) !important;
        margin-left: 8px;
        margin-right: 8px;
    }
    .dm-subscription-head-style{
        padding: 12px 49px !important;
    }
    .dm-subscription-logo-style{
        width: 266px !important;
    }
    .dm-subscription-logo-style .logo-img-style{
        width: 58px !important;
        height: 58px !important;
    }
    .dm-subscription-logo-style span{
        font-size: 29px !important;
    }
    .dm-subscription-login-button-style{
        width: calc(100% - 266px) !important;
    }
    .dm-subscription-login-button-style button{
        padding: 9px 42px !important;
    }
    .dm-subscription-container-style{
        width: calc(100% - 40px) !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding: 33px 15px !important;
        box-shadow: none !important;
    }
    .dm-hr-style{
        width: calc(100% + 32px) !important;
        left: -16px !important;
    }
    .dm-subscription-container-title{
        font-size: 28px !important;
    }
    .dm-subscription-container-subtitle{
        font-size: 14px !important;
        padding: 0px 50px !important;
    }
    .dm-verification-code-field{
        /*        width:44px !important;*/
        height:54px !important;
        font-size: 19px !important;
    }
    .dm-subscription-body-style{
        height: calc(100% - 84px) !important;
    }
    .dm-screenshot-container-grid{
        width: calc(50% - 20px) !important;
    }
    .dm-subscription-success-image{
        width: 200px;
        height: 161px;
        background-image: url("images/sucess.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .dm-password-detail-container{
        background-color: rgba(235, 238, 245, 0.2);
        border-radius: 10px 10px 10px 10px;
        padding: 10px 10px 11px;
        box-shadow: 0px 0px 4px rgb(235, 238, 245) inset;
        width: 336px;
        margin: auto auto 10px;
    }
    .mob-padding-top4px{
        padding-top: 4px;
    }

}
.dm-barcode-mob-style{
    display: none !important;
}
.dm-barcode-desk-style{
    display:inline-block !important;
}

@media (max-width: 508px){
    .dm-mob-mainContainerMasterCard-style{
        width: 100% !important;
        margin: 0;
    }
    .dm-subscription-head-style{
        padding: 12px 25px !important;
    }
    .dm-subscription-logo-style{
        width: 160px !important;
    }
    .dm-subscription-logo-style .logo-img-style{
        width: 40px !important;
        height: 40px !important;
    }
    .dm-subscription-logo-style span{
        font-size: 17px !important;
    }
    .dm-subscription-login-button-style{
        width: calc(100% - 160px) !important;
    }
    .dm-subscription-login-button-style button{
        padding: 7px 33px !important;
    }
    .dm-subscription-container-title{
        font-size: 20px !important;
    }
    .dm-subscription-container-subtitle{
        font-size: 13px !important;
        padding: 0px 23px !important;
    }
    .dm-continue-button-style{
        width: 100% !important;
    }
    .dm-verification-code-field{
        /*        width:44px !important;*/
        height:54px !important;
        font-size: 19px !important;
    }
    .dm-subscription-body-style{
        height: calc(100% - 64px) !important;
    }
    .dm-screenshot-container-grid{
        width: calc(100% - 20px) !important;
    }
    .dm-subscription-success-image{
        width: 200px;
        height: 161px;
        background-image: url("images/sucess.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .dm-password-detail-container{
        background-color: rgba(235, 238, 245, 0.2);
        border-radius: 10px 10px 10px 10px;
        padding: 10px 10px 11px;
        box-shadow: 0px 0px 4px rgb(235, 238, 245) inset;
        width: 100%;
        margin: auto auto 10px;
    }

    .form-container-content-fluid {
        width: 100% !important;
        /*padding: 10px 39px 10px 6px !important;*/
    }
    .dm-dropdown {
        width: 100% !important;
        background-color: rgb(255, 255, 255);
        float: right;
        box-shadow: 0px 0px 2px rgb(170, 170, 170);
        border-radius: 4px 4px 4px 4px;
    }
    .mob-padding-top4px{
        padding-top: 4px;
    }
    .dm-check-label-style{
        font-size: 12px !important;
    }
    .dm-title-style-mob{
        font-size: 16px !important;
    }
    .dm-qr-mob-style{
        top: 0px !important;
        padding: 0px !important;
        right: 45px !important;
    }
    .dm-barcode-mob-style{
        display: inline-block !important;
        padding: 0px !important;
        right: 90px !important;
        top: 10px !important;
    }
    .dm-qr-text-style{
        display:none !important;
    }
    .dm-barcode-desk-style{
        display:none !important;
    }
}

.dm-barcode-mob-style i{
    width:25px;
    height:25px;
    background-image: url(images/goli.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dm-barcode-desk-style i{
    width:25px;
    height:26px;
    background-image: url(images/goli.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dm-qr-mob-style span{
    display: none;
}
.dm-qr-mob-style i{
    font-size: 26px !important;
    padding: 10px 1px !important;
}

.dmSidebar-profile-container > a.dm-close-sidebar{
    padding: 9px 10px;
    background-color: #007d99;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    left: -20px;
}
modalBtn:hover{
    background-color: rgba(0,0,0,0.4) !important;
}

.modalBtn:active{
    background-color: rgba(0,0,0,0.4) !important;
    outline: none !important;
}

.modalBtn:focus{
    background-color: rgba(0,0,0,0.4) !important;
    outline: none !important;
}
.modal-header .close {
    color: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    margin-top: 0px !important;
    padding: 10px;
    font-size: 19px;
}
.dmGrid .dmRowCardChips {
    cursor: pointer;
    line-height: 1;
    position: relative;
    width: calc(50% - 8px);
    margin: 2px 4px;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid rgb(221, 222, 224);
    display: inline-block;
    background-color: rgb(221, 222, 224);
    white-space: normal;
}


.dm-active-card{
    background-color: rgba(165, 214, 167, 0.4) !important;
    color: rgb(76, 175, 80) !important;
}
.dm-inactive-card{
    background-color: rgba(244, 67, 54,0.2) !important;
    color: #f44336 !important;
}

.dm-permanentDisable-card{
    background-color: rgba(20, 167, 154) !important;
    color: #f44336 !important;
}
.dm-chipset-grid-container{
    padding: 0px !important;
    white-space: normal;
}

.dm-padding0 .dmGrid{
    padding: 0px !important;
}

.dm-caret-icon-container .caret{
    bottom: 7px !important;
}

.dm-loader{
    background-image: url(images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 475px;
    height: 322px;
    display: inline-block;
    margin: auto;

}

.dm-piloader{
    background-image: url(images/piLoader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 475px;
    height: 322px;
    display: inline-block;
    margin: auto;

}
.search input{
    padding-left: 5px !important;
}

.dm-change-nature-style .modal-dialog{
    min-height: calc(100% - 100px) !important;
    display: flex !important;
    align-items: center !important;
}

.dm-change-nature-style .modal-dialog .modal-content{
    width: 100% !important;
}

.dm-mob-mainContainer-styleCell table.table{
    table-layout: auto !important;
}

.modal .modal-dialog {
    display: flex !important;
    align-items: center !important;
    margin: auto;
    min-height: 100% !important;
}
.modal .modal-dialog .modal-content{
    width: calc(100% - 20px) !important;
    margin: 0px 10px;
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dm-download-icon{
    -webkit-animation-name: download;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: download;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-out;
    -o-animation-name: download;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-out;
    -ms-animation-name: download;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-out;
    animation-name: download;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes download {
    0% {
        transform: translateY(-150%) rotateX(90deg) scale(0.5) skewX(3deg);
        opacity: 0;
    }
    30% {
        transform: translateY(0%) rotateX(0deg) scale(1) skewX(0deg);
        opacity: 1;
    }
    70% {
        transform: translateY(0%) rotateX(0deg) scale(1) skewX(0deg);
        opacity: 1;
    }
    95% {
        transform: translateY(50%) rotateX(-90deg) scale(0.5) skewX(-3deg);
        opacity: 1;
    }
    100% {
        transform: translateY(50%) rotateX(-90deg) scale(0.5) skewX(-3deg);
        opacity: 0;
    }
}
@-webkit-keyframes download {
    0% {
        transform: translateY(-150%) rotateX(90deg) scale(0.5) skewX(3deg);
        opacity: 0;
    }
    30% {
        transform: translateY(0%) rotateX(0deg) scale(1) skewX(0deg);
        opacity: 1;
    }
    70% {
        transform: translateY(0%) rotateX(0deg) scale(1) skewX(0deg);
        opacity: 1;
    }
    95% {
        transform: translateY(50%) rotateX(-90deg) scale(0.5) skewX(-3deg);
        opacity: 1;
    }
    100% {
        transform: translateY(50%) rotateX(-90deg) scale(0.5) skewX(-3deg);
        opacity: 0;
    }
}
@-moz-keyframes download {
    0% {
        transform: translateY(-150%) rotateX(90deg) scale(0.5) skewX(3deg);
        opacity: 0;
    }
    30% {
        transform: translateY(0%) rotateX(0deg) scale(1) skewX(0deg);
        opacity: 1;
    }
    70% {
        transform: translateY(0%) rotateX(0deg) scale(1) skewX(0deg);
        opacity: 1;
    }
    95% {
        transform: translateY(50%) rotateX(-90deg) scale(0.5) skewX(-3deg);
        opacity: 1;
    }
    100% {
        transform: translateY(50%) rotateX(-90deg) scale(0.5) skewX(-3deg);
        opacity: 0;
    }
}

.dm-blank-image{
    width: 200px;
    height: 161px;
    background-image: url("images/blank.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.dm-stat-container-style .modal-dialog{
    width: 100% !important;
}

.dm-CheckBox {
    float:left;
    border: 1px solid gray;
    color: rgb(80,80,80);
    width:15px;
    height:16px;
    font-size:13px;
}

.dm-CheckBox-Disable {
    background: rgb(180,180,180);
}

.dm-Blinking{
    color: rgb(173, 90, 160);
    animation: blink 1s;
    animation-iteration-count: infinite
}
@keyframes blink {
    60% {
        opacity: 0;
    }
}
.dm-Blinking:hover{
    cursor:pointer;
    animation: none

}
/*.dm-subscription-body-style{
    background:linear-gradient(180deg, rgba(141,68,130,1) 0%, rgba(141,68,130,1) 35%, rgba(141,68,130,0) 35%, rgba(0,212,255,0) 100%);
}*/
.dm-subscription-container-style{
    background-color: #fff !important;
}

.dm-dropdown {
    display: block !important;
}

.dm-dropdown .dropdown-menu, .navbar-fixed-bottom .dm-dropdown .dropdown-menu {
    left: calc(100% - 147px) !important;
    bottom: calc(100% + 17px) !important;
    top: auto !important;
}

.dm-popOver{
    border-radius: 50% 50% 50% 50%;
    border: medium none;
    margin-left: 9px;
    background-color: #007d99;
    color: #fff;
    font-weight: bold;
    width: 21px;
}

/*.dm-subscription-body-style{
    background: url(images/free.png), transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.dm-subscription-container-style{
    float: right;
    margin: auto 45px 20px auto !important;
}*/


.dm-download-container{
    width: calc(100% - 10px);
    position: absolute;
    top: 5px;
}



.dm-download-container button.dm-download-btn{
    float: right;
    background-color: rgba(0, 0, 0, 0.4);
    border: medium none;
    color: rgb(255, 255, 255);
    font-size: 22px;
    padding: 10px;
    display:none;
}

.dm-screenshot-container-grid:hover .dm-download-container button.dm-download-btn{
    display: block !important;
}

.dm-manage-header-search{
    width: 351px;
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
}
.logo-app-style{
    display:none !important;
    /*top: -55px;*/
}

@media (max-width: 480px) {
    .dm-manage-header-search {
        width: calc(100% - 124px) !important;
        padding: 0px 10px;
    }
    .logo-app-style{
        display: block !important;
        /*top: 95px;*/
    }
    .form-containerLogin .card1{
        overflow: auto !important;
        background: rgb(255,255,255) !important;
        background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 68%, rgba(51,149,137,1) 68%, rgba(14,77,146,1) 100%) !important;
    }
    .form-containerSite .card1{
        overflow: hidden !important;
    }
    .form-containerSite .dm-site-cart1{
        background: rgb(255,255,255) !important;
    }
    .dm-width100{
        max-width:calc(100% - 10px) !important;
        width:100% !important;
    }
    .dm-popup-tab-design{
        font-size: 12px !important;
    }
    .dm-mob-login-top-container{
        box-shadow: 0px 0px 2px #aaa;
    }
    .card1 .form {
        height: auto;
        min-height: 300px;
        margin-top: 0px !important;
        width: 90%;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
    }

}
@media (max-width: 992px) {
    .dm-small-box-mob{
        padding: 0px !important;
    }
    .dm-small-box-mob .dm-top-card-head-value {
        font-size: 23px !important;
    }
    .dm-small-box-mob .dm-bottom-card-head-value {
        font-size: 15px !important;
    }
    .dm-small-box-mob .dm-counter-card-head-value {
        font-size: 25px !important;
    }
    .dm-small-box-mob .dm-mob-card-middle-title {
        font-size: 11px !important;
    }
    .dm-small-box-mob .dm-mob-card-middle-value {
        font-size: 14px !important;
    }
    .dm-small-box-mob .dm-card-mob-bottom-url{
        font-size: 15px !important;
    }
    .dm-small-box-mob .dm-card-mob-bottom-click{
        font-size: 15px !important;
    }
    .form-containerSite .card1{
        overflow: hidden !important;
    }
    .form-containerLogin .card1{
        overflow: auto !important;
        background: rgb(255,255,255) !important;
        background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 68%, rgba(51,149,137,1) 68%, rgba(14,77,146,1) 100%) !important;
    }
    .form-containerSite .dm-site-cart1{
        background: rgb(255,255,255) !important;
    }
    .dm-mob-login-top-container{
        box-shadow: 0px 0px 2px #aaa;
    }
    .card1 .form {
        height: auto;
        min-height: 300px;
        margin-top: 0px !important;
        width: 90%;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
    }
    .dm-site-cart1 .form{
        /*height: calc(100% - 262px);*/
        height: auto;
        min-height: 300px;
        margin-top: 0px !important;
        width: 100% !important;
        margin: auto;
    }
    .form-containerSite .card1{
        overflow: hidden !important;
    }
}
@media (max-width: 768px) {
    .dm-middle-text-align-right{
        text-align: right !important;
    }
    .form-containerSite .card1{
        overflow: hidden !important;
    }

}
@media (max-width: 438px) {
    .dm-small-box-mob .dm-top-card-head-value {
        font-size: 17px !important;
    }
    .dm-small-box-mob .dm-bottom-card-head-value {
        font-size: 12px !important;
    }
    .dm-mob-button-style{
        width:100% !important;
    }
    .dm-doc-select-design{
        width:100% !important;
    }
    .dm-doc-upload-design{
        width:100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dm-doc-upload-design > div{
        margin: auto;
    }
    .form-containerSite .card1{
        overflow: hidden !important;
    }
}

.dm-doc-upload-design span.fa{
    left: 0px;
}
.dm-doc-upload-design{
    margin: 8px 5px;
}
.dm-doc-upload-design > div{
    margin: auto !important;
}

.dm-bar-container-style{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    margin-top: 0px ! important;
    position: absolute;
    left: 0px;
    z-index: 9;
    height: 100%;
    width: 5px;
    background-color: rgb(14, 77, 146);
    top: 0px;
}

.dm-bar-container-style .dm-menu-container-style{
    display: inline-block;
    width: 36px;
    height: 76px;
    background-image: url("images/menu.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    top: -3px;
}
.dm-menuBar-icon-style{
    color: rgb(255, 255, 255);
    font-size: 12px;
    float: left !important;
    text-decoration: none;
    background-color: rgb(14, 77, 146);
    padding: 7px 9px;
    border-radius: 50% 50% 50% 50%;
    position: relative;
    top: 25px;
    left: 2px;
}
.dm-home-icon{
    background-image: url(images/home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: auto;
}
.dm-help-icon{
    background-image: url(images/help.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: auto;
}
.dm-feedback-icon{
    background-image: url(images/feedback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: auto;
}
.dm-search-icon{
    background-image: url(images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: auto;
}
.dm-lock-icon{
    background-image: url(images/lock.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: auto;
}
.dm-profile-icon{
    background-image: url(images/user.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: auto;
}
.dm-off-icon{
    background-image: url(images/off.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: auto;
}

.dm-menu-container-style a{
    color:#fff !important;
    text-decoration: none !important;
}

.homeLeftSlidbar-close{
    width: 0px !important;
}
.homeLeftSlidbar-close .sidebarLeft-container{
    right: 0px;
    left: calc(100% - 5px);
}
.homeLeftSlidbar-close .dm-bar-container-style{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.dm-condition-style label{
    max-width: calc(100% - 24px) !important;
    vertical-align: top;
}

.dm-bottom-strip-container-design{
    display:inline-block;
    width:100%;
    height:60px;
    background-image:linear-gradient(#f4f5f7, #dbe2e8);
    padding-left: 5px;
}
.dm-bottom-menu-col-container-style{
    display: inline-block;
    width: 20%;
    /*width: 25%;*/
    height: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: rgb(119, 119, 119);
    padding:12px 0px;
}

/*.dm-bottom-menu-col-container-style-child{
    display: inline-block;
    width: 20%;
    width: 40%;
    height: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: rgb(119, 119, 119);
    padding:12px 0px;
}*/
.dm-bottom-menu-col-container-style a{
    color:#444 !important;
    text-decoration: none !important;
}

.dm-bottom-menu-col-container-style-child a{
    color:#444 !important;
    text-decoration: none !important;
}
.dm-image-menu-style{
    width: 100%;
    background-image: url("images/menuDesign.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    display: inline-block;
    height: 180px;
    right: 0px;
    left: 0px;
    opacity: 0.2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

button[disabled], html input[disabled] {
    cursor: default;
    background-color: #cfd8dc;
}

/*ankit*/

.dm-btn-3dot{
    background-color: white;
    color: black;
    border: none;
    width: 42px;
    justify-content: center;
    padding: 8px 3px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    float: right;
    position: relative;
    top: 3px;
    max-width: calc(100% - 25px);
    box-shadow: 0px 0px 0px rgb(204, 204, 204);
    right: 15px;
    font-size: 17px;
    font-weight: bold;
}
.dm-btn-Succ{
    background-color: white;
    color: black;
    border: none;
    width: 42px;
    justify-content: center;
    padding: 8px 3px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    float: right;
    position: relative;
    top: 3px;
    max-width: calc(100% - 25px);
    box-shadow: 0px 0px 0px rgb(204, 204, 204);
    right: 15px;
    font-weight: bold;
    font-size: 20px;
}
.dm-btn-prn{
    background-color: white;
    color: black;
    border: none;
    width: 42px;
    justify-content: center;
    padding: 8px 3px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    float: right;
    position: relative;
    top: 3px;
    max-width: calc(100% - 25px);
    box-shadow: 0px 0px 0px rgb(204, 204, 204);
    right: 15px;
    font-size: 20px;
    font-weight: bold;
}
.dm-overflow-auto{
    background-color: rgb(255, 255, 255);
    margin: 0px auto;
    border: 1px solid gray;
    border-radius: 5px;
    position: relative;
    overflow: auto !important;
    height: 300px;
    Width: 400px;
    z-index: 2000;
    top: 10px;
    box-shadow: 0px 2px 2px rgb(204, 204, 204)
}
.dm-form-3dot{
    background-color: white;
    color: black;
    border: medium none;
    width: 42px;
    justify-content: center;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    float: right;
    position: relative;
    max-width: calc(100% - 25px);
    box-shadow: 0px 0px 0px rgb(204, 204, 204);
    font-size: 17px;
    font-weight: bold;
    padding: 7px;
}

.dm-custom-dropdown-add-btn{
    /*display: block;*/
    text-align: center;
    margin: 6px auto auto;
    width: 100%;
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: linear-gradient(45deg, rgb(14, 77, 146), rgb(51, 149, 137)) repeat scroll 0% 0% transparent;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    outline: none;
    border: none;
}


@media (min-width: 769px){
    .dm-filter-align-right{
        text-align:left !important;
    }
}

@media (max-width: 768px){
    .dm-filter-align-right{
        text-align:right !important;
    }
}

.dmTextHelp span {
    position: absolute;
    cursor: pointer;
    bottom: 4px;
    right: 1px;
    display: block;
    padding: 8px 12px;
}

.dmTextHelp input{
    /*font-size: 15px !important;*/
    padding-left: 10px !important;
    padding-top: 6px !important;
}

.floating-label {
    position: relative;
    margin: auto;
    text-align: center;
}
.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: none;
    border: 1px solid #cfd8dc;
    /*padding-top: 18px !important;*/
    padding-left: 15px !important;
    border-radius: 5px;
    display: inline-block;
}

button.mob-btn-style{
    padding: 7px !important;
    /*min-width: 140px !important;*/
}

.dm-search-drop a{
    height: 44px !important;
    padding: 12px 10px !important;
}

.dm-hover-style1:hover{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
/*amkit end*/

/*.dm-radio-style input[type="radio"] {
    opacity:0px;
}

.dm-radio-style input[type="radio"]:checked + .dm-check:before {
      font-family: 'FontAwesome';
        content: "\f058";
}*/

.dm-distribute-style-model .modal-body{
    padding: 0px !important;
}

.dm-dropdown a.disabled {
    background-color: rgb(207, 216, 220) !important;
    padding: 13px 12px !important;
    /*height: 45px;*/
}

.form-control[disabled], fieldset[disabled] .form-control {
    background-color: #efefef !important;
}
.dmLoginTopStyle{
    display: inline-block;
    height: 130px;
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    border-top: 7px solid #0a398f;
    border-bottom: 7px solid #0a398f;
}
.dm-header-left-Image-style{
    display: inline-block;
    height: 100%;
    width: 550px;
    background-image: url("images/4.jpg");
    background-repeat: no-repeat;
    background-position: 12px top;
    background-size: cover;
}
.dm-header-right-home-style{
    display: inline-block;
    height: 100%;
    width: calc(100% - 550px);
}
.dm-header-right-home-logo-style{
    width: 67px;
    height: 100%;
    float: right;
    background-image: url("images/5.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    margin-right: 17px;
}

.dm-image-capture-model .modal-dialog{
    width: 300px !important;
}

.dm-popup-card-style .dm-doc-select-design > div > div {
    margin: auto;
}


@media (max-width: 350px) {
    .dm-image-capture-model .modal-dialog{
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    .dm-popup-card-style{
        width:50% !important;
    }
    .dm-popup-card-style:nth-child(4){
        width:100% !important;
        margin: auto;
    }
    .dm-popup-card-style .dm-doc-select-design > div > div {
        margin: 10px auto;
    }
}
@media (max-width: 407px) {
    .dm-popup-card-style{
        width:100% !important;
    }
}

.dm-camera-capture-style{
    width:100% !important;
    height:100% !important;
}

.dm-camera-capture-style video{
    width:100% !important;
    height:100% !important;
}

.dm-camera-capture-style img{
    width:100% !important;
    height:100% !important;
}

.dmDropdown > a:after{
    content: "\2304";
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 11px 3px;
    position:relative;
    top:-2px;
}

.dm-green-color{
    background-color:#60be64 !important;
}

@media (max-width: 990px) {
    .dmGridPaging .search{
        /*width: calc(100% - 100px) !important;*/
        width: 100% !important;
    }
    .dmGridPaging > div:nth-child(2) > div span{
        /*display: inline-block !important;*/
        display: none !important;
    }
}

@media (max-width: 400px) {
    .dm-text-change{
        display:none;
    }
}

/*.dmGridPaging > div:nth-child(2) > div span{
    display: none !important;
}*/

/*.dmGridPaging > div:nth-child(2){
    position: relative;
    right: 0px;
    top: -72px;
    z-index: 99;
}

.dmGridPaging > div:nth-child(2) > div{
    background-color: transparent !important;
    cursor: pointer;
    padding: 4px 18px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px rgba(99, 107, 120, 0.8) !important;
}

.dmGridPaging > div:nth-child(2) > div i{
    font-size: 25px !important;
    padding: 7px 1px;
    color: rgb(68, 68, 68) !important;
    font-weight: 100 !important;
}*/

.dm-add-icon-style{
    background-image: url("images/plus.png");
    height: 22px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px !important;
}

@media (max-width: 992px) {
    .dm-back-container{
        top: -3px !important;
    }
    .dm-back-container > a {
        font-size: 30px !important;
    }
    .dm-add-icon-style {
        height: 20px;
        width: 20px !important;
    }
}
.floating-input-readonly{
    background-color: rgb(207, 216, 220);
}


/*start changes*/
.modal-body {
    padding: 0px !important;
}

.dm-modal-popup-header {
    width:100%;
    display: block;
    /*background: linear-gradient(45deg, rgb(14, 77, 146), rgb(51, 149, 137)) repeat scroll 0% 0% transparent;*/
    background: #fff;
    /*color:rgb(255, 255, 255);*/
    /*padding:10px;*/
    padding:10px 22px;
    border:none;
    border-radius:0px;
}

.dm-modal-popup-header span {
    font-size: 18px;
    font-weight: bold;
}

.dm-modal-popup-body {
    width:100%;
    padding:22px;
    border:none;
    border-radius:0px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xx-1, .col-xx-10, .col-xx-11, .col-xx-12, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9 {
    padding: 0px !important;
    margin-bottom: 12px;
}*/

.dm-form-span {
    display: inline-block;
    width: 100% !important;
    line-height: normal;
    white-space: initial;
    font-weight: bold;
    color: rgb(85, 85, 85);
}

.dm-form-input-control {
    display: inline-block;
    width: 100% !important;
    /*height: 45px !important;*/
    height: 40px !important;
    line-height: normal;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(207, 216, 220);
    /*border-radius: 5px 5px 5px 5px;*/
    /*padding: 0px !important;*/
    vertical-align: middle;
    word-break: break-all;
    word-wrap: normal;
    box-shadow: none;
    white-space: initial;
    font-size: 14px;
    color: #000 !important;
    /*font-weight: bold;*/
    /*color: rgb(131, 131, 131) !important;*/
}
.dm-precription-form-design .dm-form-input-control {
    font-size: 16px !important;
}

.dm-dropdown {
    width: 100% !important;
    height: 45px;
    /*background-color: rgb(230, 233, 237);*/
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 0px rgb(170, 170, 170);
    float: left;
    /*margin-bottom:11px;*/
}

/*.dm-dropdown {
    width: 100% !important;
    height: 45px;
    background-color: rgb(230, 233, 237);
    float: left;
    box-shadow: 0px 0px 2px rgb(170, 170, 170);
    border-radius: 4px 4px 4px 4px;
    margin-bottom:11px;
}*/

/*.dm-dropdown .mandatory {
    border-bottom: 2px solid red !important;
}*/

.dm-dropdown .dropdown-menu {
    position: relative;
    top: 100% !important;
    left: 0px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 175px !important;
    padding: 5px 0px;
    margin: 0px 0px 0px !important;
    font-size: 16px;
    text-align: left;
    list-style: none outside none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    max-height: 200px;
    overflow: auto;
    width: 100%;
}

/*.dm-dropdown a{
    width: 100%;
    display: inline-block;
    font-size: 15px !important;
    color: rgb(131, 131, 131) !important;
    height:45px;
    padding: 8px 10px !important;
    padding: 13px 12px !important;
    background-color:#fff;
    border-radius: 4px 4px 4px 4px;
}*/


.dm-dropdown a{
    width: 100%;
    display: inline-block;
    color: rgb(131, 131, 131) !important;
    padding: 7px 6px 6px !important;
    background-color: rgb(255, 255, 255);
    border-radius: 4px 4px 4px 4px;
}
/*
.dm-dropdown a{
    font-size: 15px !important;
    color: rgb(131, 131, 131) !important;
    height:45px;
    padding: 8px 10px !important;
    background-color:#fff;
}*/

.dm-dropdown a>i{
    float: right;
    position: relative;
    top: 3px;
}

.dm-modal-show .modal{
    overflow-x: hidden;
    overflow-y: auto;
}
/*end changes*/

.dm-item-name-style{
    width:100% !important;
}
.dm-item-top-card-design{
    width: 100%;
    background-color: rgb(255, 255, 255) ! important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 1px 2px rgb(204, 204, 204);
    border-left: 5px solid rgb(14, 77, 146);
    border-right: 5px solid rgb(14, 77, 146);
}
.dm-strip-item-design{
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    padding: 1px 7px;
    margin-top: 3px;
    border-radius: 5px 5px 5px 5px;
    margin-left: 15px;
    background-color: rgb(255, 152, 0);
    font-weight: bold;
    cursor: pointer;
}

/*saloni*/

.dm-spn-reg{
    display: inline-block;
    width: auto;
    vertical-align: top;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    background-color: rgb(2, 136, 209);
    padding: 0px 8px;
    border-radius: 12px 12px 12px 12px;
    font-size: 11px;
}

.header-caption {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    color: rgb(85, 85, 85);
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: bold;
}

.dmHideOnDesktop{
    display:none !important;
}

.dm-custom-grid-style > .row:nth-child(1) .dmHideOnMobile{
    display:block !important;
}
.dm-custom-grid-style .dmHideOnMobile{
    display:none !important;
}

@media (max-width:768px) {
    .dmHideOnDesktop{
        display:block !important;
        margin-top: 5px;
    }

    .dmHideOnMobile:nth-child(1) {
        display:none !important;
    }
    .dm-custom-grid-style > .row:nth-child(1) .dmHideOnMobile{
        display:none !important;
    }
    .dmHideOnMobile{
        display:none !important;
    }
    .btn-top-mob{
        top: 13px !important;
    }
    .panel-body {
        border-top: 1px solid rgb(221, 221, 221);
        padding-top: 10px !important;
    }
    .btn-mob100{
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 25px !important;
    }
    .dm-ipd-tab-height{
        height: 116px !important;
    }
    .dm-gui-field-caption {
        font-size: 14px !important;
    }
}

.dm-dropdown-Style .dmGrid{
    overflow: visible !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xx-1, .col-xx-10, .col-xx-11, .col-xx-12, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px !important;
    color: inherit;
    padding-top: 1px !important;
}
.panel-heading {
    padding: 5px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*.form-control {
    height: 20px !important;
    padding: 1px 4px !important;
    font-size: 12px !important;
}*/

.dmTextHelp input{
    background-image: none !important;
    border: 1px solid rgb(204, 204, 204) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    background-color:transparent !important;
    color: #000 !important;
}

.dm-login-helps input{
    height: 34px !important;
}

.dm-helps{
    max-width: 336px !important;
    margin: auto !important;
}

.dm-helps input {
    max-width: 336px !important;
    margin: auto !important;
}
@media (max-width: 992px) {
    .logo-app-style {
        display: block !important;
    }
}

.card-caption {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    color: rgb(85, 85, 85);
    width: 100% !important;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.card-value {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    color: rgb(85, 85, 85);
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.dm-text-align-right{
    text-align: right !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgb(255, 255, 255) !important;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f2f2f2 !important;
}



@media (min-width: 992px){
    .dm-desktop-card{
        padding: 5px 6px ! important;
        background-color: rgb(245, 249, 252);
        border-top: 1px solid rgb(224, 242, 241);
    }
    .dm-color-white{
        background-color: transparent !important;
        border-top: none !important;
    }
    .card-caption {
        display: none;
    }
    .dm-mob-mainContainerMasterCard-style:nth-child(1) .card-caption {
        display: block;
        position: relative;
        top: -5px;
    }
    .dm-custom-grid-style > .row{
        box-shadow: none !important;
        border: medium none !important;
        margin-top: 0px !important;
        background-color: transparent !important;
    }
    .dm-alternate-style:nth-child(2n){
        background-color: rgba(0, 0, 0, 0.04);
    }
}

@media (max-width:768px) and (min-width:401px){
    .dm-mob-white{
        background-color: transparent !important;
        border-top: none !important;
    }
}

@media (min-width: 401px){
    .dm-tablet-card{
        padding: 5px 6px ! important;
        background-color: rgba(237, 235, 231,0.3);
        border-top: 1px solid #edebe7;
    }
}

@media (max-width: 400px){
    .dm-mobile-card{
        padding: 5px 6px ! important;
        background-color: rgba(237, 235, 231,0.3);
        border-top: 1px solid #edebe7;
    }
}

/*.table-striped > tbody > tr:last-child {
    background-color: rgb(224, 224, 241) !important;
    font-weight: bold !important;
    height: 40px !important;
}*/

/*.table-striped > tbody > tr:last-child .cellValue {
    font-size:14px !important;
}*/

.dm-dashboard-table tr td:nth-child(1) {
    text-align: left !important;
    font-weight: bold;
}

.dm-dashboard-table tr th:nth-child(1) {
    text-align: left !important;
}

/*ankit*/
.dm-btn-3dot{
    background-color: white;
    color: black;
    border: none;
    width: 42px;
    justify-content: center;
    padding: 8px 3px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    float: right;
    position: relative;
    top: 3px;
    max-width: calc(100% - 25px);
    box-shadow: 0px 0px 0px rgb(204, 204, 204);
    right: 15px;
    font-size: 17px;
    font-weight: bold;
}
.dm-btn-Succ{
    background-color: white;
    color: black;
    border: none;
    width: 42px;
    justify-content: center;
    padding: 8px 3px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    float: right;
    position: relative;
    top: 3px;
    max-width: calc(100% - 25px);
    box-shadow: 0px 0px 0px rgb(204, 204, 204);
    right: 15px;
    font-weight: bold;
    font-size: 20px;
}
.dm-btn-prn{
    background-color: white;
    color: black;
    border: none;
    width: 42px;
    justify-content: center;
    padding: 8px 3px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    float: right;
    position: relative;
    top: 3px;
    max-width: calc(100% - 25px);
    box-shadow: 0px 0px 0px rgb(204, 204, 204);
    right: 15px;
    font-size: 20px;
    font-weight: bold;
}

.dm-mob-mainContainerMasterCard-style{
    cursor: pointer;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display: block !important;
    position: relative;
    line-height: 1;
}

.dm-gui-field-caption {
    width: 100% !important;
    background-color: transparent;
    display: inline-block;
    padding: 0px;
    line-height: normal;
    white-space: initial;
    color: rgb(68, 68, 68);
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.dm-dashboard-card{
    background-color: #fff;
    box-shadow: 0px 0px 3px #ccc;
}
.dm-opd-table-style .dm-dashboard-table tbody tr:first-child{
    background-color: rgb(224, 224, 241) !important;
    font-weight: bold !important;
    box-shadow: 0px 0px 2px rgb(68, 68, 68);
}
.dm-opd-table-style .dm-dashboard-table tbody tr:last-child .cellValue{
    font-size:13px !important;
}
.dm-ot-table tbody tr:nth-child(1){
    background-color: rgb(249, 249, 249) ! important;
    height: auto ! important;
}

.spacial-cell-green{
    background-color: rgba(40, 199, 111, 0.1);
    color: rgb(40, 199, 111);
    width: auto ! important;
    padding: 0px 12px;
    border-radius: 8px 8px 8px 8px;
}

.dm-ipd-table-design{
    height: 233px;
    position: relative;
}

.dm-precription-form-design .dm-form-input-control{
    height: 25px !important;
    padding: 0px 5px !important;
}

.dm-precription-form-design .dmTextHelp .form-control{
    height: 25px !important;
    padding: 0px 23px 0px 5px !important;
    /*font-size: 12px !important;*/
}

.dm-precription-form-design .form-control{
    height: 25px !important;
    padding: 0px 5px !important;
    /*font-size: 12px !important;*/
}

.dm-precription-form-design .dmTextHelp .fa-caret-down{
    position: absolute;
    top: 6px;
}

.dm-precription-form-design > .row > div:nth-child(1){
    background-color: transparent !important;
    background: linear-gradient(45deg, rgba(51, 149, 137, 0.3), rgba(51, 149, 137, 0.3)) repeat scroll 0% 0% transparent !important;
    border-bottom: 1px solid rgba(51, 121, 122, 0.5) !important;
    border-top: 1px solid rgba(51, 121, 122, 0.5) !important;
    border-left: 4px solid rgba(51, 121, 122, 0.5) !important;
}

.dm-gui-container-style .dmTextHelp .form-control{
    height: 25px !important;
    padding: 0px 23px 0px 5px !important;
    /*font-size: 12px !important;*/
}

.dm-gui-container-style .form-control{
    height: 25px !important;
    padding: 0px 5px !important;
    color: #000 !important;
    /*font-size: 12px !important;*/
}

.dm-gui-container-style .dmTextHelp .fa-caret-down{
    position: absolute;
    top: 7px;
}

.dm-gui-container-style .dm-form-input-control{
    height: 25px !important;
    padding: 0px 5px !important;
}

.gwt-TextBox:focus{
    background: #b3e7fb;
}

.dm-precription-form-design .form-control:focus{
    background: #FEF0C7;
}

.dm-precription-form-design .dmTextHelp > input{
    font-size: 16px !important;
}

.dm-precription-small-form-design .dmTextHelp > input{
    font-size: 13px !important;
}

.dm-precription-form-design input:hover, .dm-gui-container-style textarea:hover, .dm-gui-container-style input:hover{
    background: #FEF0C7 !important;
}
.dm-precription-form-design input[disabled]:hover{
    background: rgb(238, 238, 238) !important;
}

.dm-precription-form-design .dmTextHelp > input:focus{
    background: #FEF0C7 !important;
}

.dm-MarginTop{
    margin-top: 6px;
}

@media (max-width: 990px){
    .dm-MarginTop{
        margin-top: 0px;
    }
    .dm-mob-grid-style{
        padding: 12px 6px !important;
    }
}

.dm-dashboard-opd-table tr:nth-child(2) td:nth-child(1){
    background-color: rgb(255, 170, 165) !important;
    background: linear-gradient(to left, white 49%, rgb(255, 170, 165) 50%);
    background-size: 200%;
    transition: .5s ease-out;
    animation-name: fillColor;
    animation-duration: 0.2s;
    animation-play-state: running;
    animation-timing-function: ease-out;
    /*color: rgb(191, 54, 12);*/
}

@keyframes fillColor {
    0% {background-position: right;}
    100% {background-position: left;}
}

.dm-dashboard-opd-table tr:nth-child(2) td:nth-child(2){
    background-color: rgb(255, 170, 165) !important;
    /*color: rgb(191, 54, 12);*/
}

.dm-dashboard-opd-table tr:nth-child(2) td:nth-child(3){
    background-color: rgb(255, 170, 165) !important;
    /*color: rgb(191, 54, 12);*/
}

.dm-dashboard-opd-table tr:nth-child(2) td:nth-child(4){
    background-color: rgb(255, 170, 165) !important;
    /*color: rgb(191, 54, 12);*/
}

.dm-dashboard-opd-table tr:nth-child(2) td:nth-child(5){
    background-color: rgb(255, 170, 165) !important;
    /*color: rgb(191, 54, 12);*/
}

.dm-dashboard-opd-table tr:nth-child(3) td:nth-child(1){
    background-color: rgba(129, 199, 132, 0.8);
    background: linear-gradient(to left, white 49%, rgba(129, 199, 132, 0.8) 50%);
    background-size: 200%;
    transition: .5s ease-out;
    animation-name: fillColor;
    animation-duration: 0.4s;
    animation-play-state: running;
    animation-timing-function: ease-out;
    /*    color: rgb(33, 94, 37);*/
}

.dm-dashboard-opd-table tr:nth-child(3) td:nth-child(2){
    background-color: rgba(129, 199, 132, 0.8);
    /*    color: rgb(33, 94, 37);*/
}

.dm-dashboard-opd-table tr:nth-child(3) td:nth-child(3){
    background-color: rgba(129, 199, 132, 0.8);
    /*    color: rgb(33, 94, 37);*/
}

.dm-dashboard-opd-table tr:nth-child(3) td:nth-child(4){
    background-color: rgba(129, 199, 132, 0.8);
    /*    color: rgb(33, 94, 37);*/
}

.dm-dashboard-opd-table tr:nth-child(3) td:nth-child(5){
    background-color: rgba(129, 199, 132, 0.8);
    /*    color: rgb(33, 94, 37);*/
}

.dm-dashboard-opd-table tr:nth-child(6) td:nth-child(1){
    background-color: rgb(214, 222, 251);
    background: linear-gradient(to left, white 49%, rgb(214, 222, 251) 50%);
    background-size: 200%;
    transition: .5s ease-out;
    animation-name: fillColor;
    animation-duration: 0.6s;
    animation-play-state: running;
    animation-timing-function: ease-out;
    /*color: rgb(85, 90, 149);*/
}

.dm-dashboard-opd-table tr:nth-child(6) td:nth-child(2){
    background-color: rgb(214, 222, 251);
    /*color: rgb(85, 90, 149);*/
}

.dm-dashboard-opd-table tr:nth-child(6) td:nth-child(3){
    background-color: rgb(214, 222, 251);
    /*color: rgb(85, 90, 149);*/
}

.dm-dashboard-opd-table tr:nth-child(6) td:nth-child(4){
    background-color: rgb(214, 222, 251);
    /*color: rgb(85, 90, 149);*/
}

.dm-dashboard-opd-table tr:nth-child(6) td:nth-child(5){
    background-color: rgb(214, 222, 251);
    /*color: rgb(85, 90, 149);*/
}

.dm-dashboard-opd-table tr:nth-child(5) td:nth-child(1){
    background-color: rgb(128, 203, 196);
    background: linear-gradient(to left, white 49%, rgb(128, 203, 196) 50%);
    background-size: 200%;
    transition: .5s ease-out;
    animation-name: fillColor;
    animation-duration: 0.8s;
    animation-play-state: running;
    animation-timing-function: ease-out;
    /*color: rgb(0, 77, 64);*/
}

.dm-dashboard-opd-table tr:nth-child(5) td:nth-child(2){
    background-color: rgb(128, 203, 196);
    /*color: rgb(0, 77, 64);*/
}

.dm-dashboard-opd-table tr:nth-child(5) td:nth-child(3){
    background-color: rgb(128, 203, 196);
    /*color: rgb(0, 77, 64);*/
}

.dm-dashboard-opd-table tr:nth-child(5) td:nth-child(4){
    background-color: rgb(128, 203, 196);
    /*color: rgb(0, 77, 64);*/
}

.dm-dashboard-opd-table tr:nth-child(5) td:nth-child(5){
    background-color: rgb(128, 203, 196);
    /*color: rgb(0, 77, 64);*/
}

.dm-dashboard-opd-table tr:nth-child(4) td:nth-child(1){
    background-color: rgba(255, 183, 77, 0.5);
    background: linear-gradient(to left, white 49%, rgba(255, 183, 77, 0.5) 50%);
    background-size: 200%;
    transition: .5s ease-out;
    animation-name: fillColor;
    animation-duration: 0.9s;
    animation-play-state: running;
    animation-timing-function: ease-out;
    /*color: rgb(230, 81, 0);*/
}

.dm-dashboard-opd-table tr:nth-child(4) td:nth-child(2){
    background-color: rgba(255, 183, 77, 0.5);
    /*color: rgb(230, 81, 0);*/
}

.dm-dashboard-opd-table tr:nth-child(4) td:nth-child(3){
    background-color: rgba(255, 183, 77, 0.5);
    /*color: rgb(230, 81, 0);*/
}

.dm-dashboard-opd-table tr:nth-child(4) td:nth-child(4){
    background-color: rgba(255, 183, 77, 0.5);
    /*color: rgb(230, 81, 0);*/
}

.dm-dashboard-opd-table tr:nth-child(4) td:nth-child(5){
    background-color: rgba(255, 183, 77, 0.5);
    /*color: rgb(230, 81, 0);*/
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid rgba(255,255,255,0.2) !important;
}

.dm-opd-table-style{
    height: 280px !important;
    background-color: transparent;
    box-shadow: 0px 0px 0px;
    overflow-x: visible !important;
}

.dm-opd-table-style > .dashBoardCard-inner{
    height: 100%;
    width: calc(100% - 4px); 
    margin: auto; 
    background-color: rgb(255, 255, 255); 
    box-shadow: 0px 0px 3px rgb(204, 204, 204);
}

.dm-filter-container{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 6px;
    width: 25px;
    height: 25px;
    font-size: 17px;
    background-color: rgba(14, 77, 146, 0.6);
    color: rgb(255, 255, 255);
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 0px 0px 5px rgba(14, 77, 146, 0.2);
}

.dm-dropdown-icon-container-gap i{
    margin-right:8px;
}
a{
    text-decoration: none !important;
}

html, body {
    outline: none !important;
}

.dmCellTableScroll {
    background: none;
}

.dmCellTableScroll tbody {
    position: absolute;
    overflow-y: scroll;
    height: 200px;
}

.dmCellTableScroll tr {
    width: 100%;
    table-layout: fixed;
}

.dmCellTableScroll tbody tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}
.dmCellTableScroll tbody tr td:first-child{
    text-align: left;
}

.dmCellTableScroll thead > tr > th {
    border: none;
    background: none repeat scroll 0% 0% rgb(14, 77, 146);
    text-align: center;
    color: rgb(255, 255, 255);
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 6px !important;
    text-align: left;
}

.dmCellTableScroll tbody tr:first-child{
    background-color: rgb(224, 224, 241) !important;
    font-weight: bold !important;
    box-shadow: 0px 0px 2px rgb(68, 68, 68);
}

.dm-history-panel-container > .panel-heading {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(221, 221, 221);
    border-bottom: 1px solid rgba(51, 121, 122, 0.5) !important;
    border-top: 1px solid rgba(51, 121, 122, 0.5) !important;
    cursor: pointer;
}
.dm-history-panel-container > .panel-heading[aria-expanded="true"] {
    background-color: rgb(92, 129, 181) !important;
    position:relative;
}
/*.dm-history-panel-container > .panel-heading[aria-expanded="true"]:after {
    position: absolute;
    top: 44px;
    right: 30px;
    width: 0;
    height: 0;
    content: ' ';
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: rgb(92, 129, 181) transparent transparent transparent;
}*/
.dm-history-panel-container > .panel-heading[aria-expanded="true"] .dm-acc-title-name {
    color: rgb(255, 255, 255) !important;
}
.dm-history-panel-container > .panel-heading[aria-expanded="true"] .dm-acc-date {
    color: rgb(255, 255, 255) !important;
}
.dm-history-panel-container > .panel-heading[aria-expanded="true"] .dm-spn-reg {
    background-color: rgb(238, 238, 238) !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: 0px 1px 1px rgb(62, 86, 129) !important;
}
.dm-history-panel-container > .panel-heading[aria-expanded="true"] a.fa-files-o {
    color: #fff !important;
}

.dm-history-panel-container .panel-body{
    padding: 6px !important;
    background-color: rgb(245, 246, 248);
}

.dm-history-panel-container .dm-gui-container > .row {
    margin-bottom: 5px !important;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgb(204, 204, 204) !important;
    border-left: 3px solid rgba(51, 121, 122, 0.5) !important;
    border-right: 3px solid rgba(51, 121, 122, 0.5) !important;
}

.dm-history-panel-container .dm-gui-container > .row > div {
    padding: 5px !important;
}

.dm-history-panel-container .dm-gui-container > .row:nth-child(1) .row:nth-child(1) {
    display:none !important;
}

.homeLeftSlidbar-close~div[title="Scheduled OPDs"] > .content-wrapper{
    width: calc(100% - 5px) !important;
}
.dm-admitted-room-icon{
    background-image: url(../images/room.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height:50px;
    display: inline-block;
    vertical-align: top;
}
.dm-admitted-patient tbody tr td:nth-child(2){
    width: 22% !important;
}
.dm-admitted-patient tbody tr td:nth-child(1){
    width: 55% !important;
}
.dm-calling-patient-container{
    width: 303px; 
    float: right; 
    background-color: rgb(255, 255, 255); 
    border-radius: 100px 100px 100px 100px; 
    box-shadow: 0px 0px 1px rgb(204, 204, 204); 
    border-right: 3px solid rgba(129, 199, 132, 0.8);
}
.dm-current-patient-btn{
    display: inline-block;
    width: 170px;
    float: right;
    padding: 7px 13px;
    background-color: rgba(129, 199, 132, 0.8);
    border-radius: 100px 100px 100px 100px;
    transform: scale(1.2);
    line-height: 1;
    color: rgb(255, 255, 255);
    vertical-align: top;
    animation-name: blinka;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.dm-next-patient-btn{
    display: inline-block;
    vertical-align: top;
    width: 130px;
    float: right;
    padding: 7px 21px;
    line-height: 1;
}
@keyframes blinka {
    0%,100% {opacity:0.8;transform: scale(1.18);}
    50% {opacity:1;transform: scale(1.2);}
}

@media (max-width: 707px){
    .dm-calling-patient-container{
        display:none;
    }

}
@media (max-width: 946px){
    .dm-left-temp{
        width: 100% !important;
        height: 51px !important;
    } 
    .dm-left-temp #accordion .panel.dm-history-panel-container{
        width: 200px !important;
        display: inline-block !important;
        vertical-align: top !important;
        margin-bottom: 0px !important;
    } 
    .dm-left-temp #accordion{
        margin-bottom: 0px !important;
    } 
    .dm-history-panel-container{
        width: 100% !important;
        height: calc(100% - 51px) !important;
    }
    .dm-tab-step-container-mob{
        width: 100% !important;
    }
}

.dm-morning{
    width: 30px;
    height: 30px;
    background-image: url(images/sunrise.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: auto;
}
.dm-afternoon{
    width: 30px;
    height: 30px;
    background-image: url(images/sunny.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: auto;
}
.dm-evening{
    width: 30px;
    height: 30px;
    background-image: url(images/sunset.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: auto;
}
.dm-night{
    width: 23px;
    height: 30px;
    background-image: url(images/moon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: auto;
}

/*Responsive Grid CSS*/

.responsiveGrid {
    width:100%;
    /*float:left;*/
    border-collapse: collapse;
    border-right: none !important;
    background-color: #fff;
}

.responsiveGrid, .responsiveGrid td{    
    /*border-right: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.responsiveGrid tr > td:last-child, .responsiveGrid tr > th:last-child {
    border-right: none;
}

.dm-site-grid-container td {
    padding: 9px 8px;
    cursor: pointer;
    /*white-space: nowrap;*/
    vertical-align: top;
}

.responsiveGrid td {
    padding: 19px 8px;
    cursor: pointer;
    /*white-space: nowrap;*/
    vertical-align: top;
}
.responsiveGrid tr:even {
    background-color: #eee;
}

.responsiveGrid .header {
    /*white-space: nowrap;*/
    font-weight: bold;
    padding: 15px 8px;
    padding: 10px 8px;
    background-color: #fff;


    /*    background: #0277BD;
        background: -moz-linear-gradient(top, #0277BD 0%, #e5e5e5 100%); 
        background: -webkit-linear-gradient(top, #0277BD 0%,#e5e5e5 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
        border-top: 0 !important;  */

}

.responsiveGrid .details {
    margin-left:21px;
}

.responsiveGrid .selected-cell {
    /*background-color:rgb(184, 207, 238);*/
    background-color:#f2f2f2;
}

.responsiveGridDetail {
    width:100%;
    float:left;
}

.responsiveGridDetail .tr {
    width:100%;
    float:left;
}

.responsiveGridDetail .td {
    width:50%;
    float:left;
}

.appAvailability {
    /*background-color: #008271;*/
    /*background-color: rgb(51, 149, 137);*/
    background: linear-gradient(0deg, rgb(245, 245, 245), rgb(250, 250, 250)) repeat scroll 0% 0% transparent;
    /*color: rgb(255, 255, 255);*/
}

.dm-margin-bottom0{
    margin-bottom: 2px !important;
}

.tab-content{
    height: calc(100% - 41px);
    overflow: auto;
}

.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12, .col-xs-12, .col-xx-12 {
    width: 100%;
    float: left;
}

.dm-openSignup-open .modal{
    overflow-x: hidden;
    overflow-y: auto;
}

/*.dm-dashboard-appointment > div > div:nth-child(2) .dashboard-appointment-section .dm-date-circle::before{*/
.dm-dashboard-appointment > div > div .dashboard-appointment-section .dm-date-circle::before{
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid rgb(14, 77, 146) !important;
    background-color:#eee;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top:3px;
    margin-right: 10px;
}

.responsiveGrid tbody tr{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(250, 250, 250) 88%, rgb(244, 244, 244) 100%) repeat scroll 0% 0% transparent;
}

.responsiveGridContainer{
    width: auto;
    height: auto;
    overflow: auto;
    margin-top: 10px;
    box-shadow: 0px 0px 4px rgb(215, 215, 215);
    border-radius: 7px;
}

@media (max-width: 1200px){
    .dm-desk-text-align-right{
        text-align: right !important;
    }
    .dm-desk-text-align-left{
        text-align: left !important;
    }
    .mob-schedule-style{
        font-size: 15px !important;
    }
}

@media (min-width: 947px){
    .dm-mob-mainContainerMasterCard-style{
        width: calc(100% - 16px) !important;
    }
    .dm-padding-left17px{
        padding-left:17px !important
    }
    .dm-padding-right17px{
        padding-right:17px !important
    }
}
@media (max-width: 947px){
    .dm-tab-text-align-right{
        text-align: right !important;
    }
    .dm-tab-text-align-left{
        text-align: left !important;
    }
}
@media (max-width: 768px){
    .dm-big-mob-text-align-right{
        text-align: right !important;
    }
    .dm-big-mob-text-align-left{
        text-align: left !important;
    }
}

@media (max-width: 946px){
    .dm-mob-mainContainerMasterCard-style{
        width: 100% !important;
        margin-bottom: 5px;
    }
    .mob-text-align-right{
        text-align: right;
    }
    .mob-width-split{
        width:50%;
        display:inline-block;
        vertical-align:top;
    }
    .mob-text-align-left-style{
        text-align:left !important;
    }
    .dm-padding-left17px{
        padding-left:2px !important
    }
    .dm-padding-right17px{
        padding-right:2px !important
    }
}
@media (max-width: 410px){
    .dm-small-mob-text-align-right{
        text-align: right !important;
    }
    .dm-small-mob-text-align-left{
        text-align: left !important;
    }
    .dm-mob-abha-creation-card-left{
        width: 120px !important;
        display: inline-block;
        text-align: left !important;
        margin: 8px 0px !important;
    }
    .dm-mob-abha-creation-card-right{
        width: calc(100% - 120px) !important;
        display: inline-block;
        text-align: right !important;
        margin: 8px 0px !important;
    }
    .dm-font-size13px{
        font-size: 13px !important;
    }
    .dm-add-button > span{
        display: none;
    }
}

.appSlotBlocked{
    background-color: rgb(24, 97, 95) !important;
    cursor: not-allowed !important;
}

.dm-snapshot > div span{
    left:0px !important;
}

.dm-site-grid-container td {
    padding: 9px 8px !important;
    cursor: pointer;
    /*white-space: nowrap;*/
    vertical-align: top;
}
.dm-site-grid-container tr:nth-child(2n) {
    background: linear-gradient(180deg, rgb(245, 245, 245) 88%, rgb(238, 238, 238) 100%) repeat scroll 0% 0% transparent !important;
}

.dm-site-grid-container td.header {
    padding: 6px 8px !important;
    font-size: 13px;
    display:none;
}
.dm-snapshot{
    width: 100%; 
    height: 212px !important; 
    border: 3px solid rgba(5, 71, 98, 0.4) !important; 
    border-radius: 12px 12px 12px 12px !important; 
    overflow: hidden !important; 
    margin: auto !important; 
    top: 12px !important;
    position: relative !important;
}
.dm-site-grid-container tr.dm-site-select{
    background: linear-gradient(180deg, rgb(6, 29, 96) 88%, rgb(1, 0, 105) 100%) repeat scroll 0% 0% transparent ! important;
}
.dm-site-grid-container tr.dm-site-select > td{
    color: rgb(255, 255, 255);
}
.dm-or-section-style{
    color:#adadad;
}
.dm-or-section-style:before{
    content: "";
    width:calc(50% - 25px);
    height: 1px;
    background-color:#adadad;
    display: inline-block;
    vertical-align: middle;
    margin-right:15px;
    border-top-left-radius:35px;
    border-bottom-left-radius:35px;

}
.dm-or-section-style:after{
    content: "";
    width:calc(50% - 25px);
    height: 1px;
    background-color:#adadad;
    display: inline-block;
    vertical-align: middle;
    margin-left:15px;
    border-top-right-radius:35px;
    border-bottom-right-radius:35px;
}

@media (max-width: 990px){
    .dm-MarginTop{
        margin-top: 0px;
    }
    .dm-mob-grid-style{
        padding: 5px 6px !important;
    }
}

@media (min-width: 990px){
    .dm-mob-grid-style{
        padding: 12px 6px !important;
    }
}

.dm-btn-group-name-style span{
    font-size: 14px !important;
}

@media (max-width: 500px){
    .dm-btn-group-name-style span{
        font-size: 12px !important;
    }
    .dm-btn-group-name-style label{
        padding: 1px 12px !important;
    }
}

.dm-snapshot > div{
    width: 100% !important;
    height: 100% !important;
}

.dm-snapshot > div > img{
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
}

.dm-top-patient-info{
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 0px 0px;
    border: 0px none;
    padding: 15px 21px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12), 0px 1px 4px rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    z-index: 1;
    position: relative;
}

@media (max-width: 1020px){
    .dm-tab-100{
        width: 100% !important;
    }
}
@media (max-width: 634px){
    .dm-mob-100{
        width: 100% !important;
    }
}

@media (max-width: 768px){
    .dm-mobile-patient-name-style{
        font-size: 17px !important;
    }
    .dm-mobile-patient-other-details-style{
        font-size: 10px !important;
    }
    .dm-mobile-doctor-name-style{
        font-size: 15px !important;
    }
    .dm-mobile-date-container-style{
        font-size: 11px !important;
    }
    .dm-mobile-uhid-title-style{
        font-size: 11px !important;
    }
    .dm-mobile-uhid-value-style{
        font-size: 14px !important;
    }

    .dm-mobile-appointment-number-value-style{
        font-size: 18px !important;
    }
    .dm-mobile-appointment-slot-value-style{
        font-size: 12px !important;
    }

    .dm-mobile-consultant-fees-title-name-style{
        font-size: 13px !important;
    }
    .dm-mobile-consultant-fees-title-value-style{
        font-size: 26px !important;
    }

    .dm-mobile-advance-fees-title-name-style{
        font-size: 13px !important;
    }
    .dm-mobile-advance-fees-title-value-style{
        font-size: 26px !important;
    }
    .dm-mobile-pay-later-btn-style{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .dm-mobile-pay-btn-style{
        width: 100% !important;
        float: none !important;
    }
}

@media (max-width: 500px){
    .dm-mobile-patient-name-style{
        font-size: 17px !important;
    }
    .dm-mobile-patient-other-details-style{
        font-size: 10px !important;
    }
    .dm-mobile-doctor-name-style{
        font-size: 15px !important;
    }
    .dm-mobile-date-container-style{
        font-size: 11px !important;
    }
    .dm-mobile-uhid-title-style{
        font-size: 11px !important;
    }
    .dm-mobile-uhid-value-style{
        font-size: 14px !important;
    }
    .dm-mobile-appointment-detail-container-style{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .dm-mobile-appointment-number-value-style{
        font-size: 18px !important;
    }
    .dm-mobile-appointment-slot-value-style{
        font-size: 12px !important;
    }
    .dm-mobile-consultant-fees-container-style{
        width: 50% !important;
        text-align: left !important;
    }
    .dm-mobile-consultant-fees-title-name-style{
        font-size: 13px !important;
    }
    .dm-mobile-consultant-fees-title-value-style{
        font-size: 26px !important;
    }
    .dm-mobile-advance-fees-container-style{
        width: 50% !important;
    }
    .dm-mobile-advance-fees-title-name-style{
        font-size: 13px !important;
    }
    .dm-mobile-advance-fees-title-value-style{
        font-size: 26px !important;
    }
    .dm-mobile-pay-later-btn-style{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .dm-mobile-pay-btn-style{
        width: 100% !important;
        float: none !important;
        margin-bottom: 10px !important;
    }
    .dm-mob-attachment-file-center{
        margin: auto !important;
        float: none !important;
        margin-top: 7px !important;
    }
}

.dm-attached-image-height img{
    height: 100% !important;
}

.dm-pending-transaction-row{
    padding: 14px 20px;
}
.dm-pending-transaction-row .dm-pending-transaction-col-left{
    display:inline-block;
    vertical-align: middle;
    /*width:calc(100% - 175px);*/
    width:calc(100% - 192px);
}
.dm-pending-transaction-row .dm-pending-transaction-col-right{
    display:inline-block;
    vertical-align: middle;
    /*width:175px;*/
    width:192px;
    text-align: right;
}
.dm-btn-show-more-design{
    position: absolute; 
    top: 50%; 
    right: -24px; 
    transform: translateY(-50%); 
    width: 40px; 
    height: 40px; 
    border-radius: 50% 50% 50% 50%; 
    background-color: rgb(14, 77, 146) ! important; 
    border-color: rgb(14, 77, 146) ! important; 
    color: rgb(255, 255, 255);
    margin-top: -11px;
}
.dashboard-appointment-section{
    position: relative;
}
.dashboard-appointment-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 192px;
    background: rgb(51, 149, 137);
    /*    background: linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137));
        background: -webkit-linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137));
        background: linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137)); */
    border-radius: 0 0 15px 15px;
}
@media (max-width: 500px){
    .dm-btn-show-more-design{
        right: 0px ! important; 
        width: 32px ! important; 
        height: 32px ! important; 
        margin-top: -50px ! important;
    }
    .dm-mob-appointment-top{
        width: 100% !important;
    }
    .dm-mob-appointment-bottom{
        width: 100% !important; 
        margin-top: 10px !important;
        text-align: left !important;
    }
    .dm-mob-appointment-bottom > div{
        width: 100% !important; 
        text-align: left !important;
    }
}

.card2{
    background-color: #f8f7fa !important;
}

.dropdown-menu > li > a {
    white-space: normal;
}
/*@media (min-width: 900px){
.card1:after{
content: "";
border-radius:100% 100% 0px 0px;   
 background:#eee;
 height:50px;
 display:inline-block;
 width:100%;
 position:absolute;
 bottom:0px;
 z-index:1 !important;
}
}*/
.dm-back-btn-style{
    display: inline-block;
    position: absolute; 
    top: 11px; 
    left: 8px; 
    border: 1px solid rgb(238, 238, 238); 
    border-radius: 5px 5px 5px 5px;
}
.dm-back-btn-style > a{
    padding: 9px 14px; 
    display: block;
}

.card1{
    background-image: url(images/login-bottom-img.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}


@media (min-width: 990px){
    .dm-mob-login-top-container{
        background-color: transparent !important;
    }
    .dm-patient-design-mob-container{
        padding: 12px 16px 8px !important;
    }
    .dm-uhid-design-mob-container{
        padding:  12px 16px 8px !important;
    }
    .dm-abha-design-mob-container{
        padding: 12px 16px 8px !important;
    }
}

@media (max-width: 990px){
    .dm-back-btn-style{
        background-color: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.3);
        top: 14px;
        left: 8px;
    }
    .dm-back-btn-style > a{
        color: rgba(255, 255, 255, 0.9) !important;
        padding: 3px 8px;
    }
    .dm-back-btn-style > a > i{
        padding-top: 3px;
    }
    .dm-small-col-left-style{
        display: inline-block !important;
        vertical-align: middle !important;
        float: none !important;
    }
    .dm-small-col-right-style{
        display: inline-block !important;
        vertical-align: middle !important;
        float: none !important;
        text-align: right !important;
    }
    .dm-small-col-display-none{
        display: none !important;
    }
    .dm-abha-detail-style .card-value{
        font-size: 12px !important;
        color: #0e857d !important;
    }
    .dm-patient-design-mob-container{
        /*padding: 6px 12px 0px !important;*/
        padding: 7px 12px 4px !important;
        /*width: calc(100% - 150px) !important;*/
        /*width: 100% !important;*/
    }
    /*    .dm-uhid-design-mob-container{
            padding: 6px 12px 4px !important;
            display: inline-block !important;
            width: 150px !important;
            color: rgba(14, 77, 146, 0.8) !important;
            font-size: 12px !important;
        }*/
    /*    .dm-uhid-design-mob-container{
            padding: 0px !important;
            display: inline-block !important;
            width: auto !important;
            color: rgba(14, 77, 146, 0.8) !important;
            font-size: 10px !important;
            position: absolute !important;
            right: 1px;
            background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 10%);
        }*/
    .dm-uhid-design-mob-container{
        display: inline-block !important;
        color: rgba(14, 77, 146, 0.8) !important;
        font-size: 10px !important;
        padding: 9px !important;
    }
    /*    .dm-uhid-design-mob-container .card-value:before{
            content: "UHID : "
        }*/
    .dm-abha-design-mob-container{
        padding: 8px 0px 4px 12px !important;
        text-align: left !important;
        background-color: rgba(245, 245, 245, 1);
        font-size: 12px !important;
    }
    .dm-opd-title-style{
        top: 5px !important;
    }
    .dm-uhid-design-mob-container .card-caption{
        font-size: 9px !important;
        line-height: 1.1 !important;
    }
    .dm-uhid-design-mob-container .card-value{
        font-size: 10px !important;
        line-height: 1.3 !important;
        padding: 0px !important;
    }
    .dm-abha-design-mob-container .card-caption{
        font-size: 9px !important; 
        line-height: 1 !important;
        display: none !important;
    }
    .dm-abha-design-mob-container .card-value{
        line-height: 1 !important;
    }
    .dm-pending-title-style{
        width: 190px !important;
    }
    .dm-pending-user-title-style{
        width: calc(100% - 275px) !important;
    }
    .dm-mob-appointment-card-container{
        width: calc(100% - 100px) !important; 
        display: inline-block !important; 
        vertical-align: top !important; 
        padding: 15px 22px !important; 
        line-height: 1.2 !important;
    }
    .dm-mob-appointment-card-container .dm-title-style{
        font-size: 11px !important;
    }
    .dm-mob-appointment-card-container .dm-sub-title-style{
        font-size: 9px !important;
    }
    .dm-mob-appointment-image-container{
        width: 100px !important; 
        display: inline-block !important; 
        vertical-align: top !important; 
        padding: 10px !important; 
        background-color: rgb(245, 245, 245) !important;
    }
    .dm-mob-appointment-image-container img{
        width: 30px !important; 
        height: 30px !important; 
    }
    .dm-top-patient-mob-container{
        padding: 0px 8px !important;
    }
}

.dropdown-menu > li > a {
    padding: 10px 20px !important;
}

.dm-patient-model{
    z-index: 9999 !important;
}

.dm-patient-model .modal-dialog{
    width: 100% !important;
}

.dm-patient-model .modal-dialog .modal-content{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    margin: 0;
    border-radius: 0;
}

.dm-patient-model .modal-dialog .modal-content .modal-body{
    width: 100% !important;
    height: 100% !important;
}

.dm-patient-model .modal-dialog .modal-content .modal-body .dmGridPaging{
    height: calc(100% - 65px) !important;
}

.dm-strip-container{
    height: 14px !important;
    margin-bottom: 0px !important;
}
.dm-strip-container .progress-bar{
    line-height: 1.6 !important;
    font-size: 11px !important;
    font-weight: bold;
}
.dm-strip-container .progress-bar:nth-child(1){
    background-color: rgb(39, 107, 207) !important;
}
.dm-strip-container .progress-bar:nth-child(2){
    background-color: rgb(43, 115, 242) !important;
}
.dm-strip-container .progress-bar:nth-child(3){
    background-color: rgb(132, 184, 245) !important;
}
.dm-box-help1,.dm-box-help2,.dm-box-help3{
    display: block;
    font-size: 9px !important;
    margin-bottom: 5px;
    line-height:1.2;
}
.dm-box-help1:before{
    content: "";
    width:10px;
    height:10px;
    margin-right:4px;
    display: inline-block;
    vertical-align: top;
    background-color: rgb(39, 107, 207) !important;
}
.dm-box-help2:before{
    content: "";
    width:10px;
    height:10px;
    margin-right:4px;
    display: inline-block;
    vertical-align: top;
    background-color: rgb(43, 115, 242) !important;
}
.dm-box-help3:before{
    content: "";
    width:10px;
    height:10px;
    margin-right:4px;
    display: inline-block;
    vertical-align: top;
    background-color: rgb(132, 184, 245) !important;
}

.popover{
    display: block !important;
    max-width: 336px !important;
}
.dm-user-title{
    top: 8px !important;
}

.dm-home-main-dashboard-container{
    position: relative;
}

.dm-home-main-dashboard-container:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 192px;
    background: rgb(51, 149, 137);
    /*    background: linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137));
        background: -webkit-linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137));
        background: linear-gradient(-45deg, rgb(14, 77, 146), rgb(51, 149, 137), rgb(14, 77, 146), rgb(51, 149, 137)); */
    border-radius: 0 0 15px 15px;
    z-index: 1;
}

.dm-overlay-pattern-image{
    background-image: url("images/assets.png");
    background-position: 100% 118%;
    background-repeat: no-repeat;
    background-size: 43% auto;
}

.dmGridPaging .search{
    position: absolute !important; 
    top: 0px !important; 
    /*width: calc(100% - 300px) !important;*/
    width: calc(100% - 337px) !important;
    display: none;
    right: 300px;
}
.slidbar-close .dmGridPaging .search{
/*    width: calc(100% - 40px) !important;
    right: 0px !important;*/
width: calc(100% - 76px) !important;
right: 40px !important;
}

.modal-open .modal .dmGridPaging .search{
    /*width: calc(100% - 0px) !important;*/
    width: calc(100% - 49px) !important;
    right: 0px !important;
}


.modal-open .modal .dmGridPaging > a{
    top: 8px !important;
    position: absolute !important;
    /*right: 117px !important;*/
    /*right: 68px !important;*/
    right: 22px !important;
}
.dmGridPaging > a{
    top: 6px !important;
    position: absolute !important;
    right: 354px !important;
}
.slidbar-close .dmGridPaging > a{
    top: 6px !important;
    position: absolute !important;
    right: 47px !important;
}

@media (max-width: 1200px){
    .dmGridPaging > a{
        top: 6px !important;
        position: absolute !important;
        right: 47px !important;
    }
}
@media (max-width: 990px){
        .dmGridPaging .search{
        width: calc(100% - 35px) !important;
        right: 0px !important;
    }
}

.slidbar-close.modal-open .modal .dmGridPaging > a{
    top: 8px !important;
    position: absolute !important;
    right: 22px !important;
}