/**
** JIS Assignment Tracking System v1.1
** Developed by Akeem C.E Murray and Anthony Cha
**/

/*------------------------------------*\
  RESET
\*------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var { background: transparent; border: 0 none; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; }

::-moz-selection { background-color: #91D8f7; color: #fff; }
::selection { background-color: #91D8f7; color: #fff; }
a { outline: 0; color: #222; text-decoration: none; }
a:hover { text-decoration: underline; }
p a:hover { color: #27B3CF; }
a:active { outline: none; position: relative; top: 2px; }
.clearfix { clear: both; }

hr {
margin-top: 10px!important;
margin-bottom: 10px!important;
}

strong{
	vertical-align: inherit;
}

/*input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(images/check_radio_sheet.png) -19px top no-repeat;
}*/
.table-responsive {
overflow-x: visible!important;
}

.SumoSelect > .CaptionCont > label{
	margin-bottom: 0!important;
	background-color: #E2E2E2!important;
}

#wrapper .container {
box-shadow: 0px 3px 6px rgba(123, 123, 123, 0.25)!important;
}

#wrapper .container.top {
box-shadow: none!important;
}


/*------------------------------------*\
  MAIN
\*------------------------------------*/

body { 
	background: #F9F9F9; 
	color: #222; 
	font-family: 'Droid Serif', serif; 
	font-size: 16px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
	overflow-x: hidden;
	margin-bottom: 10px;
}

#wrapper {
	padding: 0 20px 0 20px !important;
	margin: 0 !important;
}

#wrapper .container.top {
	position: relative;
	background: none;
	z-index: 2;
	box-shadow:none;
	font-family: 'Roboto', sans-serif;
}

#wrapper .container.top .nav {
	float: right
}

#wrapper .container.top .nav a {
	background: #459724;
	color: #fff;
	box-shadow: none;
}

header { 
	padding: 3px; 
}

h1 { 
	font-size: 24px; 
	font-family: 'Droid Serif', serif; 
	line-height: 75px; padding: 10px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;  
}

h1 a:hover { 
	text-decoration: none; color: #27B3CF; 
}

h2 { 
	font-family: 'Helvetica'; 
	font-size: 18px; 
	padding: 10px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

h3 { 
	font-family: 'Droid Serif', serif; 
	font-size: 14px; 
}

h4 { 
	font-family: 'Droid Serif', serif; 
	padding: 3px; 
	margin: 5px 0 0 0; 
}

h4 a { 
	text-decoration: underline; 
}


p { 
	padding: 0 5px 0 5px; 
}

ul { 
	list-style: none; 
}

ul li { 
	margin: 0 5px; 
	list-style-type: none;
}

#dashboard {
	padding: 33px 0;
}

#dashboard h1{
	font-size:22px;
	background: #F8DC46;
	border-radius: 4px;
}

#dashboard h2{
	font-size:21px;
	background: #3F51B5;
	color:#fff;
	letter-spacing: .005em;
	border-bottom: 1px solid #3A40AE;
}

header{
	padding-bottom: 20px;
	overflow: auto;
}

.logo {
	text-indent: -9999px;
	display: inline-block;
	margin: 0;
	padding: 0
}

.logo a {
	background:url('../images/jis-logo.png');
	width: 60px;
	height: 51px;
	display:block;
	/*border-radius:5px;*/
	/*-ms-transform: rotate(-17deg); 
    -webkit-transform: rotate(-17deg); 
    transform: rotate(-17deg);*/
}

h4.auth-as.pull-right {
	position: relative;
	top: -35px;
	background: #000;
	color: #fff;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	opacity: .8;
}

.auth-as {
 	margin-top: 29px;
}

.auth-as a {
	 text-decoration: none;
	 margin-left: 5px;
	 color:#FFF000;
	 font-weight: bold;
}

.auth-as a:hover {
	color: red;
}


footer { 
	padding: 5px; 
}

#copyright {
	display: block;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
}


#messagebag {
	width: 100%;
	background:rgb(192, 255, 191);
	padding: 40px;
	margin-top: 18px;
	font-size: 25px;
	font-weight: bold;
	color: #363636;
}

#message-bag-error {
	width: 100%;
	background:#F00;
	padding: 34px;
	margin-top: 18px;
	font-size: 25px;
	font-weight: bold;
	color: #363636;
}

.glyphicon-exclamation-sign{
	color: #FF2914;
	font-size: 21px;
}

/*------------------------------------*\
  TABLES
\*------------------------------------*/
td {
	vertical-align: top;	
}

.table ul {
	background: #F8F8F8;
	padding: 10px;
	border: 1px solid #C8C8C8;
	border-radius: 15px;
}

tr.open {
    text-align: left;
}

span.glyphicon.glyph-blue.glyphicon-pencil, span.glyphicon.glyphicon-user, span.glyphicon.glyphicon-envelope, span.glyphicon.glyph-green-hover.glyphicon-ok-circle, span.glyphicon.glyph-blue.glyphicon-remove-circle {
	font-size: 20px;
}

.glyphicon-user.hasofficers{
	color:#56C56D;
}

.accordion-heading a {
	color:#fff;
	font-size: 16px;
	z-index: 10;
}

.accordion-heading a:hover{
	color:#FFFBD0;
}

.accordion-heading:hover{
	cursor: pointer;
}

.sub-title {
       font-size: 18px;
}

.noarrow {
	background-image: none!important;
}

tr.open {
	/*border-bottom: 2px solid #000000;*/
    /*-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);*/
}

/*tr.open:nth-child(2n+2){
	background: #ECF240;
}*/

tr.completed {
	background: #BBF261;
	/*border-bottom: 2px solid #000000;*/
}

tr.cancelled {
	background: #E29191;
	/*border-bottom: 2px solid #000000;*/
}

