@charset "utf-8";

html, body {
    height: 100%;
    position: relative;
    margin:0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* CLEARFIX // SECTION-CLEARING // ROW-CLEARING
========================================================================================*/

.row:after,.clearfix:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
section:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
section { display:inline-block; }
* html section { height:1%; }
section { display:block; }

/* END CLEARFIX // SECTION-CLEARING // ROW-CLEARING
========================================================================================*/

/* HELPMATES
========================================================================================*/

.outer{
 	display: table;
 	margin:0 auto;
}
.inner{
	display: table-cell;
	height:60px;
	vertical-align: middle;
}
.content-in {
	width: 100%;
	padding:15px;
}
#css3-calc{
	width:10px;
	width:calc(10px + 10px);
	display:none;
}
.fa-exclamation-triangle {
	font-size:20px;
}
.remove-border div{
	border:medium none !important;
}
.every-4th {
	width:auto !important ;
}
.every-2nd {
	margin-right:0 !important;
}
.default .disabled {
	opacity:0.40;
}
.default .disabled .fa {
	cursor: default;
}
.enter-data .small-input,
.enter-data .small-input:focus {
	height:28px;
	width:53px;
	background:#FFFFFF;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin:0;
	border:medium none;
	text-align: center;
}
.vertical-align:before{
 	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.1px;
}
.vertical-align{
	height:60px;
}

/* END HELPMATES
========================================================================================*/

/* BRANDING
========================================================================================*/

.header {
	height: 90px;
	background-color: #FFF;
	-webkit-box-shadow: inset 0 -1px 0 #E5E5E5;
	   -moz-box-shadow: inset 0 -1px 0 #E5E5E5;
		    box-shadow: inset 0 -1px 0 #E5E5E5;
 	display:table;
    width:100%;
    min-width:1050px;
}

.header p {
	text-align: center;
	margin:0;
	clear:both;
}

.header .content-in {
	display:table;
	width:100%;
	height:100%;
	
}
.header .content-in h1 {
	/*display:inline;*/
	float: left;
	margin-bottom:6px;
	margin-top:6px;
}
.header .logo-box {
	width: 190px;
	height: 60px;
	background-color: #DDD;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    float:right;
}
.header .logo-box:first-child {
	float:left;
}
.main {
	background:#F8F8F8;
    min-height: -moz-calc(100% - 180px);
    min-height: -webkit-calc(100% - 180px);
    min-height: calc(100% - 180px);
    display:block;
    width:100%;
    min-width:1050px;
	/*min-height:760px;*/
	position:relative;
}
/*#new-form .main {
	min-height: 890px;
}*/
.aside {
	float: left;
	position: relative;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset -1px 0 0 #E5E5E5;
	   -moz-box-shadow: inset -1px 0 0 #E5E5E5; 
	   	    box-shadow: inset -1px 0 0 #E5E5E5;
	width: 220px;
	height:100%;
	display:block;
	position:absolute;
}
.app-content {
	display:block;
	height:100%;
	width:100%;
	min-width:830px;
}
.app-content > .content-in {
	margin-left:220px;
	width:auto;
	height:100%;
}
.app-content .content-in .text-header {
	margin:60px 0 60px 210px;
	font-size:16px;
}
.footer {
	height: 90px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 #E5E5E5;
	   -moz-box-shadow: inset 0 1px 0 #E5E5E5;
            box-shadow: inset 0 1px 0 #E5E5E5;
    
    width:100%;
    min-width:1050px;
    font-size:12px;
} 
.footer span {
	width:120px;
	line-height:1.1;
	margin:12px 0 0 0;
}
.footer img {
	margin:17px 15px 0 0;
}
.footer .pull-right a {
	display:inline-block;
	margin:20px 0 0 0;
}
/* END BRANDING
========================================================================================*/

/* COLORS
========================================================================================*/

.text-warning {
	color:#DA6161;
}

/* END COLORS
========================================================================================*/

/* BOXES
========================================================================================*/

