/*-------- Default Overrides --------*/

body{
    background: #ECEDF2;
    min-height: 100%;
    position: relative;
}


.navbar .nav>li>a {
    padding:10px 5px 10px;
}
.navbar .nav>li:hover {
    background:#efefef;
}
.show_900{
    display:none;
}
.green{
    color:#2a8827;
}
.red{
    color:#B55D5C;
}
.btn-xs{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/*-------- Logo --------*/
.span12 .logo{
    width:300px;
    margin: 0 auto;
}
.form-signin{
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*------------ Page Headers ------------*/
.lists_header, .blue_page_header{
    background: #396A92;
}
.lists_header h4, .blue_page_header h4{
    color: #fff;
    width:100%;
    font-weight: normal;
    display: block;
    margin-left: 15px;
}

.header_with_link{
    height: 36px;
    width: 726px;
    min-height:40px;
    background:#396A92;

}
.header_with_link h4{
    color: #fff;
    font-weight: normal;
    display: block;
    margin-left: 10px;
    margin-top: 7px;
    display:inline-block;
}
.header_with_link a{
    float:right;
    position:relative;
    top:2px;
    right:3px;
}


/*------------ Stats ------------*/
.dashboard_header{
    height: 36px;
    width: 726px;
    min-height:40px;
    background:#396A92;

}
.dashboard_header h4{
    color: #fff;
    font-weight: normal;
    display: block;
    margin-left: 10px;
    margin-top: 7px;
    display:inline-block;
}
.dashboard_header a{
    float:right;
    position:relative;
    top:2px;
    right:3px;
}

.stats_block a{
    display:inline-block;
    width:20;
    background:green;
    border: 1px solid #19710e;
    color: #f7f7f7;
    font-size: 26px;
    height: 40px;
    display: inline-block;
    line-height: 41px;
    padding: 0 10px;
    margin-right: 10px;
}
.stats_block a:hover{
    text-decoration: none;
}
.stats_block span{
    display:inline-block;
    color: #424242;
    font-size: 19px;
    display: block;
    vertical-align: middle;
    white-space: normal;
}
.stats_block .span3 a, .stats_block .span3 span{
    display:inline-block;
}

/*-------- top search bar --------------*/
.dashboard_search_form input[type=text]{
    width:80%;
}
.dashboard_search_form .btn{
    float:right;
    width:15%;
}

/*--------------- Lean Modal CSS ---------------*/

#lean_overlay {
    position: fixed;
    z-index: 11100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    background: rgba(0,0,0,0.6);
    display: block;
}

.leanmodal{
    background: #fdfdfd;
    margin: 100px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 5px #d1d1d1;
    -webkit-box-shadow: 0 1px 5px #d1d1d1;
    -moz-box-shadow: 0 1px 5px #d1d1d1;
    -o-box-shadow: 0 1px 5px #d1d1d1;
    border: 1px solid #ddd;
}

.seven{
    width:700px;
    font-size: 14px;
}
.nine{
    width:900px;
}
.ten{
    width:980px;
}
.leanmodal .head{
    background: #efefef url(/assets/theme/leftNavBg.png) repeat-x;
    margin-top: 0px;
    height: 45px;
}
.leanmodal .head h5{
    margin-top: 0px;
    padding: 13px 15px;
}
.leanmodal .widget{
    margin-top: 0px;
    position: relative;
}
.leanmodal .rowElem{
    padding: 3px 14px;
}
.leanmodal .submitForm{
    float: right;
    position: relative;
    /*top: -41px;*/
    right: 89px;
}
.close_modal{
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 7px 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: 700;
    color: #555;
    text-decoration: none;
}

.close_modal_cover_letter{
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 7px 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: 700;
    color: #555;
    text-decoration: none;
}
.close_modal_proposal_email{
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 7px 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: 700;
    color: #555;
    text-decoration: none;
}

.edit_leanmodal_form{
    margin:45px auto 45px !important;
}


.leanmodal .widget{
    border-bottom: none;
}


.field_with_errors label{
    position:relative;
    top:0px !important;
    right:0px !important
}

.settlement_form .form_elem{
    margin-left:15px;
}

/*----------- Notifications ----------*/
.brand .notifications_link{
    font-size: 12px;
}
.notifications{
    border:1px solid #d5d5d5;;
    background:#fff;
    font-size: 12px;
    padding: 10px;
    margin-top: 2px;
}
.notifications .mark_as_read{
    display:block;
    float:right;
}
/*---------------- Data Tables ----------------*/
.no_data_datatable{
    color:red;
    font-size: 20px;
}
.datatables_container h4{
    display:block;
    width:100%;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #396A92;
    color:#396A92;
    padding-bottom: 5px;
}

.datatables_container .select-div{
    float: left;
}
.datatables_container .select-secondary-div{
    width: 300px;
    margin: 0px auto;
    float: left;

}

.datatables_container thead{
    border-top:1px solid black;
}

.paging_full_numbers .ui-button{
    border: 1px solid #396A92;
    margin-left: 7px;
}
.paging_full_numbers .ui-button:hover{
    background: #fff;
}
.fg-toolbar{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    /*overflow:auto;*/
}
.dataTables_paginate {
    float: right;
    text-align: right;
    top: 10px;
    position: relative;
    right: -8px;
}
.dataTables_length {
    float: left;
    position: relative;
    top: 5px;
}


/*---------------- Forms ----------------*/
.form_container{
    border:1px solid #d5d5d5;;
    margin-top:20px;
    background:#fff;
}

.form_container .form_heading{
    background:#efefef url(/assets/theme/leftNavBg.png) repeat-x;;
    margin:0px;
    line-height:3;
    padding-left:16px;
    border-bottom: 1px solid #d5d5d5;
}
.form_elem{
    clear:both;
    padding-top: 10px;
}

.form_elem label{
    margin-right: 15px;
    display: block;
    float: left;
    width: 124px;
}
.form_elem .form_right{
    float: left;
    display:block;
    vertical-align: baseline;
    left: 100px;

}

/*------------------ Calender -----------*/
.calendar_container {
    background: #efefef;
}

.calendar_container #calendar{
    border: 2px solid #a0a0a0;
    width:100%;
    background:#efefef;
}
.calendar_container h4{
    display:block;
    width:100%;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #396A92;
    color:#396A92;
    padding-bottom: 5px;
}

