/*
    Document   : custom
    Created on : Jul 20, 2015, 12:39:37 PM
    Author     : vishva
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

table.table-view th{
    background-color: #f9f9f9;
}

input.error, .error, .errorSummary, .errorMessage{
    color: #a94442;
}
input.error{
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

ul.w1-stream {margin: 0px 0px 0px 0px;padding: 0 0 0 0 }
ul.w1-stream li{ list-style: none;border-radius: 5px;margin:0px 0 0 0 ;padding: 2px; box-sizing:border-box; }
ul.w1-stream li .task,
ul.w1-stream li .note{
    padding: 5px; border-radius: 5px
}
ul.w1-stream li .detail p strong {margin-right: 5px;}
ul.w1-stream li .detail p{font-size: 14px; }
ul.w1-stream li .detail .sub-detail,
ul.w1-stream li .detail .sub-detail a{color: #ffffff;}
ul.w1-stream li .detail .sub-detail .times{ margin-right:10px;}
ul.w1-stream li .logs{margin-left: 20px;font-size: 11px; }
ul.w1-stream li .task { background-color: #73A5DD;color: #ffffff;font-size: 13px;position: relative; }
ul.w1-stream li .self.task:after {
    height: 0;
    width: 0;
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #73a5dd;
    border-width: 10px;

}
ul.w1-stream li .other.task:after {
    height: 0;
    width: 0;
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-right-color: #73a5dd;
    border-width: 10px;

}
ul.w1-stream li .self.note:after {
    height: 0;
    width: 0;
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #18A689;
    border-width: 10px;

}
ul.w1-stream li ul.note-level2 .self.note:after {
    height: 0;
    width: 0;
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #40ceb1;
    border-width: 10px;

}
ul.w1-stream li .other.note:before {
    height: 0;
    width: 0;
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-right-color: #7c7c7c;
    border-width: 10px;
}
ul.w1-stream li .other.note.auto-generated:before{
    border-right-color: darkblue;
}
ul.w1-stream li ul.note-level2 .other.note:before {
    height: 0;
    width: 0;
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-right-color: #9C9C9C;
    border-width: 10px;
}

ul.w1-stream li .self.note { background-color: #18A689;color: #ffffff;font-size: 13px;position: relative; }
ul.w1-stream li .other.note{ background-color: #7c7c7c;color: #ffffff;font-size: 13px;position: relative;}
ul.w1-stream li .other.note.auto-generated{ background-color: darkblue;color: #ffffff;font-size: 13px;position: relative;}

ul.w1-stream li ul.note-level2 .self.note { background-color: #40ceb1;color: #ffffff;font-size: 13px;position: relative; }
ul.w1-stream li ul.note-level2 .other.note{ background-color: #9C9C9C;color: #ffffff;font-size: 13px;position: relative;}

.workstream-widget {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 12px 0 9px;
}
.reply-action{
    margin: 5px 0 0 0;
    display: block;
}

#search-result-cont{

    background-color: #fbfbfb;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #ccc;
    display: block;
    height: auto;
    position: absolute;
    right: 9px;
    top: 40px;
    width: 700px;
    z-index: 9999;
}
#search-result-cont table.head-table{
    margin-bottom: 0;
}
#search-result-cont #live_search_response{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}

table.table tbody tr.danger-tr, table.table tbody tr.danger-tr:hover > td{
    background-color: #F2DEDE;
}

ul.dropdown-menu.notifications {
    width: auto;
    min-width: 400px;
}

ul.main-navigation-menu > li a > i.color-green{
    color: #6C9434;
}
/*ul.main-navigation-menu > li a > img{
    vertical-align: middle;
}*/


.custom-grid-view{
    padding: 0;
    margin: 0;
}

h3.dashboar-grid-head{
    background: #f0eef6 none repeat scroll 0 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: #4d4d4d;
    font-size: 15px;
    margin: 0;
    padding: 6px 6px 6px 3px;
}

h3.dashboar-grid-head i {
    margin: 0 3px;
}

.ibox-content {
    background-color: #f3f3f3;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.agile-list {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    height: 350px;
}


.agile-list li {
    background: #ffffff;
    border: 1px solid #e7eaec;
    margin: 0px 0 10px 0;
    padding: 10px;

    border-radius: 2px;
}
.agile-list li.warning-element{
    border-left: 3px solid #f8ac59;
}
.agile-list li.success-element {
    border-left: 3px solid #1ab394;
}
.agile-list li.danger-element {
    border-left: 3px solid #ed5565;
}
.agile-list li.info-element {
    border-left: 3px solid #1c84c6;
}
ul.sortable-list.todo-list li{
    border-left: 3px solid #f8ac59;
}
ul.sortable-list.progress-list li{
    border-left: 3px solid #1c84c6;
}
ul.sortable-list.done-list li{
    border-left: 3px solid #1ab394;
}

.datepicker{
    z-index: 2999 !important;
}



ul.process-list{
    margin:0  3px 3px 0px;
    padding-top: 5px;
    height: 600px;
    overflow-y: auto;
    border: solid 2px #ddd;
}
ul.process-list li{
    margin: 0;
}


