body {
    /* Body/B4 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    /* or 143% */

    /* Text/Light/100 - Primary */
    color: #09202D;

    background-color:#FAFBFB;
    /*display: grid;*/
}


#content{/* primary / contrastText */
    padding: 32px;
    background: #FFFFFF;

    /* Elevation/00 dp */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    margin-bottom: 100px;
}

h1{
/* Headline/H1 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;

/* or 133% */

/* Text/100 - Primary */
    color: #09202D;
}


h2{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    /*letter-spacing: 0.05em;*/

    color: #09202D;
}
h3{
    /* Headline/H3 */

    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    /* identical to box height, or 123% */

    /* Text/Light/100 - Primary */

    color: #09202D;

}

a, a:hover, a:active, a:focus {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #CC3369;
}

.dd_b1{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #09202D;
}

.dd_b2{
    /* Body/B2 */

    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* Text/100 - Primary */
    color: #09202D;
}

.dd_b3 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */

    color: #09202D;
}

.dd_b4 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(9, 32, 45, 0.65);
}


.dd_bl1{
    /* Body/BL 1 */

    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
}

.dd_bl2{
    /* Body/BL 2 */

    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */


    /* Primary/600 - Default */

    color: #09202D;
}

.dd_label{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: rgba(9, 32, 45, 0.65);
}

.panel-default{
    border: none;
    box-shadow: none;
}

.panel-footer{
    border: none;
    background-color: #FFFFFF;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ecf0f1 !important;
}

.form-control:focus {
    border-color: #CC3369;
}

/*input:not[type=button],  input:not[type=button]:focus*/
input[type=text], input[type=password], input[type=search], input[type=number], select, input {
    background: #FFFFFF;

    border: none;

    /* Underline */
    border-radius: 0px;
    box-shadow: 0px 1px 0px #A1AAAF;
    -webkit-box-shadow: 0px 1px 0px #A1AAAF ;
}

input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, select:focus, input:focus{
    background: #FFFFFF;

    border: none;
    outline: none;

    /* Underline */
    border-radius: 0px;
    box-shadow: 0px 1px 0px #CC3369;
    -webkit-box-shadow: 0px 1px 0px #CC3369;

    caret-color: #CC3369;
}

input[type=button].btn-outline, input[type=reset].btn-outline{

    /* Neutrals/400 */
    box-shadow: none;
    border: 1px solid #A1AAAF;
    border-radius: 4px;
}

input[type=button].btn-primary{
    box-shadow: none;
    border: 1px solid #CC3369;
    border-radius: 4px;
}

input[type=button]:disabled{
    border: 1px solid #2c3e50;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: #CC3369;
}

input:disabled{
    background-color: blue;
}

.btn-primary{
    background: #CC3369;
    border-radius: 4px;
    border-color: #CC3369;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.btn-warning{
    background: #EA780E;
    border-radius: 4px;
    border-color: #EA780E;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.btn-outline{
    /* Body/B1 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;

    /* identical to box height, or 150% */
    align-items: center;
    text-align: center;

    /* Text/200 - Secondary */
    color: rgba(9, 32, 45, 0.65);

    /* Text/Dark/100 - Primary */
    background: #FFFFFF;

    /* Neutrals/400 */
    border: 1px solid #A1AAAF;
    border-radius: 4px;
    padding: 8px 16px;
}

.btn-danger {
    color:#fff;
    background-color:#E00000;
    border-color:#e74c3c;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px !important;
    padding: 8px 16px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color:#fff;
    background-color:#df2e1b;
    border-color:#cd2a19;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image:none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color:#e74c3c;
    border-color:#e74c3c
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.active{
    background-color:#AA2A57;
    border-color:#AA2A57;
    border-radius: 4px !important;
    line-height: 20px;
    font-weight: 600;
    outline: none;
    border: 1px solid #AA2A57;

}
.btn-warning:hover,.btn-warning:focus,.btn-warning.active{
    background-color:#EA780E;
    border-color:#EA780E;
    border-radius: 4px !important;
}


.btn-outline:hover,.btn-outline:focus, .btn-outline:active{
    background: #FAFBFB;
    color: rgba(9, 32, 45, 0.65);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}


.btn-primary:active,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    /* Primary/800 */
    background: #882246;
    border-radius: 4px;
    line-height: 20px;
    font-weight: 600;
}

.login-card{
    background-color: white;
    padding: 56px 48px 24px;
    border-radius: 10px 10px 10px 10px;
    max-width: 400px;
}

.login-card h3{
    margin: 0px;
}

#login > .row:first-of-type{
    margin-top: 28px;
    margin-bottom: 56px;
}

#registerBtn{
    background: none!important;
    border: none;
    color: #CC3369;
    box-shadow: none !important;
}

#registerBtn:hover{
    text-decoration: underline;
}

.font-16, .font-16:hover, .font-16:focus, .font-16:active{
    font-size: 16px;
}