.calendar_container .head{
    background: #efefef url(/assets/theme/leftNavBg.png) repeat-x;
    height: 38px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.calendar_container .fc-header{
    margin-top: 40px;
    background:#fafafa;
}

.calendar_container .fc-header .fc-header-right > span{
    border-bottom: 1px solid #d5d5d5;
}

/*.calendar_container .fc-header-title h2{
    position: relative;
    right: 375px;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    }*/


    /*--------- Client Calnender ----------*/
    .client_calender{
        padding-left: 5px;

        position: relative;
        left: -13px;
    }
    .client_calender .fc-view-basicWeek .fc-event-inner, .client_calender .fc-view-month .fc-event-inner{
        display:none;
    }
    .client_calender .fc-view-basicWeek .fc-event,.client_calender .fc-view-month .fc-event{
        padding-top: 15px;
    }
    .client_calender .fc-header-right{
        display:none;
        visibility: hidden;
    }
    .client_calender .fc-header-title h2{
        font-size: 15px;
        position:relative;
        left:-65px;
    }

    /*-------------- Widget Styling ----------------*/
    .widget{
        border:1px solid #d5d5d5;;
        background:#fff;
        font-size: 12px;
        padding-bottom: 10px;
        margin-left: 0px !important;
    }
    .widget .green, .widget .red{
        font-size: 20px;
        margin: 5px;
        font-weight: 600;

    }
    .widget .widget_header, .widget_header{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .widget > h5, .widget_header{
        background:#efefef url(/assets/theme/leftNavBg.png) repeat-x;;
        margin:0px;
        line-height:3;
        padding-left:16px;
        border-bottom: 1px solid #d5d5d5;
    }

    .widget .list{
        margin-left: 10px;
    }
    .widget{
        margin-top: 10px;
    }
    .widget .value{
        background:url(/assets/theme/icons/lists/plusGrey.png) no-repeat  7px;
        padding: 0 0 0 20px;
        margin-left: 10px;
        display:block;
    }
    .widget .legend{
        font-weight: bold;
        display:block;
    }


    .contact_widget .btn-success{
        float: right;
        margin-right: 10px;
    }


    /*---------------- footer -----------------*/
    .footer_placeholder{
        height:70px;
    }
    #footer {
        clear: both;
        background: #091D42;
        width: 100%;
        color: #eeeeee;
        margin-top: 42px;
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 0;
    }
    #footer span {
        color: #696969;
        padding: 9px 5px;
        display: block;
        font-size: 11px;
    }
    body{
        background: #ECEDF2;
        min-height: 100%;
        position: relative;
    }



    /*---------- Errors --------------*/
    .field_with_errors{
        display:inline
    }
    .field_with_errors label{
/*  position:relative;
    top:10px !important;
    right:10px !important*/
}
.field_with_errors input[type=text],.field_with_errors input[type=email],.field_with_errors input[type=password]{
    border-color:#AC260F !important;
    background:#fccac1 !important
}

