/** Font Family **/
@font-face {
	font-family: 'Roboto Medium';
	src: url('../fonts/roboto-medium.eot'),
		 url('../fonts/roboto-medium.ttf') format('truetype'),
		 url('../fonts/roboto-medium.woff') format('woff'),
		 url('../fonts/roboto-medium.svg#MicrosoftSansSerif') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
       url('../fonts/Lato-Regular.woff') format('woff'),
       url('../fonts/Lato-Regular.ttf') format('truetype'),
       url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
       url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal
}

/** Material Icon css **/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
       local('../fonts/MaterialIcons-Regular'),
       url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
       url("../fonts/MaterialIcons-Regular.woff") format('woff'),
       url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}
input, textarea {
	-webkit-appearance: none;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  vertical-align: -4px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
body {
	font-family: 'Lato-Regular';
}

/** Start of login page css **/
.login_banner{
	height: 100%;
	background: url('../images/background_banner.jpg');
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: table-cell;
	border: 0px;
	padding: 0px 0px;
}
.login_banner .btn {
	font-size: 16px;
}
body.login-box:before{
	content: "";
	background:rgba(31, 31, 31. 0.7);
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}
.black_admin{
	color: black;
}
.h5_line_height{
	line-height: 33;
}
.copyright_center_login{
	text-align: center;
	 padding-bottom: 0px;
}
.icon_color{
	color:#023575;
}
.copyright_center{
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}
/** End of login page css **/

/** Start of back to top css **/
#back-to-top {
    position: fixed;
    bottom: 5px;
    right: 18px;
    z-index: 999999;
    width: 29px;
    height: 28px;
    text-align: center;
    line-height: 29px;
    background: #023575;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
	display: none;
}
#back-to-top .fa {
    font-size: 25px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 3px;
	padding: 3px 7px !important;
}
/** End of back to top css **/

/** Start of inner page css **/
.show {
    display: block !important;
}
.admin_color{
	color: #023575; 
	margin-left: 0;
	box-shadow: none;
}
.width211 {
	width: 211px;
}
.width70 {
	width: 100px;
}
.client_img_center{
	text-align: center;
}
.table_img img {
	height: 40px;
	width: 71px;
}
.table_img {
	display:inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.table_text {
	position: relative;
	top: 1px;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
.globe_color{
	color: #ea4335;
    font-size: 21px;
	padding: 10px 0 8px 0;
}
 /** Start of error message **/
.alert-danger {
	background: rgba(255, 0, 0, .2);
	padding: 0px 20px 0px;
	text-align: left;
	border:0px;
}
.alert {
	padding: 0px 9px 0px;
	text-align: left;
	border: 0px;
	margin: 0px auto;
	margin-bottom: 5px;
	display: table;
}
.alert_padding{
	    font-size: 13px;
}
.alert p {
        line-height: 18px;       
}
.alert-danger p {
	color: #ff0000;
	font-size: 13px;
}
 /** End of error message **/

.nav-margin{
	margin-left: 0px;
}
.login-box {
	position: fixed;
	top: 50.7%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.sign-text {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-left: -24px;
	margin-right: -24px;
	margin-top: -24px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color:#023575;
	font-family: 'Roboto Medium';
}
.forgot-link {
	color: #023575;
}
.login-text {
	margin-bottom: 21px;
	color: #023575;
	font-weight: bold;
	font-size: 16px;
}
.border-line {
	border-bottom: 1px #ececec solid;
	margin-left: -24px;
	margin-right: -24px;
	margin-top: 24px;
}
.m-gap {
	margin-top: 5px;
	margin-bottom: 28px;
}
.mg-gap {
	margin-top: 0px;
}
.text-darkblue {
	color: #023575;
	font-size: 15px;
	font-weight: bold;
}
a.forgot-link:hover {
	color: #ef323a
}
.btn-block {
	margin-top: .5rem !important;
	margin-bottom: 2rem !important;
}
.text-danger {
	font-size: 0.72rem;
}
.input-box {
	background: 0 0;
	position: relative;
	z-index: 5;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(160, 160, 160, .2);
	width: 100%;
	height: 34px;
	padding: 2px;
	color: inherit;
}
.form-control-label, .nav-text {
	font-size: 14px;
}
.form-control-label {
	font-family: 'Roboto Medium';
}
.btn-md {
	font-size: 14px;
}
.modal-body p {
	font-size: 14px;
	margin-top: 12px;
}
.card, blockquote, pre {
    border-color: rgba(120, 130, 140, .13)
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 8px;
}

.navbar-brand:hover, .pagination > li > a, a, a:focus, a:hover {
    text-decoration: none
}

[flex], [layout] {
    box-sizing: border-box
}
.h-1x, .list-icon div, .text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap
}
.md-btn, .text-u-c {
    text-transform: uppercase
}
.md-btn, .pointer, .ui-check, .ui-switch, a {
    cursor: pointer
}
html {
    background-color: #e0e0e0
}
body {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    background-color: #e9edf3;
    -webkit-font-smoothing: antialiased
}
.label.no-bg, a, pre {
    color: inherit
}
:focus {
    outline: 0 !important
}

a {
    outline: 0
}

a:focus, a:hover {
    color: inherit
}

pre {
    background-color: #f8f8f8
}

small {
    font-size: 100%
}
sup {
    position: relative;
    top: -1em;
    font-size: 75%
}
.pull-center {
    position: absolute;
    left: 50%
}
.center_box {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
}
.center_box .navbar-brand {
	float: unset !important;
}
.close {
    font-size: 1.3rem
}
.img-responsive {
    width: 100%;
    height: auto
}
.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}
.btn-icon, .nav-icon, .progress-bar {
    text-align: center
}
.pull-left {
    float: left
}

.pull-right {
    float: right
}
.dropdown-toggle:after {
	margin-top: -3px;
	margin-right: .02rem;
}
.inline_table {
	display: table-cell;
}
.label {
    padding: .25em .5em;
    font-weight: 700;
    background-color: #b8b8b8
}
.btn-outline, .label.no-bg {
    background-color: transparent
}
.label.up {
    position: relative;
    top: -10px;
    min-width: 4px;
    min-height: 4px;
    display: inline-block
}
.label-lg {
    font-size: 1.33rem;
    padding: 5px 9px
}

.label-sm {
    padding: 1px 4px
}

.label-xs {
    padding: 0 3px
}

.list-group-item.active > .label, .nav-pills > .active > a > .label {
    color: rgba(0, 0, 0, .87)
}
.btn {
    font-weight: 500;
    outline: 0 !important;
    border-width: 0;
    padding: .4375rem 1rem;
	font-size: 14px;
}
.globe_btn{
	padding-right: 0;
}
.md-btn, .md-btn:focus {
    outline: 0
}
.btn:not([disabled]).active, .btn:not([disabled]):focus, .btn:not([disabled]):hover {
    box-shadow: inset 0 -10rem 0 rgba(158, 158, 158, .2)
}

.btn > i.pull-left, .btn > i.pull-right {
    line-height: 1.5
}
a.admin_color:not([disabled]):hover{
	box-shadow: none;
	cursor:inherit;
	color: #023575;
}
a.globe_btn:not([disabled]):hover{
	box-shadow: none;
}
.btn.rounded {
    padding-left: 1.2em;
    padding-right: 1.2em
}
.btn-lg {
    padding: .8125rem 1.25rem
}
.btn-sm {
    padding: .34rem .75rem;
	font-size: 14px !important;
	min-width: 86px;
	min-height: 32px;
	line-height: 1;
}
.btn_site {
	line-height: 20px;
	margin-top: 2px;
}
i {
	margin-right: 5px;
}
.btn-xs {
    padding: .1565rem .5rem;
    font-size: .8rem
}
.btn.btn-default, .btn.white {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, .3)
}

.btn.btn-default:not([disabled]).active, .btn.btn-default:not([disabled]):focus, .btn.btn-default:not([disabled]):hover, .btn.white:not([disabled]).active, .btn.white:not([disabled]):focus, .btn.white:not([disabled]):hover {
    box-shadow: inset 0 -10rem 0 rgba(158, 158, 158, .1)
}
.bootstrap-select .btn:hover {
	box-shadow: unset !important;
}
.btn-default {
    background-color: #fff;
    color: rgba(0, 0, 0, .87)
}
.btn-groups .btn {
    margin-bottom: .25rem
}
.btn-fw {
    min-width: 7rem
}
.order_areabox {
	width: 75px;
}
.carousel-control .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px
}
.padding_inputbox {
	max-width: 300px;
}
/** Start of dropdown menu **/
.dropdown-menu {
    font-size: .875rem;
    color: #55595c;
    border-radius: 0px;
	margin: 2px 0px 0px 0px !important;
    border: 1px solid #c5c5c5;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
	min-width: 130px;
}
.dropdown-menu > li:not(.dropdown-item) > a {
    display: block;
    padding: .375rem .75rem
}
.dropdown-menu > li:not(.dropdown-item) > a:focus, .dropdown-menu > li:not(.dropdown-item) > a:hover {
    background-color: rgba(0, 0, 0, .065)
}
.dropdown-menu > .divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, .13)
}

.modal-open-aside, .modal.inactive {
    overflow: visible
}
.dropdown-menu .active {
    background-color: rgba(0, 0, 0, .065)
}
.dropdown-menu.pull-left {
    left: auto !important;
    right: 100%
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}
.input_smallbox {
	width: 300px;
}
.back_icons i {
	margin-right: -2px;
	margin-left: 7px;
}
.dropdown-menu.pull-up {
    top: 0
}
.dropdown-menu.pull-down {
    top: 100% !important;
    left: 0 !important
}
.dropup .dropdown-menu {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}
.dropup .dropdown-menu.pull-right {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}
.dropdown-menu.datepicker, .dropdown-menu.timepicker {
    padding: 6px;
    font-size: .8rem
}
.dropdown-menu.datepicker .btn, .dropdown-menu.timepicker .btn {
    font-size: .8rem
}
.dropdown-menu.datepicker .btn.btn-primary, .dropdown-menu.timepicker .btn.btn-primary {
    background-color: #023575;
    color: #fff
}
.dropdown-menu.datepicker .btn:not(:hover), .dropdown-menu.timepicker .btn:not(:hover) {
    box-shadow: 0 0 1px transparent
}
.dropdown-item {
	padding: 5px 15px;
	font-size: 14px;
	color: #023575;
}
 /** End of error message **/

.gray_btn{
	background:#b7b7b6; 
	color: white;
	line-height: 3px;
}
.blue_btn{
	background: #4285f4;
	color: white;
	line-height: 3px;
}
.btn-primary {
	background-color: #023575;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #014190;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ef323a;
    background-color: rgba(0, 0, 0, .045)
}
.dropdown-divider {
    background-color: rgba(120, 130, 140, .13)
}
.dropdown-menu-scale {
    display: block;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
    transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none
}
.open > .dropdown-menu-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    display: block !important
}
.dropdown-header {
    padding: 8px 16px
}
.dropdown-submenu {
    position: relative
}
.dropdown-submenu:focus > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
    display: block
}
.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px
}
.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-bottom: -6px
}
.popover {
    color: rgba(0, 0, 0, .87)
}

 /** Start of Media query **/

@media (max-width: 543px) {
    .pull-none-xs {
        float: none !important
    }

    .dropdown-menu.pull-none-xs {
        left: 0
    }
}

.form-control {
    border-color: #c5c5c5;
    border-radius: 0;
    min-height: 1rem;
	font-size: 14px;
	padding: .3rem .75rem;
}

.form-control:focus {
    border-color: rgba(120, 130, 140, .3)
}

.form-control-lg {
    min-height: 3.75rem
}

.form-control-sm {
    min-height: 2rem
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .3
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: .3
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: .3
}

.form-control-spin {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    margin-top: -7px
}

.input-group-addon {
    border-color: rgba(120, 130, 140, .2) !important;
    background-color: transparent;
    color: inherit
}
.colorpicker-component .input-group-addon {
	border-color: #ccc !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.form-group-stack .form-control {
    margin-top: -1px;
    position: relative;
    border-radius: 0
}

.form-group-stack .form-control:active, .form-group-stack .form-control:focus {
    z-index: 1
}

.form-validation .form-control.ng-dirty.ng-invalid {
    border-color: #f44455
}

.form-validation .form-control.ng-dirty.ng-valid, .form-validation .form-control.ng-dirty.ng-valid:focus {
    border-color: #6cc788
}

