﻿.modal {
    top: 5%!important;
}

.modal-backdrop.fade.in {
    opacity: .6 !important;
    filter: alpha(opacity=60) !important;
}

#div_UpdateContainer2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

#div_UpdateContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.adminlinksp {
    font-size: medium;
    font-weight: normal;
}

.roundcorners {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.shadow {
    -moz-box-shadow: 0px 5px 20px 0px #222 !important;
    -webkit-box-shadow: 0px 5px 20px 0px #222 !important;
    box-shadow: 0px 5px 20px 0px #222 !important;
}

XloadingImage {
    position: absolute;
    left: 45%;
    top: 40%;
    visibility: visible;
    vertical-align: middle;
    z-index: 100500;
}

.visiblecontainer {
    min-height: 100%;
    padding: 0px;
    z-index: 10000;
    background-color: Transparent;
    background-image: url('/images/BackgroundTile_20x20_50Black.png');
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
}

.invisiblecontainer {
    min-height: 100%;
    padding: 0px;
    z-index: 10000;
    background-color: Transparent;
    background-image: url('/images/transparency.png');
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
}

#xpreview_left_container_wrapper {
    position: fixed;
    width: 197px;
    display: none;
}

#xpreview_right_container_wrapper {
    position: fixed;
    width: 197px;
    display: none;
}

#xpreview_left_border {
    position: fixed;
    width: 197px;
    top: 0;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    line-height: normal;
    z-index: 1000;
}

#closeLinkSpan a {
    color: #3333cc !important;
}

#closeLinkSpan a:hover {
    color: #003366 !important;
    cursor: pointer !important;
}

#preview_bottom_img {
    cursor: pointer !important;
}

.divPreviewLeft {
    background: url(/images/AdminMessages/PreviewMode_Left.png) no-repeat;
    width: 197px;
    height: 72px;
}

.divPreviewLeftHover {
    background: url(/images/AdminMessages/PreviewMode_Left_Hover.png) no-repeat;
    width: 197px;
    height: 72px;
}

.divPreviewRight {
    background: url(/images/AdminMessages/PreviewMode_Right.png) no-repeat;
    width: 197px;
    height: 72px;
}

.divPreviewRightHover {
    background: url(/images/AdminMessages/PreviewMode_Right_Hover.png) no-repeat;
    width: 197px;
    height: 72px;
}

.xadminlink {
    font-family: Tahoma;
    font-size: 14px;
}

.xadminlink a {
    color: #FCB34A !important;
    cursor: pointer;
    text-decoration: none !important;
}

.xadminlink a:hover {
    color: #D76C2B !important;
    cursor: pointer;
    text-decoration: none !important;
}

.xadminlink a:visited {
    color: #FCB34A !important;
    cursor: pointer;
    text-decoration: none !important;
}

#closeLinkSpan a {
    color: #3333cc !important;
}

#closeLinkSpan a:hover {
    color: #ff9933 !important;
    cursor: pointer !important;
}

.MandatoryAdSpace {
    align-content: center;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    position: -webkit-sticky;
}

/* Bug fix where template css was overriding telerik calendar css 
.rsSelected {
    padding-left:0px !important;
    padding-top:0px !important;
}
.wijmo-wijmenu .wijmo-wijmenu-item {
    padding:0px !important;
}
*/

/* required for milonic/table-cell clash with bootstrap3 was drawing a border around the table-cell */
table.milonictable {
    border-collapse: inherit;
    border-spacing: inherit;
}

.custom-button {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

@media (max-width: 768px) {
    div.blog-title {
        padding-left: 15px !important;
    }
}

.blog-widget-btn {
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    line-height: 1.33;
    padding: 10px 16px;
    font-size: 18px;
    -webkit-transition: visibility 3s ease-in-out;
    -moz-transition: visibility 3s ease-in-out;
}

.blog-widget-btn:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
