﻿.at-messageConsole {
    background-color: #FFFFCC;
    border: 1px solid #C5C5C5;
    padding: 5px;
    max-height: 100px;
    overflow-y: auto;
}

.at-messageConsole table {
    width: 100%;
}

.at-messageConsoleClose {
    display:block;
    width:16px;
    height:16px;
    background:url('/images/msg_close.png') no-repeat;
    cursor:pointer;
}

.at-popupOverlay{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    z-index: 99;
    opacity: 0.5
}

.at-popup {
    position:fixed;
    width:75%;
    height:75%;
    left:12.5%;
    top:12.5%;
    border:2px solid black;
}

.at-popupHeader {
    background-color:#ffd800;
    padding:5px;
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
}

.at-popupHeader span{
    font-size:medium;
    font-weight:bold;
}

.at-popupMessageContainer {
    position:absolute;
    background-color:white;
    padding:5px;
    left:0px;            
    right:0px;
}            

.at-popupBody {
    background-color:white;
    padding:8px;
    position:absolute;
    left:0px;
    right:0px;
    overflow:auto;
}

.at-popupFooter {
    background-color:white;
    text-align:right;
    border-top:1px solid gray;
    padding:8px;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
}

.savePopupBody {
    height: calc(100% - 4em);
    overflow: auto;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
    box-sizing: border-box;
}

.at-popup-save-footer {
    text-align: right;
    height: 3.3em;
    padding-top: 0.6em;
    padding-right: 8px;
    overflow: hidden;
    /*border-top:1px dotted gray;*/
    /*background-color: #E8EAF6;*/
}

.at-attrCell 
{
    padding:0px 4px;
    /*border-left:5px solid white;*/
}
.at-attrCellError {
    border-left:5px solid red;
}
.at-attrCellErrorRight {
    border-right:5px solid red;
}
.at-attrLabel
{
    /*margin-bottom: 5px;*/
    color:Black;
    font-weight:normal;
    font-size:smaller;
    line-height:22px;
}
.at-attrLabel span {
    color:red;
    font-size:small;
}
.at-attrValCont {
    color:red;
}
.at-editLabel 
{
    margin: 0em;
    font-size:small;
    /*font: -webkit-small-control;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;*/
    display:block;
    border-color: #a99f9a;
    border-radius: 4px;
    border-style:solid;
    border-width:1px;
    padding:4px;
    background-color:whitesmoke;
}
.at-editlink
{
    margin: 0em;
    /*font: -webkit-small-control;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;*/
    display:block;
    border-color: #a99f9a;
    border-radius: 4px;
    border-style:solid;
    border-width:1px;
    padding:4px;
    overflow:auto;
}
.at-formfieldset .divlegend
{
    /* font-weight: bold; */
  font-size: medium;
  border-bottom: 2px solid black;
  /* padding-bottom: 3px; */
  /*width: calc(100% - 10px);*/
  padding: 2px 5px;
}
.at-formfieldset .divlegenddfbg {
    background-color:#0084C9;
    color:white;
}
/*.at-formgroupcontainer::after {
    content:'';
    clear:both;
    visibility:hidden;
}*/
.at-formfieldset
{
    padding: 0px;
    border-style: none;
    margin-bottom:10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.at-formlegendgroup {
    padding:0px 5px 10px 5px;
}
.at-formgroup {
    /*margin-bottom:10px;*/
}
.at-form
{
    position:relative;
}

.at-attrCell
{
    position:relative;
}

.at-formloadingoverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    opacity: 0.6;
}
.at-formloadingimage {
    position:absolute;
    left:50%;
    top:50%;
}
.at-formoptioncomponent {
    list-style:none;
    margin:0px;
    padding:0px;
}
.at-formoptioncomponent li {
    margin:0px 30px 0px 0px;
    padding:0px;
    display:block;
    float:left;
}
.at-formoptioncomponentNewLine {
    list-style:none;
    margin:0px;
    padding:0px;
}
.at-formoptioncomponentNewLine li {
    padding:0px;
    display:block;
    margin:20px 0px;
}
.at-formmultiselect {
    list-style:none;
    margin:0px;
    padding:0px;
}
.at-formmultiselect li {
    margin:0px 30px 0px 0px;
    padding:0px;
    display:block;
    float:left;
}
.at-gridexport 
{
    /*text-align:right;*/
    display:flex;
    padding:3px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top:1px solid silver;
    background-color:#f5f5f5;
}
.at-gridexport img 
{
    vertical-align:middle;
}
.at-infomessagetext
{
    font-size: medium;
}
.at-bigbutton {
    border-style:none;
    font-size:large;
    font-weight:normal;
    background-color:green;
    color:white;
    padding:12px;
    cursor:pointer;
}
.at-bigbutton:hover {
    background-color:#006400;
}

