body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: "Raleway", sans-serif;
	font-size:16px !important;
}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

 a {
    text-decoration: none !important;
 /* color:blue; */
 } 
a:focus, a:hover {color:inherit;}
a.foot_link {
    color: #fdcc52 !important;
}
.home_page .carousel .carousel-item a{
	color:#fdcc52;
}
.home_page footer a  {
    /* color: #fdcc52; */
    transition: all .35s;
	cursor:pointer;
}

.home_page footer a:focus,
.home_page footer a:hover {
    /* color: #ffffff; */
    text-decoration: none;
}

hr {
    max-width: 80%;
    border-width: 1px;
    border-color: rgba(34, 34, 34, .1)
}

hr.light {
    border-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 0px
}

p {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 20px
}

section {
    padding: 20px 0
}

section h2 {
    font-size: 30px
}

#mainNav {
    border-color: rgba(34, 34, 34, .05);
    background-color: #fff;
    transition: all .35s;
    font-weight: 200;
    letter-spacing: 1px
}

#mainNav .navbar-brand {
    color: #fdcc52;
    font-weight: 200;
    letter-spacing: 1px
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fcbd20
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222
}

#mainNav .navbar-nav>li>a {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase
}

#mainNav .navbar-nav>li>a.active {
    color:#313090!important;
    background-color: transparent
}

#mainNav .navbar-nav>li>a.active:hover {
    background-color: transparent
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #222
}

#mainNav .navbar-nav>li>a:focus:hover,
#mainNav .navbar-nav>li>a:hover {
    color: #fdcc52
}

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: #fff;
    }
	#mainNav .navbar {
    	padding: 10px 20px 0px 20px;
		/* padding:0.1rem ; */
	}
	.site_logo {
		max-height:70px;
	}
	.navbar-shrink .site_logo{
		max-height:50px;
	}
    #mainNav .navbar-brand {
      /*   color: fade(white, 70%) */
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
    }
	#mainNav .navbar-nav>li {
		/* position:relative; */
		margin: 0px 2px;
	}
	#mainNav .navbar-nav>li .dropdown-item {
		display: block;
		width: 100%;
		padding: .15rem 0.5rem;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		font-size: 11px;
	}
    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: #313090;
    }
    #mainNav .navbar-nav>li>a:focus:hover,
    #mainNav .navbar-nav>li>a:hover {
        color:#a90765;
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, .1);
        background-color: #fff
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #222
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #fdcc52
    }
    #mainNav.navbar-shrink .navbar-nav>li>a,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus {
        color: #222
    }
    #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li>a:hover {
        color: #ba025f;
    }
}
.site_logo{
	max-height:70px;
}
header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: url(images/bg1-03032020-v1.png), #7b4397;
    background: url(images/bg1-03032020-v1.png), linear-gradient(to left, #2b3393, #ba025f);
    background-size: cover;
    background-attachment: fixed;
}
.loginpage_bg{
	background: url(images/bg1-03032020-v1.png), #7b4397;
    background: url(images/bg1-03032020-v1.png), linear-gradient(to left, #2b3393, #ba025f);
    background-size: cover;
    background-attachment: fixed;
}
.with-background {
 background-color:#e6f8fb;
}
header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 50px;
    text-align: center
}

header.masthead .header-content h1 {
    font-size: 30px
}
@media (max-width:992px){
	.site_logo {
		max-height:60px;
	}
	.home_page .fm-right .fm-icon {
	    top: 200px;
	}
	header.masthead  {
		padding-bottom:0px;
	}
	header.masterhead .h-60{
		margin-bottom: 230px;
	}
	.device-container{
		min-height:380px;
	}
	.new_services{
		position:relative !important;
	}
	.device-mockup > .device > .screen {
		overflow-y:auto;
		min-height: 400px;
	}
}
.home_page .carousel-item .col-lg-4.col-md-4.col-sm-4.mx-auto.d-flex {
    display: block !important;
}
header.masthead .device-container {
    /*max-width: 325px;*/
    margin-right: auto;
    margin-left: auto
}

header.masthead .device-container .screen img {
    border-radius: 3px
}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 600px;
        padding-top: 100px;
        padding-bottom:10px;
    }
    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left
    }
    header.masthead .header-content h1 {
        font-size: 50px
    }
    header.masthead .device-container {
        /*max-width: 325px*/
    }
	.home_action_btns a, .home_action_btns button{
		width:49%;
		font-size: 11px;
   	 padding: 5px 20px;
	}
}
.home_action_btns a:first-child, .home_action_btns button:first-child,
.home_action_btns a:nth-child(2), .home_action_btns button:nth-child(2){
	background-color: #424242 !important;
	color:#fff;
	border:solid 1px #fff;
}
.home_action_btns a:first-child:hover, .home_action_btns button:first-child:hover,
.home_action_btns a:first-child:focus, .home_action_btns button:first-child:focus,
.home_action_btns a:nth-child(2):hover, .home_action_btns button:nth-child(2):hover,
.home_action_btns a:nth-child(2):focus, .home_action_btns button:nth-child(2):focus{
	background-color:#424242 !important;
	color:#fff;
	border:solid 1px #fff;
}

