﻿.shadow {
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

.navbar-brand {
    color: #337ab7;
}

body {
    font-size: 11px;
}
/*
.dropdown-menu {
   overflow:visible ;
   clip:auto;
}
    */
/*.tracing-row {
  display: table-row;
  background: #f6f6f6;
}*/
/*.tracing-row:nth-of-type(odd) {
  background: #e9e9e9;
}*/
.tracing-row-red {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

.tracing-row-green {
    font-weight: 900;
    color: #ffffff;
    background: #27ae60;
}

.tracing-row-blue {
    font-weight: 900;
    color: #ffffff;
    /*  background: #2980b9;*/
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(38, 90, 136) 100%)
}


.bg-primary {
    
    color: #ffffff;
    /*  background: #2980b9;*/
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(38, 90, 136) 100%)
}

.btn-primary {
    color: #ffffff;
    /*  background: #2980b9;*/
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(38, 90, 136) 100%)
}



.tracing-row-blue {
    font-weight: 900;
    color: #ffffff;
    /*  background: #2980b9;*/
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(38, 90, 136) 100%)
}