﻿/* Specify News Cycle font */ 

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
body, p, div {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.glyphicons {
    font-size: 24px;
}

body {
    background-color: white;
}

/* Override some weird settings */

html, body  {
    background-color: white !important;
    overflow-x: hidden;
}

div#mainTable {
    border: none;
    margin-top: 20px;
}

/* Override some bootstrap styles */

ol.breadcrumb {
    background-color: rgb(39, 63, 106);
    color: #999999;
    font-size: 18px;
    border-radius: 0;
    margin-bottom: 0;
}

ol.breadcrumb a {
    color: #CCCCCC;
}      

ol.breadcrumb .active {
    color: white;
    font-weight: bold;
}

ol.breadcrumb .brand {
    float: right;
    font-weight: bold;
    color: white;
}

ol.breadcrumb .brand::before{
    content: "";            
}

.brand-icon {
    color: #DEDEDE;
    text-decoration: none;
    font-size: 16px;
    padding-top: 0;
}

.brand-icon > .glyphicons::before {   
    padding-top: 4px;
    padding-left: 0;
}

.brand > .glyphicons::before {   
    padding-top: 4px;
    padding-left: 0;
}

.brand-icon:hover {
    color: white;
    text-decoration: none;
}

.panel-look2 {
    border-color: #3161B6;
}

.panel-look2 > .panel-heading {
    background-color: rgb(39, 63, 106);
    border-color: rgb(39, 63, 106);
    color: white;
}

.panel-look2 > .panel-heading a {
    color: white;
    text-decoration: none;
}

.panel-look2 > .panel-footer {
    background-color: rgb(39, 63, 106);
    border-color: rgb(39, 63, 106);
    color: white;
}

.panel-look2 > .panel-footer label {
    margin-left: 5px;
    margin-bottom: 0;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.panel-look2 > .panel-footer > a {
    color: white;
    text-decoration: none;
}

.panel-footer > .leftButton {
     float:left; 
     padding-top: 2px;
}

.panel-footer > .rightButton {
    right: 0;
}

.page-contents {
    margin: 50px 50px 50px 40px;
}

.btn-look2 {
    border: none;
    background-color: transparent;
    color: white;
    background: none;
    text-shadow: none;
            
}

.thumb-outside {
    margin: 5px;            
    text-align:center;
    float:left;
    width:104px;
}

.thumb-inside {
    border: solid 2px #CCCCCC;
    border-radius: 6px;
    height:120px;
    width:104px;
    background-color: #CCCCCC;
    font-size: 12px;
    position: relative;
}


.thumb-inside .thumb-icons {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 8px;
    margin-top: 6px;
    margin-left: 2px;
    position: absolute;
}

.thumb-inside .thumb-lock-icon {
    margin-top: 0;
    margin-bottom: 0;
}

.thumb-inside textarea {
    resize: none;
    font-size: x-small;
}

.selected {
    border: solid 2px #FFCB2B;
    background-color: #FFCB2B;
}
 
.thumbnailCheckList > div.selected {
    border: solid 2px #FFCB2B;
    background-color: #FFCB2B;    
}
       
.thumb-inside img {
    background-color:White;
    height:72px;
    width:96px;
    margin-bottom: 4px;
    margin-top: 6px;
}

.toolbar {
    background-color:#dddddd;
    padding: 12px;
    color: rgb(39, 63, 106);
}

.glyphicon {
    font-size: 18px;
    font-weight: normal;
    margin-right: 10px;
}

a:disabled {
    color: #AAAAAA;
}

a[disabled].glyphicons::before {
    color: rgb(127,161,220);
}

.footerSelect {
    background-color: transparent;
    border: none;
    color: white;
    margin-top: 6px;
    font-size: 12px;
}

.footerSelect > option {
    color: black;
}



.panel-body .imageNotSelected {
    background-color: #CCCCCC;
    border: solid 2px #CCCCCC;
    border-radius: 6px;
    margin: 6px;
}

.panel-body .imageSelected {
    background-color: #FFCB2B;
    border: solid 2px #FFCB2B;
    border-radius: 6px;
    margin: 6px;
}

.panel-body contenttemplate div div div {
    margin: 5px;
}

#content.contentLook2 {
    display: block;
}

.projectTitle {
    margin-left: 70px;
    margin-top: 20px;
    font-size: 20px;
}

.aspButtonWithIcon {
    font-family: 'Glyphicons Halflings';
    background-color: transparent;
    color: white;
    opacity: 1;
    font-size: 18px;
    padding: 5px;
    border: none;
}

.aspButtonWithIconBlack {
    font-family: 'Glyphicons Halflings';
    background-color: transparent;
    color: black;
    opacity: 1;
    font-size: 18px;
    border: none;
    vertical-align: top;
    padding: 4px;
}

.headerTextButton {
    background-color: transparent;
    color: white;
    font-size: 13px;
    border: 1px solid white;
}

.panel-body legend {
    font-size: 16px;
    margin-bottom: 2px;
    padding-top: 10px;
    border: none;
}

.panel-body input {
    font-size: 16px;
}

.panel-body textarea {
    font-size: 16px;
}

.panel-body label {
    font-size: 14px;
    font-weight: normal;
}

.jumbotron {
    padding: 20px;
}

.jumbotron p {
    font-size: 16px;
    margin-top: 6px;
}

.look2link {
    text-decoration: underline;
}

.brand-tag {
    font-size: 12px;
    color: #3161B6;
    text-align: right;
    margin-right: 30px;
    margin-top: 50px;
}

.brand-tag a {
    color: #3161B6;
    text-decoration: none;    
}

.panel-heading {
    padding: 5px;
}

.panel-footer .control-group {
    float:left; 
    padding-top: 6px; 
    margin-left: 16px;
}

.control-group-element {
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
}

.panel-footer .page-chooser input {
    font-size: 12px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.panel-footer .page-chooser input[type='button'] {
    border: none !important; 
}

.panel-footer .page-chooser td {
    font-size: 12px;
}

.company-name {
    white-space: nowrap
}

h2 a {
    text-decoration: underline;    
}

.data-grid-with-links a {
    text-decoration: underline;
}

.data-grid-with-links a:hover {
    text-decoration: underline;
    color: #e4ae0b;
}

.brightform-label {
    text-align: right;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.brightform-data label {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

label.fileContainer {
    background-color: #337ab7;
    color: white;
    border: 1px solid #191970;
}

.thumbnailCheckList > div {
    position: relative;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 4px 4px;
    background-color: #CCCCCC;
    border: solid 2px #CCCCCC;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.thumbnailCheckList > div > input {
    position: absolute;
    top: 0;
    left: 5px;
    visibility: hidden;
}

.panel-body-fixedscroll {
    height: 500px;
    overflow-y: scroll;
}

.thumbnailSize1 {
    width: 160px;
    height: 130px;
    text-align: center;
}

.thumbnailSize1 > img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}