﻿.at-messageConsole {
    background-color: #FFFFCC;
    border: 1px solid #C5C5C5;
    padding: 5px;
    max-height: 60px;
    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;
}

.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;
}
.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:#1caf93;
    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-gridexport 
{
    text-align:right;
    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:25px;
    }

    .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:-400px;
    height:394px;width:400px;
    border:1px solid #9E9E9E;
    right:40px;
}

.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;
    bottom: -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-shadowbox {
    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-bigtab {
            border: 1px solid #BDBDBD;
        }
        .at-bigtabbtncont {
        }
            .at-bigtabbtncont ul {
                list-style:none;
                padding:0px;
                margin:0px;
                box-sizing:content-box;
                display:-webkit-flex;
                display:flexbox;
            }
                .at-bigtabbtncont ul li {
                    -webkit-box-flex:1;
                    -webkit-flex:1;
                    -ms-flex:1;
                    flex:1;
                    display:inline-block;
                    position:relative;
                    vertical-align:top;
                    list-style-type:none;
                    line-height:normal;
                    border-style:none;
                    border-right: 1px dotted #D7CCC8;
                    box-sizing: border-box;
                }
                .at-bigtabbtncont ul li:last-child {
                    border-style:none;
                }
                .at-bigtabbtncont ul li > span {
                    position:absolute;
                    left:50%;

                    bottom:-23px;
                    color:#FAA016;
                    font-size:40px;
                    margin-left:-10px;
                    display:none;
                }
                .at-bigtabbtncont ul li > a {
                    text-decoration:none;
                    color:black;
                    display:block;
                    padding:10px;
                    font-size:medium;
                    text-align:center;
                    background-color: #D7CCC8;
                    height: 100%;
                    padding-bottom: 0;
                }
                .at-bigtabbtncont ul li > a:hover {
                    background-color:whitesmoke;
                }
                .at-bigtabbtncont ul li > p {
                    text-decoration: none;
                    color: #9E9E9E;
                    display: block;
                    padding: 10px;
                    margin: 0px;
                    font-size: medium;
                    text-align: center;
                    background-color: #D7CCC8;
                    text-shadow: 1px 1px 0px whitesmoke;
                    cursor: default;
                    display:none;
                }
        .at-bigtabbtncont ul li.at-bigtabbtnselected > a {
            background-color:#FAA016;
        }
        
        .at-bigtabbtncont ul li.at-bigtabbtnselected > a {
            color:black;
        }
        .at-bigtabbtncont ul li.at-bigtabbtnselected > span {
            display:initial;
        }
        
        .at-bigtabbtncont ul li.at-bigtabbtndisabled > a {
            display:none;
        }
        .at-bigtabbtncont ul li.at-bigtabbtndisabled > p {
            display:block;
        }
        
        .at-bigtabheadercont {
            margin-top:8px;
        }
        .at-bigtabpagecont {
            margin-top:8px;
        }
            .at-bigtabpagecont > div {
                overflow:auto;
                display:none;
            }

                .at-bigtabpagecont > div.at-bigtabpageselected {
                    display:block;
                }

.at-bigtab .at-formfieldset {
    box-shadow:none;
    border:1px solid #DDD;
}
.at-bigtabfootercont {
    text-align:right;
    padding:8px 15px;
    background-color:#FAA016;
}
/*.at-bigtabfooterright {
    display:inline-block;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    text-align:right;
    vertical-align:top;
    position:relative;
}*/
.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-bigtab2 {
            border: 1px solid #BDBDBD;
        }
        .at-bigtab2btncont {
        }
            .at-bigtab2btncont ul {
                list-style:none;
                padding:0px;
                margin:0px;
                box-sizing:content-box;
                display:-webkit-flex;
                display:flexbox;
            }
                .at-bigtab2btncont ul li {
                    -webkit-box-flex:1;
                    -webkit-flex:1;
                    -ms-flex:1;
                    flex:1;
                    display:inline-block;
                    position:relative;
                    vertical-align:top;
                    list-style-type:none;
                    line-height:normal;
                    border-style:none;
                    border-right: 1px dotted #D7CCC8;
                    box-sizing: border-box;
                }
                .at-bigtab2btncont ul li:last-child {
                    border-style:none;
                }
                .at-bigtab2btncont ul li > span {
                    position:absolute;
                    left:50%;
                    bottom:-23px;
                    color:#FAA016;
                    font-size:40px;
                    margin-left:-10px;
                    display:none;
                }
                .at-bigtab2btncont ul li > a {
                    text-decoration:none;
                    color:black;
                    display:block;
                    padding:10px;
                    font-size:medium;
                    text-align:center;
                    background-color: #D7CCC8;
                }
                .at-bigtab2btncont ul li > a:hover {
                    background-color:whitesmoke;
                }
                .at-bigtab2btncont ul li > p {
                    text-decoration: none;
                    color: #9E9E9E;
                    display: block;
                    padding: 10px;
                    margin: 0px;
                    font-size: medium;
                    text-align: center;
                    background-color: #D7CCC8;
                    text-shadow: 1px 1px 0px whitesmoke;
                    cursor: default;
                    display:none;
                }
        .at-bigtab2btncont ul li.at-bigtab2btnselected > a {
            background-color:#FAA016;
        }
        
        .at-bigtab2btncont ul li.at-bigtab2btnselected > a {
            color:black;
        }
        .at-bigtab2btncont ul li.at-bigtab2btnselected > span {
            display:initial;
        }
        
        .at-bigtab2btncont ul li.at-bigtab2btndisabled > a {
            display:none;
        }
        .at-bigtab2btncont ul li.at-bigtab2btndisabled > p {
            display:block;
        }
        
        .at-bigtab2headercont {
            margin-top:8px;
        }
        .at-bigtab2pagecont {
            margin-top:8px;
        }
            .at-bigtab2pagecont > div {
                overflow:auto;
                display:none;
            }

                .at-bigtab2pagecont > div.at-bigtab2pageselected {
                    display:block;
                }

.at-bigtab2 .at-formfieldset {
    box-shadow:none;
    border:1px solid #DDD;
}
/*.at-bigtabfootercont {
    text-align:right;
    padding:8px 15px;
    background-color:#FAA016;
}*/
.at-disabledgrid {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}