@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

body {
    
    padding-bottom: 50px;
    
}
a
{
    color: #167232;
}
/* navbar*/
.nav-logo {
    height: 4rem;
    
}

.navbar-nav > .nav-item > .nav-link{
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: capitalize;
    color: #ffffff;
}
.clear-nav{
    margin-bottom: 6rem;
}

.profile_gravatar {
    height: 50px;
    width: 50px;
}
/* footer*/
.footer_nav > .navbar-nav {
    flex-direction: row;
    flex-grow: 2;
    justify-content: space-around;
}

.footer_nav {
    padding: 0em;
}

.footer_nav >.navbar-nav > li > a {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;

    
}
.footer_nav >.navbar-nav > li > .navbar-text {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: capitalize;
    color: #ffffff;
}

.navbar-nav > .nav-item > .nav-link , .footer_nav >.navbar-nav > li > .nav-link {
    color: #ffffff;
}

.heading_iss {
    text-transform: uppercase;
    font-family:  'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color:#343434;
}

.body_iss {
    font-family:'Source Sans Pro', sans-serif;
    font-size: 19px;
    color: #343434;
    font-style: normal;
    font-weight: 400;
}

.media{
    padding: 0px 11px 11px 11px;
    margin: 0px 8px 26px 8px;
}
.media > img {
    max-height: 75px;
    margin-left: 5em;
    padding-left: 2em;
    
}
.card
{
    box-shadow: 5px 3px 5px 5px
    rgb(0, 0, 0,0.18)
    ;
    opacity: 18%;
}
.card-header {
    border-bottom: none;
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    
}

.well {
    font-family: 'Source Sans Pro', sans-serif;
}
.reg_legend {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    color: #343434;
   
    
}

.reg_title {
    border-bottom: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:bold;
    font-style: normal;
    font-size: 17px;
    color: #505050;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
}
input
{
    overflow: visible;
}
.form-group_bootstrap {
    margin-bottom: 1rem;
}
.form-control_bootstrap {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    
    padding: .375rem .75rem;
    
    font-size: 1rem;
    
    font-weight: 400;
    
    line-height: 1.5;
    
    color: #495057;
    
    background-color: #fff;
    
    background-clip: padding-box;
    
    border: 1px solid #ced4da;
    
    border-radius: .14rem;
    
    transition: border-color  .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control_bootstrap {
    height: auto;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc((1.5em + 0.75rem) + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    vertical-align: middle;
    -webkit-appearance: none;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;

    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    border-image: initial;
    border-radius: 0.25rem;
}

input:focus{
    border-inline-color:#B5B5B5;
}
.btn-lower
{
    text-transform: capitalize;
}

.btn-primary_custom
{
    color:#ffffff !important;
    background-color: #167232 !important;
    font-size: 16px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;

}
.btn-primary_custom:hover
{
    color:#ffffff;
    background-color: #167232;
}
.line
{
    text-decoration: underline;
}

/*form view*/
.border-r-b {
    border-radius: 5px!important;
}

.border-r-card {
    border:1px solid rgb(0, 0, 0,0.16) !important;
    border-radius: 5px!important;
}

.title_formview {
    color: #167232;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-style: normal;
}
.title_formview-sm
{
    
    color: #167232;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-style: normal;
}
.form_title
{
    color: #167232;
    font-size: 18px;
    font-family:"Roboto";
    font-weight: bold;
    font-style: normal;
}

.link_formview
{
    
    color: #167232;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.xls_form 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #343434;
}
.badge-primary{
    color:#ffffff;
    background-color: #167232;
}
.bg-light
{
background-color:#FAFAFA;
}

.btn.btn-raised.btn-danger{
background-color: #ab0000;
}
.btn.btn-raised.btn-danger:hover{
    background-color: #ab0000;
    }

.badge-danger {
    color: #fff;
    background-color: #ab0000;
}

.text_form{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:16px;
    color: #343434;
}

.text_title{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:15px;
    color: #505050;
}

.dropdown-menu .dropdown-item {
    display: block !important;
    flex-flow: nowrap;
}

label.iPhoneCheckLabelOff {
    background: #f5f5f5;
    color: #6c757d;
    border: 1px solid #6c757d;
}


label.iPhoneCheckLabelOn {
    color: white;
    background: #167232;
}

/* perview form */

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

#preview-modal iframe {
    width: 100%;
    border: none;
    height: 600px;
}
/*enketo */




#enketo-modal .modal-dialog {
	margin-top: calc(100vh/3);
	max-width: 99%;
}

.inner-modal {
	padding: 0;
}

#enketo-modal .modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

#enketo-modal .modal.in .modal-dialog {
  transform: translate3d(0, 100%, 0);
}

#preview-modal {
    margin-left: 0px; 
}


@media (max-width: 981px){
    .fixed-top {
        position: relative;
    }
    .position-fixed {
        position: relative !important;
    }

    .navbar-nav_links
    {
        flex-direction: row;
        justify-content: flex-end;
    }
    .navbar-nav_links > .nav_li
    {
        margin-right: 0!important;
        margin-left: 0!important;
    }

}

@media (max-width: 977px){
    .media > img {
        max-height: 65px;
        margin-left: 0;
        padding-left: 0;
        
    }
    .fixed-top {
        position: relative;
    }
    .position-fixed {
        position: relative !important;
    }
    .justify-content-center {
        justify-content: start!important;
        margin-bottom: 3rem;
    }

}

@media (max-width: 764px){
    .media > img {
        max-height: 65px;
        margin-left: 0;
        padding-left: 0em;
        
    }
    .fixed-top {
        position: relative;
    }
    .position-fixed {
        position: relative !important;
    }
    .justify-content-center {
        justify-content: start!important;
        margin-bottom: 3rem;
    }

}

@media (max-width: 661px){
    .media > img {
        max-height: 65px;
        margin-left: 0;
        padding-left: 0;
        
    }

    .fixed-bottom {
     margin-top: 70px;
    }
}



select, select.custom-file-control, select.form-control_bootstrap {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}