.at-bigbuttonDisabled {
    border-style:none;
    font-size:large;
    font-weight: normal;
    background-color:#A9A9A9;
    color:#808080;
    padding:12px;
    cursor:default;
}
.at-bigbuttonDisabled:hover {
    background-color:#A9A9A9;
}
.at-bigbuttonOK {
  font-size: large;
  font-weight: normal;
  border: 1px solid #9FA1A2;
  padding: 6px 10px 6px 33px;
  background: url('/images/ok.png') no-repeat 10px #F1F3FD;
  color: #7B7B7B;
  border-radius:3px; 
  outline:none;
}

.at-toolbar 
{
    background-color:#EEE;
    border:1px solid gray;
    padding:2px;
    margin:0px;
}
.at-toolbar::after 
{
    clear: both;
	content: '.';
	display: block;
	visibility:hidden;
	height:0px;
}
.at-toolbar li 
{
    display:block;
    margin:0px;
    padding:0px;
}
.at-toolbarbtnenable
{
    display:block;
    float:left;
    padding:4px;
    text-decoration: none;
    color: Black;
}
.at-toolbarbtnenable:hover
{
    background-color:#c2e0ff;
	border:1px solid #3399ff;
	padding: 3px;
}
.at-toolbar img 
{
    vertical-align: bottom;
}
.at-toolbarsep 
{
    padding:5px 0px 5px 0px;
    margin:0px 4px;
    display:block;
    float:left;
    height:14px;
    border-left:1px solid gray;
}
.at-toolbarbtndisable
{
    display:block;
    float:left;
    padding:4px;
    text-decoration: none;
    color: gray;
}

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}
.at-kendo-notification-error {
    width: 300px;
}
.at-kendo-notification-error h3 {
    font-size: 1em;
    margin:0px;
}
.at-kendo-notification-error p {
    margin:0px;
}

/* warning template */
.k-notification-warning.k-group {
    background: rgba(255, 182, 0, 0.9);
    color: white;
}
.at-kendo-notification-warning {
    width: 300px;
}
.at-kendo-notification-warning h3 {
    font-size: 1em;
    margin:0px;
}
.at-kendo-notification-warning p {
    margin:0px;
}


/* info template */
.k-notification-info.k-group {
    background: rgba(0, 159, 212, 0.9);
    color: #ffffff;
}
.at-kendo-notification-info {
    width: 300px;
}
.at-kendo-notification-info h3 {
    font-size: 1em;
    margin:0px;
}
.at-kendo-notification-info p {
    margin:0px;
}

/* success template */
.k-notification-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}
.at-kendo-notification-success {
    width: 300px;
}
.at-kendo-notification-success h3 {
    font-size: 1em;
    margin:0px;
}
.at-kendo-notification-success p {
    margin:0px;
}

.at-stage {
    text-align:center;
}
.at-stage > div {
    display:inline-block;
    height:39px;
    color:white;
    margin:8px 0px;
    text-align: left;
}
.at-stage img {
    vertical-align:middle;
}
.at-stage .icon {
    font-family:FontAwesome;
    font-size:15px;
    margin: 0px 10px;
}
.at-stage .divStageName > span {
    font-size: medium; margin-right: 20px;
}

.at-stage .current:hover {
    background: rgb(63, 169, 245);
}

.at-stage .current {
    background:url('/images/glow.png') no-repeat #22608C -50px 0px;
}

.at-backgrn {
    background-color:#8BC34A;
}
.at-backgry {
    background-color:#9E9E9E;
}
.at-backred {
    background-color:red;
}

.at-frmhdiconspn {
    font-family:FontAwesome;
}

.at-notif-cnt {
}

    /*.at-notif-cnt:after {
        content:"&nbsp;";
        visibility:hidden;
        clear:both;
    }*/

