body {
    background: #c4d6e4;
    font-size:13px !important;
}

.loginblock{
    width:350px;
    top:20px;
    margin: 0 auto;
    position: relative;
}

.form-group .form-control, .form-group .input-group {
    margin-bottom: 5px;
    border-radius: 0px;
    padding: 10px;
    border: 0px;
    box-shadow: 0px 0px 1px 0.1px #a1a1a1;
    color:#555 !important;
    height:36px;
}

.panel{
    border-radius: 0px; 
    border:0px;
    box-shadow:0px 0px 1px .1px #a1a1a1;
}

.panel-heading {
    color: #fff;
    background-color: #436E90;
    border-color: #436E90;
    font-size: 16px;
    border-radius:0px;
}

.logowrap{
    display:  block;
    width: 194px;
    height: 70px;
    /* position:  absolute; */
    background: #e5edf5;
    box-shadow: 0px 0px 1px .1px #9f9f9f;
    border-radius: 0px 0px 5px  5px;
    margin-bottom: 5px;
}

.dropdown-menu {
    font-size: 11px !important;
}

.loginblock {
	width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 55px 33px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

.loginblock #loginlogo {
	margin-bottom:40px;
}

.loginblock #loginlogo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
	text-align:center;
}
 .loginblock #loginlogo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}

 .loginblock #loginlogo h1 a span {
    color: #50d8af;
	text-decoration:none;
}

a:hover, a:focus {
	text-decoration:none;
}

.loginblock .tag-line {
    float: right;
    font-size: 12px;
    color: #0c2e8a;
    font-family: sans-serif ;
    font-weight: 700;
}

.loginblock .panel-body {
	padding:0px;
}

.well {
    background-color: transparent;
    border-radius: 0px; 
    box-shadow: 0px 0px 1px 1px #ffffff;
}

.box {
    border: none;
    box-shadow: 0px 0px 3px 0.1px #d1d1d1;
    transition: 0.3s;
}

.box-header {
    height: 35px;
    background-color: #fff;
    background-image: none;
}

.box-icons a {
    height: 35px;
    line-height: 35px;
}

.box-name {
    line-height: 35px;
}

.form-control.error {
    border:1px solid red;
}

.navbar-default {
    background-color: #ffffff;
}

#main {
    margin-top: 50px;
}

#mylogo {
    text-align: center;
    margin-top: 4px;
}

#mylogo h1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#mylogo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}

#mylogo h1 a span {
    color: #50d8af;
}

.tag-line {
    float: right;
    font-size: 10px;
    color: #0c2e8a;
    font-family: sans-serif ;
    font-weight: 700;
}

body {
    background: none;
}

.tripviewpopup {
    max-height: 400px;
    overflow: auto;
}

.paymentResult, .tripExpensesResult {
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popover-title{
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    background-color: aliceblue;
}
.popover-content{
    width: 100%;
    padding: 5px 10px;
}

.tripdetailform{
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popover.left {
    min-width: 160px;
}

.form-control[readonly] {
    background-color: #ffffff !important;
    cursor: auto !important;
}

.wb-btn {
    background-color: #06cb90 !important;
    border-color: #06cb90 !important;
}

.width-100 {
    width: 100%;
}