.form-validation .ui-checks .ng-invalid.ng-dirty + i {
    border-color: #f44455
}

.form-file {
    position: relative
}

.form-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.input-group-sm > .form-control {
    min-height: 1.95rem
}

option {
    color: #222
}

.list-group {
    border-radius: 3px;
    background: #fff
}

.list-group.no-radius .list-group-item {
    border-radius: 0 !important
}

.list-group.no-borders .list-group-item {
    border: none
}

.list-group.no-border .list-group-item {
    border-width: 1px 0
}

.list-group.no-border .list-group-item:first-child {
    border-top-width: 0
}

.list-group.no-border .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group.no-bg .list-group-item {
    background-color: transparent
}

.list-group.list-group-gap {
    background: 0 0
}

.list-group-item {
    border-color: rgba(120, 130, 140, .065);
    background: 0 0;
    padding: 12px 16px;
    background-clip: padding-box
}

.list-group-item.media {
    margin-top: 0
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, .065);
    border-color: rgba(120, 130, 140, .065);
    border-bottom-color: rgba(120, 130, 140, .065)
}

.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
    color: inherit
}

.list-group-item:first-child {
    border-top-color: rgba(120, 130, 140, .13)
}

.list-group-item:last-child {
    border-bottom-color: rgba(120, 130, 140, .13)
}

.list-group-alt .list-group-item.active:nth-child(2n+2), .list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, .065)
}

.list-group-lg .list-group-item {
    padding: 16px 24px
}

.list-group-md .list-group-item {
    padding-top: 16px;
    padding-bottom: 16px
}

.list-group-sm .list-group-item {
    padding: 10px 12px
}

.list-group-gap .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px
}

.list-group-gap .list-group-item:first-child {
    border-top-color: rgba(120, 130, 140, .065)
}

.list-group-gap .list-group-item:last-child {
    border-bottom-color: rgba(120, 130, 140, .065)
}

a.list-group-item {
    color: inherit
}

a.list-group-item.hover, a.list-group-item:focus, a.list-group-item:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, .065)
}

.modal .left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.25, .8, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .right, .modal .top {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.25, .8, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.25, .8, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal.in .bottom, .modal.in .left, .modal.in .right, .modal.in .top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal.inactive {
    bottom: auto
}

.modal > .left, .modal > .right {
    position: fixed;
    z-index: 1055;
    bottom: 0;
    top: 0
}

.modal > .left {
    left: 0;
    right: auto
}

.modal > .right {
    left: auto;
    right: 0
}

.modal > .bottom, .modal > .top {
    position: fixed;
    z-index: 1055;
    left: 0;
    right: 0
}

.modal > .top {
    top: 0;
    bottom: auto
}

.modal > .bottom {
    top: auto;
    bottom: 0
}

.nav-link, .nav-tabs {
    position: relative
}

.modal-content, .modal-footer, .modal-header {
    border-color: rgba(120, 130, 140, .13)
}

.aside, .modal-content {
    color: rgba(0, 0, 0, .87)
}

.aside-header, .aside-header .close {
    color: inherit !important;
    background-color: transparent !important
}

.aside-footer, .aside-header {
    border-color: rgba(120, 130, 140, .13) !important
}

.nav, .nav-item, .nav-link {
    border: inherit
}

.aside-title {
    font-size: 1.2rem;
    margin: .45rem 0
}

.modal.animate .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.animate .fade-right-big {
    -webkit-animation: fadeOutLeftBig .5s;
    animation: fadeOutLeftBig .5s
}

.modal.animate .fade-left-big {
    -webkit-animation: fadeOutRightBig .5s;
    animation: fadeOutRightBig .5s
}

.modal.animate .fade-up-big {
    -webkit-animation: fadeOutUpBig .5s;
    animation: fadeOutUpBig .5s
}

.modal.animate .fade-down-big {
    -webkit-animation: fadeOutDownBig .5s;
    animation: fadeOutDownBig .5s
}

.modal.animate .fade-right {
    -webkit-animation: fadeOutLeft .5s;
    animation: fadeOutLeft .5s
}

.modal.animate .fade-left {
    -webkit-animation: fadeOutRight .5s;
    animation: fadeOutRight .5s
}

.modal.animate .fade-up {
    -webkit-animation: fadeOutUp .5s;
    animation: fadeOutUp .5s
}

.modal.animate .fade-down {
    -webkit-animation: fadeOutDown .5s;
    animation: fadeOutDown .5s
}

.modal.animate .flip-x {
    -webkit-animation: flipOutX .5s;
    animation: flipOutX .5s
}

.modal.animate .flip-y {
    -webkit-animation: flipOutY .5s;
    animation: flipOutY .5s
}

.modal.animate .zoom {
    -webkit-animation: zoomOut .5s;
    animation: zoomOut .5s
}

.modal.animate .roll {
    -webkit-animation: rollOut .5s;
    animation: rollOut .5s
}

.modal.animate .bounce {
    -webkit-animation: bounceOut .5s;
    animation: bounceOut .5s
}

.modal.animate .rotate {
    -webkit-animation: rotateOut .5s;
    animation: rotateOut .5s
}

.modal.animate.in .fade-right-big {
    -webkit-animation: fadeInRightBig .5s;
    animation: fadeInRightBig .5s
}

.modal.animate.in .fade-left-big {
    -webkit-animation: fadeInLeftBig .5s;
    animation: fadeInLeftBig .5s
}

.modal.animate.in .fade-up-big {
    -webkit-animation: fadeInUpBig .5s;
    animation: fadeInUpBig .5s
}

.modal.animate.in .fade-down-big {
    -webkit-animation: fadeInDownBig .5s;
    animation: fadeInDownBig .5s
}

.modal.animate.in .fade-right {
    -webkit-animation: fadeInRight .5s;
    animation: fadeInRight .5s
}

.modal.animate.in .fade-left {
    -webkit-animation: fadeInLeft .5s;
    animation: fadeInLeft .5s
}

.modal.animate.in .fade-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}

.modal.animate.in .fade-down {
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.modal.animate.in .flip-x {
    -webkit-animation: flipInX .5s;
    animation: flipInX .5s
}

.modal.animate.in .flip-y {
    -webkit-animation: flipInY .5s;
    animation: flipInY .5s
}

.modal.animate.in .zoom {
    -webkit-animation: zoomIn .5s;
    animation: zoomIn .5s
}

.modal.animate.in .roll {
    -webkit-animation: rollIn .5s;
    animation: rollIn .5s
}

.modal.animate.in .bounce {
    -webkit-animation: bounceIn .5s;
    animation: bounceIn .5s
}

.modal.animate.in .rotate {
    -webkit-animation: rotateIn .5s;
    animation: rotateIn .5s
}
.modal {
	z-index: 9999;
}

.nav-md .nav-link {
    padding: 1rem 1.25rem;
}
.nav-md li a.active .text-md {
	color:#ef323a;
}
.nav-sm .nav-link {
    padding: .25rem .75rem
}

.nav-xs .nav-link {
    padding: .15rem .5rem;
    font-size: 90%
}

.nav-rounded .nav-link {
    border-radius: 2rem
}

.nav-tabs {
    border-bottom-width: 0;
    z-index: 1
}

.nav-tabs .nav-link {
    background: 0 0 !important;
    color: inherit !important
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: rgba(120, 130, 140, .13);
    border-bottom-color: transparent
}

.tab-content.tab-alt .tab-pane {
    display: block;
    height: 0;
    overflow: hidden
}

.tab-content.tab-alt .tab-pane.active {
    height: auto;
    overflow: visible
}
.tab-content {
	width: 100%;
	display: block;
}
.fa-circle.text-danger {
	font-size: 14px;
}
.nav-justified .nav-item {
    display: table-cell;
    width: 1%;
    float: none !important;
    text-align: center
}

.nav-lists .nav-item {
    border-bottom: 1px solid #ef323a;
    background-clip: padding-box
}
ul.nav-md li a.nav-link {
	color: #023575;
}
ul.nav-md {
	border-bottom: 1px #ddd solid;
}
ul.nav-md li {
	border-bottom: 0px #ddd solid;
}
.nav-active-border .nav-link:before {
    content: '';
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    left: 50%;
    right: 50%;
    bottom: -1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.nav-active-border .nav-link.active:before, .nav-active-border .nav-link:focus:before, .nav-active-border .nav-link:hover:before {
    left: 0;
    right: 0;
    border-bottom-color: #ef323a;
}

.nav-active-border.top .nav-link:before {
    bottom: auto;
    top: 0
}

.nav-active-border.left .nav-link {
    float: none
}

.nav-active-border.left .nav-link:before {
    border-bottom-width: 0;
    right: auto;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: transparent;
    left: 0;
    top: 50%;
    bottom: 50%
}

.nav-active-border.left .nav-link.active:before, .nav-active-border.left .nav-link:focus:before, .nav-active-border.left .nav-link:hover:before {
    top: 0;
    bottom: 0;
    border-left-color: inherit
}

.nav-active-border.left.right .nav-link:before {
    left: auto;
    right: 0
}

.breadcrumb {
    background-color: rgba(0, 0, 0, .065)
}

.breadcrumb > li + li:before {
    content: '/ '
}

.app-content::after, .arrow:after, .arrow:before, .list-body:after, .list-item::after, .navside .nav li a::after, .ui-check > i:before {
    content: ""
}
 /** Start of navbar menu **/
.navbar {
    border: none;
    margin: 0;
    padding: 0 1.1rem;
    flex-shrink: 0;
    min-height: 3.5rem
}
.logo-bottom-margin{
	margin-bottom: 15px;
     padding-top: 7px;
    padding-bottom: 63px;
}
.navbar .up {
    margin: 0 -.6em
}

.navbar-item, .tl-content.panel {
    margin-bottom: 0
}
.navbar-item {
    margin-right: 1rem
}

.navbar-brand, .navbar-item, .navbar-nav > .nav-item > .nav-link, .navbar-nav > .nav-link {
    padding: 0;
    line-height: 3.5rem;
    white-space: nowrap
}

.navbar-md {
    min-height: 4rem
}

.navbar-md .navbar-brand, .navbar-md .navbar-item, .navbar-md .navbar-nav > .nav-item > .nav-link, .navbar-md .navbar-nav > .nav-link {
    line-height: 3.9rem
}

.navbar-sm {
    min-height: 3rem
}

.navbar-sm .navbar-brand, .navbar-sm .navbar-item, .navbar-sm .navbar-nav > .nav-item > .nav-link, .navbar-sm .navbar-nav > .nav-link {
    line-height: 3rem
}

.navbar-brand {
    padding: 0;
    font-size: 20px;
    font-weight: 700
}

.navbar-brand img, .navbar-brand svg {
    max-height: 60px;
    display: inline-block;
	margin-top: -2px;
}
.navbar-img-large img{
	max-height: none;
	margin-bottom: 20px;
}
.navbar-brand > span {
    display: inline-block;
    line-height: .8;
    margin-left: 10px
}

.navbar-brand.md img, .navbar-brand.md svg {
    max-height: 32px;
    vertical-align: -8px
}

.navbar-brand.lg img, .navbar-brand.lg svg {
    max-height: 48px;
    vertical-align: -16px
}

.pull-center .navbar-brand {
    margin-left: -50%;
    float: left;
}
.mt {
	margin-top: 10px;
}

.navbar .collapse.in, .navbar .collapsing {
    clear: left;
    padding-bottom: 1rem
}

.collapse.in .navbar-nav, .collapsing .navbar-nav {
    float: none !important
}

.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-item, .collapsing .navbar-nav:not(.navbar-nav-inline) .nav-item {
    float: none;
    margin: 0
}

.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-link, .collapsing .navbar-nav:not(.navbar-nav-inline) .nav-link {
    display: block;
    line-height: 2 !important
}

.collapse.in .navbar-form, .collapsing .navbar-form {
    margin: 0 !important;
    padding: .5rem 0;
    float: none !important
}

.collapse.in .nav-active-border, .collapsing .nav-active-border {
    border-color: transparent
}

.collapse.in .dropdown-menu-scale, .collapsing .dropdown-menu-scale {
    display: none
}

.pager .page-item, .pager > li > a, .pager > li > span, .pagination .page-item, .pagination > li > a, .pagination > li > span {
    color: inherit !important;
    background-color: transparent !important;
}

.pager .page-item:focus, .pager .page-item:hover, .pager > li > a:focus, .pager > li > a:hover, .pager > li > span:focus, .pager > li > span:hover, .pagination .page-item:focus, .pagination .page-item:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    border-color: #e9edf3;
    background-color: #e9edf3 !important;
    color: inherit
}
.pagination li.active:hover span {
	background: #023575 !important;
}

.pager .page-item.active, .pager > .active > a, .pager > .active > span, .pagination .page-item.active, .pagination > .active > a, .pagination > .active > span {
    color: #fff !important;
    background-color: #023575 !important;
    border-color: #023575 !important
}

.pagination {
    margin: 0 0 !important;
}

.pagination > li {
    display: inline;
    list-style: none
}

.pagination > li > span {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
	margin-top: -1px;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    background: rgba(0, 0, 0, .025);
    border: 1px solid #ddd;
	border-right: 0px #ddd solid;
}
.pagination > li > a:last-child {
	border-right: 1px #ddd solid;
}
.pagination > li:hover > a {
	backround-coor: #ddd !important;
}
.pagination > li > a:focus {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd
}
.view_portfolio_box th.web_app_row {
	width: 180px;
}
.view_portfolio_box th.web_links_row {
	width: 270px;
}
@media (hover: hover) {
    .pagination > li > a:hover {
        color: #014c8c;
        background-color: #eceeef;
        border-color: #ddd
    }
}
.avatar, .avatar img {
    border-radius: 500px;

}
.avatar img {
	border: 1px #909090 solid;
}
.progress-xxs {
    height: 4px
}

.progress-xs {
    height: 8px
}

.progress-sm {
    height: 12px;
    font-size: .8em
}

.col-0 {
    clear: left
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0
}
.table {
	margin-bottom: 0px;
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row [class*=col-] {
    padding-left: 12px;
    padding-right: 12px
}

.row-sm {
    margin-left: -8px;
    margin-right: -8px
}

.row-sm [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.row-xs {
    margin-left: -4px;
    margin-right: -4px
}

.row-xs [class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

@media (max-width: 991px) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }

    .row [class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }

    .row-2 [class*=col] {
        width: 50%;
        float: left
    }

    .row-2 .col-0 {
        clear: none
    }

    .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .row {
        margin-left: -4px;
        margin-right: -4px
    }

    .row [class*=col-] {
        padding-left: 4px;
        padding-right: 4px
    }

    .switcher .sw-btn {
        top: 52px !important;
    }
    .pull-none-sm {
        float: none !important
    }
}

.panel .table {
    border-color: rgba(120, 130, 140, .045) !important
}

.table-bordered, .table > thead > tr > th {
    border-color: rgba(120, 130, 140, .045)
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    padding-left: 7px;
    padding-right: 7px;
    border-color: rgba(120, 130, 140, .045);
}

.table > thead > tr > th {
	padding: 11px 7px 12px;
	background-color: rgba(0, 0, 0, .035);
	white-space: nowrap;
	font-family: 'Roboto Medium';
	font-weight: normal;
}
.table td, .table th {
    padding: .5rem;
}

.table-condensed tbody > tr > td, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > td, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed thead > tr > th {
    padding: 5px
}

.table-striped > tbody > tr:nth-child(2n) {
    background-color: #f9f9f9;
    background-clip: padding-box;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background: #fff;
}

.table-striped > thead > th {
    background-color: rgba(0, 0, 0, .025);
    border-right: 1px solid rgba(120, 130, 140, .045)
}

.table-striped > thead > th:last-child {
    border-right: none
}

.arrow.bottom:after, .arrow.right:after, .arrow.top:after {
    border-right-color: transparent
}

.table td.active, .table th.active, .table tr.active, .table-hover tr:hover {
    background-color: rgba(0, 0, 0, .065) !important
}
.table-responsive {
	padding: 0px 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	border-top: 1px #ddd solid;
	min-height: 100%;
	overflow-x: auto;
	overflow-y: unset;
}
.nav-item .dropdown-menu {
	padding: 0px 0px;
}
.table-striped tbody tr:hover {
	background: #fafee7;
}
.pagination-box {
	padding-bottom: 13px;
}
.arrow {
    position: absolute;
    z-index: 10
}
.arrow:after, .arrow:before {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: transparent;
    border-style: solid
}

.arrow:after {
    border-width: 8px
}

.arrow.top {
    top: -9px;
    left: 50%;
    margin-left: -9px
}

.arrow.top.pull-in {
    top: -4px
}

.arrow.top:before {
    border-bottom-color: rgba(120, 130, 140, .13);
    border-top-width: 0
}

.arrow.top:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-bottom-color: inherit;
    border-left-color: transparent;
    border-top-width: 0
}

.arrow.right {
    top: 50%;
    right: 0;
    margin-top: -9px
}

.arrow.right.pull-in {
    right: 4px
}

.arrow.right:before {
    border-left-color: rgba(120, 130, 140, .13);
    border-right-width: 0
}

.arrow.right:after {
    top: 1px;
    left: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-right-width: 0
}

.arrow.bottom:after, .arrow.left:after {
    border-bottom-color: transparent;
    border-left-color: transparent
}

.arrow.bottom {
    bottom: 0;
    left: 50%;
    margin-left: -9px
}

.arrow.bottom.pull-in {
    bottom: 4px
}

.arrow.bottom:before {
    border-top-color: rgba(120, 130, 140, .13);
    border-bottom-width: 0
}

.arrow.bottom:after {
    top: 0;
    left: 1px;
    border-top-color: inherit;
    border-bottom-width: 0
}

.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px
}

