body, html{
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

a{
    text-decoration: none !important;
  }

.my-link{
    text-decoration: none !important;
}.my-link:hover{
    text-decoration: none !important;
}

.main-header{
    background: #04142b;
}

p, h1, h2, h3, h4, h5, small, span{
    color: #000;
}

.btn-grey-bg{
    background-color: #5d5e70 !important;
    border: 1px solid #5d5e70 !important;
}

.site-container{
    background: #fff;
    display: table;
    height: inherit;
    width: 100%;
    margin: 0px !important;
    margin-bottom: 0px;
    padding: 0px !important;
}

.sideBar{
    /* background: #17213d; */
    background: #04142b;
    height: 100vh;
    z-index: 999 !important;
    left: 0px;
    overflow: auto;
    padding-top: 10px !important;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    max-width: 17% !important;
    border-radius: 0px 8px 8px 0px;
    }

.side-bar-mobile{
    position: fixed;
    left: 0;
    width: 75%;
    height: 100%;
    background: #04142b;
    z-index: 999;
    top: 0 !important;
    overflow: auto !important;
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    border-radius: 0px 12px 12px 0px;
    }

.side_bar_link_active{
    background: #16203d;
    margin-left: 4px;
    /* margin-right: 8px; */
    padding: 10px 2px;
    border-radius: 8px 0px 0px 8px;
    border-right: 4px solid #c8bba1;
    }
    .overlayDiv{
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        background: rgba(0, 0, 0, 0.15);
        z-index: 3;
      }

.mobileNavBg{
/* background-color: #18223a !important; */
background-color: #04142b !important;
}


/* colors */
.whiteText{
    color: #fff !important;
}
.greyWhite{
    color: #d4d6e6 !important;
}.greyBlack{
    color: #1f223d !important;
}
.white-bg{
    background: #fff;
}
.site-black{
    color: #04142b !important;
}
.gold-text{
    color: #c8bba1 !important;
}
.dark-bg{
    background: #04142b !important;
}.dark-bg2{
    background: #0f2038;
}

.red-text{
    color: #f6465d !important;
  }

.green-text{
    color: #2ebd85 !important;
}.green-bg{
    background: #2ebd85 !important;
}
.red-bg{
    background: #f6465d !important;
  }

.bold-text{
    font-weight: bold;
}

/* END Colors */


.fixIcon{
    position: relative;
    top: 2px;
}.fixIcon2{
    position: relative;
    top: 3px;
}

.pointer{
    cursor: pointer;
}


/* Buttons */

.btn {
    position: relative;
    padding: 8px 25px;
    border: 2px solid #04142b !important;
    border-radius: 0 !important;
    margin-right: 5px;
    margin-bottom: 20px;
    color: #04142b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.btn + .btn {
    margin-left: 20px;
}

.btn:before {
    position: absolute;
    top: 4px;
    right: -8px;
    bottom: -8px;
    width: 6px;
    border-top: 2px solid #04142b;
    border-right: 2px solid #04142b;
    content: "";
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.btn:after {
    position: absolute;
    right: -8px;
    bottom: -8px;
    left: 4px;
    height: 6px;
    border-bottom: 2px solid #04142b;
    border-left: 2px solid #04142b;
    content: "";
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-lg {
    font-size: 15px;
    padding: 10px 30px;
}

.btn-xs {
    font-size: 13px;
    padding: 6px 20px;
}

.btn:focus,
.btn:active {
    outline: 0 !important;
    box-shadow: none;
}

/* .btn:hover {
    border-color: #c8bba1 !important;
    color: #c8bba1 !important;
} */

/* .btn:hover:before,
.btn:hover:after {
    border-color: #c8bba1 !important;
} */

.btn:hover:before {
    top: -2px;
    right: -2px;
    bottom: 2px;
}

.btn:hover:after {
    bottom: -2px;
    right: 2px;
    left: -2px;
}


.Btn{
    background: #c8bba1;
    border:1px solid #c8bba1;
    border-radius: 4px;
    text-align: center;
    padding: 12px;
    color: #fff;
    width: 100%;
}

.Btn:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }
.Btn:hover{
    opacity: .9;
}
  
  .BtnOpen{
    background: none;
    border:1px solid #737373;
    border-radius: 2px;
    text-align: center;
    padding: 12px;
    color: #737373;
    width: 100%;
}

.BtnOpen:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }

.btn-outline{
    background: none;
    border:2px solid #04142b;
    border-radius: 4px;
    text-align: center;
    padding: 12px;
    color: #04142b;
    width: 100%;
  }
  
.btn-outline:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }

