﻿
body {
}
.bootstrap-tagsinput {
   background-color: #fff;
   border: 1px solid #ccc;
   display: block;
   padding: 4px 6px;
   color: #555;
   vertical-align: middle;
   border-radius: 4px;
   max-width: 100% !important;
   line-height: 22px;
 }
.bootstrap-tagsinput input {
   border: none;
   box-shadow: none;
   outline: none;
   padding: 0 6px;
   margin: 0;
   width: auto;
   max-width: inherit;
}

.tt-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 14px;
   background-color: #ffffff;
   border: 1px solid #cccccc;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 4px;
   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   background-clip: padding-box;
   cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.bootstrap-tagsinput .label { 
  font-size: 100%;
  font-weight: normal;
}


form input, form select, .fileUpload {
    max-width: 450px;
}
input.zip {
    max-width: 5em;
}
input.datepicker {
    max-width: 12em;
}
input.number {
    max-width: 5em;
}
input.currency {
    max-width: 5em;
}
input.url {
    max-width: 100% !important;
}
select.tall {
    min-height: 12em;
}
select.state {
    max-width: 6em;
}
input.phone {
    max-width: 10em;
}
input.phone-ext {
    max-width: 6em;
}
.ssn-group {
    max-width: 400px;
}
.ensure-whtie-space {
    white-space: pre-wrap;
}
fieldset legend {
    padding: 0 10px;
}
.input-group-addon img {
    max-height: 20px;
    margin: 0px -4px;
}

.required:after {
    color: #e32;
    content: '*';
    padding-left: 2px;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Verdana', Geneva, sans-serif;
}

.input-validation-error {
    border-color: red;
}
.field-validation-error {
    color: red;
    font-weight: bold;
}
.checkboxflag {
  display: inline;
}
fieldset {
    padding: 15px !important;
    border: 1px solid #aaa !important;
    margin-bottom: 20px;
}
fieldset legend {
    border: none !important;
    width: auto !important;
    margin-bottom: 0px !important;
    padding: 0 10px;
}

/*.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}*/

.fileupload-container .input-group-browse{
      position: relative;
    overflow: hidden;
}

.fileupload-container input.input-file {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.sys-error{
    position:relative !important;
}

.sys-error h2, .sys-error-dialog h2 {
    color: red;
}

 .sys-error-dialog, .sys-error {
    background: #FFEEEE;
}
    .sys-error-dialog .message, .sys-error .message  {
        font-weight: bold;        
        padding: 10px 0px;
        display: inline-block;
    }

    .sys-error-dialog .modal-body,  .sys-error .panel-body {
        text-align: center;
        padding-top: 20px;
        min-height:200px;
    }

.navbar img.app-logo {
    max-height: 50px;
    margin-right: 20px;
}

/* Dashboard links */
.manage-links .fa {
    min-width: 20px;
}
.student-dashboard-industries {
    max-width: 175px;
}

#top-media-element-employer {
    background-size: cover;
	padding-top:2px;
	padding-bottom:1px;
	clear:both;
	height:300px;
	overflow:hidden;
	position:relative;
	border-bottom:7px solid #94C93D;
}

.grecaptcha-badge {
    z-index: 2000;
}