/*#region HTML */
html, body, div, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
    font-family: Century Gothic, 'Open Sans' ,sans-serif !important;
}
body
{
    padding: 0;
    margin: 0;

    overflow-x: hidden;
}

::-webkit-input-placeholder
{
    /* WebKit, Blink, Edge */
    color: #028FD2;
}
:-moz-placeholder
{
    /* Mozilla Firefox 4 to 18 */
    color: #028FD2;
    opacity: 1;
}
::-moz-placeholder
{
    /* Mozilla Firefox 19+ */
    color: #028FD2;
    opacity: 1;
}
:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #028FD2;
}
/*#endregion*/

/*#region Custom Styles */
.down
{
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6
{
    color: #004160;
}
.main-content
{
    min-height: 70vh;
}
.page-banner
{
    width: 100%;
    max-height: 400px;
}
.page-banner img
{
    width: 100%;
    max-height: 400px;
    background-position: center center;
}
input[type="text"], input[type="password"] ,input[type="date"] , input[type="number"]
{
    margin-bottom: 5px;
}
.box
{
    margin: 20px 0;
    background: #fff;
    width: 100%;
    border: 1px solid #D0D0D0;
    padding: 20px;
}
.label-form-control
{
    line-height: 30px;text-align: center;
    float:left;
}
.register-btn
{
    width: 300px;
}
#name-medium
{
     float:right;
}

#avatarImageSmall
{
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

#avatarImageMedium
{
    width: 90px;
    height: 90px;
    border-radius: 100px;
}

#avatarNameLabel
{
    display: inline-block;
    padding-right: 10px;
}

#accountDropdown
{
    margin: 0px;
    margin-top:25px;
    padding: 10px;
}

#accountDropdown #acount-button
{
    margin: 0px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 5px;
    background-color: transparent;
    border: none;
}
#accountDropdown .dropdown-menu
{
    min-width:300px;
    padding:15px;
    
}

@media (max-width: 768px)
{
    
    #avatarNameLabel
    {
        display: none;
    }
   
  
  
}
@media screen and (max-width: 767px)
{
    .label-form-control,#name-medium
    {
        float:none;
    }
    .register-btn
    {
        width: 250px;
    }
     .main-aside
    {
        height:auto !important;    
    }
     .personal-portfolio-wrap
    {
        padding-top:15px;
    }
}
@media screen and (max-width: 320px)
{
    .register-btn
    {
        width: 200px;
        padding: 10px;
    }
}
#form-signup
{
    border-right:2px solid #D0D0D0;
}
#login-via-api {
	margin: 200px auto;
}
@media screen and (max-width: 992px)
{
    #form-signup
    {
        border-right:0;
        border-bottom:2px solid #D0D0D0;
    }
    #login-via-api {
	    margin: 50px auto;
    }
}
/*
.profile-data
{
    background: #F1F1F1;
    position: relative;
}
.profile-img
{
    position:absolute;
    top:-10px;
}
.profile-img img
{
    width:200px;
}  */

