﻿/*Callout Plan CSS*/

body {
    background-color: transparent;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

#draggable {
    width: 100px;
    height: 100px;
    background: #ccc;
}

#header {
    margin: 0;
    padding: 0;
    width: 100%;
}

    #header td {
        margin: 1px;
        padding: 1px;
        float: left;
        width: 48px;
        height: 21px;
        font-size: 13px;
        text-align: center;
    }

    #header th {
        margin: 3px;
        padding: 1px;
        float: left;
        width: 34px;
        height: 14px;
        font-size: 12px;
        text-align: center;
    }

#droppable {
    width: 50px;
    height: 50px;
    padding: 0.5em;
    float: left;
    margin: 5px;
}

#feedback {
    font-size: 1.4em;
}

#selectable .ui-selecting {
    background: #FFFFFF;
}

#selectable .ui-selected {
    background: #F39814;
    color: green;
}

#selectable {
    margin: 0;
    padding: 0;
    width: 100%;
}

    #selectable td {
        margin: 1px;
        padding: 1px;
        float: left;
        width: 48px;
        height: 20px;
        font-size: 9px;
        text-align: center;
    }

    #selectable th {
        margin: 3px 3px 0;
        padding: 1px;
        float: left;
        width: 34px;
        height: 20px;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }

.ui-state-default {
    cursor: pointer;
}

.ui-selectable-helper {
    border: 2px solid #0366C1;
}

#droppable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 450px;
}

    #droppable li {
        margin: 3px;
        padding: 1px;
        float: left;
        width: 100px;
        height: 80px;
        font-size: 4em;
        text-align: center;
    }

#selectablePlan td {
    margin: 3px;
    padding: 1px;
    float: left;
    width: 100px;
    height: 30px;
    font-size: 2em;
    text-align: center;
}

#selectablePlan .ui-selected {
    background: #F39814;
    color: red;
}

.expand-image {
    float: none;
    height: 14px;
    width: 14px;
}

.pattern-image {
    float: none;
    height: 16px;
    width: 44px;
}

.remove-border {
    border: none;
}

.left {
    float: left;
    width: 47%;
    min-width: 402px;
}

.right {
    float: right;
    width: 47%;
    min-width: 625px;
}

.remove-link-style {
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

.left .panel-title {
    display: inline;
    font-size: 14px;
}

.right .panel-title {
    display: inline;
    font-size: 14px;
}

.float-right {
    float: right;
}

.seperator {
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: 1px solid #eee;
}

.calloutlist .list-group-item {
    padding: 5px 15px;
}

.margin-right-25 {
    margin-right: 25px;
}

.entry-text {
    margin-right: 25px;
    margin-bottom: 2px;
    padding-bottom: 4px;
}

.calloutlist .list-group {
    margin-bottom: 0;
}

.calloutlist .form-group {
    display: inline-block;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.editlink {
    font-size: 13px;
    margin-left: 4px;
    cursor: pointer;
}

.displayNone {
    display: none;
}


.calloutDescCls {
    margin-bottom: 5px;
}

    .calloutDescCls .text-muted {
        font-size: 15px !important;
        font-weight: bold !important
    }

    .calloutDescCls textarea {
        font-size: 14px;
        width: 100%;
    }

#placeholderMessages .alert {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 27px;
    padding-left: 7px;
    margin-bottom: 4px;
}

#placeholderMessages .close {
    font-size: 17px;
}

.float-left {
    float: left;
}

.dxeRoot label {
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: normal;
}

.text-muted {
    font-size: 15px !important;
    font-weight: bold !important
}

.addNewPlanCls {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 10px;
}

