﻿.top-margin {
    margin-top: 20px;
}

.bottom-margin {
    margin-bottom: 10px !important;
}

.no-padding {
    padding: 0 !important;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    height: 300px;
}

/* Google Chart Customizations Start*/
.bold-font {
    font-weight: bold;
}

.left-text {
    text-align: right;
}

.center-text {
    text-align: center;
}

.right-text {
    text-align: right;
}

.large-font {
    font-size: 15px;
}

.border-solid {
    border: 1px solid black;
}
/* Google Chart Customizations End */

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

.header {
    background: #1da0ed url("../Images/header-bg.png") repeat-x bottom;
}

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.spacer {
    height: 20px;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 98%;
}

#body {
    clear: both;
    background: #e2e2e2 url(../Images/blue-shine.jpg) bottom repeat-x;
    padding: 5px 0 75px;
}

.main-content {
    xbackground: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 18px;
}

.featured + .main-content {
    xbackground: url("../Images/heroAccent.png") no-repeat;
}

.footer {
    clear: both;
    background-color: #939393;
     opacity: 1.0;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.breadcrumb {
    margin: 10px 0;
    font-size: 11px;
    color: #6c6c6c;
}

    .breadcrumb a:link {
        text-decoration: none;
        font-weight: bold;
    }

.itemTitleBox {
    height: 25px;
}

    .itemTitleBox h3 {
        margin-top: 0;
    }

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #eeeeee;
        color: #3e5667;
        padding: 5px 20px 20px 20px;
    }

    /* WD Styles */
    .featured .content-wrapper {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #ccc;
    }

.k-content.dateBox .content-wrapper {
    width: 260px;
    text-align: center;
}

.google-visualization-table-table td {
    font-size: medium;
}

.saveBtn {
    float: right;
}

.k-content .content-wrapper {
    color: #3e5667;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    xborder: 1px solid #ccc;
}

.k-content h2 {
    font-size: 32px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #666;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
.loginBox {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-top: 75px;
}

.logoBox-login {
    float: left;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.breadcrumb .error {
    float: right;
}


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    width: 300px;
}

.validation-summary-valid {
    display: none;
}


/* tables */

/*dashboard table*/
table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    margin-top: 0px;
    float: left;
    height: auto;
}
    /*th properties*/
    table th {
        border: 1px solid #e5e5e5;
        background: #cecece;
        text-align: left;
        padding: 8px 0px 8px 10px;
        font-size: 14px;
        color: #6c6c6c;
        font-weight: bold;
    }

        table th.status {
            width: 50px;
        }

        table th.date {
            width: 50px;
        }

        table th.dept {
            width: 60px;
        }

        table th.vendor {
            width: auto;
        }

        table th.items {
            width: auto;
        }

        table th.action {
            width: 55px;
        }

        table th a:link,
        table th a:visited,
        table th a:active {
            color: #076e7b;
        }

        table th a:hover {
            color: #009fb3;
            text-decoration: none;
        }

    /*td properties*/
    table td {
        border: 1px solid #e5e5e5;
        padding: 10px;
        font-size: 13px;
        font-weight: normal;
        color: #5e5e5e;
        background: #FFF;
    }

        table td.dept, table td.vendor {
            font-size: 20px;
            font-weight: bold;
        }

        table td.vendor, table td.items {
            text-align: left;
        }

            table td.dept a,
            table td.vendor a {
                font-weight: bold;
                color: #0894a5;
                text-decoration: none;
            }

                table td.dept a:hover,
                table td.vendor a:hover {
                    color: #0894a5;
                    text-decoration: none;
                }

        table td.action ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        table td.action ul,
        table td.action li {
            float: left;
            padding-right: 5px;
        }

            table td.action li a:link,
            table td.action li a:visited,
            table td.action li a:active {
                font-weight: bold;
                font-size: 11px;
                color: #FFF;
                text-transform: uppercase;
            }

            table td.action li a:hover {
                color: #aef0ff;
                text-decoration: none;
            }

            table td.action li a span {
                height: 20px;
                background-repeat: no-repeat;
                background-position: left;
                display: block;
                padding-left: 5px;
            }

                table td.action li a span span {
                    height: 17px;
                    background-repeat: no-repeat;
                    background-position: right;
                    padding: 3px 5px 0 0px;
                    display: inline-block;
                }

            table td.action li a.view span {
                background-image: url(../images/view-left.jpg);
            }

                table td.action li a.view span span {
                    background-image: url(../images/view-right.jpg);
                }

            table td.action li a:hover {
                background: none;
            }


