﻿
body {
}
/*Implemented To Display Icons*/

.display .ui-grid-row:hover .ui-grid-cell {
    /*background-color: lightgray;*/
}

.ui-grid-row:hover .ui-grid-cell .display-block {
    /*color: black;
    display: block;*/
}

.paddingBottomClassOfMaterial {
    padding-bottom: 4px;
}

.size {
    height: 15px;
    width: 15px;
}
/*link style in dropdown*/
.linkAdd {
    background-color: lightgray;
    color: blue;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*--For UI Grid */
.gridims {
    padding: 0px 10px;
}

.popupIms {
    height: 800px;
}

.gridImsHeight {
    height: 500px;
}

.imsPopupWidth {
    width: 800px;
    margin-left: -85px;
    margin-top: -90px;
}

.imsPopupWidth-large {
    width: 900px;
    margin-left: -155px;
    margin-top: -90px;
}

.alignContent {
    text-align: center;
}

.labelPaddingClass {
    padding-top: 17px;
}

.formcontrolOld {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .formcontrolOld:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.dropClass {
    position: relative;
    display: inline-block;
}

.dropClass-content {
    display: none;
    /* position: absolute;*/
    background-color: white;
    /*min-width: 200px;*/
    max-width: 200px;
    overflow: auto;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropClass .dropClass-content #manfSingleDiv:hover,
.dropClass .dropClass-content #catSingleDiv:hover,
.dropClass .dropClass-content #subCatSingleDiv:hover,
.dropClass .dropClass-content #uomSingleDiv:hover {
    background-color: #4da6ff;
}

.backGroundClass {
    background-color: #f9f9f9
}

.lightBackGroudClass {
    background-color: #777
}

.anchorLinkColor {
    color: #2076dd;
    font-size: 14px;
}

/*-------Inner Card Design-------------*/
.innercard1 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 3px 0 #dbe2e2;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}

    .innercard1 .innercard-content {
        padding: 15px 10px;
        position: relative;
    }

.innercard .innercard-header {
    z-index: 3;
}
/*------End InnserCard Design-------*/
/*--Item Creation Page Inline Styles*/
.dropDownDivHeight {
    overflow: auto;
    height: 150px;
    /*padding: 7px;*/
}

.dropDownDivContentDiv {
    padding: 4px 0px 4px 10px;
}

    .dropDownDivContentDiv:hover {
        cursor: pointer;
        background-color: #bdbdbd;
        color: white;
    }

.dropDownDivAnchorDiv {
    background-color: #f9f9f9 !important;
    padding: 10px 0px !important;
}

    .dropDownDivAnchorDiv a {
        padding-left: 0px !important;
    }

.innercard-content-th {
    font-weight: bold;
    font-size: 14px;
    color: #777;
}

.innercardHeaderBackGround {
    background-color: #f5f4f4;
}

.itemTypelabelpadding {
    padding-left: 0px;
}

/*-------End of Item Creation Page Inline Styles---------*/
/*---Saleinvoice page classes*/

.formcontrolM {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .formcontrolM:focus {
        /*border-color: #66afe9;*/
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.formclass:hover {
    background-color: lightskyblue;
}

.fixIcon {
    position: relative;
}

    .fixIcon select {
        height: 34px;
        margin: 0px -4px;
        border: 1px solid #ccc;
        padding: 0px !important;
        border-radius: 5px 0px 0px 5px;
    }

    .fixIcon input {
        padding-left: 30px;
    }

    .fixIcon #txtdiscount {
        padding-left: 43px;
        margin-right: -4px;
    }

    .fixIcon input[type="number"] {
        padding-left: 43px;
        margin-right: -4px;
    }

    .fixIcon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
    }

    .fixIcon select {
        position: absolute;
        padding: 10px 12px;
    }

.disabledBackGroundClass {
    background-color: #f9f9f9;
}

.paddingZeroClass {
    padding: 0px;
}

.paddingRightZeroClass {
    padding-right: 0px !important;
}

.totalLabelClassInSaleInvoice {
    font-weight: bold;
    font-size: 14px;
    color: #777;
}

/*---End---*/
/*---Transaction page Classes---*/
.transactionPageAddAdjLinkDivClass {
    padding: 0px 20px;
}

.transactionPageAddAdjLinkClass {
    color: cornflowerblue;
    font-size: 15px;
}

.transsactionPageAdjTableThClass {
    font-weight: bold !important;
    font-size: 13px !important;
    color: #777 !important;
    width: 30% !important;
    text-align: center !important;
}

.transsactionPageAdjTableThActionClass {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #777 !important;
    width: 3% !important;
}

.transactionPageTableClass {
    border: 1px solid #dad4d4;
}

/*--End of Transaction page classes*/
/*--Services Page Classes--*/
.servicePageTableThClasses {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #777 !important;
}

.servicePageTableThClassOfAction {
    width: 3px !important;
}
/*--End of Services Page Classes--*/
.iconColorClass {
    color: red;
}

.divMarginClass {
    margin-top: 9px;
}

.text-right {
    text-align: right;
}

.badge {
    background-color: #596472;
}

/*Theme css start*/
.theme {
    padding: 15px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px #596472 solid;
}

    .theme:last-child {
        border-bottom: none;
    }

.language-name {
    width: 100%;
    display: inline-block;
}

    .language-name span {
        width: 32%;
        display: inherit;
        text-align: center;
        font-weight: 600;
    }

/* .navbar-fixed .navbar-absolute {
        position: fixed;
        padding-top: 5px;
        z-index: 1029;
        right: 0;
        left: 240px;
    } */

.sidebar-mini .navbar-fixed .navbar-absolute {
    position: fixed;
    padding-top: 5px;
    z-index: 1029;
    right: 0;
    left: 80px;
}

/* .navbar-fixed .main-panel > .content {
	margin-top: 50px;
	padding: 13px 0px;
} */

/*Theme colour azure*/
.theme-azure .sidebar[data-active-color="blue"] li.active > a {
    background-color: #00bcd4;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.theme-azure ::-webkit-scrollbar-thumb {
    background: #00bcd4;
}

.theme-azure .navbar .navbar-brand {
    color: #00acc1 !important;
    text-transform: uppercase;
}

.theme-azure .select-language {
    background: #00bcd4;
    border: 1px #06abc0 solid;
    margin-right: 1.5rem;
}

    .theme-azure .select-language:focus {
        background-color: #19a1b3;
    }


.theme-azure .btn-rotate:focus i, .theme-azure .btn-rotate:hover i {
    color: #00bcd4;
}

.theme-azure .btn .material-icons {
    color: #00bcd4;
}

.theme-azure .main-panel .content .btn .btn-info {
    background-color: #00bcd4;
    /*box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);*/
}

.theme-azure .main-panel .content .card-content .is-focused input,
.theme-azure .main-panel .content .card-content select:focus,
.theme-azure .main-panel .content .card-content input.formcontrolM:focus,
.theme-azure .main-panel .content .card-content select.formcontrolM:focus,
.theme-azure .main-panel .content .card-content .is-focused select {
    border: 1px solid #00bcd4 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-azure .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
    background-color: #00bcd4;
    color: #fff;
}

.theme-azure .main-panel .content .card-content .btn.btn-info:focus,
.theme-azure .main-panel .content .card-content .btn.btn-info:hover {
    background-color: #b7b7b7 !important;
    /*border: 2px solid #00bcd4 !important;*/
}

.theme-azure .main-panel .content .card-content .linkDivClass:hover {
    background-color: #00bcd490 !important;
    color: white;
}



.theme-azure .logo-normal {
    height: 52px;
    padding-left: 20px;
    /*background-image: url(../Content/assets/img/logo-azure2.png);*/
    background-repeat: no-repeat;
}

.theme-azure .main-panel .content .label-floating .control-label {
    color: #07a2b6;
    z-index: 1;
}

.theme-azure .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
    border-color: #00bcd4 transparent #00bcd4 transparent
}

.theme-azure .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
    background-color: #00bcd4;
}

