﻿body {
    font-family: "Segoe UI", "Lucida Grande",Arial, helvetica, Sans-Serif;
    font-size: 15px;
    line-height: 24px;
}

.pronto-item-completed
{
	color: #CCC;
}

.pronto-subitem-completed
{
	color: #CCC;
}

.pronto-action-statuslist-title
{
	font-size: 24px;
	margin-left: -30px;
	margin-bottom: 8px;
}

.pronto-action-statuslist-signature
{
	/*font-weight: bold;*/
}

/*@media (min-width: 980px)
{
	body {
		margin-top: 40px;
	}
}*/

/*====================*/
/*====================*/
/*IE7 HACK - RCOLEMAN*/
*+html .radio input[type="radio"] {
    float: none;
    margin-left: 0px;
}

*+html .radio label {
    position: relative;
    top: -17px;
    left: 22px;
    margin-bottom: -18px;
}
.radio label
{
    position: relative\0/;
    top: 3px\0/;
}

span.checkbox label
{
    position: relative\0/;
    top: -18px\0/;
    margin-bottom: -18px\0/;
}

div.checkbox label
{
    position: relative\0/;
    top: 3px\0/;
}
/*====================*/
/*====================*/
/*====================*/

@media (max-width: 979px)
{
	.navbar-fixed-top
	{
		margin-bottom: 0px;
	}
}

@media (max-width: 767px)
{
	.brand
	{
		margin-left: 15px !important;
	}
}

h1, h2, h3, h4
{
    font-weight: normal;
    margin-bottom: 8px;
}

h1
{
    margin-top: 15px;
}

.control-label
{
    color: #666;
}

legend
{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-top: 40px;
}

fieldset legend:first
{
    margin-top: 0px;
}

.help-inline
{
    font-size: 13px;
}

#AT_Pronto_Content
{
    padding: 20px !important;
}

a.navbar-icon-only
{
	padding-top: 13px !important;
	padding-bottom: 8px !important;
	padding-right: 8px !important;
}

div.ui-datepicker
{
	font-size:12px;
	line-height: 15px;
}

.control-group .error
{
	color: red;
}

.shadow_select {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.shadow_select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

.authentication-forgot-password
{
	position: relative;
	top: 2px;
	margin-left: 10px;
}


#AT_PRONTO_VERSION{
    text-align:center;
    color: #DDD;
    font-size: 10px;
    margin-top: -10px;
}

.btn-reassign
{
    float:right;
}