td a.img_small {
    float: left;
    background: #dcdcdc;
    padding: 2px;
    display: block;
    width: 71px;
    height: 39px;
    border: 1px solid #ccc;
}

    td a.img_small:hover {
        background: #2c9ab4;
    }

    td a.img_small img {
        width: 69px;
        height: 37px;
        border: 1px solid #fff;
    }
/*end dashboard table*/


table.confirmTbl {
    margin-top: 10px;
}

    table.confirmTbl td {
        border: 0;
        border-bottom: 1px solid #f8fdff;
        border-top: 1px solid #f8fdff;
        vertical-align: top;
        background: whitesmoke;
        text-align: left;
    }

        table.confirmTbl td:first-child {
            width: 200px;
            background: #eaeaea;
            text-align: right;
            font-weight: bold;
        }

        table.confirmTbl td.confirmTd {
            vertical-align: bottom;
            border-left: 1px solid #f8fdff;
        }


@media only screen and (max-width: 500px) {
    h2 {
        font-size: 12pt;
    }
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 361px) {

    .calendarh2 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 850px) {

    .calendarh2 {
     font-size: 24px;
    }

     .calendarhlable {
     font-size: 12px;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }


    table td {
        padding: 0px !important;
    }

    .content-wrapper {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width:100% !important;
        max-width:100% !important;
    }

    .featured .content-wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
    }

        footer p {
            margin: 0;
        }

    /* JQueryUI Effects CSS 
        ------------------------------------------------------*/

    .ui-effects-transfer {
        border: 2px dotted gray;
    }
}



.k-link {
    text-align: center;
}

.k-grid td {
    text-align: center;
}

.k-link .dateWrap {
    font-size: 10px;
    font-weight: bold;
    padding: 0;
}


span#btnBack {
    color: #009DDC;
}


span:hover#btnBack {
    text-decoration: underline;
}

button[disabled=disabled],
.k-button:hover[disabled=disabled] {
    cursor: default !important;
    background: whitesmoke;
    border-color: #ccc;
    color: #ccc;
}

.animate-enter,
.animate-leave {
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
}

    .animate-enter.animate-enter-active,
    .animate-leave {
        opacity: 1;
        top: 0;
        height: 30px;
    }

        .animate-leave.animate-leave-active,
        .animate-enter {
            opacity: 0;
            top: -50px;
            height: 0px;
        }

.container hr {
    margin: 2px 0;
}

.modal {
    display: block;
}

@media (min-width: 650px) {
    .resp-Padding {
        padding-top: 35px;
    }
}

@media (max-width: 650px) {
    .resp-Padding {
        padding-top: 25px;
    }
}

.printable {
    display: none;
}



@media print {
    .non-printable {
        display: none;
    }

    .printable {
        display: block;
        -webkit-margin-before : -30px;
        padding-left: 30px;
        float: none;
    }

    a {
        display: none;
    }

    .center-text {
        text-align: center;
        border: 1px solid black;
    }

    @page {
        size :landscape;/* auto is the current printer page size */
        margin-top: 0mm; /* this affects the margin in the printer settings */
        margin-bottom: 10mm;
        orphans: 4;
        widows: 2;
    }
    html
    {
        height:100%;
    }
    body {
        background-color: #FFFFFF !important;
        margin: 0px; /* the margin on the content before printing */
        zoom:0.5;
        min-height:100%;  
    }

}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/* Event types*/


.combo {
    border-radius: 5px;
    border: 1px solid #8AC007;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .combo:hover {
        background: #cdf8c6;
    }

    .combo .badge {
        color: #fff;
        background-color: #8AC007;
    }

       .combo.mixedstatus .badge {
        color: #282828 ;
        background-color: 	#00FFFF;
        text-align: center;
    }



.regular {
    border-radius: 5px;
    border: 1px solid #2e59ff;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .regular:hover {
        background: #cbdffa;
    }

    .regular .badge {
        color: #fff;
        background-color: #2e59ff;
        text-align: center;
    }

    
 