/**onclient profile page. ****/
ul.visa-progess-list {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}
ul.visa-progess-list li{
    list-style: none;
}
ul.visa-progess-list li.child{
    margin-left: 40px;
    width:250px;
}
ul.visa-progess-list li.head{
    font-size: 15px;
    margin-left: 0px;
}


/* Copyright 2013-2015 etc Chris Tabor. Licensed under MIT. */.flexer, .progress-indicator { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }.no-flexer, .progress-indicator.stacked { display: block; }.no-flexer-element { -ms-flex: 0; -webkit-flex: 0; -moz-flex: 0; flex: 0; }.flexer-element, .progress-indicator > li { -ms-flex: 1; -webkit-flex: 1; -moz-flex: 1; flex: 1; }.progress-indicator { margin: 0; padding: 0; font-size: 80%; text-transform: uppercase; margin-bottom: 1em; }.progress-indicator > li { list-style: none; text-align: center; width: auto; padding: 0; margin: 0; position: relative; text-overflow: ellipsis; color: #bbbbbb; display: block; }.progress-indicator > li:hover { color: #6e6e6e; }.progress-indicator > li .bubble { border-radius: 1000px; width: 20px; height: 20px; background-color: #bbbbbb; display: block; margin: 0 auto 0.5em auto; border-bottom: 1px solid #888888; }.progress-indicator > li .bubble:before, .progress-indicator > li .bubble:after { display: block; position: absolute; top: 9px; width: 100%; height: 3px; content: ''; background-color: #bbbbbb; }.progress-indicator > li .bubble:before { left: 0; }.progress-indicator > li .bubble:after { right: 0; }.progress-indicator > li.completed { color: green; }.progress-indicator > li.completed .bubble { background-color: #65d074; color: #65d074; border-color: #247830; }.progress-indicator > li.completed .bubble:before, .progress-indicator > li.completed .bubble:after { background-color: #65d074; border-color: #247830; }.progress-indicator > li a:hover .bubble { background-color: #5671d0; color: #5671d0; border-color: #1f306e; }.progress-indicator > li a:hover .bubble:before, .progress-indicator > li a:hover .bubble:after { background-color: #5671d0; border-color: #1f306e; }.progress-indicator > li.danger .bubble { background-color: #d3140f; color: #d3140f; border-color: #440605; }.progress-indicator > li.danger .bubble:before, .progress-indicator > li.danger .bubble:after { background-color: #d3140f; border-color: #440605; }.progress-indicator > li.warning .bubble { background-color: #edb10a; color: #edb10a; border-color: #5a4304; }.progress-indicator > li.warning .bubble:before, .progress-indicator > li.warning .bubble:after { background-color: #edb10a; border-color: #5a4304; }.progress-indicator > li.info .bubble { background-color: #5b32d6; color: #5b32d6; border-color: #25135d; }.progress-indicator > li.info .bubble:before, .progress-indicator > li.info .bubble:after { background-color: #5b32d6; border-color: #25135d; }.progress-indicator.stacked > li { text-indent: -10px; text-align: center; display: block; }.progress-indicator.stacked > li .bubble:before, .progress-indicator.stacked > li .bubble:after { left: 50%; margin-left: -1.5px; width: 3px; height: 100%; }.progress-indicator.stacked .stacked-text { position: relative; z-index: 10; top: 0; margin-left: 60% !important; width: 45% !important; display: inline-block; text-align: left; line-height: 1.2em; }.progress-indicator.stacked > li a { border: none; }@media handheld, screen and (max-width: 400px) { .progress-indicator { font-size: 60%; } }



/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    margin:20px 10px 0px 10px;
    padding:0px;
    position: relative;
    clear:both;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.wizard-steps div {
    position:relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
    display: block;
    float: left;
    font-size: 10px;
    text-align:center;
    width:15px;
    margin: 2px 5px 0px 0px;
    line-height:15px;
    color: #ccc;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
    position:relative;
    display:block;
    width:auto;
    height:24px;
    margin-right: 18px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size:11px;
    line-height:24px;
    color:#666;
    background: #F0EEE3;
    text-decoration:none;
    text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
}
.wizard-steps a:before {
    width:0px;
    height:0px;
    border-top: 12px solid #F0EEE3;
    border-bottom: 12px solid #F0EEE3;
    border-left:12px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -12px;
}
.wizard-steps a:after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left:12px solid #F0EEE3;
    position: absolute;
    content: "";
    top: 0px;
    right: -12px;
}

/* = COMPLETED STEPS
----------------------------*/

.wizard-steps .completed-step a {
    color:#163038;
    background: #8BB90C;
}
.wizard-steps .completed-step a:before {
    border-top: 12px solid #8BB90C;
    border-bottom: 12px solid #8BB90C;
}
.wizard-steps .completed-step a:after {
    border-left: 12px solid #8BB90C;
}
.wizard-steps .completed-step span {
    border: 2px solid #163038;
    color: #163038;
    text-shadow:none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
    color:#8BB90C;
    background: #163038;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .active-step a:before {
    border-top: 12px solid #163038;
    border-bottom: 12px solid #163038;
}
.wizard-steps .active-step a:after {
    border-left: 12px solid #163038;
}
.wizard-steps .active-step span {
    color: #163038;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    -moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    text-shadow:none;
    border: 2px solid #8BB90C;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
    color:#fff;
    background: #8F061E;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
    color:#8F061E;
}
.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
    border-top: 12px solid #8F061E;
    border-bottom: 12px solid #8F061E;
}
.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
    border-left: 12px solid #8F061E;
}


