.navigation-panel li{
    list-style: none;
}
.navigation-panel li span{
    display: inline-block;
    text-align: left;
}
ul.navigation-panel{
    padding-left: 15px;
}
.not-show-alpha{
    opacity: 0;
}
#bodyMain a, span, p, td, th {
    font-size: 12px;
}


#bodyMain .navbar-fixed-top {
    width: 100vw;
}

.otherAreas{
    height: 200px;
    overflow: auto;
}
.borders{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
}
.table-striped > tbody > tr.ui-selected-row:nth-child(odd), table.dataTable tbody tr.ui-selected-row, tr.hover-on .single-file{
    background-color: #71dec2;
}
.table-striped > tbody > tr.ui-selected-row:nth-child(odd) td, table.dataTable tbody tr.ui-selected-row td, tr.hover-on .single-file {
    font-weight: bold;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.table-striped > tbody > tr.ui-selected-row:nth-child(odd) td a, table.dataTable tbody tr.ui-selected-row td a {
    color: #000000;
}
.table{
    background-color: #ffffff;
}
.table{
    margin-bottom: 0;
}
td{
    white-space: nowrap;
}

td{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;

}
th.filename, td.filename {
    width: 150px;
}
.helper-drag{
    width: 25px;
    height: 25px;
    background-color: rgba(51, 153, 255, 0.3);
    border: 1px dashed #3399ff;
    border-radius: 5px;
    text-align: center;
    z-index: 10;
}
.helper-drag .fa{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.panel-files{
    height: 365px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.port-number{
    max-width:70px;
}
div.ui-selected > span > a , div.ui-selected > span{
    color: #000000;
}
#quickConnectionArea{
    min-height: 40px;
}
#quickConnectionArea .form-inline{
    margin-top: 3px;
    margin-bottom: 3px;
}

#quickConnectionArea .form-control, #quickConnectionArea label[for=fcSSL] {
    margin-right: 8px;
}

.draggable-point{
    cursor: default;
}
#bodyMain  .table tr.hover-on {
    background-color: rgba(51, 153, 255, .3);
}
.title-submenu{
    text-align: center;
    font-size: 11px;
    font-style: italic;
}

.tab-pane{
    max-height: 460px;
    margin: 5px auto;
    overflow-y: auto;
    overflow-x:hidden;
}

.navbar-inverse {
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#2D5C88),to(#254d72));
  background-image: -webkit-linear-gradient(top,#2D5C88,0%,#254d72,100%);
  background-image: -moz-linear-gradient(top,#2D5C88 0,#254d72 100%);
  background-image: linear-gradient(to bottom,#2D5C88 0,#254d72 100%);
  background-repeat: repeat-x;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
  color: #dbedff;
}

.navbar-inverse,.navbar-default .navbar-nav>.active>a, 
.navbar-inverse,.navbar-default .navbar-nav>.open>a, 
.navbar-inverse,.navbar-default .navbar-nav>.open>a:hover, 
.navbar-inverse,.navbar-default .navbar-nav>.open>a:focus  {  
  font-size: 16px !important;
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-nav > li > a{    
  padding: 20px 15px 20px 15px;
}
.fc_log img{
    width: 120px;
    height: auto;
}
.panel-files .table-responsive{
    overflow-x: visible;
 }


table.dataTable tbody th, table.dataTable tbody td .progress, table.dataTable tbody td .progress .progress-bar {
    margin-bottom:0;
    font-size:10px;
    line-height: 15px;
    height: 15px;
}

table.dataTable thead th, table.dataTable thead td{
    border-bottom: 1px solid #ccc;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: 0px;
}
table.dataTable tbody th, table.dataTable tbody tr {
    overflow: visible;
}
#fileSwipeArea{
    overflow: hidden;
    position:relative;
}
.name-container{
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.name-container > span{
    cursor: default;
}
.commands-column .fa{
        font-size: 14px;
        cursor: pointer;
        margin-right: 5px;
}
.commands-column button .fa{
    margin-right: 0px;
}
.commands-column button .fa.fa-plus{
    font-size: 9px;
}
.success-font{
    color: green;
}
.fail-font{
    color: red;
}

.info-dialog .form-control[disabled], .info-dialog .form-control[readonly], .info-dialog fieldset[disabled] .form-control{
    cursor:text
}
.important-text{
    font-size: 14px;
    font-weight: bold;
}
.multi-margin{
    margin: 15px;
}

#blocker .modal-backdrop{
    width: 100%;
    height: 1000%;
    position: absolute;
    z-index: 1000;
    vertical-align: middle;
    text-align: center;
}

#blocker .panel {
  position: absolute;
  z-index: 1001;
  left: 50%;
  width: 40%;
  margin-left: -20%;
  top: 18%;
  text-align: center;
}

#blocker .fa-spinner {
  font-size: 266%
}

#textBlocker {
  font-size: 133%;
}

