
body {
    background: none repeat scroll 0 0 #E5D9CF;
    overflow-y: scroll;
}

a {
    color: #000000;
}

a.active {
    color: #005580;
    text-decoration: underline;
}

.navbar .nav > li {
    border-right: 2px solid #334753;
    padding: 1px 0;
}
.navbar .nav > li.menu-profile {
    border-right: 0;
}
.navbar .nav > li > span > a {
    color: #FFFFFF;
    text-shadow: none;
    line-height: 20px;
    padding: 5px 10px;
    display: inline-block;
}
.navbar .nav > li > span > a:hover {
    color: #EBEBEB;
    text-shadow: none;
    text-decoration: none;
}

.navbar .nav > li > a {
    color: #FFFFFF;
    line-height: 28px;
    text-shadow: none;
}

.navbar .nav > li > a:hover {
    color: #EBEBEB;
    text-shadow: none;
}

.navbar .btn {
    margin-top: 0;
}

#container {	
    min-width: 1170px;
}

#content {
    margin-top: 70px;
}

#content .navbar-inner {
    background-color: #b3cfdb;
    background-image: -moz-linear-gradient(top, #cde8f3, #b3cfdb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cde8f3), to(#b3cfdb));
    background-image: -webkit-linear-gradient(top, #cde8f3, #b3cfdb);
    background-image: -o-linear-gradient(top, #cde8f3, #b3cfdb);
    background-image: -ms-linear-gradient(top, #cde8f3 0%,#b3cfdb 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #cde8f3, #b3cfdb);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde8f3', endColorstr='#b3cfdb',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    border-radius: 5px 5px 0 0;
}
#content .navbar-inner .brand {
    color: #3E5766;
}

.menubar {
    background-color: #334753; /* Old browsers */
    background-image: -moz-linear-gradient(top, #4b758e, #334753);  /* FF3.6+ */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b758e), to(#334753)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #4b758e, #334753); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #4b758e, #334753); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #4b758e, #334753); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b758e', endColorstr='#334753',GradientType=0 ); /* IE6-9 */
    border: 0 none;
    border-radius: 0;
}

.statusMessage {
    display: block;
    left: 0;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    top: 50px;
    width: 100%;
    z-index: 2000;
}

.position-right-fixed {
    right: 0;
    position: fixed;
    z-index: 2200;
}

.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

#content .submenu-left {
    padding: 5px;
}

#content .submenu-left.active {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 1px solid #B5B5B5;
}

.content-body {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: relative;
}

.content-header {
    background-color: #B3CFDB;
    background-image: -moz-linear-gradient(top, #CDE8F3, #B3CFDB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CDE8F3), to(#B3CFDB));
    background-image: -webkit-linear-gradient(top, #CDE8F3, #B3CFDB);
    background-image: -o-linear-gradient(top, #CDE8F3, #B3CFDB);
    background-image: -ms-linear-gradient(top, #CDE8F3 0%,#B3CFDB 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #CDE8F3, #B3CFDB);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CDE8F3', endColorstr='#B3CFDB',GradientType=0 ); /* IE6-9 */
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

.content-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.content-form {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
    min-height: 220px;
}

.bold {
    font-weight: bold;
}

.btn-danger {
    background-image: -ms-linear-gradient(top, #ee5f5b 0%,#bd362f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
}

.btn-success {
    background-image: -ms-linear-gradient(top, #62c462 0%,#51a351 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
}

.btn-info {
    background-image: -ms-linear-gradient(top, #5bc0de 0%,#2f96b4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
}

.btn-primary {
	background-image: -ms-linear-gradient(top, #0088cc 0%,#0044cc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
}

.content-form .file {
    margin-bottom: 10px;
}

.content-form .error-message {
    color: #AA0000;
    float: right;
}

.file .error-message {
    margin-top: 5px;
}

.content-form .radio {
    padding: 0;
}

.content-form .radio input[type="radio"] {
    margin-left: 20px;
    margin-right: 5px;
}

#operation {
    background: none repeat scroll 0 0 #B5B5B5;
    min-height: 40px;
}

#operation .form-search {
    border-right: 1px solid #999;
    display: inline-block;
    padding: 5px;
    margin: 0;
}

#operation .form-search:last-child {
    border-right: 0 none;
}

table.table-bordered {
    border-radius: 0;
}

.table-bordered tbody:last-child tr:last-child > td:first-child {
    border-radius: 0;
}

.table .line {
    margin-bottom: 5px;
}

.table .contents, .table th {
    background: none repeat scroll 0 0 #F2F2F2;
}

.table td {
    vertical-align: middle;
}

.table .actions {
    background: none repeat scroll 0 0 #EBEBEB;
}

.table .img-box {
    margin-right: 5px;
}

.table img {
    max-height: 75px;
}

.more-actions {
    position: relative; 
    margin-top: 10px; 
    margin-left: -10px;
}

.more-actions .popover {
    display: block;
    padding: 15px 10px;
}

.more-actions .separate-bottom {
    border-bottom: 2px solid #D5DEDA;
    margin: 5px 0 10px;
    padding-top: 5px;
}

.more-actions .icon-delete {
    margin-left: 0;
    padding: 5px;
}

/************************ icon style ************************/

.icon-logo {
    background-image: url('../img/icons/alongsiders-logo.png');
    background-position: center center;
    background-size: 100px auto;
    margin-top: -5px;
    height: 30px;
    width: 100px;
}

.icon-mail {
    background-image: url('../img/icons/ic_mail.png');
    background-position: center center;
    background-size: 22px 14px;
    width: 22px;
    margin-right: 5px;
}

.icon-phone {
    background-image: url('../img/icons/ic_phone.png');
    background-position: center center;
    background-size: 16px 14px;
    width: 16px;
    margin-right: 5px;
}

.icon-add {
    background-image: url('../img/icons/ic_add.png');
    background-position: center center;
    background-size: 24px 24px;
    margin-right: 10px;
}

.icon-view {
    background-image: url('../img/icons/ic_view.png');
    background-position: center center;
    background-size: 32px 24px;
    margin-left: 15px;
    height: 24px;
    width: 32px;

}

.icon-edit {
    background-image: url('../img/icons/ic_edit.png');
    background-position: center center;
    background-size: 24px 24px;
    margin-left: 15px;
    height: 24px;
    width: 24px;
}

.icon-delete {
    background-image: url('../img/icons/ic_delete.png');
    background-position: center center;
    background-size: 24px 24px;
    margin-left: 15px;
    height: 24px;
    width: 24px;
}

.icon-duplicate {
    background-image: url("../img/icons/ic_duplicate.png");
    background-position: center center;
    background-size: 14px 14px;
}

.icon-church {
    background-image: url('../img/icons/Church.png');
    background-position: center center;
    background-size: 28px 28px;
    margin-top: -8px;
    height: 28px;
    width: 28px;
}

.icon-mentor {
    background-image: url('../img/icons/Mentor.png');
    background-position: center center;
    background-size: 28px 26px;
    margin-top: -8px;
    height: 28px;
    width: 26px;
}

.icon-lbs {
    background-image: url('../img/icons/LBS.png');
    background-position: center center;
    background-size: 28px 28px;
    margin-top: -8px;
    height: 28px;
    width: 28px;
}

.icon-survey {
    background-image: url('../img/icons/Survey.png');
    background-position: center center;
    background-size: 21px 21px;
    margin-top: -5px;
    height: 21px;
    width: 21px;
}

.icon-report {
    background-image: url('../img/icons/Report.png');
    background-position: center center;
    background-size: 22px 22px;
    margin-top: -3px;
    height: 22px;
    width: 22px;
}

.icon-small-profile {
    background-image: url('../img/icons/Profile.png');
    background-position: center center;
    background-size: 13px 13px;
    height: 13px;
    width: 13px;
}

.icon-mobilizer {
    background-image: url('../img/icons/Mobilizer.png');
    background-position: center center;
    background-size: 26px 26px;
    margin-top: -7px;
    height: 26px;
    width: 26px;
}

.icon-admin {
    background-image: url('../img/icons/ic_administration.png');
    background-position: center center;
    background-size: 22px 22px;
    margin-top: -3px;
    height: 22px;
    width: 24px;
}

.icon-homescreen {
    background-image: url('../img/icons/ic_home.png');
    background-position: center center;
    background-size: 24px 24px;
    margin-top: -2px;
    margin-right: 5px;
    height: 24px;
    width: 24px;
}

.icon-active {
    background-image: url('../img/icons/ic_active.png');
    background-position: center center;
    background-size: 30px auto;
    height: 28px;
    width: 30px;
}

.icon-inactive {
    background-image: url('../img/icons/ic_inactive.png');
    background-position: center center;
    background-size: 30px auto;
    height: 28px;
    width: 30px;
}

.loading {
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 200px;
    width: 75px;
    height: 75px;
    margin-left: -37.5px;	
    z-index: 3000;
}

/************************ Survey forms ************************/
.content-form .surveyForms {
    margin: 0;
    padding-bottom: 10px;
}

#questionList .form {
    border-bottom: 2px solid #DDDDDD;
    padding: 20px 20px 15px;
    margin: 0;
}

#questionList .form:first-child {
    border-top: 2px solid #DDDDDD;
}

#questionList ul {
    margin: 0;
}

#questionList li {
    list-style: none outside none;
}

#questionList .divider {  
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}

#questionList .option-clone {
    opacity: 0.5;
    cursor: pointer;
}

#questionList .remove-option {
    margin: -11px 4px 0 8px;
}