.box {
	width: 800px;
	margin:0 0 15px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	/*padding:29px 0 14px;*/
	font-size:12px;
}
.box-header {
	border-bottom:1px solid #E5E5E5;
}
.box-header > .content-in {
	display: table-cell;
	vertical-align: middle;
	padding:0 0 0 30px;
}
.box-header > .content-in > p {
	margin:18.5px 0;
}
.box-login input {
	width:270px;
	clear:both;
	margin:0 auto 15px;

}
.box-default {
	padding: 29px 0 14px;
}
.box-login .button-submit {
	width:190px;
	margin-left:83px;
}
.box-login label {
	font-weight:900;
	text-align: right;
	width:70px;
	display:inline-block;
	font-size:12px;
	margin-right:10px;
}
.login-body {
	width:360px;
	margin:0 auto;
}
.box-list,
.box-content {
	padding:0;
}
.box-list {
	margin-bottom:0;
}
.box-content > .content-in {
	padding-left:30px;

}
.box-content > .content-in p {
	margin:5px 0;
}
.box-list > .content-in {
	padding-left:30px;
	padding-top:2px;
	padding-right:30px;
}

/* END BOXES
========================================================================================*/

/* BUTTONS
========================================================================================*/

.btn {
	display: inline-block;
	margin-bottom: 14px;
	font-weight: 900;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 11px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		    user-select: none;
	position:relative;
	text-decoration: none;
}
.btn .fa {
	position:absolute;
	right:12px;
	top:13px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline:0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.25;
	filter: alpha(opacity=25);
	-webkit-box-shadow: none;
		    box-shadow: none;
	color:#FFFFFF;
} 
.btn-primary {
  	color: #FFFFFF;
	background-color: #688FC6;
	border: 1px solid #285BAE;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus{
	
	background-color: #285BAE;
	border: 1px solid #285BAE;
}
.btn-block {
	display: block;
	width: 100%;
}

/* END BUTTONS
========================================================================================*/
/* ICONS
========================================================================================*/
.icon-check,
.icon-delete {	
	width: 40px;
	height: 40px;
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    display:inline-block;
    margin-right:13px;
    text-align:center;
    position:relative;
    vertical-align: middle;
}
.icon-delete {
	background-color: #688FC6;
	border: 1px solid #285BAE;
}
.icon-delete:hover,
.icon-delete:active,
.icon-delete.active,
.icon-delete:focus{
	
	background-color: #285BAE;
	border: 1px solid #285BAE;
}
.icon-check .fa,
.icon-delete .fa {
	font-size:20px;
	line-height:39px;
}
.icon-delete .fa {
	color:#FFFFFF;
	font-weight:900;
	font-size:16px;
}
.icon-check .fa-check{
	color:#3BB93C;
}
.icon-check .fa-times{
	color:#DA6161;
}


/* END ICONS
========================================================================================*/

/* TABLES
========================================================================================*/
tr th {
	text-align:left !important; /*ie fix*/
}
.thead {
	font-weight:bold;
	margin-bottom:5px;
}
.table-cell {
	height:40px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: none repeat scroll 0 0 #eeeeee;
	display:table-cell;
	vertical-align:middle;
}
.table-cell:first-child {
	border-left: 1px solid #cccccc;
}
.tbody .table-cell {
	height:28px;
	border-top:medium none;
}
.tbody {
	overflow:hidden;
}
.table-row {
	display:table-row;
}
.tbody .table-row:first-child .table-cell{
	border-top: 1px solid #cccccc;
}
.choose .first {
	width:74px;
	text-align:left;
	padding-left:13px;
}
.choose .second {
	width:41px;
}
.choose .third {
	width:250px;
}
.choose .tbody .third {
	padding-left:13px;
	text-align:left;
}
.default {
	text-align:left;
	width:100%;
}