.progress {
    height: 15px;
    margin-bottom:0;
}
.progress-bar{
    background-image: none;
    font-size:10px;
    line-height: 15px;
}

#transferInfoArea{
    overflow: hidden;
    position: relative;
}
#cancelTransfers{
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.form-group.placeholder-box{
    min-width:100px;
}
@media (min-width: 768px){
    .form-inline .form-control:not([type=checkbox]):not([type=radio]) {
        width: 120px;
    }
}

.error{
    font-weight: bold;
    color: red;
}

.panel-files .breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.cmd-group {
  margin-bottom: 8px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* -------------------------------------- */
/* Spinner - Duplicated common Theme*/
/* -------------------------------------- */
.spinnerWidget {
  position: absolute;
  left: 40%;
  top: 40%;
  margin: auto;
  color: white;
  z-index: 1031;
}
.spinner {
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  width: 120px;
  -webkit-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear;
  border-left: 16px solid rgba(255, 255, 255, 0.15);
  border-right: 16px solid rgba(255, 255, 255, 0.15);
  border-bottom: 16px solid rgba(255, 255, 255, 0.15);
  border-top: 16px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
}
.spinnerText {
  text-align: center;
  vertical-align: center;
}
.spinBack {
  bottom: 0;
  z-index: 1030;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.quick-tips{
    font-size: 16px;
    margin-top: 5px;
}

.edit-site-icon, .delete-site{
    float: right;
    margin-left:  2px;
    margin-right:  2px;
    margin-top:  3px;
}
.ui-draggable{
    cursor: pointer;
}
/*-cm -> context menu*/

.block-upload #paneLeft .cmd-transfer, .block-upload-by-cm .is-upload .cmd-transfer-cm{
    display: none !important;
}

.is-level-up .cmd-not-level-up,
.block-download #paneRight .cmd-transfer,
.block-change-directory .cmd-navigate-to-cm,
.block-delete .cmd-delete,
.block-delete .cmd-delete-cm,
.block-delete .cmd-deleteSelected,
.block-mkdir .cmd-directory,
.block-rename .cmd-rename,
.block-rename .cmd-rename-cm,
.block-refresh .cmd-refresh,
.block-info .cmd-directory-info,
.block-info .cmd-info-cm,
.block-info .cmd-directory-info-cm,
.block-info .cmd-current-directory-info,
.block-submit .send-selected-files-btn,
.block-reveal .cmd-reveal-cm,
.block-download .is-download,
.block-download-by-cm .is-download .cmd-transfer-cm,
.block-properties .cmd-properties-cm {
    display: none !important;
}

.fcweb-version th .cmd-transfer{
    display:none;
}
.fcweb-transfer{
    display: none;
}
.fcweb-version .fcweb-transfer{
    display:inline-block;
}
.left-transfer-btn{
    position: absolute;
    right: -13px;
    z-index: 20;
    top: 140px;
    font-size: 14px;
    font-weight: bold;
    color: #337ab7;
}
.right-transfer-btn{
    position: absolute;
    z-index: 20;
    top: 170px;
    font-size: 14px;
    left: -13px;
    font-weight: bold;
    color: #33cc33;
}
.right-transfer-btn{
    position: absolute;
}


#bodyMain .especial-header .navbar-brand {
    float: right;
}
#sitesManager{
    margin-left: 5px;
}
.link-site{
    width: 80px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-group.has-error label span{
    color: #a94442
}
#bodyMain .site-form-called li a.has-error{
    font-weight:bold;
    color: #a94442;
}
#bodyMain .site-form-called li a .warning-hide{
    display: none;
}
#bodyMain .site-form-called li a.has-error .warning-hide{
    display: inline-block;
}
.extra-padding-top{
    padding-top: 50px;
}
#logInfoArea p{
    margin: 0 0 3px;
}
#logInfo p{
    text-align:left;
}