/* End buttons */

.hide{
    display: none !important;
}

/* messages */
.is_info {
    color: #00529B !important;
    /* background-color: #BDE5F8; */
}
.is_success {
    color: #2ebd85 !important;
    /* background-color: #DFF2BF; */
}
.is_warning {
    color: #9F6000 !important;
    /* background-color: #FEEFB3; */
}
.is_error {
    color: #D8000C !important;
    /* background-color: #FFD2D2; */
}
/* .isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
} */

/* End Messages */









/* animated Success */
.checkmark-green__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #2ebd85;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark-green {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #2ebd85;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #2ebd85;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }
  
  .checkmark-green__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px transparent;
    }
  }
  /* END animated success */




.post-box{
    padding: 12px;
    border-radius: 3px;
    /* border: 1px solid #737373; */
    box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.border-b{
    border-bottom: 1px solid #142a47;
}
.border-t{
    border-top: 1px solid #0d2547;
}.border-r{
    border-right: 1px solid #192f4d;
}

.my-border{
    border: 1px solid #737373;
}
.border-none{
    border: none;
}

.bg-none{
    background: none;
}

.curve-top{
    border-radius: 12px 12px 0px 0px;
}

/* scroll menu */
.scrollmenu {
    overflow: auto;
    white-space: nowrap !important;
  }.scrollmenu::-webkit-scrollbar {
    display: none;
  } 
  
  .scrollmenu .s-m-item {
    display: inline-block !important;
    margin-left: 4px;
  }

/* margins paddings */
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.my-50{
    margin-top: 50px; margin-bottom: 50px;
}
.my-30{
    margin-top: 30px; margin-bottom: 30px;
}
.py-50{
    padding-top: 50px; padding-bottom: 50px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.px-50{
    padding-right: 50px; padding-left: 50px;
}


.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}


.post-form{
    box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
    border-radius: 4px;
}
input:focus {
    border-color: #93a2b6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }



.login-bg{
    background-image: url('../plush/images/index/revolution-slider/bg-slide-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
  }
.index-bg-overlay{
    background: rgba(4, 20, 43, 0.9);
    height: 100%;
    }


.dialog{
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.dialogContent{
    box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 20px;
    width: 90%;
    border-radius: 4px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.messageText{
    font-size: 16px;
  }


.tab-nav-wrapper{
    background: #edeef5;
    border-radius: 4px;
}
.tab{
    background-color: none;
    border-radius: 4px;
    padding: 8px;
    color: #737373;
}
.active-tab{
    background: #c8bba1;
}
.active-tab small{
    color: #fff !important;
}







/* media queries */
/* Mobile screen */
@media only screen and (max-width: 768px){
    .post-form{
        margin-top: 20px;
    }
    .reduceH5{
        font-size: 18px;
    }
    .dialogWidth{
        width: 80% !important;
      }
    .p-none{
        padding: 0px !important;
    }
    .xsmall{
        font-size: 14px;
    }.xxsmall{
        font-size: 12px;
    }.xsmall2{
        font-size: 16px;
    }
    
    .floating-div-wrapper{
        background-image: url('../images/pimco_house.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 0px 0px 8px 8px;
        height: 200px;
    }
    .floating-div-wrapper-overlay{
        background: rgba(4, 20, 43, 0.98);
        height: 100%;
        border-radius: 0px 0px 8px 8px;
        }
    /* .shadow-sm{
        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    } */
    .float-div{
        position: relative;
        z-index: 1;
        margin-top: -60px;
        background: #fff;
        border-radius: 4px;
    }
    .fix-mtSm{
        margin-top: 30px;
    }
}



/* Large screen */
@media only screen and (min-width: 768px){
    .post-form{
        margin-top: 50px;
        width: 500px;
    }
    .dialogContent{
        width: 500px;
    }
    .fix-mt{
        margin-top: 100px;
    }
    .xsmall{
        font-size: 14px;
    }
}