.new_user_second_step_form .rowElem{
    margin-top:3px;
    padding:0px 14px
}
.new_user_second_step_form .rowElem > label{
    padding-top:5px
}
.new_user_second_step_form .rowElem .formRight{
    margin-top:5px
}


/*---------- Widgets Contacts Specific ---------*/
.num{
    float: right;
    position: relative;
    right: 20px;
}

/*---------- claim_actions Specific ---------*/
.claim_actions{
    margin-top:15px;
}



/*------------ contact_stats_table ----------*/
.contact_stats_table{
    margin:0px auto;
}
.contact_stats_table thead{
}
.contact_stats_table thead td{
    padding: 3px 0 2px 0;
    text-align: center;
    border: 1px solid #D5D5D5;
    background: #efefef url(/assets/theme/leftNavBg-8d15ecfca2272c953512f9eb7f58d076.png) repeat-x;
    border-bottom: 1px solid #D5D5D5;
    font-size: 11px;
    color: #878787;
}
.contact_stats_table tbody tr{
    border-bottom: 1px solid #D5D5D5;
}
.contact_stats_table tbody td{
    padding: 0px 0px 2px 20px;
}


/*----- Message Section --------*/
.link_to_add_fields{
    position: relative;
    left: 363px;
    width: 44px;
    padding: 4px 9px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    font-weight: 700;
    color: #555;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 7px;
}


.message_recivers_field a{
    padding: 4px 7px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: 700;
    color: #555;
    text-decoration: none;
    margin-left: 10px;
    position: relative;
    top: -4px;
}