section.download {
    position: relative;
    padding: 150px 0
}

section.download h2 {
    font-size: 50px;
    margin-top: 0
}
section.contact .download_flex .btn {
	background-color:#fff;
}
section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0
}

section.download .badges .badge-link img {
    height: 60px
}

@media (min-width:768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    section.download h2 {
        font-size: 70px
    }
}

section.features .section-heading {
    margin-bottom: 100px
}

section.features .section-heading h2 {
    margin-top: 0
}

section.features .section-heading p {
    margin-bottom: 0
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto
}

section.features .device-container {
    margin-bottom: 100px
}

@media (min-width:992px) {
    section.features .device-container {
        margin-bottom: 0
    }
}

section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

section.features .feature-item h3 {
    font-size: 30px
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

section.cta {
    position: relative;
    padding: 250px 0;
    background-image: url(../img/bg-cta.jpg);
    background-position: center;
    background-size: cover
}

section.cta .cta-content {
    position: relative;
    z-index: 1
}

section.cta .cta-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff
}

@media (min-width:768px) {
    section.cta .cta-content h2 {
        font-size: 80px
    }
}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

section.contact {
    text-align: center
}

section.contact h2 {
    margin-top: 0;
}

section.contact h2 i {
    color: #dd4b39
}

section.contact ul.list-social {
    margin-bottom: 0
}

section.contact ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 100%
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925
}
section.contact{
	background:linear-gradient(#fdcc52, #fdc539);
}
footer {
    padding: 10px 0;
    text-align: center;
   /*  color: rgba(255, 255, 255, .60); */
    background-color: #222
}

footer p {
    /* font-size: 12px; */
    margin: 0
}

footer ul {
    margin-bottom: 0
}
footer ul.list-inline {
    padding-left: 0;
    list-style: none;
    border: solid 1px #ffffff30;
    padding: 5px 15px 5px 15px;
    margin: 5px auto;
    border-radius: 20px;
    max-width: max-content;
}
footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
	cursor:pointer;
}

footer ul li a.active,
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    text-decoration: none;
	color:#fcbd20 !important;
}

