@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);

/*** bootstrap ***/

@media (min-width: 960px) {
  .container {
    width: 962px;
  }

	.calendar {
		width: 922px;
	}
}

@media (max-width: 1000px) {
	.small-screen-hidden {
		display: none;
	}
}
@media (min-width: 1000px) {
	.large-screen-hidden {
		display: none;
	}
}

.row {
	margin-top: 30px;
}

.form-group {
	padding: 0;
	margin: 0;
}

.form-control, .btn {
	border: 0;
	border-radius: 0;
	margin-bottom: 5px;
	background-color: transparent;
	color: white;
	height: 30px;
}

.btn {
	background-color: #f8f8f8;
	color: gray;
}

.btn:hover {
	background-color: #1B2028;
	color: #fff;
}

.control-label {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}

.form-horizontal .control-label {
	text-align: left;
}

.modal-dialog, .modal-content {
	background-color: gray;
	color: black;
}

/*** common ***/

body {
 	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: white;
	background-color: #24262b;
}

header {
	margin-bottom: 60px;
	text-align: center;
}

h1, h2, h3 {
	color: white;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

h1, h2 {
	display: inline;
	text-transform: uppercase;
	border-bottom: 1px solid #5b8391;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 5px;
}

h2.no-decoration {
	text-decoration: none;
	border: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

h3.no-decoration {
	text-decoration: none;
	border: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

.main-wrapper {
	border: 1px solid white;
	padding: 0;
	padding-bottom: 60px;
}

.uppercase {
	text-transform: uppercase;
}

.link-button {
	background-color: #1678E3;
	display: inline;
	padding: 10px;
	border-radius: 3px;
	color: white;
	text-decoration: none;
}

.black-text {
	color: black;
}

.left {
	text-align: left;
}

.linked_row {
  cursor: pointer;
  margin-top: 10px;
}

.linked_row:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

a, a:hover, a:active, a:visited, a:focus {
	color: white;
	text-decoration: none;
}

a:hover {
	cursor: pointer;;
}

ul {
	list-style-type: none;
	padding: 0;
}

li {
	display: block;
	margin-top: 25px;
}

.icon {
	width: 35px;
	margin-left: 10px;
	margin-right: 10px;
}

.small-icon {
  width: 23px;
}

.no-padding {
	padding: 0;
}

.center {
	text-align: center;
}

/*** calendar ***/

.calendar {
	font-size: 14px;
}

.header-cell {
	padding: 2px 4px 2px 4px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.cell {
	padding: 2px 4px 2px 4px;
	border: 1px solid black;
}

.cell-padding {
	padding-left: 2px;
	white-space: nowrap;
}

.underlined {
	text-decoration: underline;
}

/*** header ***/

.header-image {
	position: relative;
	top: 0;
	left: 0;
}

.header-row {
	background-color: #5b8391;
	min-height: 35px;
	padding-top: 5px;
}

.lightbg {
	background-color: #5b8391;
}

.holiday {
	background-color: #FFAF63;
}

/*** forms ***/

select {
	background: transparent;
	border: 1;
   	border-radius: 0;
   	border-color: white;
   	color: white;
}

.button {
	background: transparent;
	border: 1;
   	border-radius: 0;
   	border-color: white;
}

.button:disabled {
	color: gray;
}

.edit-enabled {
	pointer-events: all;
	background-color: gray;
}

.edit-disabled {
	pointer-events: none;
	background-color: transparent;;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

/*** login ***/

.button-login {
	background: url(/images/icons/login.png) 80px 35px no-repeat;
	width: 75px;
	height: 30px;
	margin-top: 30px;
	font-size: 12px;
}​

/*** ng-print ***/

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }

    #printSection, #printSection * {
        visibility:visible;
    }

    #printSection {
        position:absolute;
        left:0;
        top:0;
    }

    .container {
    	width: 962px;
  	}

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	  float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666666666666%;
	}
	.col-sm-10 {
	  width: 83.33333333333334%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666666666666%;
	}
	.col-sm-7 {
	  width: 58.333333333333336%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666666666667%;
	}
	.col-sm-4 {
	  width: 33.33333333333333%;
	}
	.col-sm-3 {
	   width: 25%;
	}
	.col-sm-2 {
	   width: 16.666666666666664%;
	}
	.col-sm-1 {
	  width: 8.333333333333332%;
	}

	.header-row {
		background-color: white;
		min-height: 35px;
		padding-top: 5px;
		font-weight: 600;
	}
}

.input-row {
	padding: 0;
	margin: 5px 0 5px 0;
}

.hidetext {
	color: rgba(0,0,0,0);
}
