body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
   margin-right: 0;
}

.modal {
  overflow-y: auto;
}

.nav-tabs>li {
	margin-bottom: -2px;
	white-space: nowrap;
}

.menu-min > nav > ul > li > a > span {
	display: none;
}
.menu-min > .navbar-minimal > .navbar-menu > li > a {
	padding: 16px 0 0 0;
	margin-left: -6px
}
.menu-min > .navbar-minimal > .navbar-menu > li > a:hover {
	color: #fff;
	background-color: transparent;
}

@-moz-document url-prefix() { 
	.menu-min > .logo-group > li > img {
		width: 32px
	}
}

.sidebar-collapse {
	border-bottom: 0;
	background-color: transparent;
	text-align: center;
	padding: 3px 0;
	position: relative;
}

#not_success_charge .modal-dialog {
	width: 660px
}

@media (max-width:993px) {
	.site-info {
		display: none;
	}
	.login-layout {
		background: #ecf0f1
	}
}

.main-container {
	margin-top: 58px
}

.login-container {
	width:100%
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  background: #E0E0E0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.widget.pink-1 {
    color: #333;
    background-color: #F57A82;
}
.widget.lightblue-1 {
    background-color: #abb7b7;
    color: #fff;
}
.widget.darkblue-1 {
    background-color: #4A525F;
    color: #FFF;
}
.widget.green-1 {
    background-color: #68C39F;
    color: #FFF;
}
.widget {
    position: relative;
    color: #5B5B5B;
    margin-bottom: 20px;
    border-radius: 2px;
    background: none repeat scroll 0px 0px #FFF;
}
.fadeInDown {
    animation-name: fadeInDown;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.widget-content.padding {
    padding: 15px;
}
.widget-content {
    border-radius: 0px 0px 2px 2px;
}
.widget-header, .widget-content {
    display: block;
    width: 100%;
    clear: both;
}
.widget .widget-icon {
    font-size: 50px;
    position: absolute;
    right: 4%;
    top: 10px;
    color: #FFF;
}
.widget .text-box .maindata {
    font-size: 11px;
    color: #FFF;
}
.widget .text-box h2 {
    font-weight: 300;
    font-size: 32px;
    color: #FFF;
}
.widget .widget-footer {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);
    padding: 4px 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.898);
    border-radius: 0px 0px 2px 2px;
    overflow: hidden;
}
.widget .widget-footer .rel-change {
    font-size: 14px;
    color: #FFF;
    margin-right: 7px;
}

.title-box {
	padding: 10px;
	color: #000
}

.link-effect a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #596574;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}

.link-effect a:hover,
.link-effect a:focus {
	outline: none;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '{';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: '}';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}



.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-minimal {
	width: 60px;		
	min-height: 60px;
	max-height: 100%;
	border-width: 0px;
	z-index: 1000;
}

.navbar-minimal > .navbar-menu {
	top: -1000px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 50;
}
.navbar-minimal > .navbar-menu > li {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	height: 54px;
}
.navbar-minimal > .navbar-menu > li > a {
	position: relative;
	display: inline-block;
	color: #000;
	padding: 16px;
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid rgb(81, 81, 81);
	width: 100%;
	text-decoration: none;
	margin: 0px;
}

.navbar-minimal > .navbar-menu > li > a > span {
	font-weight: bold
}

.navbar-minimal > .navbar-menu > li > a > img {
	width: 28px
}

.navbar-minimal > .navbar-menu > li > a:last-child {
	border-bottom-width: 0px;
}
.navbar-minimal > .navbar-menu > li > a:hover {
	color: #fff;
	background-color: rgb(158, 202, 59);
}
.navbar-minimal > .navbar-menu > li > a > .glyphicon {
	float: right;
}

.navbar-minimal.open {
	width: 100%;
}

.navbar-minimal.open > .navbar-toggler > span {
	background-position: 0 -16px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.navbar-minimal.open > .navbar-menu {
	top: 0px;
	width: 100%;
	min-height: 100%;
}

.logo-group {
	position: absolute;
	bottom: 0;
	left: 0
}

.logo-group > li > img {
	width: 64px
}

#form-field-province {padding-left: 0;}