.theme-azure .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
    background-color: #00bcd4;
}
/*Theme colour black*/
.theme-black .sidebar[data-active-color="blue"] li.active > a {
    background-color: #596472 !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(89, 100, 114, .4);
}

.theme-black ::-webkit-scrollbar-thumb {
    background: #596472 !important;
}

.theme-black .navbar .navbar-brand {
    color: #596472 !important;
    text-transform: uppercase;
}

.theme-black .select-language {
    background: #596472;
    border: 1px #596472 solid;
}

.theme-black .btn-rotate:focus i, .theme-black .btn-rotate:hover i {
    color: #596472;
}

.theme-black .btn .material-icons {
    color: #596472;
}

.theme-black .wrapper .main-panel .content .btn.btn-info {
    background-color: #596472;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(89, 100, 114, .4);*/
}

.theme-black .main-panel .content .card-content .is-focused input,
.theme-black .main-panel .content .card-content select:focus,
.theme-black .main-panel .content .card-content input.formcontrolM:focus,
.theme-black .main-panel .content .card-content select.formcontrolM:focus,
.theme-black .main-panel .content .card-content .is-focused select {
    border: 1px solid #596472 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-black .main-panel .content .card-content .btn.btn-info:focus,
.theme-black .main-panel .content .card-content .btn.btn-info:hover {
    background-color: #b7b7b7 !important;
    /*border: 2px solid #596472 !important;*/
}

.theme-black .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
    background-color: #596472;
    color: #fff;
}

.theme-black .logo-normal {
    height: 52px;
    padding-left: 20px;
    /* background-image: url(../Content/assets/img/logo-black2.png); */
    background-repeat: no-repeat;
}

.theme-black .main-panel .content .card-content .linkDivClass:hover {
    background-color: #59647275 !important;
    color: white;
}

.theme-black .main-panel .content .label-floating .control-label {
    color: #0d4f58;
}

.theme-black .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
    border-color: #596472 transparent #596472 transparent
}

.theme-black .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
    background-color: #596472;
}

.theme-black .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
    background-color: #596472;
}
/*Theme colour Green*/
.theme-green .sidebar[data-active-color="blue"] li.active > a {
    background-color: #60bf52;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(96, 191, 82, .4);
}

.theme-green ::-webkit-scrollbar-thumb {
    background: #60bf52 !important;
}

.theme-green .navbar .navbar-brand {
    color: #60bf52 !important;
    text-transform: uppercase;
}

.theme-green .select-language {
    background: #60bf52;
    border: 1px #60bf52 solid;
}

.theme-green .btn-rotate:focus i, .theme-green .btn-rotate:hover i {
    color: #60bf52;
}