.canvas_holder{
    margin-left: 20px;
    position:relative;
}
.rotate_canvas{
    -webkit-transform: rotate(90deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(90deg);        /* FF */
    -o-transform: rotate(90deg);          /* Opera */
    -ms-transform: rotate(90deg);         /* IE9 */
    transform: rotate(90deg);             /* W3C complaint browsers */

}


/*-- New Ajax Form Contacts Association --*/

.new-ajax-contact-form{
    margin:10px 10px 20px;
    padding-bottom: 10px;
}
.new-ajax-contact-form .btn-success{
    margin-bottom: 10px;
}

/*-- Settlement list highlight  --*/
.highlight_settlement{
    font-weight: bold;
}

/*-- Space user details for client users  --*/
.row-space{
    margin-top: 130px;
}


/*-- Need help button for mobile / desktop  --*/
.help-btn {
    /* Safari */
    -webkit-transform: rotate(360deg);
  /* Firefox */
    -moz-transform: rotate(360deg);
  /* IE */
    -ms-transform: rotate(360deg);
  /* Opera */
    -o-transform: rotate(360deg);
  /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.help-btn-desktop {
  float:left; position:fixed; font-weight: bold;background: #396A92;width: 12%;top:6%;right:1px;
}
.help-btn-desktop a {
    color:#F7F7F7; text-decoration: none;
}

.help-btn-mobile {
  background-clip: padding-box;
  background-color: #F2F4F8;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0 2px -2px #B2B9C9 inset;
  position: fixed;
  bottom: 0;
  width: 100px;
  z-index: 300;
  position: fixed !important;
  display: block;
  overflow: hidden;
  float: left;
  text-align: left;
}
.help-btn-mobile a {
   color:#F7F7F7; text-decoration: none; 
}

.help-btn-ipad {
  float:left; position:absolute; font-weight: bold;background: #396A92; width: 30%; top:8%;
}
.help-btn-ipad a {
   color:#F7F7F7; text-decoration: none; 
}

.help-btn-android {
  float:left; position:absolute; font-weight: bold;background: #396A92; width: 30%; top:5.5%;
}
.help-btn-android a {
   color:#F7F7F7; text-decoration: none; 
}


/*-- User Photo for all over the application  --*/
.user-photo{
    border-radius: 100px;border-top:2px solid #8B8B8B; border-bottom:2px solid #8B8B8B; border-left:2px solid #8B8B8B; border-right:2px solid #8B8B8B;
}
.attorney-list{
    height:70px;width:70px; 
}
.user-list{
    height:50px;width:50px; 
}

/*-- User screen on negotiation room page  --*/
.user-screen
{
  display:inline-block; height: 250px;width: 30%;border-top:2px solid #8B8B8B; border-bottom:2px solid #8B8B8B; border-left:2px solid #8B8B8B; border-right:2px solid #8B8B8B;margin-left: 1%;margin-top: 2%;
}


.countdown-class{
    color: #666666;
    font-size: 14px;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-bottom: 10%;
}

/*-- ends here --*/



/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
    border-radius: 4px !important;
}

.portlet .portlet-title {
    border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
    border-radius: 0px 0px 4px 4px !important;
}
*/

@media (max-width: 480px) {
  /* 480px */
  /* Fixed header for mobile */

  .page-header.navbar .top-menu {
    display: block;
    clear: none;
  }
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu {
margin-right: -100px;
}
.page-quick-sidebar-wrapper {
top: 45px;
}
.page-header.navbar .page-logo {
padding-right: 0px;
margin-right:0px;
}
.page-header.navbar .page-logo img{
width:100px;
}
}

.modal-body h3{
    margin-top:0px;
}

.page-breadcrumb.breadcrumb > li > a.btn, .page-breadcrumb.breadcrumb > li > span .btn{
color: #fff;
}
.profile .row.header {
  margin-bottom:10px;
}
.contacts .actions{
  margin-left:10px;
}
.vcard h3{
  padding-top:3px;
  padding-bottom:3px;
  margin-top:3px;
  margin-bottom:10px;
}
.vcard .contact-buttons{
  margin-bottom:10px;
}

.tabbable-custom > .nav-tabs > li.active {
border-top: 3px solid #4b77be;
margin-top: 0;
position: relative;
}

img.profile-thumb{
  width:75px;
}
.users .tiles .tile .tile-body img {
float: none;
margin-right: 0px;
}

.users .tiles .tile {
border:0px solid white;
}

.meetings .tiles {
margin-right: -10px;
width: 300px;
}

.meetings img.profile-thumb{
  width:35px;
}
.meetings .tiles .tile .tile-body img {
float: none;
margin-right: 0px;
}



.meetings .tiles .tile {
display: block;
letter-spacing: 0.02em;
float: left;
height: 60px;
width: 200px !important;
cursor: pointer;
text-decoration: none;
color: #ffffff;
position: relative;
font-weight: 300;
font-size: 12px;
letter-spacing: 0.02em;
line-height: 20px;
overflow: hidden;
border: 4px solid transparent;
margin: 0 10px 10px 0;
}

.meetings .tiles .tile .tile-body {
height: 100%;
vertical-align: top;
padding: 10px 10px;
overflow: hidden;
position: relative;
font-weight: 400;
font-size: 12px;
color: #000000;
color: #ffffff;
margin-bottom: 10px;
}

.meetings .tiles .tile .tile-object {
position: absolute;
/* bottom: 0; */
left: 0;
/* right: 0; */
min-height: 30px;
background-color: transparent;
top: 15px;
left: 55px;
}
.meetings .tiles .tile {
border:0px solid white;
}

.tile img.profile-thumb {
width: 50px;
}

.tiles .tile.double-more {
width: 100% !important;
}
/* General Element */
.bg-invisible {
  border-color: none !important;
  background-image: none !important;
  background-color: none !important;
  color: #666 !important;
}

/***
Client Grid

#e4e7ea
***/
/* people directory */
.letter-list {
    list-style: none;
    padding: 0;
    margin: 0;
 /*    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);*/
}

.letter-list li {
    border-left: 3px solid #fff;
    display: table-cell;
    width: 1%;
}

.letter-list li:first-child {
    border-left: 0;
}

.letter-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #f7f7f7;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.letter-list li:first-child a {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.letter-list li:last-child a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.letter-list li a:hover {
    color: #fff;
    background: #428BCA;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.people-item {
    background: #fff;
    padding: 20px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 3px 3px rgba(12,12,12,0.03);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(12,12,12,0.03);
    box-shadow: 0px 0px 3px 3px rgba(12,12,12,0.07);
    margin-bottom: 20px;
}

