
:root {
    --primary: #17a2b8;
    --secondary: #0E616F;
}

body {
  background-color: rgb(243,243,244);
  font-family: 'manjariregular', sans-serif;
  font-size: 13px;
  color: #252627;
}

table a
{
    color: var(--cyan) !important;
}

/*
input, textarea
{
    background-color: #eee !important;
} 
*/

textarea
{
    padding-top: 12px !important;
} 

.modal-select
{
    margin-left: 2.5rem;
}

.flexy-menu-wrapper
{
    /*margin: 20px;*/
}

.nav-icon{
    width: 45px;
    height: 45px;
    padding-top: 10px; 
}


.nav-icon .fa-primary
{
    fill: var(--cyan);
    opacity: 1;
}

.nav-icon .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.tab-header-icon
{
    width: 45px;
    height: 45px;
}

.tab-header-icon .fa-primary
{
    fill: var(--cyan);
    opacity: 1;
}

.tab-header-icon .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.table-icon
{
    width: 22px;
    height: 22px;
}

.table-icon .fa-primary
{
    fill: var(--cyan);
    opacity: 1;
}

.table-icon .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.tab-h-icon
{
    width: 40px;
    height: 40px;
}

.modal-icon
{
    width: 40px;
    height: 40px;
}

.modal-icon .fa-primary
{
    fill: #FFF;
}

.modal-icon .fa-secondary
{
    fill: #FFF;
}

.modal-button-icon
{
    width: 20px;
    height: 20px;
}

.modal-button-icon .fa-primary
{
    fill: #FFF;
}

.modal-button-icon .fa-secondary
{
    fill: #FFF;
}

.mono-icon .fa-primary
{
    fill: #FFF;
}

.mono-icon .fa-secondary
{
    fill: #FFF;
}

.column-icon
{
    width: 20px;
    height: 20px;
}

.column-icon .fa-primary
{
    fill: var(--cyan);
    opacity: 1;
}

.column-icon .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.profile-icon
{
    width: 100px;
    height: 100px;
    padding: 5px;
}

.profile-icon .fa-primary
{
    fill: #CCC;
}

.profile-icon .fa-secondary
{
    fill: #CCC;
}


.table-toolbar-button
{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 38px !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: var(--cyan) !important;
    background-color: #FFF !important;
    font-size: 13px;
    font-weight: 400;
    color: #6c757d;
    margin:0px 5px 0px 0px !important;
}

.table thead th .both
{
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.table.table td
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.card-header
{
    background-color: var(--cyan);
    border-radius: 100px !important;
}

.tabs-left .tabs {
    flex: 0 0 100px;
}

.tabs-left .nav-link
{
    /*background-color: #FFF;*/
    background: #555;
    color: #FFF;

    border-radius: 0px;

    /*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
    */
}

.tabs-left .nav-link:hover
{
    color: #666;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.tabs-left .nav-link.active
{
    /*background: #555;*/
    background-color: #EEE;
    color: #666;
    box-shadow: none;
    /*
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCC;
    */
}

.tabs-left .tab-content
{
    /*background-color: #eee;*/
}

.md-pills li
{
    padding:0px;
}

.table-heading-text
{
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 0px !important; 
}

.page-item.active .page-link
{
    background-color: var(--cyan) !important;
}

.button-icon
{
    width: 18px;
    height: 18px;
}

.button-icon .fa-primary
{
    fill: var(--cyan);
    opacity: 1;
}

.button-icon .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.search-input
{
    /*border: 2px var(--cyan);*/
    border-width: 2px;
    border-color: var(--cyan);
    border-radius: 20px;
    /*
    background-color: #3CBC8D;
    color: white;
    */
}



.table-button
{
    padding:7px !important;
    border-width: 0px;
    color: var(--cyan) !important; 
    /*
    fill: var(--cyan);
    border-color: var(--cyan);
    border-radius: 0px;
    */
}

.form-icon
{
    width: 22px;
    height: 22px;
}

.md-form .prefix.active .fa-primary
{
    fill: var(--cyan);
    opacity: 1;
}

.md-form .prefix.active .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.md-form .prefix .fa-primary
{
    fill: #888;
    opacity: 1;
}

.md-form .prefix .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.fieldset .prefix.active .fa-primary
{
    fill: var(--cyan);
    opacity: 1;
}

.fieldset .prefix.active .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}

.fieldset .prefix .fa-primary
{
    fill: #888;
    opacity: 1;
}

.fieldset .prefix .fa-secondary
{
    fill: #CCC;
    opacity: 1;
}


.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=url]:focus:not([readonly]),
.md-form input[type=time]:focus:not([readonly]),
.md-form input[type=date]:focus:not([readonly]),
.md-form input[type=datetime-local]:focus:not([readonly]),
.md-form input[type=tel]:focus:not([readonly]),
.md-form input[type=number]:focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=search]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) 
{
    box-shadow: 0 1px 0 0 var(--cyan);
    border-bottom: 1px solid var(--cyan);
}