.arrow.left.pull-in {
    left: -4px
}

.arrow.left:before {
    border-right-color: rgba(120, 130, 140, .13);
    border-left-width: 0
}

.arrow.left:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: inherit;
    border-left-width: 0
}

.arrow.pull-left {
    left: 18px
}

.arrow.pull-right {
    left: auto;
    right: 26px
}

.arrow.pull-top {
    top: 18px
}

.arrow.pull-bottom {
    top: auto;
    bottom: 26px
}

.arrow.b-accent:before, .arrow.b-danger:before, .arrow.b-dark:before, .arrow.b-info:before, .arrow.b-primary:before, .arrow.b-success:before, .arrow.b-warning:before {
    border-color: transparent
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700
}

.avatar img {
    width: 100%
}

.avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    margin: 1px;
    border-width: 0px;
    border-style: solid;
    border-radius: 100%
}

.avatar i.bottom, .avatar i.right {
    left: auto;
    right: 0
}

.avatar i.bottom, .avatar i.left {
    top: auto;
    bottom: 0
}

.avatar i.on {
    background-color: #6cc788
}

.avatar i.off {
    background-color: #f8f8f8
}

.avatar i.away {
    background-color: #f77a99
}

.avatar i.busy {
    background-color: #f44455
}

.avatar.w-32 i {
    margin: 0
}

.avatar.w-48 i {
    margin: 2px
}

.avatar.w-56 i {
    margin: 3px
}

.avatar.w-64 i {
    margin: 4px
}

.avatar.w-96 i {
    margin: 9px
}

.avatar.w-128 i {
    margin: 14px
}

.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%
}

.row-col > [class*=col-], .row-col > [class*=" col-"] {
    vertical-align: top;
    float: none;
    padding: 0;
    position: static
}

.box-body, .box-footer, .box-header {
    padding: 1rem
}
.box-header {
    padding: 1rem 1.2rem .95rem;
	border-bottom: 1px #ddd solid;
}
.box-panel {
    padding: 1rem 1.2rem .8rem;
}
.box-body {
    padding: 1rem 1.15rem;
}
textarea {
  resize: none;
}
.p-bottom {
	margin-bottom: 24px !important;
}
.inner-box {
	margin-bottom: 1.4rem !important;
	min-height: 370px;
}
.row-row {
    display: table-row;
    height: 100%
}
.ie .row-body, .row-cell {
    display: table-cell
}

.row-cell {
    vertical-align: top
}

.row-body {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.row-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.v-m {
    vertical-align: middle !important
}

.v-t {
    vertical-align: top !important
}

.v-b {
    vertical-align: bottom !important
}

.easyPieChart canvas, .navbar .nav-text, .sl-icon > i, .ui-check > i {
    vertical-align: middle
}

.v-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

@media (min-width: 992px) {
    .row-col > [class*=col-lg], .row-col > [class*=" col-lg"] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width: 768px) {
    .row-col > [class*=col-md], .row-col > [class*=" col-md"] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width: 544px) {
    .row-col > [class*=col-sm], .row-col > [class*=" col-sm"] {
        display: table-cell;
        height: 100%
    }
}

.row-col > [class*=col-xs], .row-col > [class*=" col-xs"] {
    display: table-cell;
    height: 100%
}

@media (max-width: 543px) {
    .row-col-xs {
        display: block
    }

    .row-col-xs .row-body {
        overflow: visible !important
    }

    .row-col-xs .row-inner {
        position: static
    }
}

.box, .box-color {
    background-color: #fff;
    position: relative;
    margin-bottom: 1.5rem
}

.box-header {
    position: relative
}

.box-header h2, .box-header h3, .box-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1
}

.box-header h3, .box-panel h3 {
    font-size: 16px;
	color:#023575;
	font-family: 'Roboto Medium';
	display: inline-block;
}
.box-header h3 {
	padding-right: 10px;
}
.box-panel h3 {
	display: block;	
}
a.view-all:hover {
	color: #ef323a;
}

