body, html {
  height: 100%;
}

body {
	/* background-image: url('../image/alfa-romeo-4c-B&W_small.jpg'); */
	/* background-image: url('../image/3DM_M_1_D.png'); */
	
	background-image: url('../image/3DM_BG.jpg'); 
	
	height: 100%;
	width: 100%;
	max-width: 100%;
    overflow-x: hidden;
	background-repeat: repeat;
  	/* background-position: center;
  	background-size: cover; */
  	 
  	
  	/* border: 2px solid #000;
  	border-color: navy; */
	
}

.step_container {
	margin-left: 25px;
	margin-right: 25px;
}

.home-container{
	background-image: url('../image/3DM.jpg');
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center;
  	background-size: 100%;
}

.card-home{
	height: 500px;
	width: 600px;
	position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgb(153, 39, 39);
    border-radius: .35rem;
}

.home-menu{
	padding: .5rem!important;
}

.page-header { 
    border-width: 0;
    margin-bottom: 0;
}

.page-header .header_img {
    height: 80px;
    width: auto;
    display: inline-block !important;
}

.page-header .brand {
    text-transform: uppercase;
    color: #4A4B9B;
    margin-left: 10px;
}

.page-header .slogan {
    color: #992727;
}

.slogan {
    color: #992727;
}

.navbar-default {
    background-color: transparent;
    border-color: #2d4492;
    border-width: 0 0 5px 0;
    border: 1;
}

.navbar {
	border-bottom:5px solid #2d4492;
    padding: .0rem 1rem;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #2d4492;
    color: #fff;
}


.navbar-default .navbar-nav>li>a {
    background-color: #c9cadf;
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /* background-color: #fad9b6; */
    background-color: #992727;
    color: #fff;
    
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fad9b6;
}

nav .phone {
    font-size: 1.7em;
    color: #2d4492;
}

nav .phone a {
    padding-left: 1em;
}

nav .phone a:hover, nav .phone a:focus {
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 1px solid rgb(153, 39, 39);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #992727;
    background-color: #fff;
    border-color: #992727 #992727 #fff;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
	border-color:#992727 #992727 #fff;
}

a.nav-link {
	color: #2d4492;
}

a.link_disabled:hover {
	color: gray;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #992727;
    background-color: #fff;
    border-bottom: 1px solid rgb(153, 39, 39);
}

.tma-menu
        {            
            padding-left: 10px;
    		padding-right: 10px;
    		margin-left: 20px;
    		margin-right: 20px;
        }
.tma-main-color {
	color: #2d4492;		
}

.tma-secondary-color {
	color: #992727;		
}

.tma-grayish-color {
	color: #7575a3;		
}


.tma-color-strong{
	
	font-weight: bold;
}
.tma-white-color {
	color: #fff;		
}

.tma-green-color {
	color: #5eeb34;		
}

.tma-in_progress-color {
	color: rgb(255, 179, 102, .5);		
}

.tma-red-color {
	color: red;		
}

