* {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    box-sizing: border-box;
}

/* :root{ */
	/* --primary-color:#a50034; */
	/* --secondary-color:#dc235d; */
	
	/* --black-color:#212529; */
/* } */

::selection {
    color: #fff;
    background: var(--primary-color);
}

::-moz-selection {
    color: #fff;
    background: var(--primary-color);
}

body, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

body {
    background: #f9f9f9;
    font-size: 15px;
    font-family: "open-sans";
    color: #424951;
    width: 100%;
    height: 100%;
    float: left;
}

.clearfix::after, .clearfix::before {
    display: block;
    content: "";
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "montserrat";
    font-weight: normal;
    color: #304552;
}

p {
    text-align: justify;
    font-family: "open-sans";
    font-size: 17px;
    color: #666;
}

a {
    text-decoration: none;
    color: #333;
	outline:none;
}

.clear {
    clear: both;
}


ul li {
    float: left;
    list-style: none;
}

.btn {
    width: auto;
    padding: 5px 10px;
    background: none;
    border:#424951 solid thin;
    font-size: 13px;
    cursor: pointer;
    font-family: "montserrat";
    border-radius: 3px;
    height: auto;
    display: inline-block;
    box-shadow: none;
    color: #fff;
    outline: medium none;
    text-shadow: none;
    text-transform: uppercase;
	line-height:20px;
	background:none;
	color:#424951;
}

.inline-form .btn {
    padding: 8px 15px;
}

.btn:hover {
    color: #fff;
    background: #424951;
    border-color: #424951;
}

.btn-primary {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

    .btn-primary:hover {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
    }

	
		
	
.btn-primary-outline {
    border:var(--primary-color) solid thin;
	color:var(--primary-color);
	background: none;
}

    .btn-primary-outline:hover {
        background: var(--primary-color);
        color: #fff;
		border-color:var(--primary-color);
    }

table td .btn-primary-outline {
    margin-left: 5px;
    font-size: 12px;
    padding: 2px 7px;
}

.btn-secondry {
    background: #747b82;
    color: #fff;
    font-family: "montserrat-light";
    text-transform: uppercase;
}

    .btn-secondry:hover {
        background: #424951;
    }
	
	.btn-secondry-outline{
	color: #424951;
	border: #424951 solid thin;
}

.btn-secondry:hover {
        background: #424951;
	color: #fff;
    }

.btn-text {
    color: #424951;
    font-size: 13px;
    font-family: "montserrat";
}

    .btn-text:hover {
        color: var(--primary-color);
    }

.btn-center {
    display: inline-block;
    float: none;
}

.btn-small {
    font-size: 13px;
    padding: 5px 10px;
}

.overflow-hidden {
    overflow-x: hidden;
    position: relative;
}

.content {
    margin-top: 20px;
}

    .content::before, .content::after {
        display: block;
        content: "";
        clear: both;
    }

.wrapper {
    width: 100%;
    float: left;
    position: relative;
}

img {
    width: 100%;
    height: auto;
}

.building-bg {
    width: 100%;
    top: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/building-bg.png) no-repeat center 70px;
    background-size: auto;
    position: fixed;
    z-index: 0;
}

#header, #main-content, #footer {
    width: 100%;
    float: left;
    z-index: 1;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    float: left;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    z-index: 100;
}

#main-content {
    position: relative;
    z-index: 10;
    min-height: 500px;
    padding-top: 70px;
}

    #main-content .main-padding {
        padding: 0 15px;
    }

.quicklinks {
    width: 50px;
    height: 50px;
    background: #353a41;
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    float: left;
}

.bars-main {
    position: relative;
    width: 45%;
    display: inline-block;
}

.bars {
    width: 100%;
    height: 3px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.1s ease;
}

.bar-two {
    width: 80%;
    top: 7px;
}

.bar-three {
    width: 60%;
    top: 14px;
}

.quicklinks:hover .bar-two {
    left: 4px;
}

.quicklinks:hover .bars {
    background:var(--secondary-color);
}

.quicklinks:hover .bar-three {
    left: 8px;
}

.logo-name {
    display: block;
    margin-left: 10px;
    margin-top: 8px;
}

    .logo-name .logo, .logo-name h3 {
        display: inline-block;
        vertical-align: middle;
    }

    .logo-name h1 {
        font-size: 16px;
        margin-left: 5px;
    }

    .logo-name .logo {
        width: 30px;
    }

.top-notify-srch ul {
    float: left;
}


.top-notify-srch li {
    padding:14px 10px;
    position: relative;
}

    .top-notify-srch li.search-top-box {
        padding: 0;
        position:relative;
        text-transform:capitalize;
    }

    .top-notify-srch li a {
        color: #434a52;
        font-size: 22px;
    }