a.view_all_contend {color: #023575;}
a.view_all_contend:hover {color: #ef323a;}
.box-header h4 {
    font-size: 15px
}

.box-header small {
    display: block;
    margin-top: 4px;
    opacity: .6
}

.box-divider {
    border-bottom: 1px solid rgba(120, 130, 140, .13);
    margin: 0 16px;
    height: 0
}
/**
.ui-check > i, .ui-check > span {
    margin-left: -20px
}
**/
.box-tool {
    position: absolute;
    right: 16px;
    top: 14px
}

.box-shadow, .box-shadow .box, .box-shadow .box-color {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .03), 0 1px 0 rgba(0, 0, 0, .03)
}

.box-shadow-z0, .box-shadow-z0 .box, .box-shadow-z0 .box-color {
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.box-shadow-z1, .box-shadow-z1 .box, .box-shadow-z1 .box-color {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.box-shadow-z1 {
	position: relative;
}
.box-shadow-z1:before, .box-shadow-z1:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.box-shadow-z1:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.box-shadow-z1 form {
	margin-top: 10px;
}
.ui-check {
    position: relative;
    padding-right: 15px
}

.ui-check input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.ui-check input:checked + i:before {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #023575;
}
.ui-check input:checked + i {
	box-shadow: 0px 0px 1px 1px rgba(2, 53, 117, 1);
}
.ui-check input:checked + span .active {
    display: inherit
}

.ui-check input[type=radio] + i, .ui-check input[type=radio] + i:before {
    border-radius: 50%
}

.ui-check input[disabled] + i, fieldset[disabled] .ui-check input + i {
    border-color: rgba(134, 143, 152, .2)
}

.ui-check input[disabled] + i:before, fieldset[disabled] .ui-check input + i:before {
    background-color: rgba(134, 143, 152, .2)
}
.banner_img_box img {
	width: 280px;
	height: 157px;
	display: block;
	margin-bottom: 6px;
	border: 1px #ddd solid;
	background: #ddd;
}

.portfolio_img_box img {
	width: 300px;
	height: 168px;
	display: block;
	margin-bottom: 6px;
	border: 1px #ddd solid;
	background: #ddd;
}
.page_img_box img {
	width: 200px;
	height: 125px;
	display: block;
	margin-bottom: 6px;
}
.page_img_border img {
	border: 1px #ddd solid;
}
.yellow_btn {
	background: #eee;
}
.icon_img_box img {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 6px;
	border: 1px #ddd solid;
	background: #ddd;
}
.icon_imgbox img {
	width: 80px;
	height: 60px;
	display: block;
	margin-bottom: 6px;
	border: 1px #ddd solid;
	background: #ddd;
}
.icon_img_back img {
	width: 80px;
	height: 50px;
	display: block;
	margin-bottom: 6px;
	border: 1px #ddd solid;
	background: #ddd;
}
.testimonial_img_box img {
	width: 80px;
	height: 80px;
	display: block;
	border: 1px #ddd solid;
	background: #ddd;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 12px 9px 1px 0px;
	line-height: 1.5;
	padding: .3rem .75rem;
}
.text-image {
	top: 7px;
	position: relative;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.photo_box a {
	margin-top: 10px;
}
.box-table {
	display: table;
	float: right;
	width: 100%;
}
.box-table .btn {
	margin-top: -10px;
}
.photo_box {
	margin-bottom: 19px;
	margin-top: 1px;
}
.ui-check > i {
    width: 16px;
    height: 16px;
    line-height: 1;
    box-shadow: 0px 0px 1px 1px rgba(120, 130, 140, 1);
    margin-top: -2px;
    display: inline-block;
    margin-right: 4px;
    background-clip: padding-box;
    position: relative;
}

.ui-check > i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: transparent
}

.ui-check > span .active {
    display: none
}

.ui-check.ui-check-color input:checked + i:before {
    background-color: #fff
}

.ui-check-md input:checked + i:before {
    left: 6px;
    top: 6px
}

.ui-check-md > i {
    width: 18px;
    height: 18px
}

.ui-check-lg input:checked + i:before {
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px
}

.ui-check-lg > i {
    width: 30px;
    height: 30px
}

[layout] {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

[layout=column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

[layout=row] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

[layout-wrap] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[layout-fill] {
    margin: 0;
    min-height: 100%;
    width: 100%
}
ul.breadcrumb_box {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}
ul.breadcrumb_box li {
	display: inline-block;
}
.main_headlinebox {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumb_box li, .breadcrumb_box li a {
	color: #023575;
	font-family: 'Roboto Medium';
	font-size: 16px;
}
.breadcrumb_box li i {
	margin-right: 0px;
}
.breadcrumb_box li.active span {
	color: red;
}
@-moz-document url-prefix() {
    [layout-fill] {
        margin: 0;
        width: 100%;
        min-height: auto;
        height: inherit
    }
}

.app-footer, .app-header {
    left: 0;
    right: 0;
    margin: inherit
}

[flex] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[flex-no-shrink] {
    flex-shrink: 0
}

html {
    height: 100%
}

body {
    height: auto;
    min-height: 100%;
    position: relative
}

.app-aside, .app-fixed .app {
    height: 100%
}

.app-aside {
    position: fixed !important;
    z-index: 1030;
    float: left
}

.app-content {
    box-shadow: none
}

.app-content::after {
    display: table;
    clear: both
}

.app-header {
    position: fixed;
    top: 0;
    z-index: 1020
}

.app-header ~ .app-body {
    padding-top: 3.5rem
}

.app-header.navbar-md ~ .app-body {
    padding-top: 4rem;
	padding-bottom: 11px;
}

.app-header.navbar-sm ~ .app-body {
    padding-top: 3rem
}

.app-body-inner {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    position: absolute;
    top: 40px;
    bottom: 0;
    overflow: auto
}

.app-footer {
    position: absolute;
    bottom: 0;
    z-index: 1;
}


.app-footer:not(.hide) ~ .app-body {
    padding-bottom: 3.125rem
}

.app-fixed {
    overflow: hidden
}

.app-fixed .app-content {
    position: relative;
    min-height: 100%
}

.app-fixed .app-footer {
    margin-left: 0
}
.footer-text {
	color: #000;
}
.bootstrap-select .btn {
	padding:.25rem .75rem .3rem;
	color: #55595c;
	border-radius: 0px 0px;
	font-size: 14px;
}
.bootstrap-select .dropdown-menu {
	padding: 0px 0px;
}
.search-panel {
	padding: 19px 4px 18px 19px;
}

.pagination-panel {
    padding: 0px 0px 0px 19px;
}

.form-inline .form-group {
	padding-right: 4px;
}
.search-panel .form-control {
	height: 32px;
	margin-top: 1px;
	line-height: 10px;
}
.search-panel .form-group label {
	top: 2px;
}
.form-group {
    margin-bottom: 1.15rem;
}
.form-box {
	margin-top: 3px;
}
.form-box .btn-primary i , .form-box .btn-danger i{
	position: relative;
	top: 0px;
}
.form-box .btn-primary , .form-box .btn-danger {
	line-height: 2px;
}
.search-panel .form-group {
	padding-right: 8px;
}
.search-panel .btn {
	margin: 0px 4px;
}
.table-striped .btn {
	margin: 0px 4px;
}
.box-body .btn-primary {
	margin-right: 8px;
}
.form-inline label {
	margin-right: 5px;
	font-size: 14px !important;
	position: relative;
	top: 1px;
	font-family: 'Roboto Medium';
}

.navbar-nav .nav-item.p-t {
	padding-top: .95rem !important;	
}
.app-footer .p-a {
	padding: 0rem 1rem !important;
}
.nav-active-info {
	margin-top: 2px;
}
.margin h5 {
	font-size: 16px;
}
.navbar-nav .nav-item.p-t .btn {
	font-size: 14px;
	font-family: 'Lato-Regular';
}
@media (min-width: 992px) {
    .app-aside {
        opacity: 1;
        display: block !important
    }

    .app-aside, .app-aside .scroll {
        width: 13.5rem
    }

    .app-aside.lg:not(.folded), .app-aside.lg:not(.folded) .scroll {
        width: 13.75rem
    }

    .app-aside.lg:not(.hide) ~ .app-content {
        margin-left: 13.75rem
    }

    .app-aside.sm:not(.folded), .app-aside.sm:not(.folded) .scroll {
        width: 11.25rem
    }

    .app-aside.sm:not(.hide) ~ .app-content {
        margin-left: 11.25rem
    }

    .app-aside.folded {
        width: 4rem
    }

    .app-aside.folded:not(.hide) ~ .app-content {
        margin-left: 4rem
    }

    .app-aside.folded.md {
        width: 5rem
    }

    .app-aside.folded.md:not(.hide) ~ .app-content {
        margin-left: 5rem
    }

    .app-aside:not(.hide) ~ .app-content {
        margin-left: 13.5rem
    }

    .app-aside .left {
        position: absolute;
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .hide-scroll {
        width: auto;
        margin-right: -17px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991px) {
    .app-aside.modal {
        width: 100%;
        position: fixed;
        z-index: 1050
    }

    .app-aside .left {
        position: fixed;
        width: 304px
    }

    .app .container, body.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media print {
    .app-aside, .app-footer, .app-header, .switcher {
        display: none
    }
}

.ie9 .app-aside {
    position: static !important
}

.ie9 .app-aside .left {
    width: inherit;
    position: absolute
}

@media (min-width: 992px) {
    body.container {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
    }

    body.container, body.container .container {
        padding-left: 0;
        padding-right: 0
    }

    body.container .app-aside {
        left: inherit;
        right: auto
    }

    body.container .app-aside.lg ~ .app-content .app-header {
        width: 45rem
    }

    body.container .app-aside.sm ~ .app-content .app-header {
        width: 47.5rem
    }

    body.container .app-aside.folded ~ .app-content .app-header {
        width: 54.75rem
    }

    body.container .app-aside.folded.md ~ .app-content .app-header {
        width: 53.75rem
    }

    body.container .app-aside ~ .app-content .app-header {
        width: 46.25rem
    }

    body.container .app-header {
        left: inherit;
        right: auto;
        margin-left: 0;
        width: 58.75rem
    }
}

@media (min-width: 1200px) {
    body.container .app-aside.lg ~ .app-content .app-header {
        width: 57.5rem
    }

    body.container .app-aside.sm ~ .app-content .app-header {
        width: 60rem
    }

    body.container .app-aside.folded ~ .app-content .app-header {
        width: 67.25rem
    }

    body.container .app-aside.folded.md ~ .app-content .app-header {
        width: 66.25rem
    }

    body.container .app-aside ~ .app-content .app-header {
        width: 58.75rem
    }

    body.container .app-header {
        width: 71.25rem
    }
}

.list {
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px
}

.list.no-border {
    padding-top: 8px;
    padding-bottom: 8px
}

.list-item {
    display: block;
    position: relative;
    padding: 12px 16px
}

.list-item::after {
    display: table;
    clear: both
}

.no-border .list-body:after, .pace-inactive {
    display: block;
}

.list-item:last-child .list-body:after {
    border: none
}

.no-border .list-item {
    padding-top: 8px;
    padding-bottom: 8px
}

.no-padding .list-item {
    padding-left: 0;
    padding-right: 0
}

.list-left {
    float: left;
    padding-right: 1rem
}

.list-left + .list-body {
    margin-left: 56px
}

.list-body h3 {
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 400
}

.list-body:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(120, 130, 140, .065)
}

.inset .list-body:after {
    left: 72px
}
.nav-icon i, .navside .nav li {
    position: relative
}

.navside, .navside .nav {
    border: inherit
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.navside ul {
    padding-left: 0px;
    padding-right: 0px;
    list-style: none
}

.navside [flex] {
    overflow: auto;
    direction: ltr;

}

.navside .nav li {
    border: inherit
}

.navside .nav li li a {
    line-height: 2rem;
    padding-left: 2rem;
	font-size: 14px;
}
.no_rdc_found_msg {
	font-size: 13px;
	color: #d9534f;
	padding-left: 3px;
}

.navside .nav li li a .nav-text {
    padding: .7rem 0px .7rem;
}

.navside .nav li li li a {
    padding-left: 4.5rem
}

.navside .nav li li li li a {
    padding-left: 5.5rem
}

.navside .nav li a, .navside .nav-header {
    padding: 0 1rem;
    line-height: 2.25rem
}

.navside .nav li a {
    display: block;
    position: relative
}

.navside .nav li a::after {
    display: table;
    clear: both
}

.navside .nav li a:focus, .navside .nav li a:hover {
    background-color: rgba(0, 0, 0, .045);
	color: #023575;
}

.navside .nav li.active, .navside .nav li.active {
    background-color: rgba(0, 0, 0, .025);
	color: #ef323a;
}
.navside .nav li.custom_active, .navside .nav li.custom_active {
    background-color: rgba(0, 0, 0, .025);
    color: #ef323a;
}
.nav .nav-sub li.active a {
	color: #ef323a;
}
.nav .nav-sub li:hover a {
	color: #ef323a;
}
.navside .nav li li a {
	color: #023575;
}
.navside .nav li.active > a {
    background-color: transparent
}

.navside .nav li.active > a .nav-caret i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navside .nav-header:focus, .navside .nav-header:hover {
    background-color: transparent !important
}

.navside .nav-header:after {
    display: none
}

.nav-text, .nav-text small, .nav-text span {
    display: block
}

.navside .navbar-brand {
    float: none;
    margin-right: 0
}

.nav-fold {
    padding: .75rem 1rem
}

.nav-text {
    line-height: 1.125rem;
    padding: .7rem 0;
	font-size: 14px
}
.file-browse {
	font-size: 14px;
}

.nav > li > a .nav-text {
    font-family: 'Roboto Medium';
}
.navside .active > a > .nav-text, .navside a:focus > .nav-text, .navside a:hover > .nav-text {
    opacity: 1
}

.navbar .nav-text {
    line-height: 1;
    display: inline-block;
    padding: 0
}

.navbar .nav-text span.text-xs {
    margin-top: .25rem
}
h5 {
    font-size: 14px;
}
a.view-all {
	color: #023575;
	float: right;
	display: table-cell;
	font-family: 'Roboto Medium';
	margin-top: 1px;
}
.back_icons {
	font-size: 14px;
	background-color:#d9534f;
	border-color:#d9534f;
	color: #fff !important;
	border-radius: .2rem;
	padding: .34rem .75rem;
	min-width: 86px;
	min-height: 32px;
	margin-right: -5px;
}
.nav-icon {
    float: left;
    line-height: inherit;
    margin-right: 3px;
    min-width: 1.5rem;
	position: relative;
	top: 1px;
}
.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
	width: 800px;
	word-break: break-all;
}
.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
	width: 700px;
	word-break: break-all;
}

.nav-icon i img, .nav-icon i svg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.navbar .nav-icon {
    margin-right: .5rem
}

.nav-label {
    float: right;
    margin-left: 1rem;
    font-style: normal;
    z-index: 1
}

.navbar .nav-label {
    margin-left: .5rem
}

.nav-caret {
    float: right;
    margin-left: 0px;
    opacity: .45;
	margin-top: 1px;
}

.blur-5, .opacity {
    opacity: .5
}

.nav-caret i {
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
	margin-right: 2px;
}

.navbar .nav-caret {
    margin-left: .5rem
}

.nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease 0s;
    transition: max-height .4s ease 0s
}
.nav-sub li a i {
	margin-right: 7px;
}
.active > .nav-sub {
    max-height: 50rem
}
.date_format {
	white-space: nowrap;
}

@media (min-width: 992px) {
    .folded .hidden-folded, .folded .nav li ul, .folded .nav > li > a .nav-caret, .folded .nav > li > a .nav-text {
        display: none
    }

    .folded .nav > li > a, .folded .navbar {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .folded, .folded .scroll {
        width: 4rem
    }

    .folded.md, .folded.md .scroll {
        width: 5rem
    }

    .folded .nav > li > a .nav-label {
        position: absolute;
        top: -6px;
        right: 6px
    }

    .folded .nav > li > a .nav-icon {
        float: none;
        line-height: 2.5rem;
        margin-left: 0;
        margin-right: 0;
        position: relative
    }

    .folded.show-text .nav > li > a .nav-text {
        display: block;
        margin-top: -18px;
        font-size: .85em
    }

    .folded .navbar-brand {
        float: none;
        margin: 0
    }

    .folded .nav-stacked .nav {
        margin: 0 12px
    }

    .folded .nav-fold {
        padding: 8px 16px
    }

    .folded .nav-fold .pull-left {
        float: none !important;
        margin: 0
    }

    .folded .nav-fold .pull-left img {
        width: 100%;
        height: auto
    }

    .folded.nav-expand {
        -webkit-transition: width .4s cubic-bezier(.25, .8, .25, 1);
        transition: width .4s cubic-bezier(.25, .8, .25, 1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute
    }

    .folded.nav-expand.active, .folded.nav-expand.active .scroll, .folded.nav-expand:focus, .folded.nav-expand:focus .scroll, .folded.nav-expand:hover, .folded.nav-expand:hover .scroll {
        width: 13.5rem !important
    }

    .folded.nav-expand.active > *, .folded.nav-expand:focus > *, .folded.nav-expand:hover > * {
        width: 13.5rem
    }

    .folded.nav-expand.active .hidden-folded, .folded.nav-expand:focus .hidden-folded, .folded.nav-expand:hover .hidden-folded {
        display: block
    }

    .folded.nav-expand.active .hidden-folded.inline, .folded.nav-expand:focus .hidden-folded.inline, .folded.nav-expand:hover .hidden-folded.inline {
        display: inline-block
    }

    .folded.nav-expand.active .nav li ul, .folded.nav-expand:focus .nav li ul, .folded.nav-expand:hover .nav li ul {
        display: inherit
    }

    .folded.nav-dropdown .nav > li:focus > ul, .folded.nav-dropdown .nav > li:hover > ul, .folded.nav-expand.active .nav > li > a .nav-caret, .folded.nav-expand.active .nav > li > a .nav-text, .folded.nav-expand:focus .nav > li > a .nav-caret, .folded.nav-expand:focus .nav > li > a .nav-text, .folded.nav-expand:hover .nav > li > a .nav-caret, .folded.nav-expand:hover .nav > li > a .nav-text, .nav-dropup .nav > li:focus > ul, .nav-dropup .nav > li:hover > ul {
        display: block
    }

    .folded.nav-expand.active .nav > li > a, .folded.nav-expand:focus .nav > li > a, .folded.nav-expand:hover .nav > li > a {
        text-align: left;
        padding-left: 16px;
        padding-right: 16px
    }

    .folded.nav-expand.active .nav > li > a .nav-text, .folded.nav-expand:focus .nav > li > a .nav-text, .folded.nav-expand:hover .nav > li > a .nav-text {
        font-size: 1em;
        margin: 0
    }

    .folded.nav-expand.active .nav > li > a .nav-label, .folded.nav-expand:focus .nav > li > a .nav-label, .folded.nav-expand:hover .nav > li > a .nav-label {
        position: static
    }

    .folded.nav-expand.active .nav > li > a .nav-icon, .folded.nav-expand:focus .nav > li > a .nav-icon, .folded.nav-expand:hover .nav > li > a .nav-icon {
        float: left;
        line-height: inherit;
        margin-right: 16px
    }

    .folded.nav-expand.active .navbar, .folded.nav-expand:focus .navbar, .folded.nav-expand:hover .navbar {
        text-align: left;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .folded.nav-expand.active .nav-stacked .nav, .folded.nav-expand:focus .nav-stacked .nav, .folded.nav-expand:hover .nav-stacked .nav {
        margin: 0 8px
    }

    .folded.nav-expand.active .nav-stacked .nav > li > a, .folded.nav-expand:focus .nav-stacked .nav > li > a, .folded.nav-expand:hover .nav-stacked .nav > li > a {
        padding: 0 8px
    }

    .folded.nav-expand.active .nav-fold, .folded.nav-expand:focus .nav-fold, .folded.nav-expand:hover .nav-fold {
        padding: 12px 16px
    }

    .folded.nav-expand.active .nav-fold .pull-left, .folded.nav-expand:focus .nav-fold .pull-left, .folded.nav-expand:hover .nav-fold .pull-left {
        float: left !important
    }

    .folded.nav-expand.active .nav-fold .pull-left img, .folded.nav-expand:focus .nav-fold .pull-left img, .folded.nav-expand:hover .nav-fold .pull-left img {
        height: auto
    }

    .folded.nav-expand.active .nav-fold .pull-left img.w-40, .folded.nav-expand:focus .nav-fold .pull-left img.w-40, .folded.nav-expand:hover .nav-fold .pull-left img.w-40 {
        width: 40px
    }

    .folded.nav-expand.active .nav-fold .pull-left img.w-48, .folded.nav-expand:focus .nav-fold .pull-left img.w-48, .folded.nav-expand:hover .nav-fold .pull-left img.w-48 {
        width: 48px
    }

    .folded.nav-dropdown .row-body, .folded.nav-dropdown [flex], .folded.nav-dropdown.modal, .nav-dropup .row-body, .nav-dropup [flex], .nav-dropup.modal {
        overflow: visible !important
    }

    .folded.nav-dropdown .nav > li > ul, .nav-dropup .nav > li > ul {
        display: none;
        overflow: visible;
        max-height: 999px;
        color: rgba(255, 255, 255, .87);
        background-color: rgba(0, 0, 0, .87);
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        position: absolute;
        left: 100%;
        top: 0;
        padding: 6px 0
    }

    .folded.nav-dropdown .nav > li > ul a, .nav-dropup .nav > li > ul a {
        padding-left: 16px !important;
        padding-right: 16px !important;
        min-width: 160px
    }

    .folded.nav-dropdown .nav > li > ul li.active ul, .nav-dropup .nav > li > ul li.active ul {
        display: block
    }

    .folded.nav-dropdown .nav > li > ul .nav-text, .nav-dropup .nav > li > ul .nav-text {
        padding: 6px 0 !important
    }

    .folded.nav-dropdown .nav > li .nav-mega, .nav-dropup .nav > li .nav-mega {
        width: 320px
    }

    .folded.nav-dropdown .nav > li .nav-mega > li, .nav-dropup .nav > li .nav-mega > li {
        width: 160px;
        float: left
    }

    .folded.nav-dropdown .nav > li .nav-mega.nav-mega-3, .nav-dropup .nav > li .nav-mega.nav-mega-3 {
        width: 480px
    }
}

.easyPieChart, .nav-center, .sl-icon > i, .ui-icon {
    text-align: center
}

.nav-border .nav > li.active:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left-color: inherit;
    border-left-width: 3px;
    border-left-style: solid
}

.nav-stacked .nav {
    margin: 0 8px
}

.nav-stacked .nav > li > a {
    line-height: 2rem;
    padding: 0 .5rem;
    margin: 2px 0
}

.nav-stacked .nav > li > a .nav-text {
    padding: .4375rem 0
}

.nav-stacked .nav > li li a {
    padding-left: 3rem
}

.nav-stacked .nav > li li li a {
    padding-left: 4rem
}

.nav-stacked .nav > li li li li a {
    padding-left: 5rem
}

.nav-stacked .nav > li.active > a {
    color: rgba(255, 255, 255, .87);
    background-color: #0cc2aa
}

.nav-stacked .nav li a {
    border-radius: 3px
}

.nav-stacked .nav .nav-header {
    padding-left: 8px;
    padding-right: 8px
}

.nav-light .nav .nav-icon i img, .nav-light .nav .nav-icon i svg {
    display: block
}

.nav-center .nav-icon {
    display: none
}

.nav-center .nav-caret {
    position: absolute;
    right: 10px
}

.nav-center .nav-label {
    position: absolute;
    padding-left: 10px
}

.nav-center .nav a {
    padding-left: 16px !important
}

.nav-center .nav-fold .pull-left {
    float: none !important;
    margin-bottom: 10px;
    display: inline-block
}

.tl-date, .tl-wrap:before {
    float: left;
    position: relative
}
.nav-active-info .nav-link.active, .nav-active-info .nav > li.active > a {
    color: #fff !important;
    background-color: #023575 !important
}

.ui-icon {
    display: inline-block;
    height: 1em;
    background: 0 0 !important
}

.ui-icon:before {
    position: relative;
    z-index: 1
}

.ui-icon:after {
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    top: -1.5em;
    display: block;
    position: relative;
    z-index: 0;
    background-clip: padding-box
}

.ui-icon.b-2x:after {
    border-width: 2px
}

.ui-icon.b-3x:after {
    border-width: 3px
}

.switcher, .switcher .sw-btn {
    border: 1px solid rgba(120, 120, 120, .1);
    background-clip: padding-box
}

.ui-icon.ui-icon-sm:after {
    width: 1.7em;
    height: 1.7em;
    top: -1.35em
}

#flotTip, .flotTip, .jqstooltip {
    background-color: rgba(0, 0, 0, .8) !important
}

.item {
    position: relative
}

.item .bottom, .item .center, .item .top, .item-bg, .item-bg img, .item-overlay {
    position: absolute
}

.item .top {
    right: 0;
    left: 0;
    top: 0
}

.item .bottom {
    right: 0;
    left: 0;
    bottom: 0
}

.item .center {
    right: 0;
    left: 0;
    top: 42%
}

.item-overlay {
    right: 0;
    left: 0;
    display: none
}

.ie .ie-show, .item-overlay .item:focus, .item-overlay.active, .item:hover .item-overlay {
    display: block
}

.item-overlay.w-full {
    text-align: center;
    top: 0;
    bottom: 0
}

.item-bg {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.item-bg img {
    width: 110%;
    left: 50%;
    top: 50%;
    margin-left: -55%;
    margin-top: -55%
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px)
}

.blur-5 {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.opacity-3 {
    opacity: .3
}

.switcher {
    z-index: 1050;
    position: fixed;
    top: 64px;
    right: -240px;
    width: 240px;
    -webkit-transition: right .2s ease;
    transition: right .2s ease
}

.switcher.active {
    right: -2px;
    z-index: 1060
}

.switcher .sw-btn {
    position: absolute;
    left: -33px;
    top: -1px;
    padding: 5px 10px;
    z-index: 1045;
    border-right-width: 0
}

#sw-demo {
    top: 118px
}

#sw-demo.active {
    top: 78px
}

.list-icon i {
    margin-right: 16px
}

.list-icon div {
    line-height: 40px;
    overflow: hidden
}

.jqstooltip {
    border: 1px solid #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.easyPieChart {
    position: relative
}

.easyPieChart > div {
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 40%
}

.easyPieChart > div img {
    margin-top: -4px
}

#flotTip, .flotTip {
    padding: 4px 10px;
    border: 1px solid #000 !important;
    z-index: 100;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.legendColorBox > div {
    border: none !important;
    margin: 5px
}

.legendColorBox > div > div {
    border-radius: 10px
}

.st-sort-ascent:before {
    content: '\25B2'
}

.st-sort-descent:before {
    content: '\25BC'
}

.st-selected td {
    background: rgba(0, 0, 0, .065)
}

.black .btn-default.form-control, .dark .btn-default.form-control, .grey .btn-default.form-control {
    background: 0 0 !important;
    background-color: rgba(255, 255, 255, .1) !important;
    color: inherit !important
}

.ui-select-bootstrap > .ui-select-choices {
    overflow-y: scroll
}

.box .dataTables_wrapper {
    padding-top: 10px
}

.box .dataTables_wrapper > .row {
    margin: 0
}

.box .dataTables_wrapper > .row > .col-sm-12 {
    padding: 0
}

.dataTables_wrapper.form-inline .form-control {
    width: auto
}

.footable-odd {
    background-color: rgba(0, 0, 0, .025) !important
}
.nav a.waves-effect {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.sortable-placeholder {
    list-style: none;
    border: 1px dashed #fff;
    min-height: 40px
}

.streamline {
    position: relative;
    border-color: rgba(120, 130, 140, .13)
}

.streamline .sl-icon:before, .streamline .sl-item:before, .streamline:after {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    top: 6px;
    left: 0
}

.sl-item::after, .ui-switch i:before {
    content: ""
}

.streamline:after {
    top: auto;
    bottom: 0
}

.sl-icon {
    position: absolute;
    left: -10px;
    z-index: 1;
    border: inherit
}

.sl-item, .sl-left, .ui-switch {
    position: relative
}

.sl-icon > i {
    width: 20px;
    height: 20px;
    display: table-cell;
    color: #fff
}

.streamline .sl-icon:before {
    width: 20px;
    height: 20px;
    border-width: 10px;
    margin: 0 !important;
    top: 0 !important
}

.sl-item {
    border-color: rgba(120, 130, 140, .13);
    padding-bottom: 1px
}

.sl-item::after {
    display: table;
    clear: both
}

.sl-item:after {
    top: 2px;
    bottom: auto
}

.sl-item.b-l {
    margin-left: -1px
}

.sl-left {
    float: left;
    z-index: 1;
    margin-left: -20px;
    margin-bottom: 24px
}

.sl-author, .sl-footer {
    margin-bottom: 10px
}

.sl-left img {
    max-width: 40px
}

.sl-left + .sl-content {
    margin-left: 36px
}

.sl-content {
    margin-left: 24px;
    padding-bottom: 16px
}

.sl-date {
    font-size: .85em
}

.ui-switch {
    display: inline-block;
    width: 32px;
    height: 18px;
    border-radius: 30px;
    background-color: #6cc788;
    margin: 0
}

.ui-switch i:after, .ui-switch i:before {
    position: absolute;
    background-color: #fff
}

.ui-switch input {
    position: absolute;
    opacity: 0
}

.ui-switch input:checked + i:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 5px;
    border-width: 0;
    border-radius: 5px
}

.ui-switch input:checked + i:after {
    margin-left: 15px
}

.ui-switch i:before {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tl-wrap:before, .ui-switch i:after {
    border-radius: 50%;
    content: ""
}

.ui-switch i:after {
    width: 16px;
    top: 1px;
    bottom: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    -webkit-transition: margin .3s;
    transition: margin .3s
}

.ui-switch-md {
    width: 40px;
    height: 24px
}

.ui-switch-md input:checked + i:after {
    margin-left: 17px
}

.ui-switch-md i:after {
    width: 22px
}

.ui-switch-lg {
    width: 50px;
    height: 30px
}

.ui-switch-lg input:checked + i:after {
    margin-left: 21px
}

.ui-switch-lg i:after {
    width: 28px
}

.timeline {
    margin: 0;
    padding: 0
}

.m-t, .m-y {
    margin-top: 1rem !important
}

.tl-item {
    display: block
}

.tl-item::after {
    content: "";
    display: table;
    clear: both
}

.visible-left {
    display: none
}

.tl-wrap {
    display: block;
    margin-left: 6em;
    padding: 15px 0 15px 20px;
    border-style: solid;
    border-color: rgba(120, 130, 140, .13);
    border-width: 0 0 0 2px
}

.tl-wrap::after {
    content: "";
    display: table;
    clear: both
}

.tl-wrap:before {
    top: 15px;
    margin-left: -26px;
    width: 10px;
    height: 10px;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    background: #f8f8f8;
    box-shadow: 0 0 0 4px #f0f0f0
}

.tl-date {
    top: 10px;
    margin-left: -7.5em;
    display: block;
    width: 4.5em;
    text-align: right
}

.tl-content {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.p-t, .p-y {
    padding-top: 1rem !important
}

.p-b, .p-y {
    padding-bottom: 1rem !important
}

.tl-content.block {
    display: block;
    width: 100%
}

.m-b, .m-y {
    margin-bottom: 1rem !important
}

.tl-header {
    display: block;
    width: 12em;
    text-align: center;
    margin-left: 1px
}

.timeline-center .tl-item {
    margin-left: 50%
}

.timeline-center .tl-item .tl-wrap {
    margin-left: -2px
}

.timeline-center .tl-header {
    width: auto;
    margin-left: -1px
}

.timeline-center .tl-left {
    margin-left: 0;
    margin-right: 50%
}

.timeline-center .tl-left .hidden-left {
    display: none !important
}

.timeline-center .tl-left .visible-left {
    display: inherit
}

.timeline-center .tl-left .tl-wrap {
    float: right;
    margin-right: 0;
    border-left-width: 0;
    border-right-width: 2px;
    padding-left: 0;
    padding-right: 20px
}

.p-l, .p-x {
    padding-left: 1rem !important
}

.p-r, .p-x {
    padding-right: 1rem !important
}

.timeline-center .tl-left .tl-wrap:before {
    float: right;
    margin-left: 0;
    margin-right: -26px
}

.timeline-center .tl-left .tl-date {
    float: right;
    margin-left: 0;
    margin-right: -8.5em;
    text-align: left
}

.md-btn, .w-24, .w-32, .w-40, .w-48, .w-56 {
    text-align: center
}
.white-overlay {
    background-color: rgba(255, 255, 255, .85)
}

.black-overlay {
    background-color: rgba(0, 0, 0, .85)
}

.gd-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.bg-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    background-color: inherit;
    border: inherit
}

.bg-auto.b-l:before {
    margin-left: -1px
}

.m-l, .m-x {
    margin-left: 1rem !important
}

.bg-auto.b-r:before {
    margin-right: -1px
}

.m-r, .m-x {
    margin-right: 1rem !important
}

.no-bg {
    background-color: transparent !important
}

@media (max-width: 767px) {
    .no-bg-xs {
        background-color: transparent
    }
}

.dark .box, .dark .white {
    background-color: #354759
}

.dark.app {
    background-color: #2e3e4e
}

.black .box, .black .white {
    background-color: #313347
}

.black.app {
    background-color: #2a2b3c
}

.grey .box, .grey .white {
    background-color: #4b4b4b
}

.grey.app {
    background-color: #424242
}

.black .form-control, .dark .form-control, .grey .form-control {
    background: 0 0;
    background-color: rgba(255, 255, 255, .1);
    color: inherit
}

.black .form-control:focus, .dark .form-control:focus, .grey .form-control:focus {
    border-color: rgba(255, 255, 255, .125)
}

.black .input-group-btn .btn, .dark .input-group-btn .btn, .grey .input-group-btn .btn {
    background-color: rgba(255, 255, 255, .1) !important;
    color: inherit !important
}

.black .list-group, .dark .list-group, .grey .list-group {
    background-color: transparent
}

.pos-rlt {
    position: relative;
    z-index: 1
}

.pos-abt {
    position: absolute
}

.pos-fix {
    position: fixed !important
}

.pos-stc {
    position: static !important
}

.block {
    display: block
}

.block.hide {
    display: none
}

.pull-none {
    float: none
}

.inline {
    display: inline-block
}

.inline-16 {
    width: 16px;
    height: 16px
}

.inline-24 {
    width: 24px;
    height: 24px
}

.active > .auto .inline, .active > .inline, .none {
    display: none
}

.active > .auto .none, .active > .none {
    display: inline-block
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.clear {
    display: block;
    overflow: hidden
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
.dark-white, .white {
	background: #fff;
}
@media (max-width: 543px) {
    .pos-stc-xs {
        position: static !important
    }
}


@media (max-width: 767px) {
    .pos-stc-sm {
        position: static !important
    }

    .no-border-xs {
        border-width: 0
    }
}

.hover-action {
    display: none
}

.hover-rotate {
    -webkit-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s
}

.hover-anchor:active .hover-action, .hover-anchor:focus .hover-action, .hover-anchor:hover .hover-action {
    display: inherit
}

.h-2x, .h-3x, .h-4x {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.hover-anchor:active .hover-rotate, .hover-anchor:focus .hover-rotate, .hover-anchor:hover .hover-rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hover-top:focus, .hover-top:hover {
    position: relative;
    z-index: 1000
}

.m-a {
    margin: 1rem !important
}

.m-r-lg, .m-x-lg {
    margin-right: 3rem !important
}

.m-l-lg, .m-x-lg {
    margin-left: 3rem !important
}

.m-t-lg, .m-y-lg {
    margin-top: 3rem !important
}

.m-b-lg, .m-y-lg {
    margin-bottom: 3rem !important
}

.m-a-lg {
    margin: 3rem !important
}

.m-r-md, .m-x-md {
    margin-right: 1.5rem !important
}

.m-l-md, .m-x-md {
    margin-left: 1.5rem !important
}

.m-t-md, .m-y-md {
    margin-top: 1.5rem !important
}

.m-b-md, .m-y-md {
    margin-bottom: 1.5rem !important
}

.m-a-md {
    margin: 1.5rem !important
}

.m-r-sm, .m-x-sm {
    margin-right: .5rem !important
}

.m-l-sm, .m-x-sm {
    margin-left: .5rem !important
}

.m-t-sm, .m-y-sm {
    margin-top: .5rem !important
}

.m-b-sm, .m-y-sm {
    margin-bottom: .5rem !important
}

.m-a-sm {
    margin: .5rem !important
}

.m-r-xs, .m-x-xs {
    margin-right: .25rem !important
}

.m-l-xs, .m-x-xs {
    margin-left: .25rem !important
}

.m-t-xs, .m-y-xs {
    margin-top: .25rem !important
}

.m-b-xs, .m-y-xs {
    margin-bottom: .25rem !important
}

.m-a-xs {
    margin: .25rem !important
}

.p-a {
    padding: 1rem !important
}

.p-r-lg, .p-x-lg {
    padding-right: 3rem !important
}

.p-l-lg, .p-x-lg {
    padding-left: 3rem !important
}

.p-t-lg, .p-y-lg {
    padding-top: 3rem !important
}

.p-b-lg, .p-y-lg {
    padding-bottom: 3rem !important
}

.p-a-lg {
    padding: 3rem !important
}

.p-r-md, .p-x-md {
    padding-right: 1.5rem !important
}

.p-l-md, .p-x-md {
    padding-left: 1.5rem !important
}

.p-t-md, .p-y-md {
    padding-top: 1.5rem !important
}

.p-b-md, .p-y-md {
    padding-bottom: 1.5rem !important
}

.p-a-md {
    padding: 1.5rem 1.5rem 1.4rem!important
}

.p-r-sm, .p-x-sm {
    padding-right: .5rem !important
}

.p-l-sm, .p-x-sm {
    padding-left: .5rem !important
}

.p-t-sm, .p-y-sm {
    padding-top: .5rem !important
}

.p-b-sm, .p-y-sm {
    padding-bottom: .5rem !important
}

.p-a-sm {
    padding: .5rem !important
}

.p-r-xs, .p-x-xs {
    padding-right: .25rem !important
}

.p-l-xs, .p-x-xs {
    padding-left: .25rem !important
}

.p-t-xs, .p-y-xs {
    padding-top: .25rem !important
}

.p-b-xs, .p-y-xs {
    padding-bottom: .25rem !important
}

.p-a-xs {
    padding: .25rem !important
}

.padding {
    padding: 1rem 1.1rem;
}

.margin {
    margin-bottom: 1.5rem
}

.padding-out {
    margin: -1.5rem
}

@media (max-width: 991px) {
    .no-border-sm {
        border-width: 0
    }

    .padding {
        padding: 1rem
    }

    .padding-out {
        margin: -1rem
    }

    .box, .box-color, .margin {
        margin-bottom: 1rem
    }
}

@media (max-width: 767px) {
    .padding {
        padding: .5rem
    }

    .padding-out {
        margin: -.5rem
    }

    .box, .box-color, .margin {
        margin-bottom: .5rem
    }

    .no-padding-xs {
        padding: 0
    }
	.btn_space_gap {
		margin-top: 5px;
	}
	.btn_space_web {
		margin-top: 13px;
	}
}
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.scrollable.hover {
    overflow-y: hidden;
    min-height: 400px;
}

.scrollable.hover > * {
    margin-top: -1px
}

.scrollable.hover:active, .scrollable.hover:focus, .scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto
}

.smart .scrollable {
    overflow-y: auto !important
}

.scroll-x, .scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-y: auto
}

.scroll-x {
    overflow-x: auto
}

.h-1x, .h-2x, .h-3x, .h-4x, .md-btn, .md-btn.md-fab, .text-ellipsis {
    overflow: hidden
}

a.primary:hover {
    background-color: #0bb69f
}

a.text-primary:hover {
    color: #0bb69f
}

.text-primary, .text-primary-hover a:hover {
    color: #023575 !important
}

a.warn:hover {
    background-color: #efb700
}

a.text-warn:hover {
    color: #efb700
}

.text-warn, .text-warn-hover a:hover {
    color: #fcc100 !important
}

a.accent:hover {
    background-color: #a180da
}

a.text-accent:hover {
    color: #a180da
}

.text-accent, .text-accent-hover a:hover {
    color: #a88add !important
}

a.success:hover {
    background-color: #63c381
}

a.text-success:hover {
    color: #63c381
}

.text-success, .text-success-hover a:hover {
    color: #6cc788 !important
}

a.info:hover {
    background-color: #5b7dff
}

a.text-info:hover {
    color: #5b7dff
}

.text-info, .text-info-hover a:hover {
    color: #6887ff !important
}

a.warning:hover {
    background-color: #f66e90
}

a.text-warning:hover {
    color: #f66e90
}

.text-warning, .text-warning-hover a:hover {
    color: #f77a99 !important
}

a.danger:hover {
    background-color: #f3384a
}

a.text-danger:hover {
    color: #f3384a
}

.text-danger, .text-danger-hover a:hover {
    color: #f44455 !important
}

a.dark:hover {
    background-color: #293846
}

a.text-dark:hover {
    color: #293846
}

.text-dark, .text-dark-hover a:hover {
    color: #2e3e4e !important
}

a.blue:hover {
    background-color: #1590f2
}

a.text-blue:hover {
    color: #1590f2
}

.text-blue, .text-blue-hover a:hover {
    color: #2196f3 !important
}

.text-white {
    color: #fff !important
}

.text-white-lt {
    color: rgba(255, 255, 255, .54)
}

.text-white-dk {
    color: rgba(255, 255, 255, .87)
}

.text-black {
    color: #000
}

.text-black-lt {
    color: rgba(0, 0, 0, .54)
}

.text-black-dk {
    color: rgba(0, 0, 0, .87)
}

.text-muted {
    color: inherit;
    opacity: .6
}

.text-color {
    color: rgba(0, 0, 0, .87)
}

._100 {
    font-weight: 100
}

._200 {
    font-weight: 200
}

._300 {
    font-weight: 300
}

._400 {
    font-weight: 400
}

._500 {
    font-weight: 500
}

._600 {
    font-weight: 600
}

._700 {
    font-weight: 700
}

._800 {
    font-weight: 800
}

.text {
    font-size: 1rem
}

.text-xs {
    font-size: 12px
}

.text-sm {
    font-size: .8rem
}

.text-md {
    font-size: 15px;
	font-family: 'Roboto Medium';
}

.text-lg {
    font-size: 1.5rem
}

.text-2x {
    font-size: 2em !important;
}

.text-3x {
    font-size: 3em
}

.text-4x {
    font-size: 4em
}

.l-h {
    line-height: 1.5
}

.l-h-1x {
    line-height: 1
}

.l-h-2x {
    line-height: 2em
}

.l-s-1x {
    letter-spacing: 1px
}

.l-s-2x {
    letter-spacing: 2px
}

.l-s-3x {
    letter-spacing: 3px
}

.l-s-4x {
    letter-spacing: 4px
}

.l-s-n-1x {
    letter-spacing: -1px
}

.l-s-n-2x {
    letter-spacing: -2px
}

.l-s-n-3x {
    letter-spacing: -3px
}

.l-s-n-4x {
    letter-spacing: -4px
}

.h-1x {
    height: 1.5
}

.h-2x {
    height: 2.625rem;
    -webkit-line-clamp: 2
}

.h-3x {
    height: 3.9375rem;
    -webkit-line-clamp: 3
}

.h-4x {
    height: 5.25rem;
    -webkit-line-clamp: 4
}

.text-l-t {
    text-decoration: line-through
}

.text-u-l {
    text-decoration: underline
}

.md-btn, .md-btn:hover {
    text-decoration: none
}

.text-ellipsis {
    display: block
}

.md-btn, .md-check, .md-input ~ label, .w-16, .w-20, .w-24, .w-32, .w-48, .w-56, .w-8 {
    display: inline-block
}

.text-shadow {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.w-8 {
    width: 8px;
    height: 8px
}

.w-16 {
    width: 16px;
    height: 16px
}

.w-20 {
    width: 20px;
    height: 20px
}

.w-24 {
    width: 24px;
    height: 24px
}

.w-32 {
    width: 32px;
    height: 32px;
    line-height: 32px;
	margin-top: 17px;
}

.w-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block
}

.w-48 {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.w-56 {
    width: 56px;
    height: 56px;
    line-height: 56px
}

.w-64 {
    width: 64px
}

.w-96 {
    width: 96px
}

.w-128 {
    width: 128px
}

.w-xxs {
    width: 60px
}

.w-xs {
    width: 90px
}

.w-sm {
    width: 120px
}

.w {
    width: 180px
}

.w-md {
    width: 200px
}

.ww-md {
    width: 210px
}

.w-lg {
    width: 240px
}

.w-xl {
    width: 280px
}

.w-xxl {
    width: 320px
}

.w-full {
    width: 100%
}
.login_box_width{
	width: 366px;
}
.w-auto {
    width: auto
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-v {
    height: 100vh
}

.h-v-5 {
    height: 50vh
}
.width230 {
	width: 190px;
}
.width231 {
	width: 210px;
}

@media (max-width: 800px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		min-width: 300px;
	}
	.testimonial_table tr th.width201 {
		min-width: 300px;
	}
	.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
		min-width: 300px;
	}
	.testimonial_table tr th.width231, .testimonial_table tr td.width231 {
		min-width: 210px;
	}
	
}

@media (max-width: 767px) {
    .w-auto-sm {
        width: auto
    }
    .w-full-sm {
        width: 100%
    }
}
@media (max-width: 580px) {
	.w-xxl {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.table-striped tr td:nth-child(1) {
    	padding-left: 6px;
	}
}
@media (max-width: 543px) {

    .w-full-xs {
        width: 100%
    }
	.btn_space_gap {
		margin-top: 13px;
	}
}
@media (max-width: 480px) {
	a.view-all {
		float: none;
		width: 100%;
		margin-top: 7px;
		display: block;
	}
}

.md-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 0;
    border-radius: 3px;
    padding: 6px;
    white-space: nowrap;
    font-weight: 700;
    font-style: inherit;
    font-variant: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1)
}

.md-flat {
    background: 0 0
}

.md-btn.md-flat:not([disabled]):focus, .md-btn.md-flat:not([disabled]):hover {
    background-color: rgba(158, 158, 158, .2)
}

.md-btn-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 2px
}

.md-btn.md-fab[disabled], .md-btn.md-raised[disabled], .md-btn[disabled] {
    color: rgba(0, 0, 0, .26);
    background-color: transparent;
    cursor: not-allowed
}

.md-fab {
    line-height: 44px
}

.md-fab-offset {
    margin-top: -20px;
    margin-bottom: -20px
}

.md-btn.md-cornered {
    border-radius: 0
}

.md-btn.md-icon {
    padding: 0;
    background: 0 0
}

.md-btn.md-raised {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.md-btn.md-fab {
    z-index: 20;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .2s linear;
    transition-property: -webkit-transform, box-shadow;
    transition-property: transform, box-shadow
}

.md-btn.md-fab, .md-btn.md-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.md-btn.md-fab:not([disabled]):focus, .md-btn.md-fab:not([disabled]):hover, .md-btn.md-raised:not([disabled]):focus, .md-btn.md-raised:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)
}

.md-fab-bottom-right {
    top: auto;
    right: 20px;
    bottom: 40px;
    left: auto;
    position: absolute
}

.md-fab-bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: absolute
}

.md-fab-top-left, .md-fab-top-right {
    top: 20px;
    bottom: auto;
    position: absolute
}

.md-fab-top-right {
    right: 20px;
    left: auto
}

.md-fab-top-left {
    right: auto;
    left: 20px
}

.md-btn.md-fab.md-mini {
    width: 40px;
    height: 40px;
    line-height: 28px
}
.md-form-group {
    padding: 18px 0 24px;
    position: relative
}

.md-input {
    background: 0 0;
    position: relative;
    z-index: 5;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(160, 160, 160, .7);
    width: 100%;
    height: 34px;
    padding: 2px;
    color: #55595c;
}
.gap-top {
	margin-top: 19px;
	margin-bottom: -2px;
}
.md-input.focus, .md-input:focus {
    border-color: #023575;
    border-bottom-width: 2px;
    padding-bottom: 1px
}

.md-input.focus ~ label, .md-input:focus ~ label {
    color: #023575;
    opacity: 1;
    top: 0 !important;
     font-size:14px !important;
}


.float-label .md-input.has-value ~ label, .float-label .md-input.ng-dirty ~ label, .md-input ~ label {
    top: 0;
    font-size:14px;
}

.md-input ~ label {
    position: absolute;
    z-index: 0;
    left: 0;
	color: rgba(0, 0, 0, .87);
	font-family: 'Roboto Medium';
	
}

.md-input.disabled, .md-input[disabled] {
    opacity: .5
}

textarea.md-input {
    height: auto
}

.md-input-white.focus, .md-input-white:focus {
    border-color: #fff
}

.md-input-white.focus ~ label, .md-input-white:focus ~ label {
    color: #fff
}

.md-input-msg {
    position: absolute;
    bottom: 0;
    line-height: 24px;
    font-size: .85em
}

.md-check > i, .md-switch i {
    line-height: 1;
    vertical-align: middle
}

.md-input-msg.right {
    right: 0
}

.md-check {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    position: relative;
	margin-right: 15px;
}

.md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem
}

.md-check input:checked + i:before {
    border-width: 0;
    background-color: inherit
}

.md-check input:checked + span .active {
    display: inherit
}

.md-check input[type=radio] + i, .md-check input[type=radio] + i:before {
    border-radius: 50%
}

.md-check input[type=checkbox]:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' '
}
.checkbox {
	margin-top: 6px;
}
.radio {
	margin-top: 6px;
}
.checkbox, .radio {
	margin-bottom: 0px;
}
.md-check input[type=radio]:checked + i:after {
    position: absolute;
    left: 6px;
    top: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: ' '
}

.md-check > i:before, .md-switch i:after, .md-switch i:before {
    content: ""
}

.md-check input[disabled] + i:before, .md-check input[disabled]:checked + i:before, fieldset[disabled] .md-check input + i:before {
    opacity: .5
}

.md-check > i {
    width: 0;
    height: 18px;
    margin-left: -20px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    margin-right: 28px;
    position: relative
}

.md-check > i:before {
    position: absolute;
    width: 18px;
    height: 100%;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.md-check > i.no-icon:after {
    display: none !important
}

.md-switch {
    cursor: pointer;
    padding-left: 36px;
    margin: 0;
    min-height: 20px
}

.md-switch input {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 20px;
    z-index: 1;
    opacity: 0;
    margin-left: -36px
}

.md-switch input:checked + i:before {
    background: inherit;
    opacity: .5
}

.md-switch input:checked + i:after {
    background: inherit;
    left: 16px
}

.md-switch input[disabled] + i:before, fieldset[disabled] .md-switch input + i:before {
    background-color: rgba(0, 0, 0, .12)
}

.md-switch input[disabled] + i:after, fieldset[disabled] .md-switch input + i:after {
    background-color: #bdbdbd
}

.md-switch i {
    width: 0;
    height: 18px;
    margin-left: -36px;
    margin-top: -2px;
    display: inline-block;
    margin-right: 44px;
    position: relative
}

.md-switch i:before {
    left: 1px;
    width: 34px;
    top: 3px;
    height: 14px;
    border-radius: 8px;
    position: absolute;
    background-color: #9e9e9e;
    -webkit-transition: all .2s;
    transition: all .2s
}

.md-switch i:after {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    outline: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-transition: all .2s;
    transition: all .2s
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

[ui-view].ng-leave {
    display: none
}

[ui-view].ng-leave.smooth {
    display: block
}

.smooth.ng-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fade-in-right-big.ng-enter {
    -webkit-animation: fadeInRightBig .5s;
    animation: fadeInRightBig .5s
}

.fade-in-right-big.ng-leave {
    -webkit-animation: fadeOutLeftBig .5s;
    animation: fadeOutLeftBig .5s
}

.fade-in-left-big.ng-enter {
    -webkit-animation: fadeInLeftBig .5s;
    animation: fadeInLeftBig .5s
}

.fade-in-left-big.ng-leave {
    -webkit-animation: fadeOutRightBig .5s;
    animation: fadeOutRightBig .5s
}

.fade-in-up-big.ng-enter {
    -webkit-animation: fadeInUpBig .5s;
    animation: fadeInUpBig .5s
}

.fade-in-up-big.ng-leave {
    -webkit-animation: fadeOutUpBig .5s;
    animation: fadeOutUpBig .5s
}

.fade-in-down-big.ng-enter {
    -webkit-animation: fadeInDownBig .5s;
    animation: fadeInDownBig .5s
}

.fade-in-down-big.ng-leave {
    -webkit-animation: fadeOutDownBig .5s;
    animation: fadeOutDownBig .5s
}

.fade-in.ng-enter {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.fade-in.ng-leave {
    -webkit-animation: fadeOut .5s;
    animation: fadeOut .5s
}

.fade-in-right.ng-enter {
    -webkit-animation: fadeInRight .5s;
    animation: fadeInRight .5s
}

.fade-in-right.ng-leave {
    -webkit-animation: fadeOutLeft .5s;
    animation: fadeOutLeft .5s
}

.fade-in-left.ng-enter {
    -webkit-animation: fadeInLeft .5s;
    animation: fadeInLeft .5s
}

.fade-in-left.ng-leave {
    -webkit-animation: fadeOutRight .5s;
    animation: fadeOutRight .5s
}

.fade-in-up.ng-enter {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}

.fade-in-up.ng-leave {
    -webkit-animation: fadeOutUp .5s;
    animation: fadeOutUp .5s
}

.fade-in-down.ng-enter {
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.fade-in-down.ng-leave {
    -webkit-animation: fadeOutDown .5s;
    animation: fadeOutDown .5s
}

.row_no {
    width: 40px !important;
    height: auto !important;
    min-height: 10px !important;
    line-height: 12px !important;
    font-size: 12px;
    padding: 4px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-right: 10px;
}

.submenu_tree {
    float: left;
    margin-top: -42px;
    margin-left: 15px;
}

.maxHeight320 {
    max-height: 320px !important;
}

.marginTop2 {
    margin-top: 2px !important;
}

.marginBottom5 {
    margin-bottom: 5px !important;
}

.width20 {
    width: 20px !important;
}
.width80 {
    width: 80px !important;
	text-align: center;
}
.table-striped tr td {
	vertical-align: middle;
}
.table-striped tr td:nth-child(1) {
	padding-left: 19px;
}
.width50 {
    width: 50px !important;
}
.modal-popup {
  text-align: center;
  padding: 0!important;
}
.modal-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-title {
	color: #023575;
	font-size: 16px;
	font-weight: bold;
}
.displayNone {
    display: none;
}
.modal-dialog {
    width: 450px;
}
.width200 {
    width: 230px !important;
	min-width: 230px;
}

.width201 {
    width: 255px !important;
	min-width: 160px;
}

.width202 {
    width: 370px; !important;
	min-width: 160px;
}

.width200 {
    width: 400px !important;
	min-width: 200px;
}
.displayNone {
    display: none;
}
.search-example{
    font-family: 'Roboto',arial,sans-serif;
    padding: 15px;
    border: 1px dashed #ddd;
    background: #f9f9f9;
    overflow: hidden;
}
.search-example a{
    color: #1a0cab;
    font-size: 18px;
    display: block;
}
.search-example span{
    color: #006622;
    font-size: 16px;
    display: block;
}
.search-example div{
    color: #363336;
    font-size: small;
    display: block;
}
#action{
    height: 32px;
}
.box {
	margin-bottom: 0px;
}
.search-panel .bootstrap-select, .search-panel .bootstrap-select:not([class*="span"]), .search-panel input.form-control {
	width: 180px;
}
.form-groups {
	margin-bottom: .15rem;
}
.form-inline {
	display: inline-block;
}
.button_status {
	background: transparent;
	border: 0px 0px;
	cursor: pointer;
}
.add_edit_form .btn-primary, .add_edit_form .btn-danger {
	line-height: 0px;
}
.form-box .bootstrap-select {
	display: table;
}
.tooltips {
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #023575;
	z-index: 9991;
}
.tooltips .tooltiptext {
	visibility: hidden;
	min-width: 500px;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	border-radius: 6px;
	padding: 6px 8px 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: -246%;
	margin-left: -60px;
	opacity: 0;
	font-size: 12px;
	transition: opacity 0.3s;
	text-align: justify;
}
.tooltips .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}
.tooltips:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.modal-footer .btn-success {
	line-height: 21px;
}
.modal-footer .btn-sm i {
	margin-left: -3px;
}
.filenew {
	padding: .32rem .75rem;
}
.streamposter {
	width: 130px;
}

@media (max-width: 1700px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		width: 620px;
	}
	.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
		width: 520px;
	}
}
@media (max-width: 1560px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		width: 570px;
	}
	.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
		width: 480px;
	}
}