.CalloutPlanField {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-14 {
    font-size: 14px;
}

.scheduleHelpText {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold
}

.vertical-margin {
    margin-bottom: 5px;
    margin-top: 5px;
}

.ui-state-default.ui-selectee:hover {
    border: 2px solid red;
}

.ui-state-default.ui-selectee.ui-selecting {
    border: 2px solid red;
}

.expandFlag {
    float: left;
    border: none;
    margin-top: 1px;
    margin-right: 10px;
}

.calloutListFlag {
    float: left;
    border: 2px solid black;
    margin-top: -2px;
    margin-right: 10px;
}

.calloutListFlagList {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    padding-right: 15px;
    vertical-align: top;
}

#selectAllButton {
    font-size: 14px;
    padding: 6px !important;

}

.margin-left-10 {
    margin-left: 10px;
}

.flagBorder {
    border: 2px solid black;
}

.flagheadingcls {
    margin-bottom: 3px;
    margin-top: 4px;
}

.removeListFromPlan {
    color: inherit;
    margin-right: 6px;
    cursor: pointer;
}

.calloutlist > .panel.panel-default > .panel-heading:hover {
    background-color: #DEE2E5;
}

.calloutlist > .panel.panel-default > .panel-heading {
    cursor: pointer;
}

.calloutlist > .panel.panel-success > .panel-heading:hover {
    background-color: #B9E0A8;
}

.calloutlist > .panel.panel-success > .panel-heading {
    cursor: pointer;
    padding: 6px 12px !important;
    color: #000000 !important;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    width: 200px;
}

.calloutlist > .panel.panel-success {
    border: 0px !important;
}

.rightPaddingRightBorder {
    border-right: 1px #C2D4DA solid;
    padding-right: 3px;
}

.calloutlist > .panel.panel-success > .panel-collapse > .panel-body {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.paddingRightBorder {
    border-right: 1px #C2D4DA solid;
    padding-right: 3px;
    padding-left: 3px;
}

.announcementTitle {
    font-size: 1.5em;
    color: black;
}

.announcementMessage {
    font-size: 1.15em;
}

.announcementPanelHeading {
    position: relative;
}

    .announcementPanelHeading:hover {
        background-color: #baf4f4 !important;
    }

.bs-callout {
    padding: 5px 10px;
    margin: 0 0 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.divLinkFix {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#announcementsHeader {
    color: red;
    font-size: 2.25em;
}

@media(min-width: 385px) {

    #loginContainer .dxeRoot_Glass {
        display: inline-block;
        position: relative;
        top: 5px;
    }

    #loginContainer .dxbButton_Glass {
        float: left;
        margin-top: 5px;
        margin-left: 5px;
    }

    #ctl00_Main_lgnMain_Password_ET {
        margin-left: 11px;
    }

    #rememberMeContainer {
        display: inline-block;
        position: relative;
        top: 5px;
        left: -20px;
    }

    #forgotPasswordContainer {
        float: left;
        position: relative;
        top: 12px;
        left: -10px;
    }

    #failureTextDiv {
        position: relative;
        margin-top: 25px;
        margin-left: -5px;
    }

    #adContainer {
        float: right;
    }
}

@media(max-width: 992px) {
    #adContainer {
        display: none;
    }

    #rndpnlDemoCredentials {
        margin-top: 10px;
    }
}

#FailureText {
    color: red;
    font-size: 1.15em;
}

#passwordTextContainer {
    display: inline-block;
}

@media (max-width: 384px) and (min-width: 350px) {
    .margin-right-11 {
        margin-right: 200px;
    }
}

.smallMoveDown {
    position: relative;
    top: 11px;
}

.advantage-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #337AB7;
    font-size: 14px;
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font: 11px Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

    .advantage-btn:hover {
        background: #e0e0e0;
        text-decoration: none;
        color: #337AB7;
    }

.request-info-btn {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #ffffff;
    font-size: 14px;
    background: #0366C1;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

    .request-info-btn:hover {
        background: #0686FF;
        text-decoration: none;
        color: #000000;
    }

.appBadgesDiv {
    margin-top: 5px;
    display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: visible;
        /* position for tooltip*/
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.station-name:hover::after {
    content: attr(title);
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: 0;
    white-space: nowrap;
}