.notify-me {
    position: absolute;
    top: 10px;
    right: 7px;
    background: var(--primary-color);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.card-data .notify-me {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    text-align: center;
    font-family: "montserrat-light";
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    right: -20px;
}

.notify-me::before {
    position: absolute;
    top: 10px;
    right: 7px;
    background: #178ecb;
    border-radius: 50%;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    -webkit-animation: notify-anim 1s infinite;
    animation: notify-anim 1s infinite;
}

.main-top {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.user-detail {
    float: left;
    min-width: 300px;
    position: relative;
}

    .user-detail::before {
        background: var(--primary-color);
        width: 150%;
        height: 500px;
        content: "";
        bottom: -50px;
        right: -50px;
        position: absolute;
        z-index: -1;
        border-radius: 100px;
        transform: rotate(10deg);
    }

.pro-pic, .employee-dtl {
    display: inline-block;
    vertical-align: middle;
}

.pro-pic {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.user-detail .pro-pic {
    border: #fff solid 3px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.pic-large {
    width: 80px;
    height: 80px;
}

.pic-med{
    width: 50px;
    height: 50px;
}

.pic-small {
    width: 30px;
    height: 30px;
}

.top-user {
    float: left;
    padding: 9px 25px 9px 10px;
    cursor: pointer;
    position: relative;
}

    .top-user:hover {
        background: #ccc;
    }



    .top-user::after {
        position: absolute;
        font-family: "Ionicons";
        display: block;
        content: '\f3d0';
        right: 8px;
        top: 15px;
        color: #666;
        font-size: 15px;
    }

    .top-user:hover::after {
        color: #424951;
    }

.usr-nav {
    width: 150px;
    background: #fff;
    border: #ccc solid thin;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
    position: absolute;
    border-radius: 3px;
    display: none;
    transition: none;
    right: 0;
    min-width: 200px;
}

    .usr-nav li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .usr-nav li a {
            display: block;
            width: 100%;
            text-align: left;
            color: #424951;
            font-family: "open-sans";
            font-size: 14px;
            padding: 10px;
            border-bottom: #ccc solid thin;
        }

            .usr-nav li a:hover {
                background: #424951;
                color: #fff;
            }

.employee-dtl {
    margin-left: 15px;
}

    .employee-dtl h3 {
        color: #fff;
        font-size: 18px;
    }

    .employee-dtl h5 {
        font-size: 13px;
        font-family: "open-sans";
        font-style: italic;
    }

.user-daily-update {
    float: right;
    width: 70%;
    color: #747b82;
    margin-top: 15px;
}

.punch {
    width: 35%;
    padding: 0 15px;
    float: left;
}

.punch .col-2 {
    padding:2px 0 0;
}

.user-daily-update h4 {
    color: #747b82;
}

.user-daily-update h5 {
    color: #747b82;
    font-family: "montserrat-light";
    font-size: 15px;
}

.user-daily-update .leaves, .user-daily-update .holiday {
    width: 30%;
    float: left;
}

    .user-daily-update .leaves h5 strong {
        color: var(--primary-color);
    }

.user-daily-update .leaves {
    border-left: #a9aeb4 solid thin;
    border-right: #a9aeb4 solid thin;
    padding: 0 15px;
}

.user-daily-update .holiday {
    padding-left: 15px;
}

.user-daily-update .leaves .round-count {
    width: 50px;
    float: left;
    margin-right: 15px;
}

.row {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.faculty-chart {
    text-align: center;
}

    .faculty-chart .pos-abs {
        width: 100%;
        top: 0;
        left: 0;
    }

.icon-main {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 15px;
    background: #fff;
    font-size: 30px;
    line-height: 70px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    z-index: 2;
    color: #747b82;
}

.icon-large {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
}

.icon-med {
    width: 85px;
    height: 85px;
    font-size: 46px;
    line-height: 85px;
}

.icon-sm {
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 55px;
}


.icon-main:hover, .icon-lists a:hover .icon-main, a.active .icon-main  {
    color: #fff;
    background: var(--primary-color);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    transform: scale(1.1);
}

.faculty-chart .well {
    background: rgba(255,255,255,0.3);
}

.well:hover {
    background: rgba(255,255,255,1);
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.15);
}
.chart-detail .round-count{
	background:#fff;
}

.chart-detail {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
    padding-top: 50px !important;
}

    .chart-detail h3 {
        margin-bottom: 10px;
    }

    .chart-detail h5 {
        font-family: "montserrat-light";
        color: #747b82;
        font-size: 13px;
        max-width: 70%;
        float: left;
        margin-top: 15px;
    }

    .chart-detail .round-count {
        width: 50px;
        height: 50px;
        float: right;
		border-radius:50%;
		overflow:auto;
    }

.faculty-chart .col-4:hover {
    transform: translateY(-5px);
}

    .faculty-chart .col-4:hover .icon-main {
        color: #fff;
        background: var(--primary-color);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
        transform: scale(1.1);
    }

    .faculty-chart .col-4:hover h3 {
        color: var(--primary-color);
    }

.inr-heading {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .inr-heading h4 {
        float: left;
    }

.more {
    float: right;
    font-size: 18px;
}

.scroll-table {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0;
}

.max-height-250 {
    max-height: 250px;
    overflow: auto;
    position: relative;
}

.max-height-300 {
    max-height: 300px;
    overflow: auto;
    position: relative;
}

.max-height-400 {
    max-height: 400px;
    overflow: auto;
    position: relative;
}

.mb20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.height-410 {
    height: 410px;
}

/* table design */
.table-design {
    width: 100%;
    float: left;
}

    .table-design th, .table-design td {
        padding: 13px 5px;
        border-bottom: #a9aeb4 solid thin;
    }

    .table-design th {
        font-family: "montserrat";
        color: var(--primary-color);
        font-weight: normal;
        font-size: 13px;
        text-align: left;
    }

    .table-design td {
        font-family: "montserrat-light";
        color: #424951;
        font-weight: normal;
        font-size: 13px;
        text-align: left;
    }

.head-highlight th {
    background: #eef0f1;
}

.dark-bg {
    color: var(--primary-color) !important;
    font-family: "montserrat" !important;
    background: #eef0f1;
}

.table-design tr:last-child td {
    border: none;
}

.table-design td strong.text-green {
    color: var(--primary-color);
}

.btn-hide{
	opacity:0;
}

.table-hover-btn tr:hover .btn-hide{
	opacity:1
}

.owl-carousel {
    width: 100%;
    float: left;
}

.student-mentor {
    margin: 15px 0;
}

.thumb {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.thumb-med {
    width: 70px;
    height: 70px;
}

#mentoring-slider .item {
    text-align: center;
}

.thumb-rounded {
    border-radius: 50%;
}

.stdnt-detail h5 {
    font-family: "open-sans";
    font-style: italic;
    font-size: 15px;
}

.divider {
    display: inline-block;
    padding: 0 10px;
    margin: 5px 0;
    border-right: #ccc solid thin;
}

    .divider:first-child {
        padding-left: 0;
    }

    .divider:last-child {
        padding-right: 0;
        border-right: 0;
    }

.card.well {
    padding: 0;
}

    .card.well a.card-head-icon {
        padding: 20px 15px;
        display: block;
    }

.card-date, .card-data, .card-icon {
    display: inline-block;
    vertical-align: middle;
}

.card-date {
    width: 60px;
    text-align: center;
    border-radius: 3px;
    background: #eef0f1;
    font-size: 12px;
    overflow: hidden;
    margin-right: 10px;
}

.card-data {
    width: 76%;
    position: relative;
}

.card-date .date {
    padding: 10px 0;
    font-family: "montserrat";
}

.card-date .year {
    color: #fff;
    background: #178ecb;
    font-family: "montserrat-light";
    padding: 3px 0;
}

.card:hover h4 {
    color: var(--primary-color);
}

.card:hover {
    transform: translateY(-5px);
}

.bg-dark {
    background: #eef0f1;
    padding: 20px 0;
}

.card-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #747b82;
}

    .card-icon::before {
        line-height: 50px;
        font-size: 40px;
    }

.card:hover .card-icon {
    color: #424951;
}

#all-modules {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background: rgba(66,73,81,0.97);
    z-index: 101;
    text-align: center;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,0.5);
    transition: none !important;
    display: block;
	overflow:auto;
}

    #all-modules h3 {
        color: #fff;
        margin: 20px 0;
    }