.md-form input[type=text]:focus:not([readonly]) + label,
.md-form input[type=password]:focus:not([readonly]) + label,
.md-form input[type=email]:focus:not([readonly]) + label,
.md-form input[type=url]:focus:not([readonly]) + label,
.md-form input[type=time]:focus:not([readonly]) + label,
.md-form input[type=date]:focus:not([readonly]) + label,
.md-form input[type=datetime-local]:focus:not([readonly]) + label,
.md-form input[type=tel]:focus:not([readonly]) + label,
.md-form input[type=number]:focus:not([readonly]) + label,
.md-form input[type=search-md]:focus:not([readonly]) + label,
.md-form input[type=search]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label 
{
    color: var(--cyan);
}

.chips.focus 
{
    border-bottom: 1px solid var(--cyan);
    box-shadow: 0 1px 0 0 var(--cyan);
}

.chips .tag.selected 
{
    border-bottom: 1px solid var(--cyan);
}

.select-wrapper input.active 
{
    border-bottom: 1px solid var(--cyan);
    box-shadow: 0 1px 0 0 var(--cyan);
}

.dropdown-primary .search-wrap input:focus 
{
    border-bottom: 1px solid var(--cyan);
    box-shadow: 0 1px 0 0 var(--cyan);
}

.fa
{
    width: 18px;
    height: 18px;
}

.fa path
{
    fill: #FFF;
}

.fal
{
    width: 18px;
    height: 18px;
}

