a{
    color: #24F5dd;
    text-decoration: none;
}

.btn-save-pvt{
    padding: 0px;
    border: 0px;
    background: transparent;
}

a:hover{
    color: #808080;
    text-decoration: none;
}

.caret-menu{
	margin-top: 8px;
}

.padding-menu{
	width: 100%;
}


.btn-menu{
	margin-top: -5px;
}

.list-btn-delete{
	margin-right: 15px;
	margin-top: 2px;
	padding: 4px;
}

.btn-edit-pvtt{
    padding: 3px;
    margin-top: 5px;
}

/*Login*/

.background-blue {
	background-color: #016ab8;
}

.login-logo {
	max-width: 150px;
}

.login-background {
	padding: 1px 35px 1px 35px;
	background-color: #ffffff;
}

.login-form {
	box-shadow: 0 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.08) inset;
	border: 0px;
    border-bottom: 2px solid #006ab8;
}

.login-form:focus {
    border-bottom: 2px solid #006ab8 important!;
}

.btn-login{
	background-color: #006ab8;
    border: 2px solid #006ab8;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 35px 10px 35px;
}

.btn-send{
    background-color: #006ab8;
    border: 2px solid #006ab8;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 23px 6px 23px;
    margin-left: 0px !important;
    float: none !important;
}

.btn-password{
    margin-left: 0px !important;
    float: none !important;
}

.btn-login:focus{
	background-color: #ffffff;
    color: #006ab8;
    border: 2px solid #006ab8;
}

.btn-login:hover{
	background-color: #ffffff;
    color: #006ab8;
    border: 2px solid #006ab8;
}


/*Dashboard*/

body{
	color: #808080;
	background: #161514;
}

.blue-everywhere{
	color: #016ab8;
}


.nav.side-menu>li>a{
	color: #ffffff;
}

.nav-logo{
	max-width: 155px;
}

.nav_title{
	background: #016ab8;
	height: 100px;
}

.site_title{
	margin-top: 20px;
}

.left_col {
	background-color: #161514;
}

.nav.side-menu>li.active>a{
	background: #232221;
	box-shadow:;
}

.nav_menu{
	background: #e6e6e6;
	border-bottom: 1px solid #b3b3b3;
}

/*Everywhere*/

.page-title .title_left {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #161415;
    padding-bottom: 10px;
}

*{
	font-family: Montserrat, sans-serif;
}

.icon-white{
	color: #ffffff;
}

/*Table*/

.table-bordered {
    border: 0px;
}

.table-bordered>tbody>tr>td{
	border: 0px;
}

.table-bordered>thead>tr>th {
    border: 0px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 3px solid #ddd;
}

/*Button*/

.btn-default {
    color: #006ab8;
    background-color: #fff;
    border: 2px solid #006ab8;
    font-weight: bold;
}

/*X_*/

.x_title {
	border-bottom: 0px;
    padding: 10px 10px;
    margin-bottom: 0px;
    background: #04a9f5;
    color: #ffffff;
}

.a-header{
    color: #ffffff;
}

.x_panel{
	padding: 0px;
	margin-bottom: 20px;
}

.x_content {
    padding: 10px 10px;
}

.menu-header{
	background-color: #006ab8;
}

.collapse-block{
    margin-top: 5px;
}

/*Well Menu*/
.well-menu-icon{
    width: 38px;
}

.well-menu-content{
    padding: 0px;
    margin: 0px;
}

.well-menu-btn{
    border: 0px;
    border-radius: 0px;
}

/*Modal*/

.modal-content {
    border-radius: 0px;
}

.modal-header {
    background: #04a9f5;
    color: #ffffff;
}

.active-tab{
    border-bottom: solid 3px;
    border-bottom-color: #34f4dd;
    padding-bottom: 0.5%;
}

@media(max-width: 1440px){
    #gas_molar_fractions{
        font-size:11px
    }
    #molar_fractions{
        font-size:15px
    }
}