td.extrarow { background-color: rgb(237,234,227) !important; }

.datetimepicker{
    z-index: 9999 !important;
}

table.checklist-table > thead > tr > th,
table.checklist-table > tbody > tr > td{
    padding: 0px 8px;
}
table.checklist-table span.not-applicable {
    text-decoration: line-through;
}


ul.custom-tabs > li > a{
    font-size: 14px !important;
}


.nav-tabs > li > a.blue-tab{
    background-color: #5671d0;
}
.nav-tabs > li.active > a.blue-tab:hover,
.nav-tabs > li.active > a.blue-tab:focus,
.nav-tabs > li.active > a.blue-tab{
    border-top-color: #5671d0;
}


.nav-tabs > li > a.orange-tab{
    background-color: #f7aa4c;
}
.nav-tabs > li.active > a.orange-tab:hover,
.nav-tabs > li.active > a.orange-tab:focus,
.nav-tabs > li.active > a.orange-tab{
    border-top-color: #f7aa4c;
}


.nav-tabs > li > a.pink-tab{
    background-color: #dd468d;
}
.nav-tabs > li.active > a.pink-tab:hover,
.nav-tabs > li.active > a.pink-tab:focus,
.nav-tabs > li.active > a.pink-tab{
    border-top-color: #dd468d;
}


.nav-tabs > li > a.green-tab{
    background-color: #40CEB1;
}
.nav-tabs > li.active > a.green-tab:hover,
.nav-tabs > li.active > a.green-tab:focus,
.nav-tabs > li.active > a.green-tab{
    border-top-color: #40CEB1;
}

.nav-tabs > li > a.lightsalmon-tab{
    background-color:lightsalmon;
}
.nav-tabs > li.active > a.lightsalmon-tab:hover,
.nav-tabs > li.active > a.lightsalmon-tab:focus,
.nav-tabs > li.active > a.lightsalmon-tab{
    border-top-color:lightsalmon;
}

.nav-tabs > li > a.d-orange-tab{
    background-color: #E6674A;
}
.nav-tabs > li.active > a.d-orange-tab:hover,
.nav-tabs > li.active > a.d-orange-tab:focus,
.nav-tabs > li.active > a.d-orange-tab{
    border-top-color: #E6674A;
}

.nav-tabs > li > a.coffee-tab{
    background-color: #764709;
}
.nav-tabs > li.active > a.coffee-tab:hover,
.nav-tabs > li.active > a.coffee-tab:focus,
.nav-tabs > li.active > a.coffee-tab{
    border-top-color: #764709;
}


.nav-tabs > li > a.l-lightskyblue-tab{
    background-color: lightskyblue;
}
.nav-tabs > li.active > a.l-lightskyblue-tab:hover,
.nav-tabs > li.active > a.l-lightskyblue-tab:focus,
.nav-tabs > li.active > a.l-lightskyblue-tab{
    border-top-color: lightskyblue;
}




table.colum-table  tr  th{
    text-align: right !important;
    background: #f9f9f9;
    color:#666;
    font-weight: 500;
}

table.table-closed tr th a,
table.table-closed td a,
table.table-closed tr th,
table.table-closed td
{
    background: #F90 !important;
    color: #fff;
}
.note-favorite-link
{
    position: absolute;
    bottom: 5px;
    right: 60px;
    color: yellow !important;
    color: #e50000 !important;
}
.fav-notes .note-favorite-link{position: relative;bottom: 0;right:0;}
.actions-chat
{
    float:left;
    margin-left:7px;
}
.actions-chat a
{
    color:#ffffff;
    float:left;
}

.add_field_button
{
    cursor:pointer;
}
.remove-button-add,.remove_field
{
    margin-top:-288px;float:right;cursor: pointer;
}

ul.main-navigation-menu > li > a {

    font-size: 19px !important;

}
ul.main-navigation-menu li > ul.sub-menu > li > a {
    font-size: 18px !important;
}

.reply-post{
    color: red;
}

.light-green,
table tr.today-events td{
    background: lightgreen !important;
}
.light-gray,
table tr.future-events td{
    background: lightgray !important;
}

.light-yellow,
table tr.nextday-events td{
    background: lightyellow !important;

}

.tag{padding: 5px;}
.color-red{color: red;}
.color-green{color: green;}
.line-through .strike{text-decoration: line-through;}

.margin-tb5{margin:5px 0; }
.no-margin{margin: 0px;}
.bg-disabled{opacity: .5;}
.fav-notes,
.fav-notes ul{
    padding:0;
    margin:0;
}
.fav-notes ul li {
    list-style: none;
    padding: 5px;
    margin:3px;
    background :#18A689;
    color:#fff;
    border-radius:5px
}