.bg-primary {
    background: #fdcc52;
    background: linear-gradient(#fdcc52, #fdc539)
}

.text-primary {
    color: #fdcc52
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.btn-outline {
    color: #fff;
    border: 1px solid;
    border-color: #bfbfbf;
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #fff;
    border-color: #ffffff;
    background-color: #fdcc52;
}

.btn {
   /*  border-radius: 300px; */
    font-weight:500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px
}
.btn-success {
    color: #fff;
    background-color: #0dcf38;
    border: 3px solid #0dcf38;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-success:hover {
    color: #fff;
    background-color: #5bb318;
    border: 3px solid #5bb318;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5bb318;
    border: 3px soild #5bb318;
}

.floating-menu {
    visibility: hidden
}

.floating-menu.fm-ready {
    visibility: visible
}

.floating-menu a {
    cursor: pointer;
    text-decoration: none
}

.floating-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.fm-bar {
    position: fixed;
    z-index: 1035;
}

.fm-bar.fm-side-space {
    margin: 2px
}

.fm-round.fm-side-space {
    margin: 3px
}

.fm-rounded.fm-side-space {
    margin: 3px
}

.fm-bar li {
    list-style: none;
    color: #ffffff;
}

.fm-bar li:hover {
    z-index: 1001 !important
}

.fm-bar.fm-right li {
    height: 42px
}

.fm-bar.fm-button-space li:not(:last-child) {
    margin-bottom: 2px
}

.fm-round li {
    border-radius: 21px
}

.fm-round.fm-button-space li:not(:last-child) {
    margin-bottom: 3px
}

.fm-rounded li,
.fm-rounded li img {
    border-radius: 5px
}

.fm-rounded.fm-button-space li:not(:last-child) {
    margin-bottom: 3px
}

.fm-rounded-out li,
.fm-rounded-out img {
    border-radius: 0 5px 5px 0
}

.fm-space {
    margin-top: 4px
}

.fm-button-space .fm-space {
    margin-top: 6px
}

.fm-round.fm-button-space .fm-space {
    margin-top: 7px
}

.fm-rounded.fm-button-space .fm-space {
    margin-top: 7px
}

.fm-mask {
    position: relative;
    overflow: hidden;
    z-index: 12
}

.fm-mask.fm-off {
    overflow: visible
}

.fm-right .fm-mask {
    position: absolute;
    right: 0;
    height: 42px
}

.fm-round .fm-mask {
    border-radius: 21px
}

.fm-rounded .fm-mask,
.fm-rounded .fm-mask img {
    border-radius: 5px
}

.fm-bar a {
    width: 42px;
    display: block;
    position: relative
}

.fm-bar.fm-right a {
    position: absolute;
    right: 0
}

.fm-round a {
    border-radius: 21px
}

.fm-rounded a {
    border-radius: 5px
}

.fm-rounded-out a {
    border-radius: 0 5px 5px 0
}

.fm-right.fm-rounded-out a {
    border-radius: 5px 0 0 5px
}

.fm-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    position: relative;
    z-index: 11;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    font-size: 24px
}

.fm-right .fm-icon {
    position: absolute;
    right: 0;
    background-color: #424242;
    color:#c2ff00;
}
.home_page  .fm-right .fm-icon{
	padding-top: 10px;
}   
.fm-round .fm-icon {
    border-radius: 21px
}

.fm-rounded .fm-icon {
    border-radius: 5px
}

.fm-rounded-out .fm-icon {
    border-radius: 0 5px 5px 0
}

.fm-right.fm-rounded-out .fm-icon {
    border-radius: 5px 0 0 5px
}

.fm-icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

?.fm-icon .fa {
    line-height: 42px !important
}

.fm-label {
    font-size: 15px;
    line-height: 42px;
     padding: 0 11px 0 8px; 
    position: absolute;
    left: -350% !important;
    top: 0px;
    z-index: 10;
    display: none; 
    box-sizing: border-box;
    white-space: nowrap;
	opacity:0;
}

.fm-right .fm-label {
    padding: 0 8px 0 11px;
    right: 42px;
    left: auto
}

.fm-label-space .fm-label {
    margin-left: 2px
}

.fm-right.fm-label-space .fm-label {
    margin-right: 2px;
    margin-left: 0
}

.fm-round .fm-label {
    border-radius: 21px;
    padding: 0 12px
}

.fm-rounded .fm-label {
    border-radius: 5px;
    padding: 0 11px
}

.fm-rounded-out .fm-label {
    border-radius: 5px;
    padding: 0 11px
}

.fm-connected .fm-label {
    left: 0
}

.fm-right.fm-connected .fm-label {
    right: 0;
    left: auto;
    color: #c2ff00;
}

.fm-hit {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height: 42px
}

.fm-label-space .fm-hit {
    width: 2px;
    left: 42px
}

.fm-right.fm-label-space .fm-hit {
    right: 42px;
    left: auto
}

.fm-round .fm-hit {
    width: 42px;
    left: 21px
}

.fm-right.fm-round .fm-hit {
    right: 21px;
    left: auto
}

.fm-round.fm-label-space .fm-hit {
    width: 44px
}

.fm-rounded .fm-hit {
    width: 10px;
    left: 37px
}

.fm-right.fm-rounded .fm-hit {
    right: 37px;
    left: auto
}

.fm-rounded.fm-label-space .fm-hit {
    width: 12px
}

.fm-rounded-out .fm-hit {
    width: 10px;
    left: 37px
}

.fm-right.fm-rounded-out .fm-hit {
    right: 37px;
    left: auto
}

.fm-rounded-out.fm-label-space .fm-hit {
    width: 12px
}

.fm-sub {
    cursor: pointer
}

.fm-sub>.fm-icon {
    position: relative;
    z-index: 1000
}

.fm-sub>ul {
    width: 42px;
    position: absolute;
    left: 0;
    top: 42px
}

.fm-sub.fm-side>ul {
    position: absolute;
    left: 42px;
    top: 0
}

.fm-right .fm-sub.fm-side>ul {
    right: 42px;
    left: auto
}

.fm-sub.fm-circular>ul {
    position: absolute;
    left: 0;
    top: 0;
    width: auto
}

.fm-right .fm-sub.fm-circular>ul {
    right: 0;
    left: auto
}

.fm-sub.fm-sub-space>ul {
    margin-top: 2px
}

.fm-sub.fm-side.fm-sub-space>ul {
    margin: 0 2px;
    margin-top: 0
}

.fm-round .fm-sub.fm-sub-space>ul,
.fm-rounded .fm-sub.fm-sub-space>ul {
    margin-top: 3px
}

.fm-round .fm-sub.fm-side.fm-sub-space>ul,
.fm-rounded .fm-sub.fm-side.fm-sub-space>ul {
    margin: 0 3px;
    margin-top: 0
}

.fm-sub.fm-posabs>ul>li {
    position: absolute
}

.fm-right .fm-sub.fm-posabs>ul>li {
    right: 0
}

.fm-subhit {
    position: absolute;
    display: none;
    left: 0;
    top: 0
}

.fm-right .fm-subhit {
    right: 0;
    left: auto
}

.fm-facebook .fm-icon,
.fm-facebook a:hover .fm-icon,
.fm-facebook .fm-label {
    background-color: #3b5998
}

.fm-twitter .fm-icon,
.fm-twitter a:hover .fm-icon,
.fm-twitter .fm-label {
    background-color: #55acee
}

.fm-googleplus .fm-icon,
.fm-googleplus a:hover .fm-icon,
.fm-googleplus .fm-label {
    background-color: #dd4b39
}

.fm-linkedin .fm-icon,
.fm-linkedin a:hover .fm-icon,
.fm-linkedin .fm-label {
    background-color: #0077b5
}

.fm-dribbble .fm-icon,
.fm-dribbble a:hover .fm-icon,
.fm-dribbble .fm-label {
    background-color: #ea4c89
}

.fm-pinterest .fm-icon,
.fm-pinterest a:hover .fm-icon,
.fm-pinterest .fm-label {
    background-color: #cc2127
}

.fm-instagram .fm-icon,
.fm-instagram a:hover .fm-icon,
.fm-instagram .fm-label {
    background-color: #3f729b
}

.fm-behance .fm-icon,
.fm-behance a:hover .fm-icon,
.fm-behance .fm-label {
    background-color: #1769ff
}

.fm-flickr .fm-icon,
.fm-flickr a:hover .fm-icon,
.fm-flickr .fm-label {
    background-color: #ff0084
}

.fm-twitch .fm-icon,
.fm-twitch a:hover .fm-icon,
.fm-twitch .fm-label {
    background-color: #6441a5
}

.fm-vimeo .fm-icon,
.fm-vimeo a:hover .fm-icon,
.fm-vimeo .fm-label {
    background-color: #1ab7ea
}

.fm-youtube .fm-icon,
.fm-youtube a:hover .fm-icon,
.fm-youtube .fm-label {
    background-color: #cd201f
}

.fm-github .fm-icon,
.fm-github a:hover .fm-icon,
.fm-github .fm-label {
    background-color: #4078c0
}

.fm-tumblr .fm-icon,
.fm-tumblr a:hover .fm-icon,
.fm-tumblr .fm-label {
    background-color: #35465c
}

.fm-contact .fm-icon,
.fm-contact a:hover .fm-icon,
.fm-contact .fm-label {
    background-color: #e9401e
}

.fm-newsletter .fm-icon,
.fm-newsletter a:hover .fm-icon,
.fm-newsletter .fm-label {
    background-color: #fa2
}

.fm-rss .fm-icon,
.fm-rss a:hover .fm-icon,
.fm-rss .fm-label {
    background-color: #1d8edf
}

.fm-social>.fm-icon,
.fm-social:hover>.fm-icon {
    background-color: #1d8edf
}

.fm-black .fm-icon {
    background-color: #2a2a2a
}

.fm-black-over a:hover .fm-icon,
.fm-black-over .fm-label,
.fm-black-over .fm-social:hover>.fm-icon {
    background-color: #2a2a2a
}

.fm-blue .fm-icon {
    background-color: #4090ff
}

.fm-blue-over a:hover .fm-icon,
.fm-blue-over .fm-label,
.fm-blue-over .fm-social:hover>.fm-icon {
    background-color: #4090ff
}

.fm-red .fm-icon {
    background-color: #f23d3d
}

.fm-red-over a:hover .fm-icon,
.fm-red-over .fm-label,
.fm-red-over .fm-social:hover>.fm-icon {
    background-color: #f23d3d
}

.fm-yellow .fm-icon {
    background-color: #ffbd22
}

.fm-yellow-over a:hover .fm-icon,
.fm-yellow-over .fm-label,
.fm-yellow-over .fm-social:hover>.fm-icon {
    background-color: #ffbd22
}

.fm-icon {
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear
}

.fm-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10101;
    display: none
}

