
body {
	 background:#ffffff!important;
	 margin:0px;
	 padding:0px;
	 font-family: 'Lato', sans-serif;
	 
 }
 

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
	
}
.mainarea{
	height: 72px;
    position:relative; 
	z-index:9
}
.main-areabtm-pading{
	background:#fafafa;
	margin-bottom:50px;
	padding:20px 20px!important;
	box-shadow: 0 0 7px 0px #0003;
	padding-bottom: 50px!important;
}

.bgarea{
	background:#ffffff;
	
}
.login-area {
    text-align: center;
    color: #002868;
  }
.login-area h1 {
    text-align: center;
    color: #002868;
	margin-bottom:20px;
	font-size:25px;
  }
.login-area img {
    text-align: center;
    margin-top: 44px;
	width:140px;
}
.login-form-area {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    border-top: 0 none;
    box-shadow: 0 0px 2px;
    color: #666;
    padding: 20px 20px 21px;
    margin-bottom: 20px;
}
.login-form-area h4 {
    text-align: center;
    margin-bottom: 20px;
}
.copy-right1 {
    text-align: center;
    margin-top: 10px;
}
.signarea {
    margin-top:15px;
}
.btnred {
    padding: 6px 42px!important;
    color: #fff;
    font-size: 18px!important;
    background: #bf0a30;
    font-family: Calibri, sans-serif;
    width: 100%;
}
.btnred:hover {

    padding: 6px 42px!important;
    color: #fff !important;
    font-size: 18px!important;
    background: #bf0a30;
    font-family: Calibri, sans-serif;
    width: 100%;
}
/*-------------------------loding------------------*/
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 4;
    cursor: pointer;
}
#overlay {
    z-index: 9999999!important;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #002969;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#text h3{

    color: #000;
    
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*----------------------------end-loaging-----------------------*/
/*========================================*/
.fa {
    font: normal normal normal 14px/1 FontAwesome!important;
}
header {
    
    height:72px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#093782+0,022b6d+100 */
background: #093782; /* Old browsers */
background: -moz-linear-gradient(top,  #093782 0%, #022b6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #093782 0%,#022b6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #093782 0%,#022b6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093782', endColorstr='#022b6d',GradientType=0 ); /* IE6-9 */

}
.logoimg{
	
	height:80px;
}
.logoimg img{
	width:70px;
	height:70px;
}
.nav-up {
    top: -70px;
}

nav {
    display: block;
 
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
	font-size:16px;
}
.navbar-brand > img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    margin-top: -15px;
}
.navbar-inverse {
    background-color:transparent!important;
    border-color:transparent!important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 34px;
    height: 4px!important;
    border-radius: 1px;
    /* color: #ffffff!important; */
    background: #ffffff!important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    
}
.navin.navbar-nav > li {
	border-right:#011b45 2px solid;
    height:71px;
}
span.divider-line {
    /* float: left; */
    width: 4px;

}
span.divider-line img {
    margin-top: -17px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #98bcf7!important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e4e9b+0,0b3577+100 */
background: #1e4e9b!important; /* Old browsers */
background: -moz-linear-gradient(top,  #1e4e9b 0%, #0b3577 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e4e9b 0%,#0b3577 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e4e9b 0%,#0b3577 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4e9b', endColorstr='#0b3577',GradientType=0 )!important; /* IE6-9 */

}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff!important;
    font-size: 16px!important;
    line-height: 40px!important;
	    border-right: 1px solid #001e3d;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #98bcf7!important;
    background: #1e4e9b!important; /* Old browsers */
background: -moz-linear-gradient(top,  #1e4e9b 0%, #0b3577 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e4e9b 0%,#0b3577 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e4e9b 0%,#0b3577 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4e9b', endColorstr='#0b3577',GradientType=0 )!important; /* IE6-9 */
 }
 .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
color: #98bcf7!important;
background: #1e4e9b!important; /* Old browsers */
background: -moz-linear-gradient(top,  #1e4e9b 0%, #0b3577 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e4e9b 0%,#0b3577 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e4e9b 0%,#0b3577 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4e9b', endColorstr='#0b3577',GradientType=0 )!important; /* IE6-9 */
}
.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}

.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:none!important;
}

.navbar-collapse{
	box-shadow:none!important;
	border-top: 1px solid transparent!important; 
}
#navareain.navbar-nav {
  /*  margin: 7.5px -15px;*/
   	background: #093782; /* Old browsers */