.question .question-label {
    line-height: 35px;
}

.answer .answer-radio, 
.answer .answer-checkbox {
    margin-top: -2px;
}

.answer .answer-label {
    display: inline-block;
    font-weight: normal;
}

.scale-number, .scale-label {
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
}

.scale-table .scale-row {
    border-top: 1px solid #D3D8D3;
    border-bottom: 1px solid #D3D8D3;
}

.scale-table td {	
    padding: 0.5em;
    vertical-align: middle;
    text-align: center;
}

.scale-table input[type="radio"] {
    margin: 0;
}

.error-question-title {
    color: #AA0000;
    display: inline-block;
    margin-left: 10px;
}

#sortableQuestion {
    background-color: #FFFFFF;
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    min-height: 247px;
    padding: 8px 5px 5px;
}

#sortableQuestion li {
    cursor: pointer;
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    font-size: 1em; 
    height: 18px;	
}

#sortableQuestion p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sortableQuestion li span {
    position: absolute; 
    margin-left: -1.3em;
}

.img-thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
}

.filter-date {
	margin-top: 5px;
	margin-bottom: 0;
}

.filter-date .btn-danger {
	margin-right: 5px;
}

/*
Custom style edited by Coca
------------------------------------------------------------------------------------
*/
.view-photo {
    display: inline-block;
    position: relative;
}
.remove-photo {
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #333333;
    padding-top: 1px;
}

#filter {
    margin-bottom: 0;
}
.content-sub-header .input-small {
    margin-bottom: 0;
}
.content-sub-header .breadcrumb {
    margin-bottom: 0;
}
.content-sub-header .breadcrumb li {
    padding-left: 3px;
    padding-right: 3px;
}

.text-italic {
    font-style: italic;
}
option[disabled] {
    color: #aaa;
}

/* Panha */
:root{
    --bs-secondary-rgb: 108, 117, 125;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.border{
    border: 1px solid red !important; /*#dee2e6*/
}
.w-25{
    width: 25% !important;
}
.w-50{
    width: 50% !important;
}
.w-75{
    width: 75% !important;
}
.w-100{
    width: 100% !important;
}
.d-none{
    display: none;
}
.dropzone {
    border: 2px dashed green;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}

.dropzone.dragover {
    background-color: #c2ffc2;
}

.dropzone label {
    cursor: pointer;
}

.dropzone p.file-name {
    margin-top: 10px;
}
.fw-bold{
    font-weight: bold;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}
.me-0 {
    margin-left: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}
form#SurveyFormExportSurveyOfflineForm{
    margin: 0 0 5px !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