.font-18, .font-18:hover, .font-18:focus, .font-18:active {
    font-size: 18px;
}

.font-600{
    font-weight: 600;
}

/* Margins & paddings*/
.mt-24{
    margin-top: 24px;
}

.mb-12{
    margin-bottom: 12px;
}

.mb-24{
    margin-bottom: 24px;
}

.ml-8{
    margin-left: 8px;
}

.ml-24{
    margin-left: 24px;
}

.mr-24{
    margin-right: 24px;
}

.pr-0{
    padding-right: 0px;
}

.pb-24{
    padding-bottom: 24px;
}

.homePageList{
    padding-left: 15px;
}

.color-primary{
    color: #CC3369;
}

.color-09202d{
    color: #09202D;
}

.color-secondary{
    color: rgba(9, 32, 45, 0.65);
}

.footer-links{
    color: #09202D;
    margin-left: 40px;
}

.footer-links:hover, .footer-links:active{
    color: #CC3369;
    text-decoration: none;
}

.vl{
    position: absolute;
    left: 0;
    top:30%;
    border-left: 4px solid #CC3369;
    height: 170px;
}

a.navbar-brand{
    padding: 0px;
}

/*.nav-header{*/
/*    background-color: #FFFFFF;*/
/*    color: #09202D;*/
/*    border: none;*/
/*    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);*/
/*}*/

.navbar{
    margin-bottom: 21px;
    padding: 0px;
    padding-bottom: 5px;
}

.navbar-nav {
    margin-top: 7px;
}

.navbar-default{
    /* Background/Light/100 - BG + Primary */
    background: #FFFFFF;
    border-style: none;
    /* Elevation/00 dp */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}

.nav-link{
    /* Body/B1 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    /* identical to box height, or 150% */
    display: flex;
    align-items: center;
    text-align: center;

    /* Text/200 - Secondary */
    color: rgba(9, 32, 45, 0.65);
}