.tma-red-blinking-error {
	animation:blinkingText 1.2s infinite;
	font-weight: bold;
	font-size: 1.2em;
}
@keyframes blinkingText{
	0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

.tma-table-color {
	color: #992727;
}

.bg-tma-primary {
    background-color: #2d4492!important;
}

.bg-tma-primary-soft {
    background-color: rgb(45, 68, 146, .75);
}


.bg-tma-secondary {
    /*background-color: #992727!important;*/
    background-color: rgb(153, 39, 39, .75);
}

.bg-tma-secondary-row {
    /*background-color: #8D99A6!important;*/
    background-color: rgb(141, 153, 166, .75);
    
}

.bg-tma-secondary-transparent{
	 background-image: url('../image/3DM_BG.jpg');
}

.bg-tma-secondary-steps {
    background-color: #FFD580!important;
}

.bg-tma-yellowish-color {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 77, .1);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-tma-main-color{
	color: #2d4492;
	border: 2px solid #2d4492;
  	border-color: #2d4492;
  	/* margin-left: 1rem; 
  	margin-right: 1rem;*/
}

.card-tma-border {
    /* border-color: #992727!important; */
    border: 0;
}

.hr-tma {

    margin-top: 1rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #992727;	
}

.footer {
    border: solid;
    border-color: #2d4492;
    border-width: 1px 0 0 0;
    margin-top: 30px;
}

.shadow {
    text-shadow: -4px 4px 4px #999999;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.0)!important;
}

video {
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page_title {
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    color: brown;
}

.page_content p{
    font-family: 'Lora', serif;
    /* font-size: 1.9rem;
    line-height: 1.5; */
    padding-bottom: 3rem;
}

.page_content ul {
    font-family: 'Lora', serif;
/*     font-size: 1.5rem;
    line-height: 1.2; */
    padding-bottom: 3rem;
    color: #000000;
    /* font-weight: bold; */
}

.addressBlock {
    font-family: 'Lora', serif;
    font-size: 1.8rem;
    padding-bottom: 2rem;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-tma{color:#fff;background-color:#2d4492;border-color:#343a40}
.btn-tma:hover{color:#fff;background-color:#007bff;border-color:#1d2124}
.btn-tma.focus,.btn-tma:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-tma.disabled,.btn-tma:disabled{color:#fff;background-color:#2d4492;border-color:#343a40}
.btn-tma:not(:disabled):not(.disabled).active,.btn-tma:not(:disabled):not(.disabled):active,.show>.btn-tma.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}
.btn-tma:not(:disabled):not(.disabled).active:focus,.btn-tma:not(:disabled):not(.disabled):active:focus,.show>.btn-tma.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}

.btn-tma-small{line-height: 0.5}

li.nav-item {
	list-style: none;
	padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.p-2 {
    padding: .0rem!important;
}

.card-collapse li  {
    list-style: square;
    list-style-position: outside;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.card-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: yellow;
}
.card-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.card-heading a {
    display: block;
}

a.accordion-toggle:hover, a.accordion-toggle:focus {
    text-decoration: none;
}

.gotoContact h4 {
    line-height: 1.5;
    padding-bottom: 1rem;
}

h5 a {
	color: #2d4492;
}

h5 a:hover {
	color: #007bff;
	text-decoration: none;
	text-shadow: -4px 4px 4px #999999;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.0)!important;
}

.myborder {
   border:2px dotted #000;
   border-color: navy;
}

.link_disabled {
	color: #c8c8c8;
}

.error {
	color: red;
}

.has-error {
	color: red;
}

select.OPTIONAL, option {
	background: orange;
	color: white;	
}

select.NONE, option {
	background: navy;
	color: white;	
}

select, option {
	background: white;
	color: #000;	
}

.bar-tma > .bar-group > .bar {
  /*fill: #b8c2cc;*/
  fill: #2d4492;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width .3s ease;
  user-select: none; }
  
.bar-tma > .bar-group > .bar-progress {
  /*fill: #b8c2cc;*/
  fill: #33cc33;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width .3s ease;
  user-select: none; 
  
}  

.bar-client > .bar-group > .bar-progress {
  /*fill: #b8c2cc;*/
  fill: #33cc33;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width .3s ease;
  user-select: none;   
}  

.bar-client > .bar-group > .bar {
  fill: #ffbf00;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width .3s ease;
  user-select: none; 
}

.bar-client-final > .bar-group > .bar {
  fill: #ff8000;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width .3s ease;
  user-select: none; 
}

.bar-grp-milestone > .bar-group > .bar {
  fill: #34c0eb;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width .3s ease;
  user-select: none; 
}

.addItemSize {
	width: 150px;
}

.font-small {
    font-size: smaller;
}

.my-custom-scrollbar {
position: relative;
height: 300px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #d0f5f7;
}