background: -moz-linear-gradient(top,  #093782 0%, #022b6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #093782 0%,#022b6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #093782 0%,#022b6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093782', endColorstr='#022b6d',GradientType=0 ); /* IE6-9 */
}
.dropdown-menu {
    position: absolute;
    /* top: 100%; */
    top: 118%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color:#093782!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #001e3d!important;
    border: 1px solid #001e3d!important;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a{
	color:#fff!important;

	
}
.dropdown-menu > li > a:hover{
	color:#98bcf7!important;
	background-color:transparent!important;

}
.button-gray {
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
   /*width: 115px;*/
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
	padding:3px 10px;
    display: inherit;
    margin: 0 auto;
	background:#002768;
   -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
    float: left;
	margin-right: 5px;
	
}
.button-red {
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 3px;
    width:109px;
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
   margin-right:8px!important;
    display: inherit;
    margin: 0 auto;
    background: rgba(247,59,102,1);
    background: -moz-linear-gradient(left, rgba(247,59,102,1) 0%, rgba(191,10,48,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,59,102,1)), color-stop(100%, rgba(191,10,48,1)));
    background: -webkit-linear-gradient(left, rgba(247,59,102,1) 0%, rgba(191,10,48,1) 100%);
    background: -o-linear-gradient(left, rgba(247,59,102,1) 0%, rgba(191,10,48,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,59,102,1) 0%, rgba(191,10,48,1) 100%);
    background: linear-gradient(to right, rgba(247,59,102,1) 0%, rgba(191,10,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73b66', endColorstr='#bf0a30', GradientType=1 );
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    float: left;
	
}
.button-blue{
	 border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 3px 10px;
    width: 109px;
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
    display: inherit;
    margin: 0 auto;
	 border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    float: left;
	margin-right:8px;
    background: #1e4e9b; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e4e9b 0%, #0b3577 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1e4e9b 0%,#0b3577 100%;) /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1e4e9b 0%,#0b3577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4e9b', endColorstr='#0b3577',GradientType=0 ); /* IE6-9 */
}
.button-blueA{
	 border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 3px 15px;
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
    display: inherit;
    margin: 0 auto;
	 border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    float:right;
	margin-right:8px;
    background: #1e4e9b; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e4e9b 0%, #0b3577 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1e4e9b 0%,#0b3577 100%;) /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1e4e9b 0%,#0b3577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4e9b', endColorstr='#0b3577',GradientType=0 ); /* IE6-9 */
}
table.table.table-bordered.table-striped.tablein {
    text-align: center;
	
}
table.table.table-bordered.table-striped.tablein th{
    text-align: center;
}
.delete a{
	color: #000;
	text-decoration:none;
	
}
.delete a:hover{
	color: #000;
	text-decoration:none;
}
.theader{
	background:#e1edff;
	text-align:center;
}
/*-------------------------*/
/*------------------tree-view-menu----------------------*/

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #000;
    vertical-align: baseline;
    white-space: nowrap;
   background-color: #999999;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.tree {
  min-height: 20px;
  margin-top:13px;
  padding:15px 3px 15px 15px;
  margin-bottom:0px;

}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
  font-size:12px;

}
.tree li a {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
  font-size:12px;
  text-decoration: none;
    color: #333333;

}
.tree li a {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
  font-size:12px;
  text-decoration: none;
    color: #333333;

}
.tree.active {
    color:#bf092f!important;
}
.tree li::before,
.tree li::after {
  border-top: 1px solid #999!important;
	
  content: '';
  left: -16px;
  position: absolute;
  right: auto
}

.tree li::before {
    border-left: 1px solid #999!important;
    bottom: 50px;
    height: 100%!important;
    top: -26px!important;
    width: 1px;
}

.tree li::after {
  border-top: 1px solid #999;
  height: 20px;
  top: 25px;
  width:19px
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height:22px;
    border-radius: 5px;
    display: inline-block;
    padding:0px 0px;
    margin-top: 5px;
    text-decoration: none;
    color: #333333;
	height: 36px;
    word-break: break-all;
}

.tree li.parent_li>span {
  cursor: pointer
}

.tree>ul>li::before,
.tree>ul>li::after {
  border: 0
}

.tree li:last-child::before {
  height: 52px!important;
}

.tree li.parent_li>span:hover,
.tree li.parent_li>span:hover+ul li span {
 /* background: #c10a37;
  border: 1px solid #c10a37;
  color: #000;*/
}
.badge {
	background-color:transparent!important;
	
}
.paddingleft{
	/*padding-left:13px;*/
}
/*---------------------tree-view-menu--------------------*/
/*---------------------scroll----------------------*/
.scrollbar{
   /* float: left;*/
    height:695px;
  overflow: scroll;
    margin-bottom: 25px;
    /*overflow-x: hidden;*/
    padding-right: 20px;
	padding: 15px 15px;
}

.force-overflow
{
	min-height:695px;
}
#style-10::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
	width: 10px;
	height:10px;
	background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}