.modules-lists {
    width: 100%;
	float: left;
	position: relative;
	text-align: center;
	padding: 20px;
}

    .modules-lists h4, .approval-lists h4 {
        margin-top: 10px;
        color: #8c939b;
		font-size:12px;
		line-height:14px;
    }

    .modules-lists .icon-main, .approval-lists .icon-main{
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

    .modules-lists li a:hover .icon-main, .modules-lists li.active a .icon-main,
	.approval-lists li a:hover .icon-main, .approval-lists li.active a .icon-main{
    background: var(--secondary-color);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    font-size: 35px;
}

    .modules-lists li a:hover h4, .modules-lists li.active a h4,
	.approval-lists li a:hover h4, .approval-lists li.active a h4	{
        color: #fff;
    }

    .modules-lists li, .approval-lists li {
        text-align: center;
		display: inline-block;
		float: none;
		padding: 10px 15px;
		width: 100px;
		vertical-align: top;
		box-sizing:border-box;
    }

        .modules-lists li a, .approval-lists li a {
            display: block;
            position: relative;
        }

            .modules-lists li a .notify-me , .approval-lists li a .notify-me {
                color: #fff;
                width: 25px;
                height: 25px;
                text-align: center;
                line-height: 25px;
                font-size: 11px;
                font-family: "montserrat";
                top: -10px;
                right: -10px;
                z-index: 500;
            }

.close-modules {
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #353a40;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 2;
}

.sidebars {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    display: none;
    transition: none;
}

.side-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 0;
}

.sidebar-inr {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #424951;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
    transition: none !important;
}

.sidebars h3 {
    width: 100%;
    float: left;
    color: #fff;
    padding: 15px 10px;
    font-family: "montserrat-light";
    font-size: 25px;
}

.sidebar-left {
    left: -300px;
    transition: none;
}

.wrapper-transform {
    /*	transform:scale(0.8); by biplov*/
    overflow: hidden;
}

.side-quicklinks li {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: #747b82 solid thin;
  
    overflow: hidden;
    transition: none !important;
}

    .side-quicklinks li a {
        display: block;
        padding: 10px 0;
        padding-left: 40px;
        color: #ccc;
        font-family: "montserrat-light";
        font-size: 12px;
        line-height: 20px;
        position: relative;
    }

    .side-quicklinks li::before {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 100%;
        background: #30343a;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease;
        ; /* For Safari 3.1 to 6.0 */
        transition: all 0.4s ease;
        opacity: 0;
    }

    .side-quicklinks li:hover::before {
        width: 100%;
        opacity: 1;
    }

.side-quicklinks .icon {
    position: absolute;
}

.side-quicklinks .link-icon {
    width: 20px;
    left: 10px;
    text-align: center;
    font-size: 20px;
}

.side-quicklinks .remove-link {
    color: #fff;
    font-size: 21px;
    font-family: "Ionicons" !important;
}

.side-quicklinks li a:hover {
    color: #fff;
}

    .side-quicklinks li a:hover .link-icon {
        color: var(--primary-color);
    }

    .side-quicklinks li a:hover .remove-link {
        right: 10px;
    }

.side-quicklinks li a .remove-link:hover {
    color: var(--primary-color);
    transform: scale(1.1);
}

.inner-header {
    width: 100%;
    float: left;
    margin: 15px 0;
}

    .inner-header h2 {
        float: left;
        width: auto;
        max-width: 35%;
        font-size: 17px;
        margin: 10px 0;
    }

.inner-heading {
    float: left;
    width: 35%;
}

.header-highlight {
    width: 65%;
    float: right;
    padding: 10px 20px;
    position: relative;
}

    .header-highlight::before {
        width: 1980px;
        height: 100%;
        background: rgba(229,229,229,0.5);
        position: absolute;
        top: 0;
        left: -20px;
        content: '';
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        z-index: -1;
    }

.inr-note {
    width: 100%;
    float: left;
    margin: 3px 0;
}

td.highlight {
    font-family: "montserrat";
    color: #424951;
}

.inner-page {
    padding-bottom: 30px;
}

.icon-lists {
    text-align: center;
    margin: 15px 0;
}

    .icon-lists li {
        display: inline-block;
        float: none;
        padding: 0 10px;
        width: 8.7%;
		vertical-align:top;
    }

    .icon-lists .icon-main {
        margin-bottom: 10px;
    }

    .icon-lists h4 {
        font-size: 12px;
        font-family: "montserrat-light";
    }

    .icon-lists li a {
        display: block;
    }

        .icon-lists li a:hover h4, .icon-lists li a.active h4 {
            color: var(--primary-color);
        }
		


.list-col-4 li {
    width: 25%;
    padding: 10px;
    text-align: center;
    position: relative;
}

.salary-slip .list-col-4 {
    cursor: pointer;
}

.salary-slip .col-inr {
    position: relative;
    overflow: hidden;
}

.round-border-box {
    border: #a9aeb4 solid thin;
    border-radius: 30px;
    padding: 5px 15px;
    color: #a9aeb4;
}