@media (max-width: 1460px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		width: 570px;
	}
	.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
		width: 400px;
	}
}
@media (max-width: 1380px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		width: 470px;
	}
	.width70 {
		width: 70px;
	}
	.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
		width: 320px;
	}
}


@media (max-width: 1280px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		width: 380px;
	}
	.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
		width: 275px;
	}
}
@media (max-width: 1260px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		width: 380px;
	}
	.testimonial_table tr th.width351, .testimonial_table tr td.width351 {
		width: 275px;
	}
}



@media (max-width: 1200px) {
	.form-control-label, .nav-text, .form-control {
		font-size: 14px;
	}
	.blog_table tr td:nth-child(3), .blog_table tr td:nth-child(4) {
		min-width: 200px;
	}
	.view_page tr td:nth-child(3), .job_table tr td:nth-child(3) {
		min-width: 200px;
	}
	.blog_pages tr td:nth-child(5) {
		min-width: 60px;
	}
	.job_table tr td:nth-child(6) {
		min-width: 100px;
	}
	.view_portfolio_box tr td:nth-child(3), .view_portfolio_box tr td:nth-child(5), .testimonial_table tr td:nth-child(5) {
		min-width: 200px;
	}
	.width231 {
		width: 212px;
		min-width: 212px;
	}
}