.summary-error{
    display: none;
    color: #a94442;

}
.has-error.summary-error{
    display: block;
}
#fileSwipeArea table td, #fileSwipeArea table td span{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.dropdown-menu > li.site-connection > a {
    white-space: initial;
}
.level-up{
    cursor: default;
}

.margin-right-buttons{
    margin-right: 5px;
}
#hidden-text-area, #hidden-text-area-directory-info{
    position:absolute;
    opacity: 0;
    width:1px;
    left:0;
    height: 1px;

}
.no-transfer .cmd-transfer-cm{
    font-style: italic;
    color: #ccc;
    cursor:default;
}

.display-upload, .display-download, .display-not-connected, .directory-only, .upload-only{
    display:none;
}
.is-upload .display-upload,
.is-download .display-download,
.no-transfer .no-destination{
    display:inline-block;
}
.menu-directory .directory-only,
.is-upload .upload-only{
    display: block;
}
.table.no-header thead{
    display:none;
}
.tb-container{
    max-height: 300px;
    overflow: auto;
    position:relative;
}
.bg-warning.alert {
    color: #8a6d3b;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bg-danger.alert {
    color: #8a6d3b;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bg-primary.alert {
    color: #8a6d3b;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.bg-success.alert {
    color: #8a6d3b;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.remote-admin-nav .navbar-brand span {
    float: left;
    margin-top: 21px;
    color: #09337b;
    font-size: 18px;
}
.remote-admin-nav .navbar-brand {
    padding: 4px 14px;
    height: auto;
    line-height: 20px;
}

.modal-launchFailed .modal-footer {
    background-image: none;
}
.modal-launchFailed .modal-header, .filecatalystLogo{
    background-image: url(../images/filecatalyst_small.png);
    background-repeat: no-repeat;
	
}

.modal-footer {
    padding: 20px 20px 20px;
    border-top: 1px solid #e5e5e5;
}

.modal-footer, .filecatalystLogo{
    background-position: left 10px bottom 10px;
    background-size: auto 45px;
}

.modal-launchFailed .modal-header {
    background-position: left 10px top 10px;
    background-size: 25%;
    padding: 28px 20px 25px 165px;
}

.modal-manualDownload .modal-dialog {
    width: 570px;
}

.modal-manualDownloadImage .modal-dialog {
    width: 930px;
}
#bodyMain .ignore-left-padding.checkbox label{
    padding-left: 0;
}
.about-info-line span {
  display: inline-block;
}
.about-info-label {
  margin-right: 15px;
  width: 80px;
}
.about-dialog .modal-title {
  font-weight: bold;
}
.about-dialog .modal-body span {
    font-size: 14px;
}
.about-dialog .modal-footer {
  margin-top: 0;
}
.alert.alert-danger.animated.fadeInDown{
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
}
#removeSavedLogin {
    padding: 0;
}
#iconRemoveCredentials {
    padding: 6px 12px;
}