.fm-shadow {
    background-color: #2f2f2f;
    opacity: .3;
    width: 100%;
    height: 100%
}

.fm-panel {
    background-color: #f0f0f0;
    padding: 1px;
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    position: absolute;
    display: none
}

.fm-round .fm-panel {
    border-radius: 5px
}

.fm-winshadow .fm-panel {
    box-shadow: 0 0 2px 1px rgba(47, 47, 47, 0.2)
}

.fm-head {
    padding: 18px 17px
}

.fm-round .fm-head {
    border-radius: 5px 5px 0 0
}

.fm-title {
    color: #fff;
    font-size: 22px;
    display: inline
}

.fm-close {
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    right: -10px
}

#fm-popup .fm-head {
    background-color: #3af
}

.fm-black .fm-head {
    background-color: #2a2a2a !important
}

.fm-blue .fm-head {
    background-color: #4090ff !important
}

.fm-red .fm-head {
    background-color: #f23d3d !important
}

.fm-yellow .fm-head {
    background-color: #ffbd22 !important
}

.fm-body {
    font-size: 15px;
    padding: 15px;
    color: #707070;
    content: "";
    display: table;
    clear: both
}

.fm-body p {
    margin: 0;
    line-height: 18px;
    font-style: italic
}

.fm-body form {
    margin-top: 13px;
    padding: 0 15px
}