.fa-caret-square-down
{
    content:url(..//img//caret-down.svg);
} 

.fa-caret-square-up
{
    content:url(..//img//caret-up.svg);
} 

.fa-sync
{
    content:url(..//img//sync-alt.svg);
} 

.fa-toggle-off
{
    content:url(..//img//toggle-off.svg);
} 

.fa-toggle-on
{
    content:url(..//img//toggle-on.svg);
} 

.fa-th-list
{
    content:url(..//img//th-list.svg);
} 

.fa-plus
{
    content:url(..//img//plus.svg);
} 

.fa-minus
{
    content:url(..//img//minus.svg);
} 

.fa-arrows-alt
{
    content:url(..//img//arrows-alt.svg);
} 

.fa-search
{
    content:url(..//img//search.svg);
} 

.fa-trash
{
    content:url(..//img//trash-alt.svg);
} 

.fa-calendar
{
    content:url(..//img//calendar-alt-lbg-duo.svg);
} 

.fa-clock
{
    content:url(..//img//clock-lbg-duo.svg);
} 

.fa-chevron-up
{
    content:url(..//img//chevron-up-lbg-duo.svg);
} 

.fa-chevron-down
{
    content:url(..//img//chevron-down-lbg-duo.svg);
} 

.fa-chevron-left
{
    content:url(..//img//chevron-left-lbg-duo.svg);
} 

.fa-chevron-right
{
    content:url(..//img//chevron-right-lbg-duo.svg);
} 



div.menu-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 90px;
}
.caption {
    padding:2px 0px;
    display: block;
    font-size: 9pt;
}

.sys-content-wrapper
{
    padding:5px;
}

/*
.card {
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;
    border-radius: 5px !important;
    border: 0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
*/

.dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover, .dropdown-primary .dropdown-content li.active {
        background-color: var(--cyan) !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unhittable {
    pointer-events: none;
}

/*
Flexy menu
*/

.flexy-menu {
    width: 100%;
    margin:0;
    padding: 0;
    position:relative;
    float:left;
    list-style: none;
    background: #333333;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 10px;
}
.flexy-menu li {
	display:inline-block;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height: 20px;
	position:relative;
}
.flexy-menu > li > a {
	color:#333333;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}
.flexy-menu li:hover > a,
.flexy-menu li.active > a {
	background: #555;
	color: #fff !important;
}

/*----------------------------
	Right alignment (item)
----------------------------*/
.flexy-menu li.right{
	float: right; 
}

/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul, 
.flexy-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;  
	display: none;
    position: absolute;
    z-index: 99999;
	/*width: 132px;*/
	background: #333333;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul {
    top: 68px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	font-size:12px;
}
.flexy-menu ul li a {
	padding:0px;
	width:100%;
	color:#dedede;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator{
	position: absolute;
	color: #dedede;
	top: 20px;
	right: 8px;
	font-size: 17px;
}
.flexy-menu ul > li .indicator{
	top: 10px;
	right: 8px;
}

/*------------------
	Preset sizes
------------------*/
.thin > li > a{
	padding: 0px;
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	padding: 40px 22px;
}
.thick ul{
	top: 100px;
}
.thick > li .indicator{
	top: 40px;
}

/*-------------------------
	Icons configuration
-------------------------*/
.flexy-menu i{
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color:#dedede;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: #333333;
}
.flexy-menu > li.showhide span.title{
	margin: 16px 0 0 25px;
	float: left;
}
.flexy-menu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc;
}

.form-check-input[type="checkbox"].filled-in:checked + label::after, label.btn input[type="checkbox"].filled-in:checked + label::after {
    background-color: var(--cyan);
    border: 2px solid var(--cyan);
}

.md-tabs {
    border: 0;
    padding: 0;
    margin-left: 1rem;
    margin-bottom: -40px;
    background-color: #2bbbad;
    z-index: 1;
    position: relative;
    border-radius: 0
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    /*! border-radius: .25rem */
}

.login-page .navbar:not(.top-nav-collapse) {
    background: #FFFFFF;
}

.list-group-item
{
    padding-left: 0px;
}

.form-check-input[type="radio"].with-gap:checked + label::after, .form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"].with-gap:checked + label::after, label.btn input[type="radio"]:checked + label::after {
    background-color: var(--cyan);
}

.form-check-input[type="radio"].with-gap:checked + label::after, .form-check-input[type="radio"].with-gap:checked + label::before, .form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"].with-gap:checked + label::after, label.btn input[type="radio"].with-gap:checked + label::before, label.btn input[type="radio"]:checked + label::after {

    border: 2px solid var(--cyan);

}

.switch label input[type="checkbox"]:checked + .lever::after {
        background-color: var(--cyan);
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before
{
    border-right: 2px solid var(--cyan);
    border-bottom: 2px solid var(--cyan);
}

.form-check-input[type="checkbox"] + label, label.btn input[type="checkbox"] + label 
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    line-height: 1.5625rem;
    user-select: none;
}

.bstable.form-check-input[type="checkbox"] + label::before, 
.bstable.form-check-input[type="checkbox"]:not(.filled-in) + label::after
{
    top: -4px;
}

fieldset.bstable.form-check
{
    height: 32px;
    min-width: 220px;
}

.report-thumb:hover {
  background-color: #f2f2f2;
  padding: 10px;
}

.calendar-month svg
{
    position: absolute;
    /*left: 40px;*/
}   

.picker__box .picker__header .picker__date-display {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--cyan);
    font-weight: 400;
    padding-bottom: .3125rem;
}

.picker__box .picker__header .picker__nav--prev::before {
    content: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' width='15' height='20'%3E%3Cpolygon points='0,10 15,0 15,20' fill='%2317a2b8'/%3E%3C/svg%3E");
}

.picker__box .picker__header .picker__nav--next::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20'%3E%3Cpolygon points='0,0 0,20 15,10' fill='%2317a2b8'/%3E%3C/svg%3E");
}

.login-page .top-nav-collapse 
{
    background-color: #FFFFFF;
}

.md-toast-warning
{
    background-color: #e69900 !important;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
background-color: var(--cyan);
}

.dropdown .dropdown-toggle
{
    color: #FFF
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-top:5px;
}


.modal-header {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--cyan) !important;
}

.btn, .btn:hover, .btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover, .jumbotron {

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    /* box-shadow: none; */
}

.no-top-bottom-margins
{
    margin-top:0px;
    margin-bottom:0px;
}

.bg-secondary
{
    background-color: var(--secondary) !important;
}

.realperson-regen {
    text-align: left;
}

.mainRegistrationDiv > * input
{
    margin-bottom: 2rem !important;
}

.modal-dialog.cascading-modal
{
    margin-top:50px;
}

.modal-lg {
    max-width: 800px;
}


@media (max-width: 769px) {
    .modal-lg {
          max-width: 700px;
         }
}

@media (max-width: 577px) {
    .modal-lg {
          max-width: 500px;
         }
}

@media (max-width: 361px) {
    .modal-lg {
          max-width: 300px;
         }
}


.modal-xl
{
    max-width: 1140px;
}

@media (max-width: 769px) {
    .modal-xl {
          max-width: 700px;
         }
}

@media (max-width: 577px) {
    .modal-xl {
          max-width: 500px;
         }
}

@media (max-width: 361px) {
    .modal-xl {
          max-width: 300px;
         }
}

.rep-file-box {
  float: left;
  width: 220px;
}

.rep-file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.rep-file-manager .hr-line-dashed {
  margin: 15px 0;
}

.rep-file .icon,
.rep-file .image {
  height: 100px;
  overflow: hidden;
}
.rep-file .icon {
  padding: 15px 10px;
  text-align: center;
}
.rep-file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.rep-file-control.active {
  text-decoration: underline;
}
.rep-file .icon i {
  font-size: 70px;
  color: #dadada;
}
.rep-file .rep-file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.rep-file-name small {
  color: #676a6c;
}

.rep-file-corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

.detail-view > td
{
    padding: 0px !important;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle;
}

.info-page .navbar 
{
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}

.info-page .nav-item 
{
    font-size: 18px;
}

.info-page .top-nav-collapse 
{
    background-color: rgba(255, 255, 255, 1) !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100,100,100, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(100,100,100,.1);
}

@media screen and (max-width: 767px) 
{
    .head-info-lg
    {
        display: none;
    }

    .head-info-sm
    {
        display: block;
    }
}

@media screen and (min-width: 768px)
{
    .head-info-lg
    {
        display: block;
    }

    .head-info-sm
    {
        display: none;
    }
}

.info-icon-shad
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info-drop-shad
{
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3)); 
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .3));
}

.flag
{
    margin-top: 0px;
    vertical-align: middle;
}

.btn-secondary.dropdown-toggle {
    background-color: var(--cyan) !important;
    padding: .375rem .75rem !important;
}

.rep-file-box .tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #DDD;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.rep-file-box:hover .tooltiptext {
  visibility: visible;
}

.form-header {
    border-radius: 100px;
    background-color: #17A2B8 !important;
    padding: .25rem !important;
}

.modal-dialog.cascading-modal .modal-header {
    border-radius: 100px;
    padding: 1rem;
    margin-bottom: 0;
}

.modal-footer {
    padding: 5px !important;
    background-color: rgba(128,128,128,0.1);
    justify-content: center;
}

.legal-table td
{
    padding-bottom:10px !important;
    padding-left:0px;
    font-family: manjariregular;
    font-size: 16px;
}

.legal-heading td
{
    font-size:18px !important;
    font-family: manjaribold !important;
}

.legal-doc-numbering
{
    color: #555 !important;
}

.legal-doc-content
{
    color: #000 !important;
    text-align: justify;
}