/*----------------------scroll----------------------*/
/*-----------------------------------------------------*/
.list-view-formarea{
	width:100%;
	margin-top:16px;
	float:left;
}
.left-headingsub {
  float:left;
  width:100%;
  padding:19px 19px 19px 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 box-shadow: 0 5px 7px 0px #0003;
}
.left-heading {
  float:left;
  width:100%;
  padding:19px 5px 19px 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 box-shadow: 0 5px 7px 0px #0003;
}
.right-icon-area{
	float:left;
  width:100%;
  background-color: #ffffff;
  border: 1px solid #999;
  height:35px;
  margin:10px 0px;
  padding:0px 10px;
}
.iconarea{
	width:30px;
	height:20px;
	float:left;
	margin:5px 0px;
}
.right-image-area{
  float:left;
  width:100%;
  background-color: #ffffff;
  border: 1px solid #999;
	}
.doc-area{
	width:100%;
	height:auto;
	float:left;
	}
.left-headingA{
  float:left;
  width:100%;
  background-color: #ffffff;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom:20px;

}
.left-headingB{
  float:left;
  width:100%;
  background-color: #ffffff;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom:20px;
  padding-top:20px;

}
.textaling{
	 color: #180839;
    font-size:14px;
    float: left;
    width: 100%;
    margin:0px;
	padding:0px;
    font-family: 'Lato', sans-serif;
	padding:0px 0px 10px 0px;
   
}
.left-heading h1{
    color: #180839;
    font-size:22px;
    float: left;
    width: 100%;
    margin:0px;
	padding:0px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.list-view-btm-area {

  float:left;
  width:100%;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    box-shadow: 0 5px 7px 0px #0003;
}
.list-view-btm-area h1{
    color: #180839;
    font-size:18px;
    float: left;
    width: 100%;
    margin:0px;
	padding:0px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
	margin-bottom: 16px;
}
.blue-area{
		background:#002868;
	color:#ffffff;
}
.blue-light{
	/*width:150px;*/
	background:#1b4b97 !important;
	color:#ffffff;
}
.left-heading label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal!important;
    color: #180839;
}
.navtab-in.nav-tabs > li.active > a, .navtab-in.nav-tabs > li.active > a:hover, .navtab-in.nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color:#00285e;
    border: 2px solid #00285e;
    border-bottom-color: transparent;
	
}
.navtab-in.nav-tabs {
    border-bottom:2px solid #00285e;
}
.navtab-in.nav-tabs {
    border-bottom: 1px solid #00285e;
}
.navtab-in.nav-tabs > li > a {
	color:#00285e;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
/*--------------------------------------------------*/
.nav-tabsone.nav-tabs > li.active > a, .nav-tabsone.nav-tabs > li.active > a:hover, .nav-tabsone.nav-tabs > li.active > a:focus {
    background: #e74c3c;
    color: #fff;
    cursor: default;
    border:none;
    border-bottom-color: transparent;
	
}
.nav-tabsone.nav-tabs > li {
    float: left;
    margin-bottom: -3px;
}
.nav-tabsone.nav-tabs > li > a:hover {
    border-color: transparent;	 
	background: #e74c3c;
}
.nav-tabsone.nav-tabs {
    border-bottom:2px solid #00285e;
}
.nav-tabsone.nav-tabs {
    border-bottom: 1px solid #00285e;
	background:#272e38;
}
.nav-tabsone.nav-tabs > li > a {
	color:#ffffff;
    margin-right: 2px;
    line-height:2.428571;
    border: 1px solid transparent;
    border-radius:0px 0px 0 0;
}
.tab-content-one.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 10px;
}
.Trained-Value-area{
	border:1px solid #ddd;
	height:400px;
	margin-bottom:20px;
	box-shadow: 0 5px 7px 0px #0003;
	float:left;
	width:100%;
}
/*-----------------------------------------------------*/
.footer.clearfix {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    transition: 0.3s;
}
.copy-right {
text-align: center;
    background: #fff;
    line-height: 0;
    padding-left: 24px;
    /* padding: 15px 15px; */
    font-size: 12px;
    line-height: 50px;
    height: 50px;
}
.copy-right img {
	width:50px;
	height:50px;
  
}
/*===========================================*/
.sub-area-boder{
	border:1px solid #ddd;
	padding:15px 0px;
}
.col-md-4.savetext{
	float:right;
	font-size:14px;
	color:#333;
	margin-top:30px;
}
.tabin-textarea{
	float:left;
	width:100%;
	margin-bottom:10px;
}
/*=========================*/
textarea.class-example {
    width: 217px;
    height: auto;
}
/*========================================*/
@media (max-width: 767px){
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff!important;
}
.button-gray {
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    /* width: 115px; */
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    padding: 3px 8px;
    display: inherit;
    margin: 0 auto;
    background: #002768;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
    float: left;
    margin-right: 5px;
}
.nav-tabsone.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
}