.people-item .media {
    padding: 0;
}

.people-item .media-object {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    width: 110px;
    height: 110px;
}

.people-item .fa {
    margin-right: 5px;
}

.person-name {
    margin: 0 0 5px 0;
    color: #428BCA;
}

.people-item .social-list {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.people-item .social-list::after {
    clear: both;
    display: block;
    content: '';
}

.people-item .social-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.people-item .social-list li a {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    width: 30px;
    display: block;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
}

.people-item .social-list li a:hover {
    background-color: #eee;
    color: #333;
}

.people-item .social-list li a .fa {
    margin-right: 0;
}

.notfoundpanel {
    text-align: center;
    margin-top: 10%;
    width: 600px;
    margin: 10% auto 0 auto;
}

.notfoundpanel h1 {
    font-size: 130px;
    font-family: 'LatoBold', sans-serif;
    color: #333;
    margin: 0;
    line-height: 130px;
}

.notfoundpanel h3 {
    color: #333;
    margin: 0;
}

.notfound h4 {
    font-size: 14px;
}

.notfoundpanel form {
    width: 350px;
    margin: 20px auto 0 auto;
}

.notfoundpanel .form-control {
    width: 250px;
    float: left;
}
.mb30 {
margin-bottom: 30px;
}


/*---------------------------------
        TIMELINE STYELS
----------------------------------*/
.portlet.box.timeline2 > .portlet-body {
background-color: #eee;
padding: 10px;
}
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 50px;
}

.timeline .time-show {
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.time-show .btn {
    width: 150px;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    background-color: #d8d9df;
    bottom: 0px;
    content: "";
    left: 51%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 45px;
    position: relative;
    text-align: left;
    background: #fff;
}
.timeline-item.yellow .timeline-desk .panel  {
background: #ffb848;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 0;
}

.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #fff !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -9px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #fff !important;
}

.timeline-item.alt.yellow .timeline-desk .arrow-alt{
border-left: 8px solid #ffb848 !important;
}
.timeline .timeline-icon {
    left: -63px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.timeline .timeline-icon {
    background: #fff;
    border: 1px solid #D8D9DF
}
/* The icons */
.timeline .timeline-icon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #aaa;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ccc;
  text-align: center;
  padding-bottom: 3px;
  padding-right: 1px;
  padding-left: 2px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.timeline > li .timeline-icon > i {
  font-size: 18px;
}
.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39B6AE;
}

.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}

.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}

.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline-desk h1.yellow, .timeline-desk span a.yellow {
    color: #fed65a;
}

.timeline .timeline-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
}

.timeline .timeline-icon i {
    margin-top: 0px;
    position:relative;
    top:-8px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -58px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -245px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
    display: none;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -245px;
    text-align: left;
    display: none;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
}

.timeline-desk a {
    color: #1fb5ad;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
    margin-top: 20px;
    float: right;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-item.alt .timeline-desk .album a {
    margin-left: 5px;
    float: right;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.mbot30 {
    margin-bottom: 30px;
}

.timeline-item.alt h1, .timeline-item.alt p {
    text-align: right;
}

.well.yellow {
background-color: #ffb848;
color:white;
}
.well.red {
background-color: #d84a38;
color:white;
}
.well.bg-grey-cascade {
background-color: #95a5a6 !important;
color: white !important;
}
.settlement-universe .well {
    text-align:center;
}
.settlement-universe .well h4, .settlement-universe .well h2{
    margin-top:0px;
    margin-bottom:0px;
}
.settlement-universe .settlement-stats{
    margin-bottom:0px;
}


.settlement_form_box{
 width: 100px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.phone-ext{
    width: 25% !important;
    margin-left: 2% !important;
    float: left !important;
}