.theme-green .btn .material-icons {
    color: #60bf52;
}

.theme-green .wrapper .main-panel .content .btn.btn-info {
    background-color: #60bf52;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(96, 191, 82, .4);*/
}

.theme-green .main-panel .content .card-content .is-focused input,
.theme-green .main-panel .content .card-content select:focus,
.theme-green .main-panel .content .card-content input.formcontrolM:focus,
.theme-green .main-panel .content .card-content select.formcontrolM:focus,
.theme-green .main-panel .content .card-content .is-focused select {
    border: 1px solid #60bf52 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-green .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
    background-color: #60bf52;
    color: #fff;
}

.theme-green .main-panel .content .card-content .btn.btn-info:focus,
.theme-green .main-panel .content .card-content .btn.btn-info:hover {
    background-color: #b7b7b7 !important;
    /*border: 2px solid #60bf52 !important;*/
}

.theme-green .main-panel .content .card-content .linkDivClass:hover {
    background-color: #60bf5275 !important;
    color: white;
}

.theme-green .main-panel .content .card-header h4 {
    color: #60bf52 !important;
}

.theme-green .main-panel .content .table-heading {
    color: #60bf52 !important;
}

.theme-green .navbar-collapse .head-content {
    color: #60bf52 !important;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 1rem;
}

.theme-orange .navbar-collapse .head-content {
    color: #ffa534 !important;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 1rem;
}

.theme-azure .navbar-collapse .head-content {
    color: #00bcd4 !important;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 1rem;
}

.theme-red .navbar-collapse .head-content {
    color: #FB4048 !important;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 1rem;
}

.theme-black .navbar-collapse .head-content {
    color: #596472 !important;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 1rem;
}

.theme-purple .navbar-collapse .head-content {
    color: #9368e9 !important;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 1rem;
}


.theme-green .logo-normal {
    height: 52px;
    padding-left: 20px;
    /* background-image: url(../Content/assets/img/logo-green2.png); */
    background-repeat: no-repeat;
}

.theme-green .main-panel .content .label-floating .control-label {
    color: #1acb00;
}

.theme-green .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
    border-color: #60bf52 transparent #60bf52 transparent
}

.theme-green .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
    background-color: #60bf52;
}

.theme-green .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
    background-color: #60bf52;
}

/*Theme colour Orange*/
.theme-orange .sidebar[data-active-color="blue"] li.active > a {
    background-color: #ffa534;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 165, 52, .4);
}

.theme-orange ::-webkit-scrollbar-thumb {
    background: #ffa534 !important;
}

.theme-orange .navbar .navbar-brand {
    color: #ffa534 !important;
    text-transform: uppercase;
}

.theme-orange .select-language {
    background: #ffa534;
    border: 1px #ffa534 solid;
}

.theme-orange .btn-rotate:focus i, .theme-orange .btn-rotate:hover i {
    color: #ffa534;
}

.theme-orange .btn .material-icons {
    color: #ffa534;
}

.theme-orange .wrapper .main-panel .content .btn.btn-info {
    background-color: #ffa534;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 165, 52, .4);*/
}

.theme-orange .main-panel .content .card-content .is-focused input,
.theme-orange .main-panel .content .card-content select:focus,
.theme-orange .main-panel .content .card-content input.formcontrolM:focus,
.theme-orange .main-panel .content .card-content select.formcontrolM:focus,
.theme-orange .main-panel .content .card-content .is-focused select {
    border: 1px solid #ffa534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-orange .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
    background-color: #ffa534;
    color: #fff;
}


.theme-orange .main-panel .content .card-content .btn.btn-info:focus,
.theme-orange .main-panel .content .card-content .btn.btn-info:hover {
    background-color: #b7b7b7 !important;
    /*border: 2px solid #ffa534 !important;*/
}

.theme-orange .main-panel .content .card-content .linkDivClass:hover {
    background-color: #ffa53475 !important;
    color: white;
}

.theme-orange .logo-normal {
    height: 52px;
    padding-left: 20px;
    /* background-image: url(../Content/assets/img/logo-orange2.png); */
    background-repeat: no-repeat;
}

.theme-orange .main-panel .content .label-floating .control-label {
    color: #ffa534;
}

.theme-orange .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
    border-color: #ffa534 transparent #ffa534 transparent
}

.theme-orange .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
    background-color: #ffa534;
}

.theme-orange .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
    background-color: #ffa534;
}
/*Theme colour Orange*/
.theme-red .sidebar[data-active-color="blue"] li.active > a {
    background-color: #FB404B;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(251, 64, 75, .4);
}

.theme-red ::-webkit-scrollbar-thumb {
    background: #FB404B !important;
}

.theme-red .navbar .navbar-brand {
    color: #FB404B !important;
    text-transform: uppercase;
}

.theme-red .select-language {
    background: #FB404B;
    border: 1px #FB404B solid;
}

.theme-red .btn-rotate:focus i, .theme-red .btn-rotate:hover i {
    color: #FB404B;
}

.theme-red .btn .material-icons {
    color: #FB404B;
}

.theme-red .wrapper .main-panel .content .btn.btn-info {
    background-color: #FB404B;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(251, 64, 75, .4);*/
}

