body {
    font-family: 'El Messiri', sans-serif;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Exo 2', sans-serif;
    min-height: 100vh;
}

@media screen and (max-width: 1000px) {
	table {
			font-size: .7em;
	}
}

td, th {
    padding: 6px 2px;
}

input[type=text]:disabled, input[type=email]:disabled, input.select-dropdown:disabled{
	color: black;
}

.select-wrapper input.select-dropdown:disabled{
	color: black;
}
	
.splash {
    padding-top: 50px;
    background: url(/pic/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.white {
    background-color: #fff;
}

.break {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.top-margin {
    margin-top: 30px;
}

.right-border {
    border-right: 2px solid #ccc;
}

.top-line {
    background-color: #3C4859;
    color: #fff;
    padding: 15px;
    margin-bottom: 0px !important;
}

.top-line-mobile {
    background-color: #3C4859;
    color: #fff;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
}

.top-line a {
    color: #fff;
}

.content-line {
    padding: 0px;
    padding-top: 0px;
}

.content-line-padding {
    padding: 15px;
}


.bottom-line {
    bottom: 0px;
    width: 100%;
    background-color: #3BA3D0;
    margin-top: -20px;
    margin-bottom: 0px !important;
    padding: 5px;
    color: #fff;
}



.bottom-line a {
    color: #fff !important;
}

.bottom-line h2 {
    font-size: 24px;
    padding: 0px;
}

.user-name {
    font-size: 2em;
}

.user-name-edit {
    font-size: 0.7em;
    color: #00b0ff;
}

.central-line {
    background: url(/pic/background-3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 75vh;
}

.left-menu {
    color: #666;
}

.left-menu ul {
    margin-left: 10px !important;
    font-size: 1.3em;
}

.left-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #3C4859;

}

.left-menu a:hover {
    color: #32CD32;
}

.left-menu p {
    padding: 15px;

}

.central {
    padding: 30px;
}

.help {

}

.help h5 {
    color: #666;

}

.shadow {
    -webkit-box-shadow: 6px 0px 21px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow:    6px 0px 21px 0px rgba(50, 50, 50, 0.54);
    box-shadow:         6px 0px 21px 0px rgba(50, 50, 50, 0.54);
}

.workspace-home {
    min-height: 78vh !important;
}

.workspace {
    padding-left: 50px !important;
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #d2ebf9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #feffff 0%,#d2ebf9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #feffff 0%,#d2ebf9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: -3px 0px 5px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    -3px 0px 5px 0px rgba(50, 50, 50, 0.59);
    box-shadow:         -3px 0px 5px 0px rgba(50, 50, 50, 0.59);

    min-height: 75vh !important;
}

.workspace h3 {
    color: #3C4859;
}

.card.small .card-image {
    max-height: 40% !important;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    border-top: 0;
}

.fees {
    border-collapse: collapse;
   /* font-size: 16px; */
    color:#666;
    margin-top: 20px;
}

.fees thead {
    border-top: 3px solid #aaa;
    padding: 10px;
}

.fees th {
    text-align: center;
}

.fees td {
    border: 1px solid #ddd;
    padding: 20px;
}

.fees td:first-of-type {
    font-weight: bold;
  /*  width: 70%; */
    color:#777;
}


.fees td:last-child {
     text-align: center;
/*	 font-weight: bold; */
 /*   font-size: 18px; */
}
.fees td:KYC {
    text-align: center;
 /*   font-size: 18px; */
}

.error {
    color: red !important;
    padding-top: 35px;
	width: 100% !important;
	text-transform: none;
}

.error-form {
    color: red !important;
    padding-left: 45px;
}

#upbutton {
    background: url("/pic/up2.png") no-repeat top left;
    height: 50px;
    width: 50px;
    bottom: 10px;
    left: 70px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
  }
  
 #backbutton {
    background: url("/pic/back.png") no-repeat top left;
    height: 50px;
    width: 50px;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 999;
  }

 .picker select {
     display: inline !important;
     padding: 2px !important;
 }

.highlight{
    color: #fff;
    background-color:#27ae60;
}