tr.complete-requested {
	background:	#ECF240;
	/*border-bottom: 2px solid #000000;*/
}

tr.cancel-requested {
	background:	#E7A752;
	/*border-bottom: 2px solid #000000;*/
}

tr.unable-cover {
	background: #C3C390;
}

#status-keys {
	margin-top: 15px;
}

.footable-header {
    background: #fff000;    
}

.footable-detail-row {
    border-bottom: 5px solid #000;
}

.table>tbody>tr>td {
    word-break: normal !important; 
    font-weight: normal !important;
}

.table-responsive {
    border: none !important;
}



/*****************************************************************
** TABLES RESPONSIVE
*****************************************************************/
/*table {
	border: 1px solid #ccc;
	width: 100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}

thead {
    background: #f9f7e0;	
}

table tr {
	border: 1px solid #ddd;
	padding: 5px;
}

table th, table td {
	padding: 10px;
	text-align: center;
}

table th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

@media screen and (max-width: 800px) {
	table {
	  border: 0;
	}
	
	table thead {
	  display: none;
	}
	
	table tr {
	  margin-bottom: 10px;
	  display: block;
	  border-bottom: 2px solid #ddd;
	}
	
	table td {
	  display: block;
	  text-align: right;
	  font-size: 13px;
	  border-bottom: 1px dotted #ccc;
	}
	
	table td:last-child {
	  border-bottom: 0;
	}
	
	table td:before {
	  content: attr(data-label);
	  float: left;
	  text-transform: uppercase;
	  font-weight: bold;
	}
}*/


/*------------------------------------*\
  FORMS
\*------------------------------------*/

.table>tbody>tr>td{
	font-size: 17px;
}

.table>tbody>tr>td:nth-child(1){
	font-weight:bold;
	/*width: 241px;*/
	text-align: right;
	padding-right: 32px;
}

table.tablesorter>tbody>tr>td:nth-child(1){
	width: auto;
	text-align: left;
	padding-right: 0px;
}

.asterik {
	color: red;	
	font-size: 20px;
	padding: 0;
	margin: 0;
	top: 0;	
	padding-left: 4px;
}

.19size{
	font-size:19px;
}

p.req {
	font-size: 17px;
	color: red;	
}

label.error {
	font-size: 11px;
	color: red;	
}


.topnav h4 {
	font-size:14px
}

.title {
	display: inline-block;
}

.title a {
	font-size:18px;
	font-weight: bold;
	color:#000;
}

.title a:hover {
	text-decoration: none;
}

#wrapper .navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 6px;
	box-shadow: none;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info{
	background-color: #2C308F;
	border-color: #0B0D41;
}


#custom-search-form {
        margin:0;
        padding: 0;
    }
 
#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px;
    padding-left: 12px;
    padding-left: 4px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
}

.mac-style.form-control{
	width: 200px;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    position: absolute;
    right: 21px;
    top: 7px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;   
}   
.search-query:focus{
    width: 260px;

}

.login-container {
    position: relative;
    width: 300px;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

#output {
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success {
    background: rgb(25, 204, 25);
}

#output.alert-danger {
    background: rgb(228, 105, 105);
}


.login-container::before,.login-container::after {
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after {
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}

.avatar {
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}

.form-box input {
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;

}

.form-box input:focus {
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}

.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login {
    margin-top:15px;
    padding: 10px 20px;
}


.container.noshadow{
	box-shadow:none!important;
	padding: 20px 40px;
}

form{
	margin-top: 25px;
}

.show{
	display: block!important;
}

form .form-control{
	width: auto;
	border: 1px solid #B9B9B9;
}

.SumoSelect > .CaptionCont{
	border: 1px solid #B9B9B9!important;
}

input[type=submit]{
	padding: 16px 32px;
	font-size: 18px;
}

#custom-search-form form {
	margin-top: 0;
}

.working{
	display: none;
	width: 100%;
	height:35px;
	float:left;
}

.modal.in .modal-dialog {
       z-index: 10000;

.hideit{
	display:none;
}

#addassign tr td:nth-child(1){
	max-width: 170px;
}

.SumoSelect > .CaptionCont > span.placeholder {
color: #9A9292!important;
font-style: italic;
}

/*------------------------------------*\
  Animations
\*------------------------------------*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

}

/*------------------------------------*\
  GLYPHICONS
\*------------------------------------*/

.glyph-green{
	color:#80B748;
}

.glyph-blue-hover:hover{
	color: #337ab7;
}

.glyph-green-hover:hover{
	color:#80B748;
}

.glyph-red-hover:hover{
	color:#CB3737;
}

.glyph-blue-hover:hover{
	color:#3F51B5;
}

span.glyphicon.glyph-green-hover.glyphicon-ok-circle {
       color: #0F9421;
}

span.glyphicon.glyph-green-hover.glyphicon-ok-circle:hover {
       color: #0F6A1B;
}

span.glyphicon.glyph-blue.glyphicon-remove-circle {
       color: #DD0B0B;
}

span.glyphicon.glyph-blue.glyphicon-remove-circle:hover {
       color: #B12727;
}

span.glyphicon.glyphicon-envelope{
      color: #A1A5B0;
}

span.glyphicon.glyphicon-envelope:hover{
      color: #3F51B5;
}

/*------------------------------------*\
  MEDIA QUERIES
\*------------------------------------*/


@media screen and (max-width: 478px) 	{
	h1 { font-size: 70px; padding: 1px; }
	h2 { font-size: 13px; padding: 1px; }
	body { font-size: 13px; }
}

@media screen and (max-width: 740px) 	{
	.left-col { width: 100%; }
	.sidebar { width: 100%; }
}

@media screen and (max-width: 480px) {

}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/*@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}*/