.fm-body label {
    font-size: 14px;
    font-weight: bold;
    color: gray;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block
}

.fm-body input[type=text],
.fm-body textarea {
    font-size: 15px;
    color: #505050;
    padding: 7px;
    background-color: #fafafa;
    border: 1px solid silver;
    border-radius: 5px;
    width: 100%;
    max-width: 340px;
    box-sizing: border-box
}

.fm-body input[type=text]:hover,
.fm-body textarea:hover {
    border-color: #1d8edf
}

.fm-body textarea {
    height: 80px
}

.fm-fielderror {
    border-color: red !important
}

.fm-submit {
    padding: 5px 10px;
    border: 1px solid #a0a0a0;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    background-color: #fafafa;
    margin-top: 7px
}

.fm-submit:hover {
    background-color: #1d8edf;
    border-color: #2c6d9b;
    color: #fff
}

.fm-submit:active {
    background-color: #5ca8de
}

.fm-status {
    margin-top: 10px;
    display: none
}

.fm-status.fm-showstatus {
    display: block
}

.fm-sicon {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1px;
    margin-right: 5px;
    float: left
}

.fm-message {
    line-height: 18px;
    float: left
}

.fm-working .fm-message {
    line-height: 24px
}

.fm-message>span {
    display: none
}

.fm-formerror .fm-message>span:nth-child(1) {
    display: block
}

.fm-working .fm-message>span:nth-child(2) {
    display: block
}

.fm-success .fm-message>span:nth-child(3) {
    display: block
}

.fm-error .fm-message>span:nth-child(4) {
    display: block
}

#sidebar-contact.fm-panel {
    max-width: 420px
}

#sidebar-newsletter.fm-panel {
    max-width: 570px
}

#sidebar-newsletter .fm-body {
    padding-bottom: 17px
}

#sidebar-newsletter form {
    margin-top: 15px;
    padding: 0 35px 0 25px;
    text-align: center
}

.fm-group {
    display: table;
    width: 100%;
    border-collapse: collapse
}

.fm-group>div {
    display: table-cell
}

.fm-group>div:nth-child(1) {
    width: 1%;
    white-space: nowrap
}

.fm-group>div:nth-child(3) {
    width: 1%;
    white-space: nowrap
}

.fm-group label {
    font-size: 14px;
    line-height: 23px;
    margin-right: 5px
}

.fm-group input[type="text"] {
    max-width: none
}

.fm-group .fm-submit {
    margin-top: 0;
    padding: 7px 15px;
    margin-left: 5px
}

#sidebar-newsletter .fm-status {
    clear: left;
    margin-bottom: -8px
}

#sidebar-newsletter .fm-status.fm-showstatus {
    display: inline-block
}

#fm-popup.fm-panel {
    max-width: 470px
}

#fm-popup .fm-body {
    padding-bottom: 17px
}

.fm-rsslinks {
    padding-top: 14px;
    padding-left: 12px
}

.fm-rsslinks ul {
    width: 33%;
    margin-top: 12px;
    float: left
}

.fm-rsslinks li {
    font-size: 14px
}

.fm-rsslinks li:not(:last-child) {
    margin-bottom: 12px
}

.fm-rsslinks a {
    color: #1d8edf;
    font-size: 16px
}

.fm-rsslinks a:hover {
    text-decoration: underline
}

.fm-show {
    display: block !important
}

.fm-hide {
    display: none !important
}