.theme-red .main-panel .content .card-content .is-focused input,
.theme-red .main-panel .content .card-content select:focus,
.theme-red .main-panel .content .card-content input.formcontrolM:focus,
.theme-red .main-panel .content .card-content select.formcontrolM:focus,
.theme-red .main-panel .content .card-content .is-focused select {
    border: 1px solid #FB404B !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-red .main-panel .content .card-content .btn.btn-info:focus,
.theme-red .main-panel .content .card-content .btn.btn-info:hover {
    background-color: #b7b7b7 !important;
    /*border: 2px solid #FB404B !important;*/
}

.theme-red .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
    background-color: #FB404B;
    color: #fff;
}

.theme-red .logo-normal {
    height: 52px;
    padding-left: 20px;
    /* background-image: url(../Content/assets/img/logo-red2.png); */
    background-repeat: no-repeat;
}

.theme-red .main-panel .content .card-content .linkDivClass:hover {
    background-color: #FB404B75 !important;
    color: white;
}

.theme-red .main-panel .content .label-floating .control-label {
    color: #ee555e;
}

.theme-red .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
    border-color: #FB404B transparent #FB404B transparent
}

.theme-red .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
    background-color: #FB404B;
}

.theme-red .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
    background-color: #FB404B;
}
/*Theme colour Purple*/
.theme-purple .sidebar[data-active-color="blue"] li.active > a {
    background-color: #9368e9;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(147, 104, 233, .4);
}

.theme-purple ::-webkit-scrollbar-thumb {
    background: #9368e9 !important;
}

.theme-purple .navbar .navbar-brand {
    color: #9368e9 !important;
    text-transform: uppercase;
}

.theme-purple .select-language {
    background: #9368e9;
    border: 1px #9368e9 solid;
}

.theme-purple .btn-rotate:focus i, .theme-purple .btn-rotate:hover i {
    color: #9368e9;
}

.theme-purple .btn .material-icons {
    color: #9368e9;
    line-height: 21px !important;
}

.theme-purple .main-panel .content .btn.btn-info {
    background-color: #9368e9;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(147, 104, 233, .4);*/
}

.theme-purple .main-panel .content .card-content .is-focused input,
.theme-purple .main-panel .content .card-content select:focus,
.theme-purple .main-panel .content .card-content input.formcontrolM:focus,
.theme-purple .main-panel .content .card-content select.formcontrolM:focus,
.theme-purple .main-panel .content .card-content .is-focused select {
    border: 1px solid #9368e9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.theme-purple .main-panel .content .card-content .btn.btn-info:focus,
.theme-purple .main-panel .content .card-content .btn.btn-info:hover {
    background-color: #b7b7b7 !important;
    /*border: 2px solid #9368e9 !important;*/
}

.theme-purple .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
    background-color: #9368e9;
    color: #fff;
}

.theme-purple .logo-normal {
    height: 52px;
    padding-left: 20px;
    /*background-image: url(../Content/assets/img/logo-purple2.png); */
    background-repeat: no-repeat;
}

.theme-purple .main-panel .content .card-content .linkDivClass:hover {
    background-color: #9368e975 !important;
    color: white;
}

.theme-purple .main-panel .content .label-floating .control-label {
    color: #a580ee;
    z-index: +1;
}

.theme-purple .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
    border-color: #9368e9 transparent #9368e9 transparent
}

.theme-purple .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
    background-color: #9368e9;
}

.theme-purple .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
    background-color: #9368e9;
}
/*Theme css end*/
/*Language Switch Css Start*/
.switch {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 24px;
    margin: 0 6%;
}

    .switch:last-child {
        margin-right: 0px;
    }

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        top: 3px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch .slider {
    margin-bottom: 0;
}

/*Language Switch Css End*/
.upload-logo {
    border: 1px #00bcd4 solid;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    width: 100%;
}

.companysetup-logo {
    float: left;
    border-right: 2px #00bcd4 solid;
    padding-right: 15px;
    line-height: 52px;
}

.client-name {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 52px;
    margin-left: 25px;
    color: #555555 !important;
    font-weight: 500;
}
/*Radio box*/
.btn-radio label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.btn-radio input[type="checkbox"], .btn-radio input[type="radio"] {
    position: absolute;
    right: 9000px;
}

    .btn-radio input[type="radio"] + .label-text:before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    .btn-radio input[type="radio"]:checked + .label-text:before {
        content: "\f192";
        color: #00bcd4;
        animation: effect 250ms ease-in;
    }

    .btn-radio input[type="radio"]:disabled + .label-text {
        color: #aaa;
    }

        .btn-radio input[type="radio"]:disabled + .label-text:before {
            content: "\f111";
            color: #ccc;
        }

.company-logo {
    height: 130px;
    line-height: 130px;
}

