body{
color: #000;
font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
}
#main{
	min-height: 675px;
	margin-top: 3px;
	margin-bottom: 40px;
}
p, .card{
font-family: Poppins,Helvetica,sans-serif;
padding: 0;
margin: 0;
}
p{
font-size: 12px;
}
h1, h2, h3, h4, h5, h6{
font-family: OpenSans,Arial,sans-serif;
margin: 0 0 20px 0;
padding: 0;
}
.alert{
margin-bottom: .1rem;
margin-top: .3rem;
padding: .15rem 1.25rem;
}
thead th{text-transform: uppercase;} 
.table thead th{vertical-align:middle;}
.alert .close{
float: right;
font-size: 16px;
font-weight: 300;
color: #FFF;
text-shadow: none;
opacity: 1;
}
.alert{
font-size: 11px;
text-transform:uppercase;
}
.nav-tabs{
	font-size: 10px;
	text-transform:uppercase;
}
.nav-link {
    padding: .3rem 1rem;
}
.nav-tabs > li > .nav-link > .fa{
	font-size: 2.8em;
	text-align:center;
	display: block
}
/* Back to top button */
.back-to-top{
position: fixed;
display: none;
padding: 6px 12px 9px 12px;
font-size: 16px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
border-radius: 50%
}
.bx{
font: normal normal normal 14px/1 boxicons;
}
label, .help-block{font-size: .8rem}
.modal-header{padding: .5rem 1rem}
h5.modal-title{font-size:1rem}
@media (max-width: 768px){
 label, .help-block{font-size: .75rem}
.figure-caption{ font-size: 75%;
 }
}
.back-to-top:focus{
background: #50d8af;
color: #fff;
outline: none;
}
.back-to-top:hover{
background: #0c2e8a;
color: #fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro{
width: 100%;
height: 60vh;
position: relative;
background: url("../img/intro-carousel/1.jpg") no-repeat;
background-size: cover;
padding: 0;
}
#intro .intro-content{
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
#intro .intro-content h2{
color: #0c2e8a;
margin-bottom: 30px;
font-size: 64px;
font-weight: 700;
}
#intro .intro-content h2 span{
color: #50d8af;
text-decoration: underline;
}
@media (max-width: 767px){
#intro .intro-content h2{
font-size: 34px;
}
}
#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects{
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
display: inline-block;
padding: 10px 32px;
border-radius: 2px;
transition: 0.5s;
margin: 10px;
color: #fff;
}
#intro .intro-content .btn-get-started{
background: #0c2e8a;
border: 2px solid #0c2e8a;
}
#intro .intro-content .btn-get-started:hover{
background: none;
color: #0c2e8a;
}
#intro .intro-content .btn-projects{
background: #50d8af;
border: 2px solid #50d8af;
}
#intro .intro-content .btn-projects:hover{
background: none;
color: #50d8af;
}
#intro #intro-carousel{
z-index: 8;
}
#intro #intro-carousel::before{
content: '';
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 7;
}
#intro #intro-carousel .item{
width: 100%;
height: 60vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition-property: opacity;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section{
overflow: hidden;
padding: 10px 0px;
}
/* Sections Header
--------------------------------*/
.section-header{
margin-bottom: 5px;
}
.section-header h2{
font-size: 1.15rem;
font-weight: 500;
position: relative;
padding-bottom: 5px;
border-bottom: 1px solid;
text-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}
.section-header h2 i{
font-size: 23px;
vertical-align:middle;
}
.section-header h2::before{
content: '';
position: absolute;
display: block;
width: 80px;
height: 2px;
bottom: 0;
left: 0;
}
.section-header p{
padding: 0;
margin: 0;
}
@media (max-width: 768px){
.section-header h2{
font-size: 12px;
}
}
/*--------------------------------------------------------------# Breadcrumbs --------------------------------------------------------------*/
.breadcrumbs{
padding: 3px 0;
margin-top: 10px;
}
.breadcrumbs h2{
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
}
@media (max-width: 992px){
.breadcrumbs{
line-height: 1.2em;
font-size: 10px;
}
.breadcrumbs h2{
margin: 0;
font-size: 11px;
}
}
.breadcrumbs ol{
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 12px;
}
.breadcrumbs ol li + li{
padding-left: 5px;
}
.breadcrumbs ol li + li::before{
display: inline-block;
padding-right: 5px;
content: "\f101"; 
font-family: FontAwesome;
}
@media (max-width: 768px){
.breadcrumbs .d-flex{
display: block !important;
}
.breadcrumbs ol{
display: block;
}
.breadcrumbs ol li{
display: inline-block;
}
}
/* About Section
--------------------------------*/
#about{
padding: 60px 0 30px 0;
}
#about .about-img{
overflow: hidden;
}
#about .about-img img{
margin-left: -15px;
max-width: 100%;
}
@media (max-width: 768px){
#about .about-img{
height: auto;
}
#about .about-img img{
margin-left: 0;
padding-bottom: 30px;
}
}
#about .content h2{
color: #0c2e8a;
font-weight: 700;
font-size: 36px;
font-family: "Raleway", sans-serif;
}
#about .content h3{
color: #555;
font-weight: 300;
font-size: 18px;
line-height: 26px;
font-style: italic;
}
#about .content p{
line-height: 26px;
}
#about .content p:last-child{
margin-bottom: 0;
}
#about .content i{
font-size: 20px;
padding-right: 4px;
color: #50d8af;
}
#about .content ul{
list-style: none;
padding: 0;
}
#about .content ul li{
padding-bottom: 10px;
}
/* Services Section
--------------------------------*/
#services{
padding: 10px 0 0 0;
}
#services .box{
padding: 15px;
margin-bottom: 40px;
-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
background: #fff;
transition: 0.4s;
}
#services .box:hover{
box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
}
#services .box .icon{
float: left;
}
#services .box .icon i{
color: #444;
font-size: 64px;
transition: 0.5s;
line-height: 0;
margin-top: 34px;
}
#services .box .icon i:before{
background: #0c2e8a;
background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#services .box h4{
margin-left: 100px;
font-weight: 600;
margin-bottom: 15px;
font-size: 14px;
}
#services .box h4 a{
color: #444;
}
#services p{
font-size: 14px;
}
#services .box p{
margin-left: 100px;
margin-bottom: 0;
}
@media (max-width: 767px){
#services .box{
padding: 10px 5px;
}
#services .box .box{
margin-bottom: 20px;
}
#services .box .icon{
float: none;
text-align: center;
padding-bottom: 15px;
}
#services .box h4, #services .box p{
margin-left: 0;
text-align: center;
}
#services p{
font-size: 12px;
}
}
/* Clients Section
--------------------------------*/
#clients{
padding: 30px 0;
}
#clients img{
max-width: 100%;
opacity: 0.5;
transition: 0.3s;
padding: 15px 0;
}
#clients img:hover{
opacity: 1;
}
#clients .owl-nav, #clients .owl-dots{
margin-top: 5px;
text-align: center;
}
#clients .owl-dot{
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#clients .owl-dot.active{
background-color: #50d8af;
}
/* Our Portfolio Section
--------------------------------*/
#portfolio{
background: #fff;
padding: 30px 0;
}
#portfolio #portfolio-flters{
padding: 0;
margin: 0 auto 25px auto;
list-style: none;
text-align: center;
border-radius: 50px;
}
#portfolio #portfolio-flters li{
cursor: pointer;
display: inline-block;
padding: 10px 18px 12px 18px;
font-size: 14px;
font-weight: 500;
line-height: 1;
color: #444;
margin: 0 3px 10px 3px;
transition: all ease-in-out 0.3s;
background: #f7f7f7;
border-radius: 4px;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active{
color: #fff;
background: #50d8af;
}
#portfolio #portfolio-flters li:last-child{
margin-right: 0;
}
#portfolio .portfolio-item{
margin-bottom: 30px;
overflow: hidden;
}
#portfolio .portfolio-item img{
position: relative;
top: 0;
transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.owl-carousel .owl-item img {
background-size:cover;
}
#portfolio .portfolio-item .portfolio-info{
opacity: 0;
position: absolute;
left: 15px;
right: 15px;
bottom: -50px;
z-index: 3;
transition: all ease-in-out 0.3s;
background: #50d8af;
padding: 15px 20px;
}
#portfolio .portfolio-item .portfolio-info h4{
font-size: 18px;
color: #fff;
font-weight: 600;
}
#portfolio .portfolio-item .portfolio-info p{
color: #fff;
font-size: 14px;
margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link{
position: absolute;
right: 50px;
font-size: 24px;
top: calc(50% - 18px);
color: rgba(255, 255, 255, 0.6);
transition: ease-in-out 0.3s;
}
#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover{
color: #fff;
}
#portfolio .portfolio-item .portfolio-info .details-link{
right: 15px;
}
#portfolio .portfolio-item:hover img{
top: -30px;
}
#portfolio .portfolio-item:hover .portfolio-info{
opacity: 1;
bottom: 0;
}
/*-----------------------------------------------------------# Portfolio Details --------------------------------------------------------------*/
.portfolio-details{
padding-top: 2px;
}
.portfolio-details .portfolio-details-container{
position: relative;
}
.portfolio-details .portfolio-details-carousel{
position: relative;
z-index: 1;
}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots{
margin-top: 5px;
text-align: left;
}
.portfolio-details .portfolio-details-carousel .owl-dot{
display: inline-block;
margin: 0 10px 0 0;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active{
background-color: #50d8af !important;
}
.portfolio-details .portfolio-info{
padding: 30px;
position: absolute;
right: 0;
bottom: -70px;
background: #fff;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
z-index: 2;
}
.portfolio-details .portfolio-info h3{
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul{
list-style: none;
padding: 0;
font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li{
margin-top: 10px;
}
.portfolio-details .portfolio-description{
padding-top: 50px;
}
.portfolio-details .portfolio-description h2{
width: 50%;
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}
.portfolio-details .portfolio-description p{
padding: 0 0 0 0;
}
@media (max-width: 768px){
.portfolio-details .portfolio-description h2{
width: 100%;
}
.portfolio-details .portfolio-info{
position: static;
margin-top: 30px;
}
.portfolio-details-carousel .img-fluid{
	min-height: 220px;
}
}
/* Testimonials Section --------------------------------*/
#testimonials{
padding: 0;
}
#testimonials .testimonial-item{
box-sizing: content-box;
padding: 0 0 0 10px;
margin: 10px 0px;
}
#testimonials .testimonial-item p{
	font-size: 13px;
}
#testimonials .testimonial-item .testimonial-img{
width: 130px;	
height: 100px;
border-radius: 2%;
border: 4px solid #fff;
margin: 0 auto;
}
@media (max-width: 767px){
#testimonials .testimonial-item{
	padding: 0;
}
#testimonials .testimonial-item a, #testimonials .testimonial-item h6, #testimonials .testimonial-item p{
	font-size: 12px;
	line-height: 16px;
}
}
#testimonials .owl-nav, #testimonials .owl-dots{
margin-top: 5px;
text-align: center;
}
#testimonials .owl-dot{
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#testimonials .owl-dot.active{
background-color: #50d8af;
}
/* Call To Action Section
--------------------------------*/
#call-to-action{
background: #081e5b;
background-size: cover;
padding: 40px 0;
}
#call-to-action .cta-title{
color: #fff;
font-size: 28px;
font-weight: 700;
}
#call-to-action .cta-text{
color: #fff;
}
@media (min-width: 769px){
#call-to-action .cta-btn-container{
display: flex;
align-items: center;
justify-content: flex-end;
}
}
#call-to-action .cta-btn{
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 26px;
border-radius: 3px;
transition: 0.5s;
margin: 10px;
border: 3px solid #fff;
color: #fff;
}
#call-to-action .cta-btn:hover{
background: #50d8af;
border: 3px solid #50d8af;
}
/* Our Team Section
--------------------------------*/
#team{
background: #fff;
padding: 30px 0 0 0;
}
#team .member{
text-align: center;
margin-bottom: 20px;
}
#team .member .pic{
overflow: hidden;
text-align: center;
}
#team .member .pic img{
max-width: 100%;
}
#team .member .details{
background: #50d8af;
color: #fff;
padding: 15px;
border-radius: 0 0 3px 3px;
}
#team .member h4{
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
}
#team .member span{
font-style: italic;
display: block;
font-size: 13px;
}
#team .member .social{
margin-top: 5px;
}
#team .member .social a{
color: #fff;
}
#team .member .social i{
font-size: 16px;
margin: 0 2px;
}
/* Contact Section
--------------------------------*/
#contact{
padding: 30px 0;
}
#contact .contact-info{
margin-bottom: 20px;
text-align: center;
}
#contact .contact-info i{
font-size: 48px;
display: inline-block;
margin-bottom: 10px;
color: #50d8af;
}
#contact .contact-info address, #contact .contact-info p{
margin-bottom: 0;
color: #000;
}
#contact .contact-info h3{
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
text-transform: uppercase;
color: #999;
}
#contact .contact-info a{
color: #000;
}
#contact .contact-info a:hover{
color: #50d8af;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email{
margin-bottom: 20px;
}
@media (min-width: 768px){
#contact .contact-address, #contact .contact-phone, #contact .contact-email{
padding: 20px 0;
}
}
@media (min-width: 768px){
#contact .contact-phone{
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
}
#contact #google-map{
height: 290px;
margin-bottom: 20px;
}
@media (max-width: 576px){
#contact #google-map{
margin-top: 20px;
}
}
#contact .php-email-form .validate{
display: none;
color: red;
margin: 0 0 15px 0;
font-weight: 400;
font-size: 13px;
}
#contact .php-email-form .error-message{
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
#contact .php-email-form .error-message br + br{
margin-top: 25px;
}
#contact .php-email-form .sent-message{
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
#contact .php-email-form .loading{
display: none;
background: #fff;
text-align: center;
padding: 15px;
}
#contact .php-email-form .loading:before{
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea{
padding: 10px 14px;
border-radius: 0;
box-shadow: none;
font-size: 15px;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus{
background-color: #50d8af;
}
#contact .php-email-form button[type="submit"]{
background: #50d8af;
border: 0;
border-radius: 3px;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
cursor: pointer;
}
#contact .php-email-form button[type="submit"]:hover{
background: #2dc899;
}
@-webkit-keyframes animate-loading{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
@keyframes animate-loading{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
/*--------------------------------------------------------------# Footer--------------------------------------------------------------*/
#footer{
margin: 0;
font-size: 12px;
padding: 20px 0;
box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
}
.list-normal { padding-left:0; display: block;}  .list-normal li {list-style:none; display: inline-block; margin: 0 10px; font-size:20px;}  .list-normal li a{color:#FFF;}
.list-inline>li:last-child { padding-right:0}
.dataTables_wrapper{position: relative; clear: both; zoom: 1; display:block; overflow-x:auto; -webkit-overflow-scrolling:touch}
.dataTables_wrapper>.table-bordered{border:0}.dataTables_wrapper .dataTables_length{ float: left;}.dataTables_wrapper .dataTables_filter{ float: right; text-align: right;}.dataTables_wrapper .dataTables_filter input{ margin-left: 0.5em;}.dataTables_wrapper .dataTables_info{ clear: both; float: left; padding-top: 0.755em;}.dataTables_wrapper .dataTables_paginate{ float: right; text-align: right; padding-top: 0.25em;} .dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing: border-box; display: inline-block; min-width: 1.5em; padding: 0.5em 1em; margin-left: 2px; text-align: center; text-decoration: none !important; cursor: pointer; *cursor: hand; color: #333 !important; border: 1px solid transparent; border-radius: 2px;} .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ color: #333 !important; border: 1px solid #979797; background-color: white; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc)); background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%); background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%); background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%); background: -o-linear-gradient(top, white 0%, #dcdcdc 100%); background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);} .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{ cursor: default; color: #666 !important; border: 1px solid transparent; background: transparent; box-shadow: none;}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{ color: white !important; border: 1px solid #111; background-color: #585858; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); background: -webkit-linear-gradient(top, #585858 0%, #111 100%); background: -moz-linear-gradient(top, #585858 0%, #111 100%); background: -ms-linear-gradient(top, #585858 0%, #111 100%);background: -o-linear-gradient(top, #585858 0%, #111 100%); background: linear-gradient(to bottom, #585858 0%, #111 100%);}.dataTables_wrapper .dataTables_paginate .paginate_button:active{ outline: none; background-color: #2b2b2b; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); box-shadow: inset 0 0 3px #111;}.dataTables_wrapper .dataTables_paginate .ellipsis{ padding: 0 1em;}.dataTables_wrapper .dataTables_processing{position: absolute; top: 50%;left: 50%; width: 100%; height: 40px; margin-left: -50%; margin-top: -25px; padding-top: 20px; text-align: center; font-size: 1.2em; background-color: white; background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color: #333;}.dataTables_wrapper .dataTables_scroll{clear: both;} .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{margin-top: -1px; -webkit-overflow-scrolling: touch;} .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td{vertical-align: middle;} .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing{ height: 0; overflow: hidden; margin: 0 !important; padding: 0 !important; } .dataTables_wrapper.no-footer .dataTables_scrollBody{ border-bottom: 1px solid #111;} .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table{ border-bottom: none;}.dataTables_wrapper:after{ visibility: hidden; display: block; content: ""; clear: both; height: 0;} input,select,.form-control,.custom-file-label{outline: 0; box-shadow: none; border: none; border-bottom: 1px solid #ced4da; border-radius: 0; padding: .2rem .3rem;} label{ margin-bottom: .1rem;} .has-error{ color:#FF8080;} .has-error .form-control{ border-color: #F00;}.form-control, .ui-menu .ui-menu-item{ font-size: .85rem; padding-left: 5px;}.btn{ font-size: .85rem; padding: .35rem .35rem; line-height: 1.2rem;} .btn-xs{ padding: 0.1rem 0.2rem 0.1rem 0.2rem; font-size: 1.1rem !important; line-height: 1.2rem; border: 0;} .dataTables_length select{width:50px;height:25px;padding:2px 3px}.dataTables_filter input[type=search],.dataTables_filter input[type=text]{width:125px;height:18px;line-height:18px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:4px 6px}.dataTables_info{font-size:12px}.dataTables_paginate .pagination{margin:0 12px}.dataTables_wrapper label{display:inline-block;font-size:13px}.dataTables_wrapper input[type=search],.dataTables_wrapper input[type=text],.dataTables_wrapper select{margin-bottom:0!important;margin:0 4px}div.dataTables_scrollBody table,div.dataTables_scrollFoot table{margin-top:0!important;border-top:none}.dataTables_wrapper .row{margin:0!important}.dataTables_wrapper .row:first-child{padding-top:12px;padding-bottom:12px;background-color:#EFF3F8} .table td, .table th{ padding: .4rem;}.previous, .next{ border: none;}.form-row .btn:hover{ animation-name:tada; animation-duration: 3s; animation-fill-mode:both;} .input:focus,select:focus, .form-control:focus{ border: none; box-shadow: 0 0 0 0 #0d47a1; border-bottom: 2px solid #0d47a1;}.form-control:disabled, .form-control[readonly]{ background-color: rgba(96, 125, 139, 0.06) ; border-bottom: none;}.table-nota td{ padding: .1rem;} .table-nota td h5{ margin-bottom: 0; font-size: 1.1rem;}.form-group{ margin-bottom: .7rem;} @media print{ #header, .breadcrumb, .card-header, #footer,.nav{ display:none; } hr{ border-color:#000; } .table-bordered td, .table-bordered th{border: 1px solid #000 !important; } thead th{ text-align:center; color: #000;}thead{background: none; border-bottom: none !important;}.tooltip,#no-print{ display:none; } .table-responsive{ overflow: hidden !important; } #afi_filter,#afi_length,#afi_paginate,.dataTables_wrapper .dataTables_info{ display:none; } a{ color:#000; border:none; text-decoration:none !important; } .hidden{display:block;} .breadcrumbs{display: none;}} .form-control::placeholder{ color: #999; opacity: 1;} .custom-file-label{ width: auto; margin: 0 15px;} .btn{box-shadow: inset 0 0 2px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.3); transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.bd-callout{padding:0;margin:1.25rem 0;border:1px outset #eee;border-left-width:.25rem;border-radius:.25rem}.bd-callout h4{margin-top:0;margin-bottom:.25rem}.bd-callout p:last-child{margin-bottom:0}.bd-callout code{border-radius:.25rem}.bd-callout-info{border-left-color:#5bc0de}.bd-callout-info h4{color:#5bc0de}.bd-callout-warning{border-left-color:#f0ad4e}.bd-callout-warning h4{color:#f0ad4e}.bd-callout-danger{border-left-color:#ff3547;}.bd-callout-danger h4{color:#d9534f}
.btn-round{
width: 2rem;
height: 2rem;
line-height: 2rem;
border-radius: 50%;
padding: 0;
background: #dee2e6;
display: flex;
align-items: center;
justify-content: center; 
}
.btn-round.btn-primary{
background: #007bff; 
}
.btn-round.btn-primary i.bx{
color: #fff;
}
.btn-round.btn-primary:hover{
background: #0062cc;
}
.btn-round i.bx{
font-size: 1rem;
color: #6c757d;
}
.btn-round:hover{
background: #cfd5db;
}
.btn-round.btn-lg, .btn-group-lg > .btn-round.btn{
width: 4rem;
height: 4rem;
}
.btn-round.btn-lg i.bx, .btn-group-lg > .btn-round.btn i.bx{
font-size: 3rem;
}
@media (max-width: 768px){
.btn-round.btn-lg, .btn-group-lg > .btn-round.btn{
width: 3rem;
height: 3rem;
}
.btn-round.btn-lg i.bx, .btn-group-lg > .btn-round.btn i.bx{
font-size: 2rem;
}
}
.btn-floating{
font-size: 2rem;
max-height: 5rem;
position: fixed;
z-index: 1030;
bottom: 30%;
left: 1rem; }
h6{
	font-size:14px;
}

@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}button.dt-button,div.dt-button,a.dt-button,input.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:0.333em;margin-bottom:0.333em;padding:.3em .5em;border:1px solid rgba(0,0,0,0.3);border-radius:2px;cursor:pointer;font-size:0.75em;line-height:1.6em;color:black;white-space:nowrap;overflow:hidden;background-color:rgba(0,0,0,0.1);background:-webkit-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-moz-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-ms-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-o-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);background:linear-gradient(to bottom, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(230, 230, 230, 0.1)', EndColorStr='rgba(0, 0, 0, 0.1)');-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none;text-overflow:ellipsis}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled,input.dt-button.disabled{cursor:default;opacity:0.4}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled),input.dt-button:active:not(.disabled),input.dt-button.active:not(.disabled){background-color:rgba(0,0,0,0.1);background:-webkit-linear-gradient(top, rgba(179,179,179,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-moz-linear-gradient(top, rgba(179,179,179,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-ms-linear-gradient(top, rgba(179,179,179,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-o-linear-gradient(top, rgba(179,179,179,0.1) 0%, rgba(0,0,0,0.1) 100%);background:linear-gradient(to bottom, rgba(179,179,179,0.1) 0%, rgba(0,0,0,0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(179, 179, 179, 0.1)', EndColorStr='rgba(0, 0, 0, 0.1)');box-shadow:inset 1px 1px 3px #999999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled),input.dt-button:active:not(.disabled):hover:not(.disabled),input.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999999;background-color:rgba(0,0,0,0.1);background:-webkit-linear-gradient(top, rgba(128,128,128,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-moz-linear-gradient(top, rgba(128,128,128,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-ms-linear-gradient(top, rgba(128,128,128,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-o-linear-gradient(top, rgba(128,128,128,0.1) 0%, rgba(0,0,0,0.1) 100%);background:linear-gradient(to bottom, rgba(128,128,128,0.1) 0%, rgba(0,0,0,0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(128, 128, 128, 0.1)', EndColorStr='rgba(0, 0, 0, 0.1)')}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover,input.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled),input.dt-button:hover:not(.disabled){border:1px solid #666;background-color:rgba(0,0,0,0.1);background:-webkit-linear-gradient(top, rgba(153,153,153,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-moz-linear-gradient(top, rgba(153,153,153,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-ms-linear-gradient(top, rgba(153,153,153,0.1) 0%, rgba(0,0,0,0.1) 100%);background:-o-linear-gradient(top, rgba(153,153,153,0.1) 0%, rgba(0,0,0,0.1) 100%);background:linear-gradient(to bottom, rgba(153,153,153,0.1) 0%, rgba(0,0,0,0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(153, 153, 153, 0.1)', EndColorStr='rgba(0, 0, 0, 0.1)')}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled),input.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background:-webkit-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-moz-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-ms-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-o-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d1e2f7', EndColorStr='#79ace9')}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dataTables_layout_cell div.dt-buttons{float:none}div.dataTables_layout_cell div.dt-buttons.buttons-right{float:none}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.3);box-sizing:border-box}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;width:100%;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>:last-child{display:block !important;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}button.dt-button.processing,div.dt-button.processing,a.dt-button.processing{color:rgba(0,0,0,0.2)}button.dt-button.processing:after,div.dt-button.processing:after,a.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}
.media-body h5, .media-body, .card, .card h5{
	font-size: 12px;
	color: #000;
}
.input-group-text {
    padding: .2rem .3rem;
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: none;
    border-radius: .25rem;
}