
/*body{
    font-family: Arial, Helvetica, sans-serif;
}*/
/*body {
    font-family: 'RationalDisplay.otf'; 
    src: url('/RationalDisplay.otf');
}*/

/*table[data-name='tab_5_section_1'] a{
    display: none;
}*/

.alert{
    margin-bottom: 3px !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    /*font-family: Arial, Helvetica, sans-serif !important;*/
    /* font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'RationalDisplay' !important;
    font-size: 1em;
    font-weight: normal !important;
    /* font-weight: bold; */
}

.navbar-header{
    margin:8px;
}

.navbar-nav{
    margin:none;
}


.navbar-inverse .navbar-nav > li > a {
  color: #ffffff; }
  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent !important;
    border-bottom:  2px solid white !important;
    color: #000000; }
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent !important;
    border-bottom:  2px solid white !important;
    color: #000000; }

.breadcumb > li a {
    color: #00A0CC;
    text-decoration: none !important;
    background-color: transparent;
}
/* TABLE */
.table {
    /*border-collapse: collapse;*/
    width: 100%;
    margin-bottom: 0px !important;

    border-collapse:separate;
    border-spacing:0 8px;
}
.table td, th {
    padding: 5px;
    
    border-right: 1px;
}


tr td:first-child { 
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px; 
}
tr td:last-child { 
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
}
/*tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }*/

.table>tbody>tr>td{
    border-top: none;
    font-size: 15px;
    border-right: 2px solid #f3f6fc;
}

.table>thead>tr>th{
    border-bottom: none;
    font-size: 15px;
}

.table td{
    height: 44px;
}

.table .table {
    background-color: transparent; 
}

.table thead{
    background-color: transparent;
    color: #0D1D35;
}
.table thead th {
/*background-color: #13294b;*/
    color: #0D1D35;
    font-weight: bold;
    font-size: 16px;

/*border: 1px solid #13294b;*/
}

.table th a{
    text-decoration: none;
    color: #0D1D35;
}

/*.table tr:nth-child(even){background-color: #d9d9d6;}*/

.table tbody td {
color: #0D1D35;
font-size: 16px;
vertical-align: top;
/*border-bottom: 1px solid #d9d9d6;*/
background-color: white;

}

.table tr >td {
  padding-bottom: 1em;
}

.row{
    margin-right: 0px;

}

.divider-vertical{
    display: none !important;
}


/**/

.button{
    background-color: #00A0CC; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
}

.button:hover{
     background-color: #2d7e8f; 
}

b,
h2, 
a
{
    color: #0D1D35;
}

body a{
    font-weight: bold;
}

/*.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

footer .footer-bottom {
    /*background-color: #3eb1c8;*/
    box-shadow: 0px -4px 5px lightgrey;
    
    color: #00A0CC;
}

.xrm-attribute-value{
    text-align: center;
}

.selected-view{
    font-size: 0.7em;
    text-decoration: none !important;
    color: black;
}

.selected-view:hover{
    color: black !important;
}

.selected-view:active {
  color: black !important;
}

.selected-view:focus {
  color: black !important;
}

.view-empty{
    font-size: 18px;
}

#content-container{
    min-height: 90%;;
}

.grid-actions{
    border-bottom: none;
}

.entitylist,
.crmEntityFormView .tab-title{
    border: none !important;
}

.crmEntityFormView .cell .field-label{
    color: #5C8DD6;
}

div[data-name="tab_5"] .tab-column{
    border-bottom: 2px solid #5C8DD6;
}

#filterDropdownId{
    background-color: white;
    border-radius: 10px;
    font-size: 23px;
}

.view-select:hover{
    color: red !important;
}

.view-select{
    float: right !important;
}

.alert-warning {
    border-radius: 15px;
}

.btn{
    border-radius:10px;
}

.addnote{
    margin-bottom: 20px !important;
    border-radius:10px;
}

.note .row .content{
    width: 75% !important;
}

.note .row .header{
    width: 25% !important;
    padding-top: 10px !important
}