.default tr {
	height:37px;
	border-top:1px solid #EEEEEE;
	font-weight:400;
}
.default tr:first-child {
	border-top:medium none;
}
.default tr .fa { 
	font-size:14px;
	color:#688fc6;
	margin-right:20px;
}
.default tr th:first-child {
	padding-left:33px;
}
.options tr th:first-child {
	width:370px;
}
.journey tr th:first-child {
	width:173px;
}
.journey tr th {
	width:140px;
}
.new-form {
	width:740px;
	margin:0 auto;
	height:100%;
}
.new-form tr td {
	vertical-align: middle;
	padding-bottom:15px;
}
.new-form label {
	width:125px;
	text-align: right;
	margin-right:13px;
	display: inline-block;
	color:#688fc6;
	text-decoration:underline;
	font-weight:900;
	cursor: pointer;
}
.new-form input {
	width:490px;
	margin:0;
}
.enter-data,
.choose {
	margin:28px 0 15px 0;
	width:366px;
	text-align:center;
	display:table;
	overflow: hidden;
}
.enter-data {
	width:auto;
}
.enter-data .thead .table-cell:first-child  {
	text-align:left;
	padding-left:13px;
}
.enter-data .table-row .table-cell {
	width:54px;
}
.enter-data .table-row .table-cell:first-child {
	width:74px;
}
.enter-data .table-row .last {
	width:250px;
	
}
.enter-data .tbody .table-row .last {
	padding-left:13px;
	text-align:left;
}

.enter-data .text-warning {
	background:#da6161 !important;
	color:#fff !important;
}

/* END TABLES
========================================================================================*/
/* LISTS
========================================================================================*/
.list-datum,
.list-from-stop {
	padding:0;
	margin:0;
	display: table-row;
}
.list-from-stop li,
.list-datum li {
	height:37px;
	display:table-row;
	font-size:12px;
	color:#444444;
	vertical-align:middle;
	width:193px;
	float:left;
}
.list-from-stop li div,
.list-datum li div {
	display:table-cell;
	vertical-align:middle;
	border-top:1px solid #EEEEEE;
	height:37px;
	padding-right:20px;
}
.list-from-stop li .fa,
.list-datum li .fa {
	font-size:14px;
	color:#688fc6;
	margin-right:24px;
}
.list-other li div {
	width:125px;
}
.list-from-stop li {
	margin-right:30px;
	width:354px;
}
.list-from-stop li div {
	width:354px;

}
/* END LISTS
========================================================================================*/
/* PAGINATION
========================================================================================*/
.pagination {
	padding:25px 0 10px 0;
	margin:2px 0 0 0;
	border-top:1px solid #E5E5E5;
}
.pagination li {
	display:inline-block;
	width: 37px;
	text-align:left;
	margin:0;
}
.pagination li+li {
	width:auto;
}
.pagination li+li+li {
	width:620px;
	text-align:center;
}
.pagination li+li+li+li {  
	width:auto;
	text-align: right;
	margin-left:20px;
}
.pagination li+li+li+li+li {
	width: auto;
	float:right;
	margin:0;
}
.pagination li .fa {
	font-size:16px;
}
.pagination .disabled {
	opacity:0.25;
}
.ie8 .pagination .disabled{
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
/* END PAGINATION
========================================================================================*/

/* CHECKBOXES 
========================================================================================*/

.choose input[type="checkbox"]{
	border: 0 none;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	padding: 0;
	height:28px;
	width:40px;
	background: url("../img/checkboxes.png") no-repeat scroll 0 0 transparent;
}
.choose .gray-checkbox input[type="checkbox"] {
	background: url("../img/gray-checkbox.png") no-repeat scroll 0 0 transparent;
}
.ie8 .choose input[type="checkbox"]{
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.choose .range .checkbox-wrap{
	background: url("../img/checkboxes.png") no-repeat scroll center bottom transparent;
}
.choose .checkbox-wrap{
	height:28px;
	background:#FFFFFF;
}
.choose .gray-checkbox .checkbox-wrap{
	height:28px;
	background:#EEEEEE;
}
.choose .checkbox-wrap.checked{
	background: url("../img/checkboxes.png") no-repeat scroll center center transparent;
}
.choose .gray-checkbox .checkbox-wrap.checked{
	background: url("../img/gray-checkbox.png") no-repeat scroll center bottom transparent;
}

