﻿/* TOP OPTS PANE
-----------------------------*/
#topPane {
    height: 40px;
    position: relative;
}
.top-pane .panel-title, #fullPaneTitle {
  color: #fff;
  float: left;
  font-size: 18px;
  margin: 12px 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
  white-space: nowrap;
}
.top-pane .panel-title > b, #fullPaneTitle > b {
  font-weight: bold;
}
.top-pane .btn-close-full-pane {
    background-color: #cc0000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 29px;
    margin-left: 15px;
    opacity: 1;
    position: relative;
    width: 47px;
    height: 33px;
    text-align: center;
    text-shadow: none;
    z-index: 2;
}
.top-right {
    float: right;
    padding: 0 12px 0 15px;
    position: relative;
}
.vert-div {
    background-color: #1a1a1b;
    box-shadow: 0px 0px 1px 0px rgba(255,255,255,0.3);
    display: none;
    float: left;
    left: -12px;
    width: 1px;
    height: 40px;
    position: relative;
}
.top-opts {
    float: left;
    margin-top: 7px;
    text-align: left;
    height: 24px;
    position: relative;
}
.top-opts > * {
    float: right;
}
.top-opts button {
    padding: 0px 6px;
    border-radius: 2px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #a8aaad;
    position: relative;
}
.top-opts .btn-timetrack {
    margin: 0 5px 0 0;
    padding-left: 25px;
}
.top-opts .btn-reports {
    margin: 0 0 0 5px;
    padding-left: 23px;
}
.top-opts button .icon {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
}

/* TOP OPTS - FILE UPLOAD
-----------------------------*/
.top-opts-dd-upload {
    margin-left: 6px;
    position: relative;
}
.top-opts-dd-upload .btn-upload {
    padding-left: 20px;
}
.upld-dlg  {
    margin-top: 12px;
    padding: 0;
    width: 350px;
    left: auto;
    right: -60px;
    z-index: 10000;
}
.upld-dlg:before {
    margin-left: 50px;
}
.upld-dlg:after {
    margin-left: 51px;
}
.upld-modal-head {
    background-color: #f0eeee;
    height: 48px;
    padding: 12px 25px 0 22px;
}
.upld-modal-head h5 {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 6px;
}
.upld-modal-tabs {
    float: right;
}
.upld-modal-content {
    max-height: 155px;
    overflow-y: auto;
    padding: 0;
}
.tbl-upld-status {
    width: 100%;
}
.tbl-upld-status td {
    border-top: 1px solid #f0eeee;
    height: 38px;
    padding: 11px 5px;
    vertical-align: middle;
}
.tbl-upld-status tbody tr:first-child td {
    border-top: 0;
} 
.tbl-upld-status .tbl-cell-file-name {
    font-size: 13px;
    padding-left: 45px;
    position: relative;
    width: 135px;
    white-space: nowrap;
}
.tbl-upld-status .tbl-cell-file-name .file-name-txt {
    display: block;
    line-height: 1.1;
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tbl-upld-status .tbl-cell-file-name .icon {
    left: 20px;
    top: 11px;
}
.tbl-upld-status .tbl-cell-stat-desc {
    color: #a7a9ac;
    font-size: 10px;
    padding-top: 14px;
    position: relative;
    width: 110px;
    white-space: nowrap;
}
.tbl-cell-stat-desc .file-stat-desc-txt {
    display: block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tbl-cell-stat-prog {
    font-size: 11px;
    position: relative;
}
.tbl-cell-stat-prog .icon-delete {
    cursor: pointer;
    right: 27px;
    top: 12px;
}
.tbl-cell-stat-prog .prog-bar {
    border: 1px solid #00a651;
    height: 10px;
    width: 50px;
}
.tbl-cell-stat-prog .prog-bar-amt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tbl-cell-stat-prog a {
    color: #00a651;
}
.tbl-cell-stat-prog a .icon-locate {
    top: 10px;
    left: 62px;
}
.tbl-cell-stat-prog .error-txt {
    color: #cc0000;
}
.upld-modal-foot {
    background-color: #f0eeee; 
    border-top: 1px solid #c5c6c7;
    padding: 15px 25px 15px 20px;
    text-align: center;
}
.upld-status {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    text-align: left;
}
.upld-status > h5 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.upld-status > small {
    color: #a7a9ac;
    font-size: 10px;
}
.upld-status .icon-upld-lg-primary {
    top: 0;
    left: 0;
}
.btn-cancel-upld, .btn-clear-upld {
    background-color: #4c4f52;
    font-size: 14px;
    margin: 0 auto;
    padding: 4px 8px;
}
.prog-bar {
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    height: 5px;
    width: 100%;
    z-index: 0;
}
.prog-bar-amt {
    background-color: #00a651;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 10%;
}
.prog-bar-amt.full {
    width: 100%;
}
.clear-uploads-btn-wrap.dropup .dropdown-confirm {
    left: 50px;
}
.dropdown-confirm .btn {
    color: #fff;
    height: auto;
    line-height: normal;
}

/* TOP OPTS - SETTINGS
-----------------------------*/
.top-opts .glyphicon-cog {
    font-size: 17px;
    top: 4px;
}
#manageUserMenu {
    display: inline-block;
    margin: 0px 2px;    
    position: relative;
}

/* TOP OPTS - SEARCH
-----------------------------*/
.top-opts .btn-search {
    padding: 0;
    width: 18px;
    margin-left: 5px;
}
.top-opts .btn-search .icon-search {
    top: 4px;
}
.top-search {
    display: none;
    overflow: hidden;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.top-search-wrap {
    background-color: #353637;
    height: 26px;
    padding-right: 35px;
    position: relative;
    left: 235px;
    width: 235px;
}
.top-search-wrap > * {
    vertical-align: middle;
}
#searchField:-webkit-input-placeholder { /* WebKit browsers */
   color: #bbb;
}
#searchField:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
    opacity: 1;
}
#searchField:-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
    opacity: 1;
}
#searchField:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbb;
}
#searchField {
    background-color: #fafafb;
    border: 0;
    box-shadow: inset 2px 2px 8px 1px rgba(0,0,0,0.2);
    color: #272727;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    width: 200px;
}     
.top-search .btn-close-search {
    width: 20px;
    height: 24px;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 3px;
}           
.top-search .icon-close-search {
    width: 19px;
    height: 19px;
}
#manageUserMenu .dropdown-menu {
    margin-top: 12px;
    padding: 7px 0 0;
    z-index: 10000;
}
.dd-logged-in {
    display: block;
    line-height: 1.2;
    padding: 3px 20px 10px 20px;
}
.dd-logged-in small {
    color: #a7a9ac;
    font-size: 12px;
}
.top-pane .dd-menu-footer .btn {
    background-image: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 3px 25px;
    text-shadow: none;
}
.top-pane .dd-menu-footer .btn-default {
    background-color: #5b5d60;
}
.top-pane .dd-menu-footer .btn-default:hover {
    background-color: #797c80;
    color: #fff;
}
.dropdown-menu-settings {
    margin-top: 12px;
    padding: 7px 0 0;
}
#manageUserMenu .dropdown-menu .divider {
    margin-bottom: 0;
}
.user-settings-dialog .btn  {
    color: #fff;
    padding: 0 12px;
}