.aqua-gradient {
    background: -webkit-linear-gradient(50deg,#2096ff,#05c6ff) !important;
    background: -o-linear-gradient(50deg,#2096ff,#05ffa3) !important;
    background: linear-gradient(40deg,#2096ff,#05c6ff) !important;
}

.file-field {
    position: relative;
}

    .file-field .btn {
        padding: 10px 15px;
        margin: 10px 1px;
        font-size: 14px;
    }

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.file-field span {
    cursor: pointer;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

.file-field.medium .file-path-wrapper {
    height: 3rem;
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem;
}

.file-field.medium .file-path-wrapper .file-path {
    height: 2.8rem;
}

.file-field input.file-path {
    width: 100%;
    height: 36px;
}

.p-10 {
    padding: 10px;
}

.ui-grid-render-container .ui-grid-row i {
    color: #47505c !important;
}

.ui-grid-render-container .ui-grid-row:hover i {
    color: #fff !important;
}

.display-block {
    line-height: 29px;
}

.faplusiconclass {
    display: none !important;
}

body .content .card .card-content .table tbody tr:last-child td:last-child .fa-plus-circle {
    display: block !important;
    color: #2076dd;
}

body .content .card .card-content .table tbody tr:last-child td:last-child .fa-check-circle {
    display: none !important;
    color: #2076dd;
}

body .content .card .card-content .table tbody tr:not(:last-child) td:last-child .fa-check-circle {
    display: block !important;
    color: #2076dd;
}

body .content .card .card-content .col-md-12.adj-selection:last-child .col-md-1 a .fa-plus-circle {
    display: block !important;
    color: #2076dd;
}

.dropDownDivItemDiv {
    padding: 4px 5px;
}

    .dropDownDivItemDiv:hover {
        cursor: pointer;
        background-color: #bdbdbd;
        color: white;
    }

.reportFilterDivClass {
    position: absolute !important;
    padding: 0px;
    margin-top: 3%;
}

.changeTaxTypeSpanClass {
    cursor: pointer;
    margin: -12px 0px 0px 0px;
    user-select: none;
}

    .changeTaxTypeSpanClass:hover {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(105, 110, 113, 0.6);
    }

/*--Date Picker Classed--*/
input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
    width: 20px;
}

input[type="date"]:before {
    font-family: 'FontAwesome';
    content: '\f073';
    font-size: 22px;
    /* width: 0px; */
    position: absolute;
    top: -1px;
    right: 12px;
    color: #999;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    height: 25px;
    cursor: pointer;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(105, 110, 113, 0.6);*/
}
/*--End Of Date Picker Classed--*/
.dropBackGroundClass {
    background-color: #4da6ff;
}
/*.main-panel .content .card-content .btn.btn-info:focus,
.main-panel .content .card-content .btn.btn-info:hover {
	background-color: #b7b7b7 !important;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(147, 104, 233, .4);
	color: white;
}*/
body .wrapper .sidebar .ng-scope:focus {
    background-color: #b7b7b7 !important;
    color: white;
}

::-webkit-scrollbar {
    width: 9px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #848484 !important;
    }

/* Menu Landing Pages div designs */
.linkDivClass {
    height: 150px;
    background-color: white;
    padding: 0px;
    border: 1px solid lightgrey;
    margin-left: 30px;
    color: black;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .linkDivClass div:first-child {
        padding: 8px 0px 9px 57px;
        height: 65%;
    }

    .linkDivClass div:nth-child(2) {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        color: #404040;
        letter-spacing: 1px;
    }

    .linkDivClass div:first-child img {
        border-radius: 10px;
        width: 54%;
        height: 70px;
        background-color: white;
    }


.theme-purple .ddl, .theme-purple .dropDownDivItemDiv:hover {
    background-color: #6a47b1 !important;
}

.theme-orange .ddl, .theme-orange .dropDownDivItemDiv:hover {
    background-color: #d1964c !important;
}

.theme-green .ddl, .theme-green .dropDownDivItemDiv:hover {
    background-color: #60bf52 !important;
}

.theme-red .ddl, .theme-red .dropDownDivItemDiv:hover {
    background-color: #ee555e !important;
}

.theme-azure .ddl, .theme-azure .dropDownDivItemDiv:hover {
    background-color: #00bcd4 !important;
}

.theme-black .ddl, .theme-black .dropDownDivItemDiv:hover {
    background-color: #596472 !important;
}

.theme-purple .ddl, .theme-purple .dropDownDivItemDiv:hover,
.theme-orange .ddl, .theme-orange .dropDownDivItemDiv:hover,
.theme-green .ddl, .theme-green .dropDownDivItemDiv:hover,
.theme-red .ddl, .theme-red .dropDownDivItemDiv:hover,
.theme-azure .ddl, .theme-azure .dropDownDivItemDiv:hover,
.theme-black .ddl, .theme-black .dropDownDivItemDiv:hover {
    color: white !important;
}

.theme-azure .main-panel .content .card-content .tiles .tile:hover {
    background-color: #00bcd490 !important;
    color: white;
}

.theme-black .main-panel .content .card-content .tiles .tile:hover {
    background-color: #59647275 !important;
    color: white;
}

.theme-green .main-panel .content .card-content .tiles .tile:hover {
    background-color: #60bf5275 !important;
    color: white;
}

.theme-orange .main-panel .content .card-content .tiles .tile:hover {
    background-color: #ffa53475 !important;
    color: white;
}

.theme-red .main-panel .content .card-content .tiles .tile:hover {
    background-color: #FB404B75 !important;
    color: white;
}

.theme-purple .main-panel .content .card-content .tiles .tile:hover {
    background-color: #9368e975 !important;
    color: white;
}

.tiles {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 2rem;
    padding: 10px;
}

.main-panel .content {
    min-height: calc(100vh - 105px) !important;
}

.content .card .card-content {
    overflow: auto;
    height: calc(100vh - 190px);
}

.card-context {
    position: relative;
    padding: 8px 10px;
    text-align: right;
}

.p-0 {
    margin: 10px;
}

.card .tile {
    box-shadow: 0px 0px 4px 0px #9d9d9d;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    display: block;
    min-height: 100%;
}

    .card .tile:hover {
        background-color: rgba(0,208, 255, 0.25);
    }

        .card .tile:hover i {
            background-color: white;
        }

    .card .tile img {
        padding: 5px;
        width: 32%;
    }

.card .auto-lg-col :hover img {
    background-color: white;
    border-radius: 10px;
}

.sidebar-logo img {
    height: 25px;
}

.dashboard {
    overflow: auto;
    height: calc(100vh - 85px)
}

    .dashboard row {
        margin: 0px;
    }

.dashboard-row {
    display: flex;
    flex-wrap: wrap;
}

    .dashboard-row .card {
        height: 100%;
    }

.dashboard-row2 {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 30px; */
}

    .dashboard-row2 .card {
        height: 100%;
    }

.theme-azure .main-panel .content .card-header h4 {
    color: #00bcd4;
}


.theme-black .main-panel .content .card-header h4 {
    color: #596472;
}

.theme-black .main-panel .content .card-header h4 {
    color: #596472;
}

.theme-orange .main-panel .content .card-header h4 {
    color: #ffa534;
}

.theme-red .main-panel .content .card-header h4 {
    color: #FB4048;
}

.theme-purple .main-panel .content .card-header h4 {
    color: #9368e9;
}

.theme-purple .main-panel .content .card-header h4 {
    color: #9368e9;
}

.link-list {
    height: 100%;
}

    .link-list span {
        color: cornflowerblue;
        font-size: 15px;
        padding-top: 5px;
    }

.link.list a {
    color: black !important;
}

.link a {
    color: black !important;
}

.input-content {
    padding: 15px;
}

.ml-auto {
    margin-left: auto;
}

.modal .modal-dialog {
    margin-top: 5px !important;
}

.table-content .table-responsive {
    overflow-y: hidden;
}

.selections {
    display: flex;
    flex-wrap: wrap;
    margin: 0px !important;
    padding: 0px;
}

    .selections span {
        margin-left: auto;
        padding: 0px;
    }

.item-type {
    padding-right: -10px;
}

.x-overflow {
    overflow-x: visible !important;
}

.payment-selection row {
    display: flex;
}

.add-button {
    padding: 0px;
}

.mr-5 {
    margin-right: 6px !important;
}

.d-block {
    display: block;
}

.mr-10 {
    margin-right: 10px !important;
}

.align-center {
    align-items: center !important;
}

.information-label {
    text-align: left !important;
}

.chart-header h4 {
    margin: 5px 0;
    text-align: left;
}

.z-index0 {
    z-index: 0;
}

.control-label {
    z-index: 1;
}

.navbar-nav li a {
    color: black !important;
}

.mr-3 {
    margin-right: 10px;
}

.m-auto {
    margin: auto;
}

.mr-auto {
    margin-right: auto;
}

.dashboard row {
    margin: 0px;
}

.sidebar-logo img {
    height: 25px;
}

.theme-azure .main-panel .content .card-header h4 {
    color: #00bcd4;
}

.logo-normal img {
    height: 40px !important;
}

.table-content {
    overflow-x: auto;
}

    .table-content table {
        width: 100%;
        min-width: 1100px;
    }

    .table-content .sm-table {
        min-width: 640px !important;
    }

    .table-content .sm4-col {
        min-width: 1150px !important;
    }

    .table-content .sm2-col {
        min-width: 945px !important;
    }

    .table-content .sm3-col {
        min-width: 450px !important;
    }

.top-nav {
    padding: 0px;
}

    .top-nav .navbar-collapse {
        padding: 0px;
    }

.company {
    padding: 0px;
    padding-right: 8px;
}

.navbar-brand {
    padding: 0px !important;
    padding-top: 3px !important;
}

.top-nav .company .navbar-brand {
    overflow: hidden;
    height: 47px;
}
/*.btn-rotate i
{
    padding-top:17px;
}*/
/*.navbar-collapse div {
    height: 50px;
}*/
.branch, .year strong {
    font-size: 1.2rem;
}

.navbar-collapse .head-content {
    font-size: 1.2rem !important;
    margin: 0px !important;
}

.navbar-right .dropdown .dropdown-toggle {
    /*padding:10px 15px!important;*/
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sections {
    line-height: 35px !important;
}



.right-bar {
    min-height: 35px;
    display: flex;
    align-items: center;
    /*min-width: 530px;*/
}

.rotate-button a {
    padding: 0px !important;
    padding-top: 4px !important;
}

.navbar .tab-nav {
    line-height: 0px !important;
    margin-left: 10px;
    /*display:flex!important;*/
}

/*.item-head tr th:nth-child(1) {
	width: 20px;
}

.item-head tr th:nth-child(2) {
	width: 185px
}

.item-head tr th:nth-child(3) {
	width: 150px;
}

.item-head tr th:nth-child(4) {
	width: 135px;
}

.item-head tr th:nth-child(5) {
	width: 110px;
}

.item-head tr th:nth-child(6) {
	width: 120px;
}

.item-head tr th:nth-child(7) {
	width: 100px;
}

.item-head tr th:nth-child(8) {
	width: 110px !important;
}

.item-head tr th:nth-child(9) {
	width: 100px
}

.item-head tr th:nth-child(10) {
	width: 165px;
}

.item-head tr th:nth-child(11) {
	width: 25px;
}


*/

/*.item-headsales tr th:nth-child(1) {
	width: 20px;
}

.item-headsales tr th:nth-child(2) {
	width: 200px
}

.item-headsales tr th:nth-child(3) {
	width: 175px;
}

.item-headsales tr th:nth-child(4) {
	width: 230px;
}

.item-headsales tr th:nth-child(5) {
	width: 130px;
}

.item-headsales tr th:nth-child(6) {
	width: 120px;
}

.item-headsales tr th:nth-child(7) {
	width: 165px;
}

.item-headsales tr th:nth-child(8) {
	width: 215px !important;
}

.item-headsales tr th:nth-child(9) {
	width: 180px
}

.item-headsales tr th:nth-child(10) {
	width: 185px;
}

.item-headsales tr th:nth-child(11) {
	width: 200px;
}

.item-headsales tr th:nth-child(12) {
	width: 170px;
}

.item-headsales tr th:nth-child(13) {
	width: 175px;
}

.item-headsales tr th:nth-child(14) {
	width: 25px;
}*/
/*.input-content td :nth-child(3) input {
    width: 180px;
}
.input-content td:nth-child(4) input {
    width: 165px;
}
.input-content td:nth-child(5) input {
    width: 100px;
}
.input-content td:nth-child(6) input {
    width: 115px;
}
.input-content td:nth-child(7) input {
    width: 115px;
}
.input-content td:nth-child(8) input {
    width: 110px
}
.input-content td:nth-child(9) input {
    width: 225px;
}
.input-content td:nth-child(10) input {
    width: 180px;
}*/

.theme-purple .ddl, .theme-purple .dropDownDivItemDiv:hover {
    background-color: #6a47b1 !important;
}

.theme-orange .ddl, .theme-orange .dropDownDivItemDiv:hover {
    background-color: #d1964c !important;
}

.theme-green .ddl, .theme-green .dropDownDivItemDiv:hover {
    background-color: #60bf52 !important;
}

.theme-red .ddl, .theme-red .dropDownDivItemDiv:hover {
    background-color: #ee555e !important;
}

.theme-azure .ddl, .theme-azure .dropDownDivItemDiv:hover {
    background-color: #00bcd4 !important;
}

.theme-black .ddl, .theme-black .dropDownDivItemDiv:hover {
    background-color: #596472 !important;
}

.theme-purple .ddl, .theme-purple .dropDownDivItemDiv:hover,
.theme-orange .ddl, .theme-orange .dropDownDivItemDiv:hover,
.theme-green .ddl, .theme-green .dropDownDivItemDiv:hover,
.theme-red .ddl, .theme-red .dropDownDivItemDiv:hover,
.theme-azure .ddl, .theme-azure .dropDownDivItemDiv:hover,
.theme-black .ddl, .theme-black .dropDownDivItemDiv:hover {
    color: white !important;
}

.Navbar {
    background: linear-gradient(to right, rgba(241,243,245,1) 0%,rgba(255,255,255,1) 99%);
    z-index: 1029;
    min-height: 0px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,;
}

    .Navbar .branch {
        /*margin-right:30px;*/
    }

    .navbar .container-fluid {
        display: flex;
    }

    .Navbar .navbar-collapse {
        width: 655px;
        display: flex !important;
        margin-left: auto;
    }

.navbar-header a {
    /*margin-right:30px!important;
    width:300px;
    overflow:hidden;*/
    height: 35px !important;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.navbar-minimize button {
    margin: auto 10px auto 0px;
}

.Navbar-header {
    display: flex;
    width: auto;
    margin: 0px;
}

.small-button {
    /*padding:0px!important;
    margin:0px!important;*/
    margin: auto 0 auto auto;
    padding: 9px 10px !important;
    height: 32px !important;
    margin-right: 10px;
}

.dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
}

.Navbar .navbar-brand {
    margin-left: 15px;
}

.btn-rotate a.dropdown-toggle {
    /*padding: 15px 0px 0 0;*/
}

.rotate-button i {
    color: black;
}

.rotate-button {
    margin-left: auto;
}

.dropdown a i {
    color: black;
}

.tab-nav {
    width: 100%;
    padding: 0px;
}

.info-dropdown .dropdown-toggle {
}

.right-bar {
    width: 100%;
}

.menu-dropdown {
    line-height: 50px;
}

.upi-type {
    margin-left: 19px;
}

.checkstyle {
    display: flex;
}

.card-content .payment-selection {
    display: flex !important;
}

.pre-items {
    margin-left: auto;
    margin-right: 15px;
}

.fixIcon .amount-input {
    padding: 7px 5px 7px 0px !important;
}

.popup-selection .table-responsive {
    display: flex;
}



.popup .modal-dialog {
    margin: auto;
    /*display:flex;*/
    margin-top: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.d-flex {
    display: flex !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.theme-orange .card-content .lable-floating .control-lable {
    color: orange !important;
}

.form-control {
    text-indent: 5px !important;
}

.card-stats {
    margin-top: 0px !important;
}

.input-content {
    padding: 15px;
}

.stock-card {
    margin-top: 15px;
}

.address-col .form-group {
    margin: 0 0 15px 0;
}
/* .address-table
{
    background:none!important;
} */
/*#itemsList {
	width: 100%;
}*/
/*2nd Navbar*/
.navbar .navbar-minimize {
    padding: 6px 0 0 0 !important;
}

.navbar .container-fluid {
    display: block;
}

.navbar .navbar-collapse {
    width: 100% !important;
}

.right-bar {
    margin: 0px !important;
}

.navbar .tab-nav {
    margin: 0px !important;
    padding: 0px !important;
    padding: 0px 15px 0px 40px !important;
}

.navbar .navbar-brand {
    font-size: 18px !important;
}
/*nav bar ending*/
.mt-3 {
    margin-top: 20px;
}

.mt-2 {
    margin-top: 15px;
}

.creation-button {
    margin-top: 65px;
}

.margin-top5 {
    margin-top: 5px;
}

.dropdown .dropdown-menu {
    width: 100%;
}

.modal .modal-content {
    margin-top: 20px;
}

@media screen and (min-width: 1220px) {
    .auto-lg-col {
        flex: 1 0 20%;
        max-width: 20%;
        min-width: 200px;
        width: 200px;
    }
}

@media screen and (min-width: 1600px) {
    .link-list {
        width: 25%;
        font-size: 18px;
    }

        .link-list span {
            font-size: 17px !important;
        }
}

@media screen and (min-width:500px) and (max-width:767px) {
    .col-12 {
        width: 50%;
    }

    .sm-col {
        width: 50%;
    }

    .col-6 {
        width: 50%;
    }
}

@media screen and (min-width:560px) and (max-width:767px) {
    .radio-buttons {
        width: 50%;
    }
}

@media screen and (min-width:500px) {
    .txt-center {
        text-align: center;
    }
}

@media screen and (min-width:300px) and (max-width:991px) {
    .navbar-fixed .navbar-absolute {
        left: 0px;
    }

    .margin {
        margin-top: 15px;
    }

    .Navbar .navbar-brand {
    }
}

@media screen and (min-width:992px) and (max-width:1235px) {
    .top-nav .navbar-collapse {
        font-size: 1rem;
    }

    .navbar-collapse .head-content {
        font-size: 1rem !important;
    }
    /*.report-card
{
    background-color:white;
    border-radius:6px;
    box-shadow:0 1px 4px 0 #808080;
    margin:15px 0;
    width:100%;

}*/
    /*.link
    {
        padding-top:10px;
    }*/
    .information li span {
        font-size: 1.2rem !important;
    }

    .branch .select-language {
        font-size: 1rem;
    }

    .right-bar {
        min-width: 530px;
    }
}
/*@media screen and  (max-width:1120px) 
{
    .navbar .navbar-collapse.collapse, .navbar .navbar-collapse.collapse.in
    {
        display:none !important;
    }

}*/
@media screen and (max-width:991px) {
    .navbar .navbar-collapse {
        margin-left: 0px;
        padding-left: 0px !important;
    }

        .navbar .navbar-collapse.collapse {
            display: block !important;
        }

    .navbar .container-fluid {
        display: block;
    }

    .right-bar {
        width: 100%;
    }
    /*.rotate-button, .info-dropdown
    {display:none!important;

    }*/
    .tab-nav {
        overflow-y: visible !important;
        width: 100% !important;
    }

    .rotate-button {
        margin-left: auto;
    }

    .dropdown-toggle {
        padding-right: 0px !important;
    }
}



@media screen and (min-width:767px) {
    .Navbar-header .navbar-minimize .navbar-brand {
        margin-left: 8px !important;
    }

    .small-button {
        margin-right: 10px !important;
    }

    .popup .modal-dialog {
        width: 75%;
    }
}

@media screen and (max-width:600px) {
    .rotate-button {
        display: none;
        margin-left: 0px;
    }

    .right-bar .btn-rotate {
        display: none;
    }

    .branch strong {
        display: none;
    }

    .year strong {
        display: none;
    }

    .colon {
        display: none;
    }

    .info-dropdown {
        margin-left: auto;
    }
}

@media screen and (max-width:390px) {
    .info-dropdown .dropdown-toggle span {
        display: none;
    }

    .dropdown-toggle {
        padding-left: 0px !important;
    }

    .sm-0 {
        margin: 0px;
    }

    .sp-0 {
        padding: 0px;
    }
}

@media screen and (max-width:767px) {
    .navbar-nav .menu-dropdown {
        position: absolute !important;
        left: -83px !Important;
        background-color: white !important;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
        min-width: 160px !important;
        line-height: 50px !important;
    }

    .table-responsive {
        border: 1px solid #ddd !important;
    }

    .creation-button {
        display: flex;
        justify-content: center;
        margin: 0;
    }

        .creation-button button {
            margin-right: 10px;
        }

    .address-col .form-group.is-empty {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:425px) {
    footer {
        display: none;
    }

    .small-col {
        width: 100% !important;
    }

    .selections h4 span {
        font-size: 14px;
    }

    .selections span a {
        padding: 0px 14px !important;
    }

        .selections span a span {
            font-size: 14px;
            line-height: 28px;
        }

        .selections span a i {
            font-size: 22px;
        }

        .selections span a i {
            display: none;
        }
}

@media screen and (min-width:767px) and (max-width:992px) {
    .go-button {
        width: 90% !important;
    }
}

@media screen and (min-width:500px) and (max-width:991px) {
    .cust-height {
        height: 71px;
    }
}

@media screen and (min-width:615px) and (max-width:767px) {
    .address-col {
        width: 50%;
    }
}