.salary-slip li:hover .round-border-box {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.salary-slip .mnth {
    display: inline-block;
    font-family: "montserrat-light";
    text-transform: uppercase;
}

.salary-slip .icon {
    position: absolute;
    font-size: 20px;
    top: 2px;
    right: -20px;
}

.salary-slip li:hover .mnth {
    transform: translateX(-20px);
}

.salary-slip li:hover .icon {
    right: 10px;
}

/* form elements */

input, select, textarea {
    padding: 5px;
    width: 100%;
    border: #a9aeb4 solid thin;
    background: #fff;
    border-radius: 3px;
    height: 35px;
    outline: 0;
    font-family: "montserrat-light";
    font-size: 13px;
}

    input:focus, select:focus, textarea:focus {
        border-color: var(--primary-color);
    }

    input[disabled="disabled"],input[disabled=""], select[disabled="disabled"], textarea[disabled="disabled"] {
        background: #f5f5f5 !important;
        color: #666 !important;
        cursor: not-allowed;
        border: none !important;
    }

        input[disabled="disabled"].disabled, input[disabled], input[disabled=""] {
            padding: 0;
            font-family: "montserrat";
            font-size: 14px;

            width: 60px;
            text-align: center;
        }
		
		input[disabled="disabled"].disabled.btn, input[disabled].btn{
			font-size:13px ;
			padding:5px 10px ;
			width:auto ;
		}		
		
		
		
		input[type="file"]{
			padding:0;
		}

textarea {
    height: 80px;
    resize: none;
}


input[type="text"], select, textarea {
    border: #ccc solid thin !important;
    border-radius: 3px !important;
    outline: none !important;
}

input[type="text"], select {
    height: 31px !important;
    line-height: 31px !important;
    margin: 0;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
        border-color: var(--primary-color) !important;
        box-shadow: none;
    }

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
    float: left;
}

.textarea-big {
    height: 175px;
}