@media (max-width: 1120px) {
	.testimonial_table tr th.width350, .testimonial_table tr td.width350 {
		width: 300px;
	}
}


@media (max-width: 991px) {
	.box {
		margin-bottom: 0px;
	}
	.navbar-item i.fa-bars {
		font-size: 20px;
		top: 4px;
		position: relative;
		padding: 0px 15px;
		margin-left: -15px;
	}
}
@media (max-width: 1080px) {
	.search-panel .bootstrap-select, .search-panel .bootstrap-select:not([class*="span"]), .search-panel input.form-control {
		width: 130px;
	}
}
@media (max-width: 768px) {
	.form-inline .button_box {
		display: block;
		margin-top: 5px;
	}
	.bootstrap-select, .bootstrap-select:not([class*="span"]) {
		width: 100%;
	}
	.form-inline, .form-inline label, .form-inline .form-control, .form-inline .form-group {
    	display: block;
	}
	.search-panel input.form-control {
		width: 100%;
	}
	.app-header.navbar-md ~ .app-body {
		padding-top: 4rem;
		padding-bottom: 24px;
	}
	table .form-inline {
		display: inline-block;
	}
	.search-panel .btn {
		margin: 0px 4px 0px 0px;
	}
	.search-panel .bootstrap-select, .search-panel .bootstrap-select:not([class*="span"]), .search-panel input.form-control {
		width: 100%;
		margin-bottom: 8px;
	}
	.form-group {
    	margin-bottom: .5rem;
	}
	.input_smallbox {
		width: 100%;
	}
	.testimonial_table thead tr th.width201 {
		min-width: 300px;
	}
	.testimonial_table thead tr th.width202 {
		min-width: 390px;
	}
}
@media (max-width: 580px) {
	.bootstrap-select, .bootstrap-select:not([class*="span"]) {
		width: 100% !important;
	}
	.search-panel .bootstrap-select, .search-panel .bootstrap-select:not([class*="span"]), .search-panel input.form-control {
		width: 100%;
	}
	.form-inline .form-group {
		display: block;
	}
	#back-to-top {
		bottom: 45px;
	}
	.box-header.dker {
		display: table;
		width: 100%;
	}
	.box-header h3 {
		margin-bottom: 5px;
	}
	table tr td:nth-child(5) {
		min-width: 200px;
	}
	.login-box {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		transform: translate(-0%, -0%);
		-webkit-transform: translate(-0%, -0%);
		-moz-transform: translate(-0%, -0%);
		-o-transform: translate(-0%, -0%);
	}
	.login_banner .app-footer {
		position: relative;
	}
	.copyright_center_login {
		padding-left: 10px;
		padding-right: 10px;
	}
	.welcome_box {
		height: 420px;
		display: table;
		width: 100%;
	}
	.modal-dialog {
		width: 96%;
		vertical-align: top;
		margin-top: 20%;
	}
	.modal-popup:before {
	  content: unset;
	  display: block;
	  height: 100%;
	  vertical-align: top;
	  margin-right: 0px; /* Adjusts for spacing */
	}
	.welcome_box h5.h5_line_height {
		line-height: 26px;
		display: table-cell;
		vertical-align: middle;
	}
	.app-header.navbar-md ~ .app-body {
		padding-bottom: 40px;
		min-height: 500px;
	}
	.inline_table, .nav-link {
		display: table;
		width: 100%;
	}
	ul.nav-md {
		border-bottom: 1px transparent solid;
	}
	ul.nav-md li {
		border-bottom: 1px #ddd solid;
	}
}
@media (max-width: 380px) {
	.bootstrap-select, .bootstrap-select:not([class*="span"]) {
		width: 100% !important;
	}
	.copyright_text {
		display: block;
		padding: 0px 20px;
		text-align: center;
		bottom: 0px;
		position: relative;
	}
	#back-to-top {
		float: right;
	}
	#back-to-top i {
    	top: -9px;
		z-index: 9999;
	}
	.text-image {
		display: block;
	}
	.colorpicker-component {
		width: 270px !important;
	}
}
.cla_star{
	color:red;
	font-weight:bold;
}
span.form_error {
	color: #ff0000;
	font-size: 13px;
	list-style: outside none none;
	margin: 0;
	float: left;
	padding: 0;
	font-family: 'Lato-Regular';
}
div.form_error {
	color: #ff0000;
	font-family: "Avenir-Light";        
}