.at-notif-cnt>div {
    float:right;
    margin: 0px 8px;
    position:relative;
}

    .at-notif-cnt>div>a {
        text-decoration: none;
        color:white;
    }

    .at-notif-cnt>div>a>span:first-child {
        font-family:FontAwesome;
        font-size:medium;
    }

    .at-notif-cnt>div>a>span:nth-child(2) {
        position: absolute;
        right: -7px;
        bottom: 0px;
    }

    .at-notif-cnt>div>a>span:nth-child(2)>span {
        border-radius: 2px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
        background-color: #dc0d17;
        background-image: linear-gradient(#fa3c45, #dc0d17);
        color: #fff;
        padding: 1px 3px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
            background-clip: padding-box;
        display: inline-block;
        font-family: 'helvetica neue', helvetica, arial, sans-serif;
        font-size: 10px;
        -webkit-font-smoothing: subpixel-antialiased;
        line-height: 1.3;
        min-height: 13px;
    }

.at-notif-popup {
    position: absolute;
    background-color:white;
    color:black;
    top:50px;
    height:394px;width:400px;
    border:1px solid #9E9E9E;
    right:40px;
    z-index:1;
}

.at-notif-popup-arrow {
    background-image: url(/images/fbicons.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -1126px;
    height: 11px;
    position: absolute;
    top: -11px;
    width: 20px;
    right: 23px;
}

.at-notif-popup-heading {
    box-sizing:border-box;
    padding:5px;
    text-align:center;
    height:27px;
    background-color: #ffd800;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.at-notif-popup-msgscont {
    height:calc(100% - 27px);
    overflow:auto
}

    .at-notif-popup-msgscont ul {
        margin:0px;
        padding:0px;
        list-style:none;
    }

    .at-notif-popup-msgscont li {
        list-style:none;
        margin:0px;
        display:block;
        border-bottom:1px solid silver;
        box-sizing:border-box;
    }
        .at-notif-popup-msgscont li:hover {
            background-color: #f6f7f9;
        }
        .at-notif-popup-msgscont li table {
            min-height:80px;
        }

        .at-notif-popup-msgscont li table td {
            vertical-align:top;
            padding-top:8px;
        }
        .at-notif-popup-msgscont li a {
            text-decoration: none;
            color: black;
        }

.at-notif-popup-msgunread {
    background-color:#ebeef4;
}

.at-notif-popup-msgtxt {
}

.at-notif-popup-msgdate {
    font-size:smaller;
    color:#616161;
    margin-top:5px;
}

.at-notif-popup-msgicon {
    font-family:FontAwesome;
    font-size:30px;
    color:gray;
    width:50px;
    text-align:center;
}

.at-notif-popup-msgall {
    text-align:right;
    padding:5px;
}

.at-label {
            background-color: lightyellow;
            padding: 8px 8px 8px 0px;
            border: 1px solid silver;
        }
            .at-label .at-iconcont {
                display:inline-block;
                text-align:center;
                width:40px;
                vertical-align:top;
                position:relative;
            }
                .at-label .at-iconcont img {
                    vertical-align: middle;
                }
            .at-label .at-messagecont {
                display:inline-block;
                width:calc(100% - 40px);
                vertical-align:top;
                position:relative;
            }
.at-inline {
    display:inline-block;
    vertical-align:top;
}
.at-glow {
    background:url('/images/glow.png') no-repeat #22608C -50px 0px;
}


.at-bgproccompiconbox {
    background-color:lightyellow;
    border:1px solid gray;
    padding:5px 5px 0px 5px;
    height:37px;
}

.at-bgproccompprgbox {
    color:white;
    background-color:#03A9F4;
    border:1px solid gray;
    height:37px;
    border-left-style:none
}

.at-bgproccompprg {
    height:5px;
    background-color:#03A9F4;
    width:100%
}

.at-bgproccompprgdiv {
    width:0%;
    height:100%;
    background-color: #B3E5FC;
}

.at-treeCont {
    position: absolute;
    z-index: 10002;
    border: 1px solid #c5c5c5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    padding: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

.at-symbol {
    font-family: FontAwesome;
    padding: 0px 5px;
    cursor: pointer;
}

ul.at-tree {
            margin:0px;
            padding-left:20px;
        }

        ul.at-tree input[type=checkbox]{
            margin:0px 5px;
        }
            ul.at-tree li {
                list-style:none;
            }

.at-statusBox {
    position: fixed;
    top: 0px;
    background-color: rgb(255, 255, 204);
    padding: 15px;
    left: calc(50% - 250px);
    width: 500px;
    border: 1px solid orange;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

@media only screen and (max-width: 600px) {
    .at-statusBox {
        position: fixed;
        top: 0px;
        background-color: rgb(255, 255, 204);
        padding: 15px;
        left: calc(50% - 45%);
        width: 90%;
        border: 1px solid orange;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    }
}

    .at-message {
        padding: 15px;
        background-color: #E8F5E9;
        border: 1px solid #81C784;
        border-radius: 5px;
    }

        .at-message [data-id='iconCont'] {
            margin-right: 10px;
        }

            .at-message [data-id='iconCont'] img {
                vertical-align: middle;
            }


.at-dialog-body-cont {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.at-dialog-body {
    flex-grow: 1;
    overflow: auto;
    display: flex;
}

.at-dialog-button-cont {
    display: flex;
    gap: 0.5em;
    justify-content: flex-end;
    overflow: hidden;
    border-top: 1px dotted gray;
    padding: 0.5em;
}