.form {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .form-group:last-child {
        margin-bottom: 0;
    }

    .form-group .label, .form-group .inpt {
        width: 100%;
        float: left;
        margin-bottom: 5px;
        font-family: "montserrat-light";
        position: relative;
    }

        .form-group .inpt span {
            position: absolute;
            top: -15px;
            right: 5px;
            font-size: 20px;
            color: #ed4948;
            min-height: auto;
        }

            .form-group .inpt span.relative-span {
                position: relative;
                top: auto;
                right: auto;
                font-size: 13px;
                line-height: normal;
                font-family: "montserrat-light";
                color: #666;
                margin-top: 3px;
            }

    .form-group .label {
        font-size: 13px;
    }

    .form-group .inpt {
        margin-bottom: 0;
    }

.form-group-inline {
    width: 100%;
    float: left;
}

.form-col-2 .form-group-inline {
    width: 49%;
    margin-right: 1.7%;
}

.form-col-3 .form-group-inline {
    width: 32%;
    margin-right: 1.7%;
}

.form-col-4 .form-group-inline {
    width: 23.6%;
    margin-right: 1.7%;
}

.form-col-5 .form-group-inline {
    width: 18.5%;
    margin-right: 1.7%;
}

.form-col-6 .form-group-inline {
    width: 15.25%;
    margin-right: 1.7%;
}

.form-group-inline:last-child {
    margin-right: 0 !important;
}


.form-group .inline-label-input .label, .form-group .inline-label-input .inpt {
    width: auto;
}

.form-group .inline-label-input .label {
    width: 30%;
    line-height: 30px;
}

.form-group .inline-label-input .inpt {
    width: 70%;
}

.inline-form .form-group-inline {
    width: auto;
    float: left;
	margin-right:10px;
}
.inline-form .form-group-inline:last-child{
	margin-right:0;
}

.inline-form .label, .inline-form .inpt {
    width: auto;
}

    .inline-form .inpt select, .inline-form .inpt input[type="text"] {
        max-width: 300px;
        min-width: 150px;
    }

.inline-form .label {
    line-height: 35px;
    margin-right: 10px;
}

.inline-form .inpt {
    margin-right: 20px;
}

.inline-form .btn {
    margin: 0;
}

/*cols*/

.col {
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.col-med-center {
    width: 80%;
    margin: auto;
    float: none;
    display: block;
}

.col-small-center {
    width: 60%;
    margin: auto;
    float: none;
    display: block;
}

.col-inr {
    width: 100%;
    float: left;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-9, .col-12 {
    padding: 0 10px;
    float: left;
    position: relative;
}

.col-1 {
    width: 100%;
    padding: 0 10px;
}

.col-2 {
    width: 50%;
    padding: 10px;
    float: left;
}

.col-3 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.col-4 {
    width: 25%;
    float: left;
}

.col-5 {
    width: 30%;
    padding: 0 10px;
    float: left;
}

.col-6 {
    width: 50%;
    float: left;
}

.col-7 {
    width: 70%;
    padding: 0 10px;
    float: left;
}

.col-9 {
    width: 66.67%;
}

.col-12 {
    width: 100%;
}

.col-2 .col {
    width: 49%;
}

.col-4 .col {
    width: 25%;
    padding: 10px;
}

.col-inr {
    width: 100%;
    float: left;
}

.col-2 .col:first-child {
    margin-right: 2%;
}

.help-points {
    padding-left: 30px;
}

    .help-points h1 {
        color: #424951;
        font-family: "montserrat-light";
        font-size: 35px;
        font-weight: normal;
        margin-bottom: 0;
    }

        .help-points h1 span {
            font-family: "montserrat";
        }

            .help-points h1 span.light-orange {
                color: #f4b350;
            }

            .help-points h1 span.light-green {
                color: #55cda6;
            }


.points {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .points .row {
        margin: 30px 0;
        position: relative;
    }

    .points .icon, .points h3 {
        display: inline-block;
        float: none;
        font-weight: normal;
        vertical-align: middle;
    }

    .points .icon {
        height: 70px;
        margin-right: 20px;
        width: 70px;
    }

    .points h3 {
        color: #424951;
        font-family: "montserrat-light";
        font-size: 25px;
    }

        .points h3 strong {
            font-family: "montserrat";
            font-weight: normal;
        }

.select-icon .select2 {
    display: none;
}

.table-design .req-icon {
    vertical-align: middle;
    width: auto;
}

.pending {
    color: #e43434 !important;
}

.satisfy .lnr {
    font-size: 20px;
    font-weight: bold;
}

.satisfy.no a {
    color: var(--primary-color) !important;
}

.satisfy.yes a {
    color: #67a51d !important;
}

.rplys {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 30px;
}


.cmnts {
    background: #f4b350 none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    font-family: "montserrat";
    font-size: 10px;
    height: 20px;
    left: -5px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -15px;
    width: 20px;
}

.rplys a {
    display: block;
    height: 24px;
    width: 30px;
}

    .rplys a.rply-icn {
        background: rgba(0, 0, 0, 0) url("../images/icon-reply.png") no-repeat scroll center center;
    }

    .rplys a.transfer-icn {
        background: rgba(0, 0, 0, 0) url("../images/icon-transfer.png") no-repeat scroll center center;
    }

    .rplys a.assign-icn {
        background: rgba(0, 0, 0, 0) url("../images/icon-assign.png") no-repeat scroll center center;
    }

.rta .rplys {
    margin: 5px 10px;
    position: relative;
}

.comp-response {
    width: auto;
    display: block;
    margin-top: 10px;
}

    .comp-response a {
        padding: 3px 5px;
        margin: 0 5px;
        border: #ccc solid thin;
        border-radius: 5px;
    }

        .comp-response a.not-done {
            color: #ed4948;
            border-color: #ed4948;
        }

        .comp-response a.work-done {
            color: #3dcb37;
            border-color: #3dcb37;
        }

.more-floating-box {
    background: #fff none repeat scroll 0 0;
    border: thin solid #f0f0f0;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    right: 0;
    transition: none 0s ease 0s;
    width: 250px;
    z-index: 1060;
}

.not-done-box {
    border-color: #ed4948;
}

.work-done-box {
    border-color: #3dcb37;
}

/* module list side */

.modules-lists-side {
    width: 20%;
    left: 0;
    position: absolute;
    top: 0;
    padding: 20px 0;
    height: 100%;
    overflow-X: hidden;
    text-align: left;
    border-right: rgba(0,0,0,0.1) solid thin;
}

    .modules-lists-side li {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
        text-align: left;
    }

        .modules-lists-side li a {
            padding: 5px 10px;
            display: block;
            position: relative;
        }

            .modules-lists-side li a:hover .icon-main {
                color: var(--primary-color);
            }

            .modules-lists-side li a:hover h4 {
                color: #fff;
            }

        .modules-lists-side .icon-main, .modules-lists-side li h4 {
            width: auto;
            display: inline-block;
            max-width: 60%;
            vertical-align: middle;
            float: none;
            margin: 0;
            color: #ccc;
        }

    .modules-lists-side .icon-main {
        box-shadow: none;
        background: none;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 30px;
    }

        .modules-lists-side .icon-main:hover {
            transform: none;
        }

    .modules-lists-side li a::after {
        position: absolute;
        left: 0;
        width: 80%;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        left: -100%;
        transition: all 0.4s ease;
        z-index: -1;
    }

    .modules-lists-side li.active a::after {
        left: 0;
    }

    .modules-lists-side li.active .icon-main {
        color: var(--primary-color);
    }

    .modules-lists-side li.active h4 {
        color: #424951 !important;
    }

    .modules-lists-side .notify-me {
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        top: 0;
        bottom: 0;
        margin: auto;
    }


.search-big-box {
    position: relative;
}

.search-box-inr {
    width: 50%;
    float: left;
    position: relative;
}

.search-big-box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 55px !important;
    line-height: 55px !important;
    vertical-align: middle;
    width: auto;
}

    .search-big-box input[type="text"] {
        width: 100% !important;
        border: none !important;
        border-bottom: #aaa solid thin !important;
        border-radius: 0 !important;
        position: relative !important;
    }

        .search-big-box input[type="text"]:focus {
            border-bottom-color:var(--secondary-color) !important;
        }

    .search-big-box input[type="submit"] {
        font-family: "Ionicons";
        font-size: 25px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .search-big-box input[type="submit"]:hover {
            color: var(--primary-color);
        }

.tab-content h3 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #666 solid thin;
}

.inner-list-links {
    width: 100%;
    float: left;
}

    .inner-list-links li {
        width: 32.7%;
        padding-right: 20px;
        margin-bottom: 10px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

        .inner-list-links li a {
            display: block;
            padding-left: 30px;
            color: #ccc;
            font-family: "montserrat-light";
            position: relative;
        }

            .inner-list-links li a::before {
                font-family: "Ionicons";
                position: absolute;
                left: 0;
                font-size: 18px;
                content: '\f2f8';
                display: block;
                color: #fff;
            }

            .inner-list-links li a:hover {
                color: #fff;
            }

                .inner-list-links li a:hover::before {
                    color: var(--primary-color);
                }
/* module list side end */

/* tabs design css */

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

/* tabs design css  end*/


/* keyframe animation */

@keyframes notify-anim {
    0% {
        transform: scale(1);
    }


    75% {
        transform: scale(2.3);
        opacity: 0;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* radio and checkbox css*/

.check-block, .radio-block {
    margin-right: 10px;
    height: auto;
    overflow: hidden;
    float: left;
}

    .check-block label, .radio-block label {
        width: 20px;
        height: 20px;
        border: #ccc solid thin;
        display: block;
        content: " ";
        position: relative;
        float: left;
        cursor: pointer;
        margin-top: 5px;
    }

    .check-block label {
        border-radius: 3px;
    }

    .radio-block label {
        border-radius: 50%;
    }

    .check-block input, .radio-block input {
        margin-left: -30px;
        float: left;
    }

        .check-block input:checked + label {
            background: var(--primary-color) url(../images/check-img.png) no-repeat center;
            border-color: var(--primary-color);
            transition: none !important;
        }

        .radio-block input:checked + label {
            border-color: #244a70;
        }

            .radio-block input:checked + label::after {
                width: 9px;
                height: 9px;
                position: absolute;
                left: 2px;
                top: 2px;
                border-radius: 50%;
                background: #336699;
                content: " ";
            }

td.text-center .check-block {
    display: inline-block;
    float: none;
}

/* tooltip start */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: none;
    font-family: Verdana, Geneva, sans-serif;
}

.tooltip-arrow {
    transition: none;
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

/* tooltip end */

/* keep this is at last */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.well {
    padding: 15px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    display: block;
}

.pos-abs {
    position: absolute;
}

.pos-rel {
    position: relative;
}


.vertical-scroll, .vertical-scroll div, .horizontal-scroll, .horizontal-scroll div {
    transition: none !important;
}

.lists {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

    .lists li {
        width: 100%;
        float: left;
        margin: 5px 0;
        position: relative;
        padding-left: 20px;
		font-family:"montserrat-light";
		font-size:13px;
    }

        .lists li::before {
            position: absolute;
            content: '\f30f';
            left: 0;
            font-size: 15px;
            color: var(--primary-color);
            display: block;
            font-family: "Ionicons";
        }

.link-list li a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

/* from old bootstrap start */

.row {
    *zoom: 1;
}

    .row:before,
    .row:after {
        display: table;
        content: "";
    }

    .row:after {
        clear: both;
    }

[class*="span"] {
    float: left;
    margin-left: 20px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.127659574%;
        *margin-left: 2.0744680846382977%;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .span12 {
        width: 99.99999998999999%;
        *width: 99.94680850063828%;
    }

    .row-fluid .span11 {
        width: 91.489361693%;
        *width: 91.4361702036383%;
    }

    .row-fluid .span10 {
        width: 82.97872339599999%;
        *width: 82.92553190663828%;
    }

    .row-fluid .span9 {
        width: 74.468085099%;
        *width: 74.4148936096383%;
    }

    .row-fluid .span8 {
        width: 65.95744680199999%;
        *width: 65.90425531263828%;
    }

    .row-fluid .span7 {
        width: 57.446808505%;
        *width: 57.3936170156383%;
    }

    .row-fluid .span6 {
        width: 48.93617020799999%;
        *width: 48.88297871863829%;
    }

    .row-fluid .span5 {
        width: 40.425531911%;
        *width: 40.3723404216383%;
    }

    .row-fluid .span4 {
        width: 31.914893614%;
        *width: 31.8617021246383%;
    }

    .row-fluid .span3 {
        width: 23.404255317%;
        *width: 23.3510638276383%;
    }

    .row-fluid .span2 {
        width: 14.89361702%;
        *width: 14.8404255306383%;
    }

    .row-fluid .span1 {
        width: 6.382978723%;
        *width: 6.329787233638298%;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before,
    .container:after {
        display: table;
        content: "";
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }

/* from old bootstrap end */

.tab-content {
    width: 100%;
    float: left;
}

.hide {
    display: none;
}

.floating-box {
    width: 150px;
    background: #fff;
    border: #ccc solid thin;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    border-radius: 3px;
    z-index: 1060;
    display: none;
    transition: none;
    right: 0;
    padding: 10px;
    min-width: 300px;
}

.floating-box-med {
    width: 400px;
}

.floating-box-lg {
    width: 550px;
}

.floating-header, .floating-body {
    width: 100%;
    float: left;
}

.floating-header {
    border-bottom: #ccc solid thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.box-blinking {
    font-size: 10px;
    color: #424951;
    padding: 2px;
    border-radius: 3px;
    background: none;
    animation: box-blink-animation infinite 1s;
    top: -2px;
    position: relative;
    font-family: "montserrat";
    font-weight: bold;
}

@keyframes box-blink-animation {
    0% {
        background: none;
        color: #424951;
    }

    50% {
        background: #424951;
        color: #fff;
    }

    100% {
        background: none;
        color: #424951;
    }
}

.filterize {
    width: 100%;
    float: left;
    margin: 10px 0;
}

    .filterize li {
        margin-right: 15px;
    }

        .filterize li:last-child {
            margin-right: 0;
        }

.report-full-width {
    width: 100% !important;
}

.brdr-top {
    border-top: #ccc solid thin !important;
    padding-top: 20px;
}

td.brdr-top {
    padding-top: 10px !important;
}

.table-row-highlight {
    background: #e9e9e9;
}

/* module list side */

.all-module-search {
  position: relative;
	width: 100%;
	float: left;
}

.modules-lists-side {
    width: 20%;
    left: 0;
    position: absolute;
    top: 0;
    padding: 20px 0;
    height: 100%;
    overflow-X: hidden;
    text-align: left;
    border-right: rgba(0,0,0,0.1) solid thin;
}

    .modules-lists-side li {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
        text-align: left;
    }

        .modules-lists-side li a {
            padding: 5px 10px;
            display: block;
            position: relative;
        }

            .modules-lists-side li a:hover .icon-main {
                color: var(--primary-color);
            }

            .modules-lists-side li a:hover h4 {
                color: #fff;
            }

        .modules-lists-side .icon-main, .modules-lists-side li h4 {
            width: auto;
            display: inline-block;
            max-width: 60%;
            vertical-align: middle;
            float: none;
            margin: 0;
            color: #ccc;
        }

    .modules-lists-side .icon-main {
        box-shadow: none;
        background: none;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 30px;
    }

        .modules-lists-side .icon-main:hover {
            transform: none;
        }

    .modules-lists-side li a::after {
        position: absolute;
        left: 0;
        width: 80%;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        left: -100%;
        transition: all 0.4s ease;
        z-index: -1;
    }

    .modules-lists-side li.active a::after {
        left: 0;
    }

    .modules-lists-side li.active .icon-main {
        color: var(--primary-color);
    }

    .modules-lists-side li.active h4 {
        color: #424951 !important;
    }

    .modules-lists-side .notify-me {
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.search-big-box, #all-modules .tab-content {
    width: 85%;
	float: none;
	text-align: left;
	margin: auto;
}

.search-big-box {
    position: relative;
}

.search-box-inr {
    width: 50%;
	float: none;
	position: relative;
	margin: auto;
}

.search-big-box input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    height: 55px;
    line-height: 55px;
    color: #fff;
}

    .search-big-box input[type="text"] {
        width: 100%;
        border-bottom: #aaa solid thin;
        border-radius: 0;
        position: relative;
    }

        .search-big-box input[type="text"]:focus {
            border-bottom-color: var(--primary-color);
        }

    .search-big-box input[type="submit"] {
        font-family: "Ionicons";
        font-size: 25px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .search-big-box input[type="submit"]:hover {
            color: var(--primary-color);
        }

.tab-content h3 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #666 solid thin;
}

.inner-list-links {
    width: 100%;
    float: left;
}

.inner-list-links li {
    width: 32.7%;
    padding-right: 20px;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.inner-list-links li a {
    display: inline-block;
    padding-left: 30px;
    color: #ccc;
    font-family: "montserrat-light";
    position: relative;
}

.inner-list-links li a::before {
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    font-size: 18px;
    content: '\f2f8';
    display: block;
    color: #fff;
}

.inner-list-links li a:hover {
    color: #fff;
}

.inner-list-links li a:hover::before {
    color: var(--secondary-color);
}
 /* module list side end */

.inner-list-links li.inner-list-heading {
    width: 100%;
    font-family: "montserrat";
    text-transform: uppercase;
    padding-top: 15px;
    margin-top: 15px;
    border-top: rgba(255,255,255,0.2) solid thin;
}

.inner-list-links li.inner-list-heading:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.inner-list-links li.inner-list-heading .submenuheader {
    color: #fff;
}

.PopUp .box-icon {
    position:absolute;
    top:-25px;
    right:-30px;
}

    .PopUp .box-header .box-icon a {
        width:28px;
        height:28px;
        border-radius:50%;
        background:var(--primary-color);
        color:#fff;
        line-height:25px;
        font-size:15px;
        border:#fff solid thin;
        box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
        text-align:center;
		margin:0 !important;
		padding:0;

    }
        .PopUp .box-icon a i {
            display:inline-block;
            height:auto;
            width:auto;
            float:none;
            margin:0;
            padding:0;
        }

.PopUp .box-header{
    position:relative;
}

.tble-inr-dtl-text  {
    font-size:13px;
}

    .tble-inr-dtl-text b {
        font-weight:normal;
        color:var(--primary-color);
    }

    .tble-inr-dtl-text span {
        
        color:#424951;
    }

.PopUp .inr-heading {
    margin-top:20px;
    background:#f5f5f5;
    padding:10px 5px;
    border-left:var(--primary-color) solid 3px;
}

.no-data {
    width:100%;
    float:left;
    padding:5px;
    background:#f5f5f5;
    text-align:center;
    font-family:"montserrat-light";
    text-transform:uppercase;
    color:#424951;
    font-size:13px;
    border:#aaa solid thin;
    border-radius:3px;
}

.side-paddings{
    padding-left:15px;
    padding-right:15px;
}

/* progress loading */

.screen-progress-back{
	position:fixed;
	display:table;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);	
	vertical-align:middle;
	text-align:center;
    z-index:100000;
}

.screen-progress-back-light{

	background:rgba(0,0,0,0.5);	
}

.center-element{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.loading-mu, .loading-animation{
	display:inline-block;
	width:60px;
}


.loading-animation{
	font-family:"montserrat";
	font-size:20px;
	color:#fff;	

}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.round-1{
	width:130px;
	height:130px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	border-top:var(--primary-color) solid 2px;
	border-radius:50%;	
	animation:round-1 infinite 1s ease-in-out  ;
}

@keyframes round-1{
	0%{
		transform:rotate(360deg);			
	}
}


.round-2{
	width:170px;
	height:170px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	border-bottom:var(--primary-color) solid 2px;
	border-radius:50%;	
	animation:round-2 infinite 1s ease-in-out;
}



@keyframes round-2{
	0%{
		transform:rotate(-360deg);			
	}
}

.round-3{
	width:210px;
	height:210px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	border-left:var(--primary-color) solid 2px;
	border-radius:50%;	
	animation:round-1 infinite 1s ease-in-out;
}

.round-4{
	width:250px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	border-right:var(--primary-color) solid 2px;
	border-radius:50%;	
	animation:round-2 infinite 1s ease-in-out;
}


/* progress loading end */

/* progress inner loading */
	.inner-loading{
		width:100%;
		float:left;
		text-align:center;
	}
	
	.inner-loading img{
		width:auto;
	}
	
	.inner-loading span{
		display:block;
		text-align:center;
		margin:5px 0;
	}
	
/* progress inner loading end */

.form-inpt-text .inpt span{
	color:#424951;
	font-size:16px;
	font-family:"montserrat";
	text-align:left;
	position:relative !important;
	text-shadow:none !important;
	right:0 !important;
	font-weight:normal !important;
}

.img-center div, .img-center div a{
	width:100%;
	float:left;
	text-align:center;
}
	
	.img-center div, .img-center div a span{
		float:none !important;
		display:inline-block !important;
	}
	
	/* popup-design */
	
	.popup-design{
		margin:auto;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	
	.popup-large{
		width:75%;
	}
	
	.popup-medium{
		width:60%;
	}
	
	.popup-small{
		width:500px;
	}
	
	/* popup design end */
	
	.report-view{
		width:100%;
		float:left;	
	}
	
	.back-btn{
		 background: #353a40 none repeat scroll 0 0;
		color: #fff;
		left: 0;
		padding-right: 10px;
		position: fixed;
		top: 0;
		display:none;
		cursor:pointer;
	}
	.back-btn i{	
		display: inline-block;
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.back-btn span{		
		font-family: "montserrat-light";
		text-transform: uppercase;
	}
	
	/* modal-popup */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    background: rgba(66,73,81,0.4);
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .modal-header .heading {
        margin-bottom: 0;
        color: #4C5667;
    }

    .modal-header .close {
        margin-top: 5px;
    }



.btn-blue-outline {
    color: #fff;
    border: #fff solid thin;
    border-radius: 30px;
}

.btn-white i {
    width: auto;
    height: auto;
    margin-right: 7px;
    font-size: 18px;
}

.btn-blue-outline:hover {
    background: #4786D4;
}


.modal-dialog {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-align: left;
    margin-top: 80px;
    box-shadow: 0 0 5px 0 rgba(66,73,81,0.2);
}

.modal-med {
    width: 60%;
}

.modal-med-small {
    width: 800px;
}

.modal-small {
    width: 600px;
}


.modal .heading h2 {
    font-family: "montserrat-light";
    font-size: 17px;
    margin: 0;
    float: left;
    max-width: 80%;
}

.modal .heading .total-amount {
    float: right;
    font-family: "montserrat";
    color: var(--primary-color);
    font-size: 16px;
}

.modal .heading {
    margin-bottom: 15px;
    border-bottom: #ccc solid thin;
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

.close.ion-close {
    background: var(--primary-color);
    width: 25px;
    height: 25px;
    line-height: 23px;
    padding: 0;
    color: #fff;
    border-radius: 50%;
    border: #fff solid thin;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    position: absolute;
    top: -10px;
    right: -10px;
    font-family:"Ionicons";
	text-align:center !important;
}
.close.ion-close::before{
	text-align:center;
}
/*modal css end*/



.form-group .inpt .select2, .form-group .inpt .select2 span{
	position:relative;
	top:auto;
	right:auto;
	font-size:13px !important;
}

.form-group .inpt span.select2{
	
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:1px !Important;
	right:1px !Important;
	position:absolute !Important;
}

/* for radio box design */

.radio-btn-box{
	position:relative !important;
	color:#666 !important;
	font-size:13px !important;
	font-weight:normal !important;
	font-family:"montserrat-light" !important;
	border-radius:3px;
	background:none;
	border:#aaa solid thin;
	width:auto;
	float:left;
	padding:0;
	margin:0;
	right:auto !important;

}

.radio-btn-box input {
	display: none;
}

.radio-btn-box label {
    float: left;
    padding: 5px 20px;
    
	margin:0 !important;
}

.radio-btn-box label {
    margin-bottom: 5px;
    display: block;
    float: left;
	border:transparent solid 2px;
	cursor:pointer;
}

.radio-btn-box input.same-clr:checked + label {
    color: #fff !important;
    background: var(--primary-color);
	border-radius:3px;
	border:#fff solid 2px;
	box-sizing:border-box;
}


.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

fieldset{
	padding:7px 10px;
	border:#ccc solid thin;
}

fieldset legend{
	font-family:"montserrat";
	padding:5px 10px;
	color:var(--primary-color);
}

input:focus {
  border: #d91919 1px solid;
}

/* added for design 6-9-2022 */

.d-flex{
	display:flex;
	flex-wrap:wrap;
}

.justify-content-center{
	justify-content:center;
}

.justify-content-between{
	justify-content:space-between;
}

.justify-content-start{
	justify-content:flex-start;
}

.justify-content-end{
	justify-content:flex-end;
}

.align-item-center{
	align-items:center;
}

.align-item-start{
	align-items:flex-start;
}

.align-item-end{
	align-items:flex-end;
}

.text-dark, td.text-dark span{
	font-family:"montserrat";
}

.box-header.box-header-btn .btn-primary {
    background:var(--primary-color);
    color:#fff;
    border:var(--primary-color) solid thin;
}

    .box-header.box-header-btn .btn-primary:hover {
        background:var(--secondary-color);
        border-color:var(--secondary-color);
    }
	
	.mt-0{
		margin-top:0 !important;
	}
	
	.mt-1{
		margin-top:10px;
	}
	
	.mt-2{
		margin-top:20px;
	}
	
	.mt-3{
		margin-top:30px;
	}
	
	.mt-4{
		margin-top:40px;
	}
	
	.mt-5{
		margin-top:50px;
	}
	
	.mb-0{
		margin-bottom:0 !important;
	}
	.mb-1{
		margin-bottom:10px;
	}
	
	.mb-2{
		margin-bottom:20px;
	}
	
	.mb-3{
		margin-bottom:30px;
	}
	
	.mb-4{
		margin-bottom:40px;
	}
	
	.mb-5{
		margin-bottom:50px;
	}
	
	.row-full{
		width:auto;
		float:none;
	}
	
	.dxgvControl_Office2010Silver a{

            text-decoration:none !important;
        }

        .dxgvControl_Office2010Silver.table-design > tbody > tr > td{
            padding:0;
        }

        .table-design .dxgvHeader_Office2010Silver{
            padding:0;
        }
		
		.overflow-x-hidden{
			overflow-X:hidden;
		}
	
  .select2-container--open{
            width:auto !important;
        }

           .select2-container--below{
            width:100% !important;
        }	
		
		/* choosen  css for design start*/
		.chosen-container-multi .chosen-choices {
			max-height: 100px !important;
			overflow-y: auto !important;
		}


		.chosen-container .chosen-results li {
            float: none !important;
        }

        .chosen-container input {
            height: auto !important;
            min-height: 28px !important;
            line-height: normal !important;
        }

        .chosen-container-active .chosen-choices {
            border: 1px solid #aaa !important;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: var(--primary-color) !important;
            color: #fff !important;
        }
		
		.inpt-span{
            width:100%;
            float:left;
            margin-left:0 !important;
        }

        .chosen-container{
            width:100% !important;
        }

		/* choosen  css for design end*/
		
		/* validation design start*/
		
		
.inpt span.validation, td span.validation {
    width: auto;
    padding: 5px 10px;
    border-radius: 5px;
    background: #d24858;
    color: #fff !important;
    position: relative;
    z-index: 10;
    display: block;
    margin-left: 10px;
    font-size: 12px;
    top: 6px !important;
}

    .inpt span.validation::before, td span.validation::before {
        position: absolute;
        /*width: 11px;
        height: 7px;*/
        content: '';
        background: url(../images/arw-red.png) no-repeat top center;
        background-size: 100%;
        top: -5px;
        display: block;
        left: 10px;
    }
		
		span.validation, td span.validation {
    width: auto;
    padding: 5px 10px;
    border-radius: 5px;
    background: #d24858;
    color: #fff !important;
    position: relative !important;
    z-index: 10;
    display: inline;
    margin-left: 10px;
    font-size: 12px !important;
    top: 6px !important;
    right:0 !important;
}

    span.validation::before, td span.validation::before {
        position: absolute;
        /*width: 11px;
        height: 7px;*/
        content: '';
        background: url(../images/arw-red.png) no-repeat top center;
        background-size: 100%;
        top: -5px;
        display: block;
        left: 10px;
    }
	
	.inpt span.validation{
		top:6px !important;
		margin-top:0 !important;
	}
	
		/* validation design end*/

.dxgvControl_Office2010Silver a.btn-primary-outline{
	color:var(--primary-color);
}

.dxgvControl_Office2010Silver a.btn-primary-outline:hover{
	color:#fff;
}

.dxgvControl_Office2010Silver a.btn-secondry{
	color:#fff;
}

.dxgvControl_Office2010Silver a.btn-secondry:hover{
	color:#fff;
}


.dxmLite_Office2010Silver .dxm-popup .dxm-item{
	float:none;
	width:auto;
}

.dxmLite_Office2010Silver.dxm-ltr > div {
            width: auto !important;
        }
		
		.btn-xsm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.dxic input {
    height: 15px !important;
    line-height: 15px !important;
}

.modal-body{
			width:100%;
			float:left;
			max-height:70vh;
			overflow-X:hidden;
			overflow-y:auto;
		}


.dxgvControl_Office2010Silver a.btn-primary{
	color:#fff !important;
}

.dxgvControl_Office2010Silver a.btn-primary-outline{
	color:var(--primary-color);
}

.dxgvControl_Office2010Silver a.btn-primary-outline:hover{
	color:#fff;
}

.dxgvControl_Office2010Silver a.btn-secondry{
	color:#fff;
}

.dxgvControl_Office2010Silver a.btn-secondry:hover{
	color:#fff;
}


.dxmLite_Office2010Silver .dxm-popup .dxm-item{
	float:none;
	width:auto;
}

.dxmLite_Office2010Silver.dxm-ltr > div {
            width: auto !important;
        }
		
		.btn-xsm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}