﻿.pageheader {
    padding: 20px 16px 40px 16px;
}

.pageicon {
    width: 44px;
    font-size: 42px;
    padding: 15px;
    border: 4px solid #616161;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
    line-height: 0px;
    box-sizing: initial;
}

.pagetitle {
    margin-left: 90px;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .pagetitle h5 {
        margin: 0px;
        text-transform: uppercase;
        font-size: 11px;
        color: #999;
    }

    .pagetitle h1 {
        margin: 0px;
        font-family: 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 32px;
        margin-left: -2px;
    }

.panel-color-list li span:hover, selected-pane {
    border-style: solid;
    border-width: 3px;
}

.align-isright {
    text-align: right !important;
}

.btn {
    font-weight: 400 !important;
}

/* PAGE HEADER STYLE */
.panel-bluegray .pageicon, .panel-bluegray .pagetitle h1 {
    color: #607d8b;
}

.panel-bluegray .pageicon {
    border: 4px solid #607d8b;
}

.panel-indigo .pageicon, .panel-indigo .pagetitle h1 {
    color: #3f51b5;
}

.panel-indigo .pageicon {
    border: 4px solid #3f51b5;
}
/* END PAGE HEADER STYLE */

/* THUMBNAIL STYLE */
.thumbnail.sidebar-indigo {
    background-color: #1a237e;
}
/* END THUMBNAIL STYLE */

.navbar-yellow h3 {
    color: #f9a825 !important;
}

.panel-footer {
    background-color: #E6E5E5 !important;
}

.selected-theme {
    width: 50px !important;
    height: 50px !important;
}

.default-theme {
    width: 30px !important;
    height: 30px !important;
}

.navbar-indigo h3, .navbar-amber h3, .navbar-red h3, .navbar-light-green h3, .navbar-green h3, .navbar-black h3, .navbar-deep-orange h3 {
    color: white;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.vertical-middle {
    text-align: center;
    vertical-align: middle !important;
}

.vertical-left {
    text-align: left;
    vertical-align: middle !important;
}

.no-margin {
    margin: 0px !important;
}

/***************************************Mail Box***************************************/

.mail-list li:nth-child(odd) {
    background-color: #F6F6F6;
}

.mail-list li {
    border-radius: 5px !important;
    padding: 10px;
    cursor: pointer;
    color: #888;
}

    .mail-list li:before, .mail-list li:after {
        display: table;
        content: " ";
    }

    .mail-list li:after {
        clear: both;
    }

    .mail-list li div.tools {
        width: 70px;
        white-space: nowrap;
        float: left;
    }

    .mail-list li div.sender {
        width: 20%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div.message {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div.time {
        width: 18%;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div[class*="icheckbox"] {
        margin-left: 0px !important;
    }

    .mail-list li i.star {
        font-size: 20px;
        color: #ccc;
    }

        .mail-list li i.star:hover {
            color: #FFAB00;
        }

        .mail-list li i.star.selected {
            color: #FFAB00;
        }

    .mail-list li div.message .label {
        padding: 0px 5px;
        font-weight: normal;
    }

    /*progress approval*/
    ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-progress {
        color: black;
        border-bottom: 10px solid #e8a740;
        font-style: italic;
        width: 33%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 10px solid yellowgreen;
        font-style: italic;
        width: 33%;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 10px solid silver;
        font-style: italic;
        width: 33%;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 1.2em;
        bottom: -35px;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\2713";
        color: white;
        background-color: silver;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 1.2em;
        bottom: -35px;
    }

    ol.progtrckr li.progtrckr-progress:before {
        content: "\2713";
        color: white;
        background-color: #e8a740;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 1.2em;
        bottom: -35px;
    }

    .bottom-space {
    margin-bottom: 50px !important;
}


    /*Approval togle*/
    .drop-div {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.drop-label {
    float: left;
}

.drop-menu {
    float: right;
    /*margin: 0px 20px 0px 20px;*/
    background: url(triple-dots.png) no-repeat right center;
    padding-right: 20px;
}

.drop-margin {
    margin-top: 30px;
}
/*COMPARE ROW APPROVAL*/
.list-danger {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.clear {
      background:none;
      border:none;
      cursor:pointer;
      padding:5px 10px;
      position:absolute;
      right:30px;
      top:4px;
    }

