/* try to ignore this bootstrap directive it mess with slickgrid  css */
/*  *{
    box-sizing:content-box;

}*/

[class^="slickgrid_"],
[class^="slickgrid_"] div {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* overwrite the bootstrap css container */
/*.container {

    padding-left: 0px;
    padding-right: 0px;
    
    margin-right:auto;
    margin-left:auto;
}*/

.label{
    color: black;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: black;
  
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

#submit {
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 16px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 0 auto 0 auto;
    
}

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

#option_button a {
    text-decoration: none;
    color: blue;
}

.nobold{
    font-weight: normal;
    font-size: 14px;
}

.label_error {
    color: red;
    font-weight: bold;
}

.info_update_ok {
    color: green;
    text-align:center;
    font-weight: bold;
    
}

.info_update_err {
    color: red;
    text-align:center;
    font-weight: bold;
}

.option_content {
    background: #edf5f8;
    margin: 10px auto 0;
    border: 0px;
    border-radius: 3px;
    /*-moz-box-shadow: 0 0 5px 5px #d3e7ec;
    -webkit-box-shadow: 0 0 5px 5px #d3e7ec;
    box-shadow: 0 0 5px 5px #d3e7ec;*/
}
.option_content legend {
    font-weight: bold;
    color:#65a7d2;
    text-align:center;
    padding-bottom: 5px;
}


.list_content {
    background: #edf5f8;
    width: 60%;
    /*margin: 10px auto 0;*/
    margin: auto;
    border: 0px;
    /*-moz-box-shadow: 0 0 5px 5px #d3e7ec;
    -webkit-box-shadow: 0 0 5px 5px #d3e7ec;
    box-shadow: 0 0 5px 5px #d3e7ec;*/
}
.list_content legend {
    font-weight: bold;
    color:#65a7d2;
    text-align:center;
    padding-bottom: 5px;
}

.list_content ul {
    list-style-type:none;
}
.list_content a {
    font-weight: bold;
    color: blue;
}


#app_list_label {
    margin:0 auto;
}


.index_content {
    padding-top: 20px;
    height: 100%;
    background-color: #a2c6eb;
    width: 100%;
    padding-bottom: 20px;
}

.index_content .gray_box {
    min-width: 1260px;
}

.gray_box {
    background-color: #eff4f7;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: justify;
}


.float_right {
     float: right;
}

.float_left {
     float: left;
}


.tooltip{
    display: inline;
    position: relative;
}

.announcement {
    color: green;
    font-family: "Monospace";
    
}

.withdrawn {
    color: red;
    font-family: "Monospace";
}

.warn {
    font-weight: bold;
    color: black;
}

.app_content{
    
    margin: 20px auto 0 auto;
    width: 90%;
    height: 300px;
    overflow:auto;padding: 4px;
    border-radius: 3px;
    /*-moz-box-shadow: 0 0 5px 5px #d3e7ec;
    -webkit-box-shadow: 0 0 5px 5px #d3e7ec;
    box-shadow: 0 0 5px 5px #d3e7ec;*/
}



/* REAL TIME SERVICES PAGE */
.app_table{
    display: table;
    table-layout: fixed;
    margin: auto;
    text-align:center;
}


.app_text{
}


.app_row{
   /* margin-top: 20px;*/
   margin: 0 auto 0 auto;
}


.app_button {
	-moz-box-shadow: 0px 10px 14px -7px #315ea3;
	-webkit-box-shadow: 0px 10px 14px -7px #315ea3;
	box-shadow: 0px 10px 14px -7px #315ea3;
	background-color:#18699f;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	width: 300px;
	height: 30px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
	text-align:center;
    box-sizing:content-box;
	margin-top: 10px;
}
.app_button:hover {
	background-color:#44b863;
}
.app_button:active {
	position:relative;
	top:1px;
}

.disclaimer_content {
    background-color: #d1d1d1;
    resize: none;
}

.big_button {
    width: 150px;
    font-weight: bold;
    padding: 10px;
}