@font-face {
    font-family: 'glyphicons-halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot'),
    url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.imgLogoHeader {
    height: 47px;
}

.headTitle{
    margin-left: 10px;
    color: white;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50% !important;
    display: inline-block;
    padding: 0px !important;
    margin: 0px !important;
}

.iconDot {
    margin-top: 6px;
    margin-left: 2px;
}

.icoRed{
    color: red;
}

.icoGreen{
    color: green;
}

.modal-dialog{
    max-width: 900px;
}

.white{
    background-color: transparent !important;
}

.gray{
    background-color: rgba(0, 0, 0, .05) !important;
}