.split {
    border-radius: 5px;
    border: 1px solid #ff4b3f;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .split:hover {
        background: #fed7d5;
    }


    .split .badge {
        color: #fff;
        background-color: #ff4b3f;
    }


    .VPE {
    border-radius: 5px;
    border: 1px solid #873fff;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .VPE:hover {
        background: #fed7d5;
    }


    .VPE .badge {
        color: #fff;
        background-color: #873fff;
    }

    .roadShow {
    border-radius: 5px;
    border: 1px solid #96522f;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .roadShow:hover {
        background: #faebc4;
    }

    .roadShow .badge {
        color: #fff; 
        background-color: #96522f;
    }

    
    .gmmview {
    border-radius: 5px;
    border: 1px solid #009688 ;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .gmmview:hover {
        background: #F0F4C3 ;
    }

    .gmmview .badge {
        color: #fff; 
        background-color: #000000 ;
    }

.isksitem {
    font-weight: bold;
}

.notapproved {
    border-radius: 5px;
    border: 1px solid #808080;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .notapproved:hover {
        background: #D3D3D3;
    }

    .notapproved .badge {
        color: #fff;
        background-color: 	#808080;
        text-align: center;
    }

    .mixedstatus{
    border: 4px solid #ffd800;
    margin-bottom: 2px;
    cursor: pointer;
    border-style:double
}

.calendardate {
    text-align: right;
    border-radius: 5px;
    margin-bottom: 4px;
    cursor: pointer;
    background-color: #F0F0F0;
}

.holidaydate {
    text-align: right;
    border-radius: 5px;
    margin-bottom: 4px;
    cursor: pointer;
    background-color: #80efc3;
}

div.calendardate:hover {
    background-color: #C8C8C8;
}

div.holidaydate:hover {
    background-color: #41dff5;
}

table.calendardatecell {
    border: 2px solid black;
}

tr.calendardatecell {
    border: 1px solid black;
}

td.calendardatecell {
    border: 1px solid black;
    width: 14.28%;
    vertical-align: top;
}

td.holidaydatecell {
    border: 1px solid black;
    width: 14.28%;
    vertical-align: top;
    background-color: #79e5f5;
}


.app-modal-window .modal-dialog {
    width: 60%;
}

@media only screen and (max-width: 810px) {
    .app-modal-window .modal-dialog {
        width: 95%;
    }
}

ul.calendarEventDetail {
    list-style: none;
    padding: 0px;
    margin: 20px;
}

li.calendarEventDetail {
    float: left;
    border: 1px solid #000;
    border-bottom-width: 0;
    margin: 3px 3px 0px 3px;
    padding: 5px 5px 0px 5px;
    background-color: #CCC;
    color: #696969;
}

    li.calendarEventDetail li.active {
        background-color: #FFF;
        color: #000;
    }

#mainViewCalendarEventDetail {
    border: 1px solid black;
    clear: both;
    padding: 0 1em;
    margin-left: 20px;
    margin-right: 20px;
}

.hoverhand {
    cursor: pointer;
}

.table-title > tbody > tr:nth-of-type(odd) {
    background-color: #939393;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.grid-align-center {
    text-align: center;
    word-wrap: break-word;
    white-space: normal !important;
}

.grid-align-left {
    text-align: left;
    word-wrap: break-word;
    white-space: normal !important;
}

.ngRow.even:hover {
    background-color: rgb(107, 188, 242);
    cursor: pointer !important;
    overflow: visible;
}

.ngRow.odd:hover {
    background-color: rgb(107, 188, 242);
    cursor: pointer !important;
    overflow: visible;
}

.selectedEvent {
    /*background-color: yellow;*/
    background-color: rgba(236, 110, 38, 0.69);
}

.splitEvent {
    color: red;
}

.comboEvent {
    color: green;
}

.regularEvent {
    color: blue;
}

.CalendarPopuptabs {
    cursor: pointer; 
    width: 33%;
}

@media (max-width: 767px) {
    .CalendarPopuptabs {
    cursor: pointer; 
    width: 50%;
}
}

