﻿body {
    margin: 0px;   
    font-family: 'Roboto-Light', sans-serif;
    font-size: 15px;
}
.fa {
    font-family: 'FontAwesomeSolid';   
}
.fa-file-alt {
    font-family: 'FontAwesomeRegular' !important;     
}
a {
    color: #00aff1;    
}

tr {
    line-height: 25px !important;   
}

th {
    padding: 0px;
    
}

td {
    padding-right: 2px !important;
    padding-left: 6px !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.TableLayoutFixed {
    table-layout: fixed !important;  
}
  

.TableRecords {
    text-align: left !important;   
}
.TableRecords_OddLine {
    text-align: left !important;   
}

.TableRecords_EvenLine {
    text-align: left !important;   
}
.TableRecords_Header{
    text-align: left !important;   
}


.DivGlobalHeaderStyle {
    background-color: #006993;
    color: white;
    vertical-align: middle;
}

.DivProcessHeaderStyle {
    background-color: #006993;
    color: white;
    vertical-align: middle;
    line-height: 50px;
}

.LogoContainer {
   height: 130px;
}

.LogoImage {
    float:right;
}

.Title {
    margin-top: 40px;
  
}

.DivSimpleSearchStyle {

}

.DivSimpleSearchIntro {
    background-color: #00aff1;
    color: white;
}

.Div_NotIDF_Intro {
    background-color: #a6a6a6;
    color: white;
}
.Div_IDF_Intro {
    background-color: #008fc8;
    color: white;
}

.TableRecords_Header {
    border: solid;
    border-width: 1px;
}
.TableRecords_OddLine {
    border: solid;
    border-width: 1px;
}

.TableRecords_EvenLine {
    border: solid;
    border-width: 1px;
}


.ButtonSearch:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19) !important;    cursor: pointer !important;
}
/*
.ButtonSearch:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}*/

div.Feedback_AjaxWaitAdC {
    position: fixed;
    top: 0;
    bottom: 1px;
    background-repeat: no-repeat;
    width: 100%;
    background: url(imgGIF/sandglass_blue.gif?5095&11033) no-repeat;
    background-size: 60px 60px;
    background-position: center, center;
    background-color: white;
    padding: 10px 0;
    text-align: center;
    z-index: 10000;
    border-top-right-radius: 3px;
    opacity: 0.8;
}



.GreyCellsPageLabelsAndRef {
    background-color: #ededed;
}

.ProcessPageLabelsEventTable {
    font-family: Roboto-Medium !important;
    font-size: 14px;
}

.EventTableIcons {
    color: #000000;
}
@media screen and (min-width : 422px) { 
    .ProcessDetailsAllContainer {
        padding-right: 10%;
        padding-left: 50px;
    }
    
    table, th, td {
        border-style: dotted !important;
        border-color: #006993 !important;
        border-width: 1px 0px 1px 0px !important;
        border-collapse: collapse !important;
        text-align: left !important;
    }
    .ProcessPageLabelRef {
        font-family: Roboto-Medium !important;
        font-size: 17px !important;
    }

    .ProcessPageLabels {
        font-family: Roboto-Medium !important;
        font-size: 15px;
 
    }
}

@media screen and (max-width : 422px) { 
    .ProcessDetailsAllContainer {
        padding-right: 10%;
        padding-left: 5px;
    }
    
    table, th, td {
        border-style: dotted !important;
        border-color: #006993 !important;
        border-width: 1px 0px 1px 0px !important;
        border-collapse: collapse !important;
        text-align: left !important;
        font-size: 12px !important;
    }
    .ProcessPageLabelRef {
        font-family: Roboto-Medium !important;
        font-size: 14px !important;
    }

    .ProcessPageLabels {
        font-family: Roboto-Medium !important;
        font-size: 12px;
    }
}