md-tabs-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.custom-content {
    margin-top: 48px;
}

.page-layout.simple.fullwidth>.header {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding: 10px 24px;
}

.page-layout>.header .title {
    font-size: 26px;
}

md-content {
    background-color: transparent !important;
}

md-content md-option {
    background-color: white !important;
}

table.dataTable tbody td {
    padding: 5px 8px;
}

table tr td md-input-container {
    margin: 0;
}

table tr td md-input-container .md-errors-spacer {
    display: none;
}


/*For accordian form*/

.showBtn {
    display: inline-block;
    padding: 10px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    color: #333 !important;
    line-height: 25px;
}

.showBtn i {
    float: left;
    margin-right: 5px;
}

.showBtn i.right {
    float: right;
    margin-right: 5px;
}

.showBtn:hover {
    text-decoration: none;
}

.showBtn.active {
    display: block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: width 2s;
    /* Safari */
    transition: width 2s;
}

.ShowContentBox {
    display: none;
    padding: 20px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/*jGajera Style Start*/

.contactNo .intl-tel-input {
    width: 100%;
    height: 25px;
}

.contactNo input[type="tel"] {
    border-bottom: 1px solid #e1e1e1;
}

.contactNo input[type="tel"]:focus {
    border-bottom: 2px solid #e1e1e1;
}

.flag-container {
    height: 28px;
}

.flag-container .selected-flag {
    height: 100% !important;
}

.loginLogo {
    margin-bottom: 40px;
}

.custom-Control {
    height: 35px !important;
    margin: 15px 0;
}

.custom-Control label {
    margin-left: 6px;
    font-size: 15px;
}

.simLink {
    font-size: 15px !important;
    display: block;
    width: 100%;
}

.smallText {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
    display: block;
}

.custom-Control input {
    border: 1px solid #ccc !important;
    padding: 4px 6px !important;
    border-radius: 5px;
    min-height: 35px;
}

.intl-tel-input {
    display: block;
}

.intl-tel-input .flag-container {
    display: inline-block;
    height: 35px;
}

.intl-tel-input>input {
    border-radius: 5px !important;
    padding: 4px 0 4px 45px !important;
    display: block;
}

@media(max-width:500px) {
    .g-recaptcha {
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.formReg md-input-container {
    margin: 0;
}

.formReg md-input-container input,
.formReg md-select {
    border: 1px solid #333 !important;
    overflow: hidden;
    padding-right: 7px;
}

@media (max-width:500px) {
    md-option {
        height: 22px !important;
        padding: 6px 5px !important;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    md-option .md-text {
        font-size: 11px !important;
        white-space: normal !important;
    }
}

.formReg select {}

.formReg label {
    font-size: 13px;
    margin: 0 10px 0 0;
    font-weight: bold;
    line-height: 36px;
}

.formReg md-input-container .md-errors-spacer {
    min-height: auto;
}

.formReg .md-button {
    margin: 0px 8px !important;
    line-height: 32px !important;
    min-height: 32px !important;
}

.formReg .intl-tel-input>input {
    border-radius: 0 !important;
}

.md-orange {
    color: rgb(255, 255, 255);
    background-color: #f26626;
}

a.linkOrange {
    color: #f26626 !important;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    width: 100%;
}

.customDatePicker {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 0;
    margin: 0;
}

.customDatePicker input {
    display: block;
    width: 100%;
    border: 1px solid #333 !important;
    max-width: 100%;
    min-height: 30px;
    padding: 0 0 0 5px;
}

.customDatePicker .md-datepicker-button {
    position: absolute;
    right: 0;
    z-index: 999;
    line-height: 23px !important;
    margin: 0 0px 0 8px !important;
}

.customDatePicker .md-datepicker-input-container {
    width: 100%;
    border: none;
    padding: 2px;
}

.customDatePicker .md-datepicker-triangle-button {
    display: none;
}

.headerLogo {
    height: 45px;
    width: auto;
    margin-left: 14%;
}

@media(max-width:960px) {
    .headerLogo {
        height: 25px;
        width: auto;
        margin-left: 10px;
    }
}

.customPageHeader {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background: #eeeeee;
    padding: 15px;
}

@media(max-width:600px) {
    .customPageHeader {
        font-size: 15px;
    }
}

.mainMenu li a,
.ms-navigation-node {
    background: #424242;
}

.mainMenu li a:hover {
    background: #bdbdbd;
    color: #000 !important;
}

.mainMenu li a.active {
    background: #bdbdbd;
    color: #000 !important;
}

.mainMenu li a.active+i {
    color: #000 !important;
}

.md-primary-bg {
    background: #616161 !important;
}

.customTreeList ul {
    display: block;
}

.customTreeList ul li:first-child {
    margin-top: 0;
}

.customTreeList ul li {
    border: 1px solid #ccc;
    padding: 0;
    margin-top: -1px;
}

.customTreeList ul li li {
    padding: 0 0 0 24px;
    border-width: 1px 0 0 0 !important;
    background: #fff;
    font-weight: normal;
}

.customTreeList ul li li::before {
    content: "";
    background: url('/assets/images/tree-view.png') no-repeat center;
    width: 20px;
    height: 40px;
    display: inline-block;
    position: absolute;
}

.customTreeList ul li li:last-child::before {
    content: "";
    background: url('/assets/images/tree-view-last.png') no-repeat center;
    width: 20px;
    height: 40px;
    display: inline-block;
    position: absolute;
}

.customTreeList li .tree-selected.a8 {
    background: #fff;
}

.customTreeList ul>li.tree-expanded {
    background: #f5f5f5;
    font-weight: bold;
}

.customTreeList .tree-branch-head.a4,
.customTreeList .tree-branch-head.a3 {
    /*background-position: center center !important;*/
    display: none;
}

.customTreeList .tree-leaf-head.a5 {
    /*background-position: center center !important;*/
    display: none;
}

.responsive-table {
    width: 100%;
    overflow: auto;
}

.darkLabel,
.darkLabel label {
    color: #666 !important;
}

.darkLabel.active,
.darkLabel label.active {
    color: #000!important;
}

.configList h3 {
    font-size: 20px !important;
    margin: 0;
    padding: 0;
}

.configList .layout-row {
    border-bottom: 1px dotted #ccc;
    padding: 7px 0;
}

.infoBtnCon {
    position: relative;
}

.infoBtnCon .infoWin {
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    width: 200px;
    display: inline-block;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: lightyellow;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #666;
    z-index: 9999;
}

.infoWin::after {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #666;
}

@media(max-width:600px) {
    md-dialog {
        min-width: 95%;
    }
}


/*jGajera Style END*/


/*Urvi Table Style Start*/

.tableD1 {
    border: 1px solid #ccc !important;
    /*border-radius: 10px;*/
    margin: 10px 0 !important;
    font-size: 12.9px;
    width: 100%;
}

.tableD1 thead th {
    border-right: 1px dotted #ccc;
    background: #f1f1f1 !important;
    text-align: center !important;
    padding: 16px 4px;
}

.tableD1 thead th:last-child {
    border-right: none;
}

.tableD1 tbody td {
    padding: 5px 4px !important;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    text-align: center !important;
}

.tableD1 tbody td:last-child {
    border-right: none;
}

.tableD1 tbody tr:last-child td {
    border-bottom: none !important;
}

.tableD1 tr.even {
    background: #f5f5f5;
}

.tableD1 tr:hover {
    background: #fff8ce;
    color: #000;
}

.tableD1 md-icon {
    cursor: pointer;
}

.md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
    color: rgb(242, 102, 37) !important;
    background-color: rgb(242, 102, 37) !important;
}

.whiteLabel,
.whiteLabel label {
    color: #666 !important;
}

.whiteLabel.active,
.whiteLabel label.active {
    color: transparent!important;
}


/*Urvi Table Style End*/