.navbar-nav .nav-link {
    padding: 10px 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a{
    /* Body/B1 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    /* identical to box height, or 150% */
    display: flex;
    align-items: center;
    text-align: center;

    /* Text/200 - Secondary */
    color: rgba(9, 32, 45, 0.65);
    border: 2px solid transparent;
}

.nav-tabs {
    border-bottom: 0px solid transparent;
}

.nav-tabs>li>a {
    /* Titles/Title 1 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    text-align: center;

    /* Text/200 - Secondary */
    color: rgba(9, 32, 45, 0.65);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 2px solid transparent;
    border-bottom-color: #CC3369;

    /* Titles/Title 1 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    text-align: center;

    /* Text/100 - Primary */
    color: #09202D;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border: 2px solid transparent;
    border-bottom-color: #CC3369;

    /* Text/100 - Primary */
    color: #09202D !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #09202D !important;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    border-bottom-color: #CC3369;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #09202D;
    background-color: #fff;
}

/*.navbar-default .navbar-nav > .open > a .md1, .navbar-default .navbar-nav > .open > a:hover .md1, .navbar-default .navbar-nav > .open > a:focus .md1{*/
/*    color: #09202D;*/
/*    background-color: #fff;*/
/*}*/

.navbar-nav > li > a {
    padding: 10px 15px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    height: 100px;
    margin-top:80px;

}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center img{
    margin-right: 24px;
}


/* Material Icons Style */
.material-icons-outlined.md-24 {
    font-size: 24px;
    vertical-align: middle;
}

.material-icons-outlined.md-20 {
    font-size: 20px;
    vertical-align: middle;
}

.material-icons-outlined.md-18 {
    font-size: 18px;
    vertical-align: middle;
}

.material-icons-outlined.md-14 {
    font-size: 14px;
}
.material-icons-outlined.md-12 {
    font-size: 12px;
}

.material-icons-outlined.md-16{
    font-size: 16px;
    vertical-align: sub;
}

.login-link, .login-link:hover, .login-link:focus, .login-link:active{
    background-color: #FFFFFF !important;
    /*color: #09202D !important;*/
}

.login-link:hover .md1{
    color: #CC3369;
}


.login-link:hover, .login-link:focus, .login-link:active, .login-link:visited{
    color: #09202D !important;
}

.dropdown-menu, .dropdown-menu li{
    background-color: #09202D;
    padding: 6px;
}

.dropdown-menu li a{
    font-size: 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #CC3369;
    text-decoration: none;
    background-color: #09202D;
}

/* SELECT DROPDOWNS */

/* The container must be positioned relative: */
.dd-custom-select {
    position: relative;
    font-family: "Source Sans Pro";
    font-size:14px;
}

.dd-custom-select select {
    display: none !important; /*hide original SELECT element: */
}

.select-selected {
    /* Background/Light/100 - BG + Primary */
    background: #FFFFFF;

    /* Selected Line */
    border-radius: 0px;
    box-shadow: 0px 1px 0px #A1AAAF;
    border-width: 0px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    font-family: "Material Icons Outlined";
    content: "\e5cf";
}

/* change the underline colour when active */
.select-selected.select-arrow-active{
    /* Underline */
    border-radius: 0px;
    box-shadow: 0px 1px 0px #CC3369;
    -webkit-box-shadow: 0px 1px 0px #CC3369;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    font-family: "Material Icons Outlined";
    content: "\e5ce";
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    padding: 12px 16px;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    /* Body/B4 */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    /* identical to box height, or 143% */

    /* Text/100 - Primary */
    color: #09202D;

    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;

    /* Background/Light/100 - BG + Primary */
    background: #FFFFFF;

    /* Elevation/02 dp */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 4px;

    margin-top:10px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover {
    /* Neutrals/50 - BG + Selected */
    background: #F5F6F7;
}

.same-as-selected:after {
    font-family: "Material Icons Outlined";
    content: "\e876";
    color: #00944A;

    text-align: right;
    float:right;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: #09202D !important;
}

.ui-state-default.ui-state-hover{
    background-color: #CC3369 !important;
    color: #FFFFFF !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}


.slick-header-columns, .slick-headerrow-columns, .slick-footerrow-columns, .slick-group-header-columns{
    background-color: #F5F6F7 !important;
}

.slick-header-columns{
    background: none !important;
    background-color: white !important;
}

.slick-row.odd {
    background: #fafbfb !important;
}

.slick-cell.selected {
    background-color: #FFEBEE !important;
}

.text-success{
    color: #CC3369;
}

.alert.alert-info.dd_b4 {
    padding: 16px;
    background-color: #0A5CD6;
    color: #FFFFFF;
}

.alert.alert-warning.dd_b4 {
    padding: 16px;
    background-color: #EA780E;
    color: #FFFFFF;
}

.alert.alert-danger.dd_b4 {
    padding: 16px;
    background-color: #E00000;
    color: #FFFFFF;
}

.alert.alert-success.dd_b4{
    padding: 16px;
    background-color: #008243;
    color: #FFFFFF;
}


.alert.alert-info.dd_b4 strong a, .alert.alert-info.dd_b4 strong a:active {
    color: white;
    font-size: 14px;
    line-height: 20px;
}

/*#printDetailsArea{*/
/*    padding: 32px;*/
/*}*/

.dl-horizontal dt {
    /* Titles/Title 2 */

    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

    /* Text/200 - Secondary */
    color: rgba(9, 32, 45, 0.65);
}

.dl-horizontal dd {
    /* Titles/Title 2 */

    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */


    /* Text/100 - Primary */

    color: #09202D;
}

.asterix{
    color: #CC3369 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.inline_search_btn{
    background-color: #F5F6F7;
    border:none;
    color:#6775;
    height:43px;
    box-shadow: 0px 1px 0px #A1AAAF !important;
}

.nav-tabs-row{
    margin: 24px 0px 0px 0px;
    background-color: #FFFFFF;
    padding: 24px 24px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -7px 8px rgba(0, 0, 0, 0.12);
    position: relative;
    top: 8px;
}

.glyphicon-folder-close:before{
    font-family: "Material Icons Outlined";
    content: "\e2c7";
    font-size: 20px;
    color: #67757D;
}

.glyphicon-folder-open:before{
    font-family: "Material Icons Outlined";
    content: "\e2c8";
    font-size: 20px;
    color: #67757D;
}

.glyphicon-file:before{
    font-family: "Material Icons Outlined";
    content: "\e24d";
    font-size: 20px;
    color: #67757D;
}

.selectize-input.focus{
border-color: #CC3369;
}

.selectize-control.multi .selectize-input > div{
    background-color: #CC3369;
    color: #FFFFFF;
}

.selectize-control.multi .selectize-input > div.active{
    background-color: #AA2A57;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

.registerBlock{
    margin: 10px -20px 0px;
}

.white-link, .white-link:hover, .white-link:active, .white-link:visited, .white-link:focus{
    color: white;
    font-size: 14px;
    font-weight: 400;
}
input[type="checkbox"]:focus{
    box-shadow: none !important;
}

#discount, #additionalCharge{
    padding-right: 0px;
    text-align: right;
}

#deletePropertyBtn:disabled{
    border: 1px solid #e74c3c;;
}

.red{
    color: #cd0a0a;
}

select.form-control{
    background: #FFFFFF;

    border: none;

    /* Underline */
    border-radius: 0px;
    box-shadow: 0px 1px 0px #A1AAAF;
    -webkit-box-shadow: 0px 1px 0px #A1AAAF ;
}

select.form-control:focus {
    background: #FFFFFF;

    border: none;
    outline: none;

    /* Underline */
    border-radius: 0px;
    box-shadow: 0px 1px 0px #CC3369;
    -webkit-box-shadow: 0px 1px 0px #CC3369;

    caret-color: #CC3369;
}

.footer-logo{
    height:80px;
}