/** Start of add edit stream link **/

.stream_urlink a {
	color: #023575;
	text-decoration: underline;
	
}
#stream_popupbox {
	 pointer-events: none;
}
#animate {
	pointer-events: auto;
}
.details_poster img {
	width: 130px;
	height: 157px;
	display: block;
	margin-bottom: 6px;
	border: 1px #ddd solid;
	background:#ddd;
}
.text-muted-top {
	top: 0px;
}
.diff_color {
	color: #787979;
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none; 
            user-select: none;
}

/** Start of toggle switch **/
.switch_box {
	width: 42px;
	height: 22px;
	vertical-align: middle;
	display: table;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
	margin-bottom: 0px;
}
.switch-light {
	display: block;
	margin-bottom: 0px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
}

.slider.round:before {
  border-radius: 50%;
}
.view_all_contend2 {
	color: #023575;
	font-weight:bold;
}
.testimonial_table tr td.featured_other {
	background: #fef6f6;
}


.pagination {   
    display: inline-block;   
}   
.pagination a {   
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #cbcbcb;
    border-radius: 5px;  
}   
.pagination a.active {   
        background-color: #e1e0e1;   
}   
.pagination a:hover:not(.active) {   
    background-color: skyblue;   
}

.otherSteps{   
    background-color: #a9caf3; 
    padding:5px;
   
    color: black;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    border-bottom: double 3px #023575;
}

.currentStep{   
    background-color: #023575; 
    padding:5px; 
    color: white;
    font-weight: bold; 
    text-align: center;
    font-size: 16px;
    border-bottom: double 3px #023575;
}

.steps{   
   
}