﻿.Layout_Image .Header_center {
    z-index: 3;
}

/*
Overrides
*/

.MainContent{
    z-index: initial!important;
}

.ListRecords{
    z-index: 10004!important;
}

.Desktop .Application_Menu {
z-index: initial!important;
}

.phone .Application_Menu {
z-index: 10005!important;
}

.phone .Application_Menu {
z-index: initial!important;
}

.preview_img {
    max-width: 150px!important;
    max-height: 260px!important;
}

.Page.tablet > .Content,
.Page.phone > .Content {
    padding:20px;
}

.FloatingTab_Content,
.FloatingPlaceholder {
    top: 350px!important;
}

/* Pointer */
.Menu_TopMenu,
.Menu_TopMenu_Custom{
    opacity: .9!important;
}

.phone .FloatingPlaceholder{
    top: 60px;
    display:block!important;
} 

a.Button.Secondary {
    background-color: #005288!important;
    border: 1px solid #d4dcdf!important;
    color: #ffffff!important;
} 

a.Button.Secondary.send-email {
    height: auto;
    line-height: 20px;
    font-size: 12px;
    border-radius: 4px;
} 

a.Button.Secondary:hover {
    background-color: #f6f6f6!important;
    border: 1px solid #dcdcdc!important;
    color:#005288!important;
}


.owl-carousel .owl-wrapper-outer {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    height: auto;
}