#profile
{
    background: rgba(0,76,103,1);
    background: -moz-linear-gradient(left, rgba(0,76,103,1) 0%, rgba(115,165,179,1) 49%, rgba(115,165,179,1) 74%, rgba(115,165,179,1) 93%, rgba(115,165,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,76,103,1)), color-stop(49%, rgba(115,165,179,1)), color-stop(74%, rgba(115,165,179,1)), color-stop(93%, rgba(115,165,179,1)), color-stop(100%, rgba(115,165,179,1)));
    background: -webkit-linear-gradient(left, rgba(0,76,103,1) 0%, rgba(115,165,179,1) 49%, rgba(115,165,179,1) 74%, rgba(115,165,179,1) 93%, rgba(115,165,179,1) 100%);
    background: -o-linear-gradient(left, rgba(0,76,103,1) 0%, rgba(115,165,179,1) 49%, rgba(115,165,179,1) 74%, rgba(115,165,179,1) 93%, rgba(115,165,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,76,103,1) 0%, rgba(115,165,179,1) 49%, rgba(115,165,179,1) 74%, rgba(115,165,179,1) 93%, rgba(115,165,179,1) 100%);
    background: linear-gradient(to right, rgba(0,76,103,1) 0%, rgba(115,165,179,1) 49%, rgba(115,165,179,1) 74%, rgba(115,165,179,1) 93%, rgba(115,165,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c67', endColorstr='#73a5b3', GradientType=1 );
    color: #fff;
    font-size: 15px;
}
#profile-name
{
    font-size: 18px;
}
.profile-img
{
    padding: 25px;
    position: relative;
}
.profile-label
{
    color: #004260;
}
.profile-img img
{
    width: 150px;
    margin: 0 auto;
}
#profile-info
{
    padding: 20px;
}
#edit-profile-img
{
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 10px;
    left: 60%;
}
@media screen and (max-width: 992px)
{
    .profile-img
    {
    }
    #profile-update-buttons
    {
        text-align: center;
        min-height: 50px;
    }
}
/*#endregion*/

/*#region Slider */

.flexslider li
{
    max-height: 450px;
}
.flexslider
{
    margin-bottom: 0;
    border: 0;
}
.flex-direction-nav
{
    display:none;    
}
.meta
{
    position: absolute;
    top: 40px;
}
.caption-title
{
    background-color: rgba(0, 65, 97, 0.7);
    color: #fff;
    font-weight: bolder;
    font-size: 80px;
    display: inline-block;
    margin-left: 20px;
    padding: 5px 20px;
}
.caption
{
    background-color: rgba(0,0,0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    max-width: 600px;
    margin-left: 20px;
    padding: 10px 20px;
}
.slides
{
    width: 100%;
    max-height: 450px;
}
@media screen and (max-width: 992px)
{
    .caption-title
    {
        font-size: 65px;
        top: 10px;
    }
    .caption
    {
        font-size: 15px;
    }
    .caption-title, .caption
    {
        margin-left: 20px;
    }
}
@media screen and (max-width: 800px)
{
    .caption-title
    {
        font-size: 35px;
        top: 10px;
        max-width: 500px;
    }
    .caption
    {
        max-width: 500px;
        top: 70px;
        font-size: 15px;
    }
    .caption-title, .caption
    {
        margin-left: 20px;
    }
}
@media screen and (max-width: 500px)
{
    .flexslider li
    {
        max-height: 500px;
    }
    .slides
    {
        max-height: 500px;
    }
    .caption-title
    {
        font-size: 25px;
        top: 10px;
        max-width: 350px;
        padding: 10px 10px;
    }
    .caption
    {
        max-width: 300px;
        top: 70px;
        font-size: 10px;
    }
    .caption-title, .caption
    {
        margin-left: 10px;
    }
}
@media screen and (max-width: 320px)
{
    .flexslider li
    {
        max-height: 500px;
    }
    .slides
    {
        max-height: 500px;
    }
    .caption-title
    {
        max-width: 300px;
        font-size: 20px;
        padding: 5px 10px;
    }
    .caption
    {
        top: 50px;
        max-width: 250px;
        font-size: 10px;
    }
    .caption-title, .caption
    {
        margin-left: 10px;
    }
}


/*#endregion*/

/*#region Nav */
.navbar
{
    background: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 0;
}

#navupper
{
    background: #004260;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand
{
    padding: 0;
}
#navform
{
    padding-top: 10px;
}
.navinputs
{
    display: inline-block;
}
#navbuttons input,#navbuttons a
{
    vertical-align:top;
}

#navform button
{
    width: 100px;
    padding: 5px;
}
#navbuttons
{
    display: inline;
}
#navform a
{
    margin: 0 5px;
    float: right;
    color: #fff;
    font-style: italic;
}
#navLinks
{
    padding-right: 155px;    
}
.navbar-nav > li > .dropdown-menu
{
    background: rgba(255,255,255,0.8);
    border-radius: 0;
}
.navbar-nav > li > .dropdown-menu a
{
    color: #004260;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: none;
}
.navbar-nav > li > .dropdown-menu a:focus, .navbar-nav > li > .dropdown-menu a:hover
{
    background: #004260;
    color: #fff;
}
#login-button
{
    color: #FBF8F1;
    position: absolute;
    top: 10px;
    right: 60px;
    color: #EE382A;
}
#login-button:hover, #login-button:active
{
    color: #FBD750;
}
.nav-controls img
{
    width: 50px;
    display: inline;
}
.nav-controls ul li
{
    list-style: none;
    display: inline;
    margin-left: 10px;
    vertical-align: middle;
}
.nav-controls ul li a, .nav-controls ul li a:focus, .nav-controls ul li a:hover
{
    vertical-align: middle;
    padding: 15px 0 0 10px;
    text-decoration: none;
}
#navform a
{
}
/*@media screen and (max-width: 1199px)
{
    #navinputs,#navbuttons, #navLinks
    {
        display: block;
    }
}*/

/*#endregion*/

/*#region Footer */
.footer
{
    background: #004260;
    min-height: 70px;
    position: relative;
    clear:both;
}
.footer, .footer a
{
    color: #fff;
    text-decoration: none;
}
.footer #footer-left
{
    padding-left: 0;
}
.footer #footer-left, #footer-right
{
    list-style: none;
    margin: 30px 0 10px 0;
    font-size: 12px;
}
.footer #footer-right
{
    position: absolute;
    right: 0;
}
.footer #footer-right li
{
    padding-right: 10px;
    padding-left: 10px;
}
.footer #footer-left li, #footer-right li
{
    display: inline;
}
.footer #footer-left li
{
    padding: 10px;
    padding-right: 30px;
    padding-left: 20px;
}
.footer #footer-left li:first-child
{
    padding-left: 0px;
    font-style: italic;
}

.footer #footer-left li:nth-child(3)
{
    border-right: 1px solid #fff;
}
#btn-chat
{
    position: fixed;
    bottom: 10px;
    right: 5px;
    overflow:hidden;
    z-index:2;
}
#btn-chat.on
{
    position: absolute;
    top: -40px;
    right:0px;
    border-right:none;
}
#btn-chat.on .btn
{
    float: right;
    border-top-left-radius: 10px;
}
#btn-chatbutton
{
    background-color:#ecf0f1;
    -background-image:url('../images/resources/chat-overlay.png');    
    border:2px solid #003f5d;
    font-size:14px;
    color:#ff8200;
    content:"s";
   
}
@media screen and (max-width: 991px)
{
    .footer #footer-right
    {
        position: relative;
        padding-left: 0;
    }
    .footer
    {
        text-align: center;
    }
    .footer #footer-left li:nth-child(3)
    {
        border-right: 0;
    }
    .footer #footer-left li
    {
        padding: 5px;
    }
}

/*#endregion*/

/*#region Burger Nav */
#nav-icon
{
    width: 35px;
    height: 20px;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span
{
    display: inline;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #CAE0E4;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1)
{
    top: 10px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3)
{
    top: 23px;
}

#nav-icon span:nth-child(4)
{
    top: 35px;
}

#nav-icon.open span:nth-child(1)
{
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2)
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3)
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4)
{
    top: 18px;
    width: 0%;
    left: 50%;
}

/*#endregion*/

/*#region Customized Bootstrap Components */
.btn-primary, .btn-danger, .btn-default, .btn
{
    border-radius: 0;
}
.btn-primary
{
    background: #004161;
}
.btn-danger
{
    background: #EE382A;
}

.modal-body, .modal-header, .modal-content
{
    border-radius: 0;
}
.modal-content
{
    margin-top: 50px;
    border: 0;
}
.modal-header, .modal-header h4
{
    background: #004260;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.navLinks a
{
    margin: 0 5px;
    font-style: italic;
    text-decoration: none;
}
.btn-circle
{
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg
{
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl
{
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
@media (max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        padding: 15px;
    }
    .navbar-default .navbar-nav > li > a
    {
        padding: 15px;
    }
}







/*==============DAN DAN DAN DAN ==============*/

.dashboard-title
{
    font-size: 16px;
    text-align:center;
    text-transform:capitalize;
    font-weight:bold;    
    padding:0px 0px 17px 0px;
    border-bottom:1px solid #dbdbdb;
  
    margin:0px;
}
.dashboard-item-holder
{
    overflow:hidden;
    padding-bottom: 15px;
}
.dashboard-item-holder .dashboard-item
{
    border-bottom:1px solid #dbdbdb;
    padding: 10px 5px;
    
  
}
.dashboard-item-holder .dashboard-item .dashboard-figure
{
    color:#00415f;
    font-size:20px;
    font-weight:bold;
}
.dashboard-item-holder .dashboard-item label
{
 color:#6f6f6f;
 font-weight:normal;
 padding-top:2px;
 background-image:url('../images/sprites_1.jpg');
 background-repeat:no-repeat;
 box-sizing: border-box;
 padding-left:42px;
 height:100%;
}
.service-links-wrap
{
    border-bottom: 3px solid #003f5d;

}
.personal-links-wrap
{
   text-align:center; 
}

.personal-links
{
    padding:5px;
    width:98%;
    -border:2px dashed #8a8782;
    -background-color: #f3f2f1;
    color:#9B9A96;    
    display:inline-block;

    text-align:center;

}
.personal-links:hover, .personal-links-active
{
    text-decoration:none;
    background-color:#4595ba;
    color: #fff;
    border-color: #fff;
}

.personal-links:hover img
{
-webkit-filter: brightness(0) invert(1); 
filter: brightness(0%) invert(1);

   
}
 
.personal-links img, .personal-links span
{
    display:block;
    margin: auto; 
    padding-bottom:10px;
    
}

.service-links-holder
{
    background-color:#F5F5F5;
    
}

.personal-portfolio-wrap .panel .panel-heading, .personal-portfolio-wrap .panel .panel-footer
{
    background-color:#fff;    
}
.personal-portfolio-wrap .panel .panel-heading .fa
{
    color: #ff8801;
}
.personal-portfolio-wrap .panel .panel-footer
{
    text-align: right;
}
.personal-portfolio-wrap .panel .panel-body
{
    text-align:center;
}
.personal-portfolio-wrap .panel .emoney-box
{
    background-color:#F4B04F;
    color: #fff;
}
.personal-portfolio-wrap .panel .twofour-k-box
{
    background-color: #16a085;
    color: #fff;
}
.personal-portfolio-wrap .panel .panel-body .balance-text
{
    font-size: 30px;
    color: #fff;
    vertical-align:middle;
    display:block;
}
.personal-portfolio-wrap .panel .balance-side-icon
{
    font-size: 45px;
    display:block;
}
.left-aside
{
   padding:15px 0px;
}
.main-aside
{
    border-left: 2px solid #aeaeae;
    height:100%;
}
.left-aside, .main-aside
{
    padding-top:15px;    
}

.history-date 
{
    color:#004459;  
    text-align:center  
}
.history-date .history-month, .history-date .history-day, .history-date .history-year
{
    display:block;
}
.history-date .history-month, .history-date .history-year
{
    font-size:12px;
    text-transform:uppercase;
}
.history-date .history-day
{
    font-size:30px;    
    color:#337AB7;
}
.history-table tr td, .history-table tbody tr td, .history-table tr th
{
    text-align:left;
    vertical-align:middle;
    
}
.history-table tbody tr td:first-child, .history-table thead tr th:first-child
{
    width:100px;
}
.history-table2 tr td, .history-table tbody tr td, .history-table2 tr th
{
    text-align:left;
    vertical-align:middle;
    
}
.pager tr td
{
    text-align:center;
    padding:5px;
 }
.pager tr td a
{
    border:1px solid #b0b0b0;
    padding:6px;   
    display:block;
    float:left; 
}

.tbl-pager td
{
    text-align:center !important;    
}
.tbl-pager table tbody tr td
{
    padding:5px;
    width:auto !important;    
}
.tbl-pager table
{
    display:inline-block;    
}
#navloginoverlay
{
 width: 600px;
 position:absolute;
 height:100%;
 top:0px;
 right:0px;
 color:#fff;    
 text-align: center;
 background-image:url('../images/resources/login-overlay.png');
 z-index:1004;
}

.hidden-col
{
    visibility: hidden !important;
    padding:0px !important;
    width:1px !important;
    overflow:hidden;
    display:block;
    
}

.loader
{
    position:fixed;
    width:100%;
    top:0px;
    z-index:99999;
    left:0px;
    height:100vh;
    background-image:url('../images/resources/overlay.png');
 
    
}
.loader div
{
    max-width:300px;
    border-radius:5px;
    background-color:#fff;
    padding:40px;
    margin:auto; 
     -webkit-box-shadow: 0px 4px 16px -2px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 4px 16px -2px rgba(0,0,0,0.47);
    box-shadow: 0px 4px 16px -2px rgba(0,0,0,0.47);   
    position:relative;
}

#nav-login-overlay p
{
 padding-top: 10px;    
}
#nav-login-counter
{
    font-weight:bold;
    font-size:16px;    
}

#history-tabs .nav-tabs > li 
{
    background-color:#EEEEEE;
    
}



#arrow-down
{
    font-size:60px;
    width:100%;
    text-align:center;
    margin-top:-55px;
    z-index:9999;
    color:#fff;
    display:block;    
     text-shadow: 2px 2px 4px #000000;
}
#arrow-down:hover
{
   font-size:65px; 
}

.rb-group label, .rb-group input
{
    padding-left:5px;
    display:inline-block;    
    font-weight:normal;
}
.rb-group td
{
    padding-right:15px;
    
}


#module #nav-header > img {
	width: 150px;
}
#module.wrapper {
	padding-left: 20px;
	padding-right: 15px;
}
#module .nav-pills > li + li {
	margin-top: 0;
}
#module .nav-pills a {
    border-radius: 0;	
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    color: #777;
}
#module .nav-pills a.active {
	color: #06618e;
}
#module .nav-pills a.active:after {
	background:  #06618e;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
}
#module .nav-pills a > .caret-right {
	top: 50%;
    margin-top: -5px;
    position: absolute;
    right: 15px;
}
#module .nav-pills li:hover {
	background: #f2f2f2;
}
#module .nav-pills a:hover {
	color: #000;
}
#module .content-header {
    color: #06618e;
    font-size: 25px;
    margin: 0px 10px 30px 10px;
    padding: 13px;
    padding-left:0px;
}
#module .content-body {
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-brand
{
    height:auto;
    padding-bottom:10px;
}