.DNR {
    border-radius: 5px;
    border: 1px solid #0894a5;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}


    .DNR .badge {
        color: black;
        background-color: #7ebbef;
        text-align: center;
    }

     .DNR .DNR-reason .badge {
        color: #fff;
        background-color: #2e59ff;
        text-align: center;
        border-radius: 0;
    }

/*.col-outline {
    margin-top:10px;
    padding: 20px;
    outline: 2px solid #ccc;
    outline-offset: -5px;
    -moz-outline-radius: 10px;
    -webkit-outline-radius: 10px;
 }*/


.show-grid [class*="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #7ebbef;
     
}

    
.table-bordered.dpis td, .table-bordered.dpis th {
    border-color: #7ebbef !important;
}

.labelDescription {
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
}


.WhatsNew-modal-window .modal-dialog {
    width: 40%;
    height: 85%;
}

.WhatsNew-modal-window .modal-content
{
    height: 100%;
}

@media only screen and (max-width: 810px) {
    .WhatsNew-modal-window .modal-dialog {
        width: 95%;
        height: 100%;
    }

    .WhatsNew-modal-window .modal-content
    {
        height: 100%;
    }
}

.WhatsNew-iframe {
    position:absolute;
    height: 90%;
    width: 100%;
    border:none;
    padding:5px;
    top:30px
}

@media only screen and (max-width: 810px) {
    .WhatsNew-iframe {
      height: 95%;
    }
}


.SaveFilter-modal-window .modal-dialog {
    width: 65%;
}

@media only screen and (max-width: 1024px) {
    .SaveFilter-modal-window .modal-dialog {
        width: 80%;
    }

}

@media only screen and (max-width: 810px) {
    .SaveFilter-modal-window .modal-dialog {
        width: 95%;
    }

}



.itemlist {
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

    .itemlist:hover {
        background: #cbdffa;
    }

input::-ms-clear { display: none; }

.feebackItemList {
    border: 1px solid #0094ff;
    background-color: white;
    cursor: pointer;
}
.feebackItemList:hover {
        background-color: #cbdffa;
    }


/*Added by Apoorva -Start*/

.top-buffer { margin-top:10px; }
.wizard
{
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs 
{
        position: relative;
        margin: 20px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs > li {
    float: left;
    margin-bottom: -10px;
}

span.round-tab {
    
  	width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
    
  }

span.round-tab i{
    color:#555555;
    font-size: 12px;
}

.wizard li.active span.round-tab {
    background: #5bc0de;
    border: 2px solid #5bc0de;
    
}

.wizard li.active span.round-tab i{
    color: #cc0000;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
    
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 -4;
    bottom: 10px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 -4;
    bottom: 10px;
    border: 10px solid transparent;
    border-bottom-color:#5bc0de;
}

.wizard .nav-tabs > li a {
    width: 20px;
    height: 20px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
    height:90%;
    overflow-y:auto;
    width:100%;
    vertical-align:text-top;
}

.wizard h3 {
    margin-top: 0;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    
}

td, th {
    border: 0px solid #5bc0de;
    text-align: left;
    padding: 5px;
    
}

table td {
    border: 0px solid #e5e5e5;
    padding: 3px;
    font-size: 13px;
    font-weight: normal;
    color: #5e5e5e;
    background: #FFF;
}

tr:nth-child() {
    background-color: #dddddd;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 5px !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.form-group {
    margin-bottom: 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.closebtn{
    padding: 0px 2px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0px;
     
}

span.tab-space {padding-left:0.3em;}

@media( max-width : 585px ) {

        .wizard {
            width: 90%;
            height: auto !important;
        }

     span.round-tab {
            font-size: 16px;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .wizard .nav-tabs > li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .wizard li.active:after {
            content: " ";
            position: absolute;
            left: 25%;
        }
    
    .list-group {
        padding-left: 0;
        margin-bottom: 10px;
        vertical-align:text-top;
    }
}

/*Added by Apoorva -end*/

span.round-tab-success
{
    background-color:#4CAF50;
    border-color:#4CAF50;
}

span.round-tab-success i{
    color:white;
}
button.highlight{
  border-color: #449d44;
  border-width:2px;
  transition: 0.1s;
}




/*span.updatedEvent {
    line-height: 1;
    width: 60px;
    border-color: #ccc;
    padding: 10px;
    background-color: rgba(221, 221, 221, 1);
    border-bottom-color: rgba(236, 110, 38, 0.69);
    border-bottom-width:3px;
}*/

/*span.savedEvent {
    line-height: 1;
    width: 60px; 
    border-color: #ccc;
    padding: 10px;
    background-color: rgba(221, 221, 221, 1);

}*/

/*span.CancelEvent {
    line-height: 1;
    width: 60px;
    font-style:italic;
    padding: 10px;
    background-color: rgba(221, 221, 221, 1);
    border-color: #e0e0e0;
}*/

.DisplayEvent {
    border-color: #009fb3;
    background-color: rgba(221, 221, 221, 1);
    margin: 5px;
    float: left;
    border: 1px;
    border-style: solid;
    width: 90px;
    padding: 10px;
}

    .DisplayEvent.Date {
        width: 120px;
    }

 .DisplayEvent.updatedEvent {
            background-color: rgba(236, 110, 38, 0.69);
    }

  .DisplayEvent.cancelEvent {
            border-style:dashed;
            border-color:red;
    }

.EditEventDetails-modal-window .modal-dialog {
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .EditEventDetails-modal-window .modal-dialog {
        width: 50%;
    }

}

@media only screen and (max-width: 810px) {
    .EditEventDetails-modal-window .modal-dialog {
        width: 95%;
    }

}

.popover-title{
    color: black;
}
.popover-inner{
    width:170px;

}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 0px;
    /*padding-left: 30px;*/
    pointer-events: none;
}

.thumb {
    width: 100px !important;
    height: 100px !important;
    border-color:#c5c5c5 !important;
    float: none;
}

.ItemPreview-modal-window .modal-dialog {
    width: 50%;
    height: 85%;
}

.ItemPreview-modal-window .modal-content
{
    height: 100%;
}

@media only screen and (max-width: 810px) {
    .ItemPreview-modal-window .modal-dialog {
        width: 95%;
        height: 100%;
    }

    .ItemPreview-modal-window .modal-content
    {
        height: 100%;
    }
}

.ItemPreview-iframe {
    position:absolute;
    height: 90%;
    width: 100%;
    border:none;
    padding:5px;
    top:30px;
    text-align:center;
    object-fit: contain;
}

.required .control-label:after {
  content:"*";
  font-size:17px;
  color:red;
}

.glyph-danger-background {
    position:relative;
    border-radius:50%;
    color:red;
    z-index:2;
}

.glyph-success-background {
    position:relative;
    border-radius:50%;
    color:#5cb85c;
    z-index:2;
}

.glyph-warning-background {
    position:relative;
    border-radius:50%;
    color:#f0ad4e;
    z-index:2;
}

.glyph-inner {
    position:absolute;
    top:2px;
    left:2px;
    right:2px;
    bottom:2px;
    border-radius:50%;
    background-color:#fff;
    z-index:-1;
}

 .k-progressbar{
   vertical-align:top;        
}

.k-progressbar-horizontal
{
    height: 8px;
}

.table-hover-itm tbody tr:hover td, .table-hover tbody tr:hover th{
    background-color:#337ab7;color:white

}

.image-fit{
     object-fit: contain;
}

.my-large-area .ta-editor{
    max-height: 310px !important;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; 
    content: "\e114";  
    float: right;       
    color: #fff;         
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

.close {
  opacity: 0.5 !important;
}
.close:before, .close:after {
  background-color: #333;
}
.close:hover {
  opacity: 1 !important;
}

.popover .popover-inner .popover-content
{
    padding-bottom : 0 !important;
}

.list-group-nobottommargin
{
    margin-bottom : 0 !important;
}


.DayEvents div:nth-child(n+8) {
      display:none;
   }

.datepicker-noclear button[ng-click^="select(null, $event)"] {
    display: none !important;
}

.billedBudget-modal-window .modal-dialog {
    width: 60%;
}

@media only screen and (max-width: 1024px) {
    .billedBudget-modal-window .modal-dialog {
        width: 70%;
    }

}

@media only screen and (max-width: 810px) {
    .billedBudget-modal-window .modal-dialog {
        width: 95%;
    }

}

.badge-select
{
    background: #d6c45a;
    font-weight: bold;
}
.calendar-badge-well {
    min-height: 20px;
    padding: 5px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 2px solid #d6c45a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.calendar-min-height
{
    min-height: 80px;
}