.fm-clearfix:after {
    content: "";
    display: table;
    clear: both
}
.fm-item a:hover .fm-label{
	opacity:1;
	display:block;
	background-color: #424242;
	transition:background-color 5s ease-in;
}
.fontsize-xs {
	font-size:11px;
}
.fontsize-md{
	font-size:12px;
}
/*logos*/
.sub-footer{
	margin:0px;
	padding:0px;
}
.logos {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.logos img {
    height: 60px;
}
@media (min-width:992px){
	.loginbtn{
		border:solid 1px #004d84;
		border-radius:22px;
	}
	.login-one{
	max-width:65px;}
	
}
fieldset legend{
	font-size:inherit;
}
.new_services{
	background:rgb(66, 66, 66) !important;
	position: absolute;
    bottom: 0px;
}
.new_services .carousel {
	width:90%;
	margin:0 auto;
}
@media (max-width:992px){
	.new_services .carousel {
		height: auto;
	}
}
.new_services .carousel .carousel-control-prev {
    left: -10px;
}
.new_services .carousel .carousel-control-next {
    right: -10px;
}
.new_services .carousel-control-next,.new_services  .carousel-control-prev {
	width:auto;
}
.new_services .carousel-control-next-icon, .new_services .carousel-control-prev-icon {
	width:15px;
	height:15px;
}
.new_services .carousel-item a {
    font-size: 14px;
    line-height: 22px;
}

.insight-arrow {
    height: 95px;
    /* padding: 7px 34px 34px 33px; */
    position: relative;
    background: #313090;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    width: 100%;
    /* line-height: 111px !important; */
    vertical-align: middle;
    padding-left: 20px;
}
.insight-arrow h3{
	color: white;
    line-height: 95px;
    vertical-align: middle;
    font-size: 16px;
	font-weight:normal;
}
@media (max-width:992px){
	.insight-arrow{
		height:auto;
	}
	.insight-arrow h3{
		line-height:25px;
	}
}
@media (min-width:1280px){

	.insight-arrow:after {
		content: ' ';
		width: 0;
		height: 0;
		border-width: 43px 0 53px 40px;
		border-style: solid;
		border-color: transparent transparent transparent #313090;
		position: absolute;
		top: 0px;
		right: -40px;
	}
}
/* carousel*/

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
  .new_services  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
  .new_services  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
   .new_services .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
  .new_services  .carousel-inner .active + .carousel-item {
        display: block;
    }
  .new_services  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
 .new_services   .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
   .new_services .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
  .new_services  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .new_services  .carousel-item-next.carousel-item-left + .carousel-item,
  .new_services  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
  .new_services  .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
   .new_services .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .new_services  .carousel-item-prev.carousel-item-right + .carousel-item,
   .new_services .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
   .new_services .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
   .new_services .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
   .new_services .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
   .new_services .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
   .new_services .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
	
	.new_services .carousel-item {
		border-left: solid 2px #ff0081;
	}
.new_services	.carousel-item.active {
		border-left: none;
	}
  .new_services  .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
  .new_services  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
 .new_services   .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item  {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
  .new_services  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
  .new_services  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item  {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* The laptop with borders */
.laptop {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(.6) translate(-50%); /* Scaled down for a better Try-it experience (change to 1 for full scale) */
  transform: scale(.6) translate(-50%); /* Scaled down for a better Try-it experience (change to 1 for full scale) */
  left: 50%;
  position: absolute;
  width: 1366px;
  height: 800px;
  border-radius: 6px;
  border-style: solid;
  border-color: red;
  border-width: 24px 24px 80px;
  background-color: black;

}

/* The keyboard of the laptop */
.laptop:after {
  content: '';
  display: block;
  position: absolute;
  width: 1600px;
  height: 60px;
  margin: 80px 0 0 -110px;
  background: black;
  border-radius: 6px;
}

/* The top of the keyboard */
.laptop:before {
  content: '';
  display: block;
  position: absolute;
  width: 250px;
  height: 30px;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
}

/* The screen (or content) of the device */
.laptop .content {
  width: 1366px;
  height: 800px;
  overflow: hidden;
  border: none;
}
.device-mockup.surface > .device > .screen, .device-mockup.surface.landscape > .device > .screen {
    top: 8%;
    bottom:8%;
    left: 6%;
    right: 6%;
    background: linear-gradient(180deg, white 30%, #e8e8e8 20%);
}
.masthead .card {width:100%;background: linear-gradient(180deg, #424242 30%, transparent 25%, transparent 82%, #424242 82% );}
.card-body{
	height:auto;
	min-width:180px;/* 28102020 */	
}
.combined .card-body{
	min-width:100%;
}
.card-body h4{
	font-size: 15px;
    color: white;
    text-align: center;
	margin-top:-9px;
}
.customtabs .card {
	background:transparent;
}
.modal-body .card-header {
    /* padding: 0.25rem 1.25rem !important; */
}
.modal-body .card {/* background:transparent; */}
.modal-body .card-body{
	/* max-height:140px; */
	overflow-y:auto;
}
#statewise_details  .card-body{
	max-height:400px;
	overflow-y:auto;
	}
#faqPopup .card-body {
    height: 70px;
    overflow-y: auto;
}
@media (min-width:768px){
	.bg-fordesktop1{
		background-color:#F0F4C3 !important;
		border:solid 1px #cdd298;
	}

	.bg-fordesktop{
	 background-color:#E3F2FD;
	 border:solid 1px #bcddf5;
	}
}	

@media (min-width: 992px){
	#faqPopup .modal-lg, #faqPopup .modal-xl {
	    max-width: 90%;
	}
}
.c1 {
    background-color: #2092ed  !important;
}
.c2 {
    background-color: #ffc107  !important;
}
.c3 {
    background-color: #28a745  !important;
}
.c4{
	background-color:#c117c0 !important;
}
.c5{
	background-color:#ff8007 !important;
}
.c6 {
    background-color: #7fad1d !important;
}
.c7 {
    background-color: #d63842 !important;
}
.c8{
background-color: #f3f3f3;
}
.c9{
background-color: #efefef;
}
.c10 {
    background-color: #855dbf !important;
}
.dashboard_heading{
	color:#000;
	font-weight:600;
}

.screen .carousel-control-next, .screen .carousel-control-prev {
    top: -60%;
	color:#0300ff;
}
.screen .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.counter{
	font-size:16px;
	color:#fff;
}
.card-body .col-lg-4, .card-body .col-lg-3{
	padding:10px;
}
.screen span.float-right{
	position: absolute;
    bottom: 10px;
    right: 10px;
	color:#fff;
}
@media (max-width:768px){
/* 	.screen span.float-right{
		display:none;
	} */
	.combined .card-body h4 {
		font-size:12px;
	}
}
.master_head ul{
	color:#fff;
}
p{
	position:relative;
}
.screen .carousel-item img {
	max-height:40px;
}	
.position-absolute{
	position:absolute;
}
.position-relative{
	position:relative;
}
.bt-35{
	bottom: 35px;;
} 
.rt-0{
	right:0px;
}
.filter-white-img{
	filter:
}
.opacity-3{
	opacity:0.3;
}
.filter-gray{
	filter:grayscale(50%);
}
.about {
  color: #272727;
  background-color: white;
}

.about .title {
  color: #005998;
  font-size: 30px;
  text-align: center;
}

.about .tagLine {
  color: #005998;
  font-size: 18px;
  text-align: center;
}

.about .content {
  text-align: center;
  width: 85%;
}

.about .content2 {
  text-align: center;
  padding: 5px;
}

.about .services i {
  font-size: 18px;
}

.about .services .row > .col-12:nth-child(1) i {
  color: #742774;
}

.about .services .row > .col-12:nth-child(2) i {
  color: #edbd11;
}

.about .services .row > .col-12:nth-child(3) i {
  color: #0077ff;
}

.about .services .row > .col-12:nth-child(4) i {
  color: #14848f;
}

.about .services .heading, .dashboard .heading, .reports_container .heading {
  padding: 5px;
  font-size: 16px;
    color: #005998;
}
.report_content {
	cursor:pointer;
}
.border-1{
	border:solid 1px #e6e6e6;
}	
.border-radius5{
	border-radius:5px;
}
.about .services .headingContent {
  font-size: 14px;
}

.about .services .quote {
  font-style: italic;
  text-align: center;
  margin: 0 auto;
}

.about .services .quote i {
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.1);
}

.about .services .quote i:nth-child(1) {
  float: left;
  left: 0;
  top: 0;
  color:#a2a2a2;
}

.about .services .quote i:nth-child(2) {
	bottom: 20px;
    right: 18px;
    color: #a2a2a2;
    position: absolute;
}
.combined .card {
    width: 100%;
    background: linear-gradient(180deg, #424242 40%, transparent 25%, transparent 78%, #424242 78% );
}
.combined .card-body {
	height:120px;
	padding:0.8rem;
}
.combined .previous_day_combined .card{
	 background: linear-gradient(180deg, #424242 30%, transparent 25%, transparent 78%, #424242 78% );
}
.combined .dashboard_heading {
	font-size: 15px;
    margin-bottom: 10px !important;
}
.services h2{
	font-size:25px;
}

hr.hrright {
    border: none;
    background-image: linear-gradient(to left,rgb(149, 188, 34),rgb(163, 205, 24),rgba(255,255,255,0.09));
    height: 1px;
}
hr.hrleft {
    border: none;
    background-image: linear-gradient(to right,rgb(149, 188, 34),rgb(163, 205, 24),rgba(255,255,255,0.09));
    height: 1px;
}
hr.hrcenter {
    border: none;
    background-image: linear-gradient(to left,rgba(255,255,255,0.09),rgb(149, 188, 34),rgba(255,255,255,0.09));
    height: 1px;
}
.service_type {
    border: solid 1px #e6e6e6;
    text-align: justify;
    min-height: 120px;
    padding: 10px;
    margin: 5px;
     background-color:#eeeeee ;
    /* color: #fff; */
    border-radius: 5px;
	position:relative;
}
/* .service_type:hover {
	transform: rotateX(90deg);
    transition: transform 1s ease-out, opacity 2s;
	opacity:0;
} */
.services .heading .fas, .services .heading .fa {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 60px !important;
    opacity: 0.05;
    color: #0785ff !important;
}
.list-style-none{
	list-style:none;
}
.dashboard{
	background-color: #424242;
    color: #fff;
}
.dashboard .fa, .dashboard .fas {
    font-weight: 900;
    font-size: 20px;
    border: solid 1px #eee;
    /* padding: 7px; */
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.play_store {
	max-width:150px;
}
/*high charts*/
.highcharts-figure, .highcharts-data-table table {
    min-width: 310px; 
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 350px;
}
#container {
    border: solid 1px #e6e6e6;
    box-shadow: 0px 0px 5px 0px #00000054;
    background-color: #fff;
}
.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
@media (min-width: 576px){
	#loginPopup	.modal-dialog {
	    max-width: 530px;
	    margin: 1.75rem auto;
	}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1230px;
	}    
}
@media (min-width: 1600px){
	header.masthead {
		padding-top: 150px;
	}
	.home_action_btns.mt-2 {
    	margin-top: 4rem !important;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1400px;
	}
}
@media (min-width: 576px){
	#loginModal .modal-dialog {
	    max-width: 450px;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .dropdown-menu {
	    max-height: 350px;
	    overflow-y: auto;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu a:not([href]):hover {
	    color: #9e0356 !important;
	    background-color: #f1efef !important;
	}
	.modal-body a {
		/*  color: #313090 !important; */
	}
}
.modalJSP .wrapper.wrapper50 {
    width: 50%;
}
.modalJSP .wrapper {
    padding: 0.5% 2%;
    width: 98%;
    margin-top: 7%;
}
@media (max-width: 1024px){
	.modalJSP .wrapper.wrapper50 {
	    width: 98%;
	}
}
.modal .statewise_graph {
    padding: 10px;
    border: solid 1px #abeafe;
    background-color: #effbfe;
    overflow-x: auto;
}
.modalJSP{
    background-color: transparent;
    color:#000 !important;
}
 .modalJSP a {
    background-color: transparent;
    /* color:#0000ff !important; */
}
.modalJSP h4.alert.alert-info{
	font-size:14px;
}
.alert {
    padding: 4px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
    background: #337ab7 !important;
}
.btn{
    padding: .275rem .55rem;
    font-size: 12px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.mandatory:after {
    content: '*';
    font-size: 15px;
    color: #f00;
}
section.main_content {
    padding-top: 120px;
}
.hidden {
    display: none!important;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.datetimepicker.dropdown-menu{
	font-size:0.9rem;
}
.custom_accordion .card {
    background: rgba(240, 249, 253, 0.61) !important;
    margin: 5px auto;
    line-height: 20px;
}
.custom_accordion .card .card-header{
	font-size:13px;	
}
.custom_accordion .card-header > a {
    color:#313090;
}
.custom_accordion .card-header > a:before {
    content: '\f138';
    font-family: fontawesome;
}	
.custom_accordion .card .card-header:before > a:before::has(+.collapse.show){
    content: '\f13a';
    font-family: fontawesome;
}
.custom_accordion .card:hover, .custom_accordion .card.active:focus {
    background-color: #f0f8ff;
}
@media (max-width: 980px){
	.customfluid {
	    min-width: 1000px;
	    overflow-y: auto;
	}
}
input[type=checkbox], input[type=radio] {
	margin-right:5px;
}
.customreports .table td,.customreports .table th {
	padding:0.25rem !important;	
	vertical-align:middle;
}
.customreports thead {
	font-weight:600;
}
   #iframeIdPrintLayout{
     min-height:250px;}	
   @media (max-width:640px){
     #iframeIdPrintLayout{
     	min-height:330px;
     }
   }
.customtabs .card-header {
    background-color: #337ab7 !important;
    border-bottom: 1px solid rgb(6 80 159);
}
.customtabs.pane-default{
	border-color:#054a8f;
}
.customtabs .card-footer {
	background-color: #337ab7 !important;
    border-top: 1px solid rgba(0,0,0,.125);
}
.customtabs .nav-tabs .nav-item.show .nav-link, .customtabs .nav-tabs .nav-link.active {
	position: relative;
    color: #495057 !important;
    background-color: #f0f8ff;
    border-color: #ffffff #ffffff #fff;
    border-radius: 0px;
}
.customtabs .nav-tabs .nav-link {
    color: #fff !important;
    background-color:#486179a1;
    margin: 0px 6px 0px 0px;
}
.card-header .page-heading{
	color: #2b3393;
	font-size:1.2em
}
.border-none{
	border:none;
}