#topmostNavHelper
{
 position: absolute;
 top:0px;
 right:25px;   
 
 
}
#topmostNavHelper a
{
    text-decoration:none;
    color:#fff;
    font-size:smaller;
}

.main-content .flexslider
{
    border:none;
    z-index: -1;
    overflow: hidden;
}
.main-content .flexslider, .main-content .flexslider .slides img
{
    width: 100%;
}
.main-content .flexslider .slides img, .main-content .flexslider .slides li img,.main-content .flexslider .slides li ,.main-content .flexslider .slides
{
    height: 100vh;
}
.main-content .flexslider .slides li
{
    max-height:100vh !important;
}
.hidden-column
{
 display:none;    
}

#confetti-canvas
{
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.welcome-title .firstname
{
  text-transform:capitalize;   
}

.overlaying-content
{
 background-image: url("../images/resources/white-overlay.png");    
 border-radius:5px;
}


@media (min-width: 769px) and (max-width: 991px)
{
    .main-content .flexslider .slides img
    {
        width: 100%;
        height: 100vh;
       
    }
}
@media (max-width: 767px) and (min-width: 623px)
{
    .main-content .flexslider .slides img
    {
        width: 900px;
        height: 100vh;
     
    }
   
   
}

@media (min-width: 451px) and (max-width: 550px)
{
   
    .main-content .flexslider .slides img
    {
        width: 700px;
        height: 100vh;
     
    }
  
   .service-links-wrap
   {
       border-bottom-width:1px; 
   }
}
@media (max-width: 450px)
{
    .main-content .flexslider .slides img
    {
        width: 650px;
        height: 100vh;
       
    }
    .navbar-brand img
    {
        height:40px !important;
        padding-top:10px;
    }
   
    .service-links-wrap
   {
       border-bottom-width:1px; 
   }
}


/*#endregion*/

@font-face
{
    font-family: "Open Sans";
    src: url("opensans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*#BROWSER HANDLING*/


