﻿.argus-module-header-name {
    color: white;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

input[type="text"], input[type="password"], select { 
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
    vertical-align:middle;
    margin-bottom: 3px;
}

.datepicker[readonly] {
    background-color: white;
}

.padBottom10px {
    padding-bottom: 10px;
}

table.bottomPaddedCells td {
    padding-bottom: 10px;
}

table.rightPaddedCells td {
    padding-right: 10px;
}

table.compactTableRows tbody tr {
    height: 15px !important;
}

table.noLinebreak td,
table td.noLinebreak {
    white-space: nowrap;
}

.noLinebreak {
    white-space: nowrap;
}

table.autoRowHeight tr {
    height: auto !important;
}

.paddedLeft20px {
    padding-left: 20px;
}

.paddedLeft30px {
    padding-left: 30px;
}

.panel-default > .panel-heading {
    background-color: #364b59;
}
.panel-title {
    color: white;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #3a86ad;
}


/* PLUpload overrides */
.plupload_header,
.plupload_filelist,
.plupload_filelist_header,
.plupload_total_status,
.plupload_upload_status,
.plupload_total_file_size,
.plupload_start {
    display: none;
}

.plupload_filelist_footer {
    margin-top: 8px;
}

.plupload_container {
    min-height: 20px;
}

.plupload_content {
    top: 0;
    bottom: 0;
}

.plupload_file_name {
    padding-left: 0;
}

.plupload_buttons a {
    text-decoration: none;
}

.btn-upload {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
}
.btn-upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    -webkit-transform: translate(-300px, 0) scale(4);
    -ms-transform: translate(-300px, 0) scale(4);
    -o-transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
* html .btn-upload {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .btn-upload {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}