/* #T001 */
.navbar-default {
    background-color: #3A3A3A;
    border-color: #3A3A3A;
}

/* #B004 */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #34B2DB;
    background-color: #3A3A3A;
}

/* #B003 */
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #34B2DB;
    text-decoration: none;
    background-color: #3A3A3A;
}

/* #B005 */
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #34B2DB;
    background-color: #3A3A3A;
}

/* #T002 */
.navbar-default .navbar-nav>li>a {
    color: #FFF; /* no */
}

/* #B006 */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #34B2DB;
    background-color: #3A3A3A;
}


.navbar-default .navbar-brand {
    color: #34B2DB;/* 	-	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
}


.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFF;/* 	-	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
    background-color: transparent;
}

/* #I002 */
.panel-default>.panel-heading {
    color: #999999;
    background-color: #ffffff;
    border-color: #57BFE1;
}

/* #I001 */
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background-color: #57BFE1;
    border: 1px solid #57BFE1;
    border-radius: 4px;
}

/* #B001 */
.btn-default {
    color: #FFF;
    background-color: #57BFE1;
    border-color: #57BFE1;
}

/* #B002 */
.btn-default:hover,.btn-default:focus,.btn-default:active {
    color: #FFF;
    background-color: #34B2DB;
    border-color: #34B2DB;
}

/* #B019 */
.btn-default2 {
    color: #57BFE1;
    background-color: #FFF;
    border-color: #57BFE1;
}

/* #B020 */
.btn-default2:hover,.btn-default2:focus,.btn-default2:active {
    color: #57BFE1;
    background-color: #FFF;
    border-color: #57BFE1;
}


/* #A001 */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
    color: #57BFE1;
}


/* #A002 */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #57BFE1;
    color: #FFF;
}


/* #A003 */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #57BFE1;
}


/* #A004 */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: #000;
    cursor: pointer;
    color: #FFF;
}


.bootstrap-datetimepicker-widget table td span:hover {
    background: #FFF;/* 	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
    color: #FFF;/* 	-	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
}


.bootstrap-datetimepicker-widget table td span.active {
    background-color: #FFF;/* 	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
}

/* #E003 */
.collapse-block{
	cursor: pointer;
	color: #57BFE1;
	float: right;
}

/* #E004 */
.collapse-block:hover{
	color: #34B2DB;
}

/* #E002 */
.error{
    color: #FF0000;
    z-index: 2;
    width: 170px;
    padding: 2px 10px;
    border-radius: 4px;
    float: left;
    display: block;
    width: 100%;
}



.sau-status > .alert-info {
    color: #FFF;/* 	-	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
    background-color: #398FB9;/* 	-	-	-	-	-	-	-	-	CAMBIAR ->  */
    border-color: #398FB9;/* 	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
    float: left;
    width: 100%;
}


.status-flag{
    background: #3C454F;/* 	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
    display: inline-block;
    border-radius: 4px;
    padding: 3px 7px;
    margin: 0px;	
}

.message-item {
margin-top: 0px;
margin-bottom: 25px;
margin-left: 7px;
position: relative;
width: 100%;
float: left;
}

/* #C006 */
.message-item .message-inner {
background: #FFF;
border: 1px solid #eff2f3;
border-radius: 3px;
padding: 10px;
position: relative;
width: 100%;
float: left;
}

/* #C007 */
.message-item .message-inner:before {
border-right: 5px solid #FFF;
border-style: solid;
border-width: 5px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -10px;
top: 10px;
width: 0;
}

/* #C002 */
.message-item .message-inner:after {
border-right: 5px solid #FFF;
border-style: solid;
border-width: 5px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -9px;
top: 10px;
width: 0;
}

.clearfix:before, .clearfix:after {
content: " ";
display: table;
}

/* #C001 */
.message-item .message-head {
border-bottom: 1px solid #57BFE1;
margin-bottom: 8px;
padding-bottom: 8px;
}

.message-item .message-head .message-icon {
margin-right: 10px;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

/* ???? */
.message-item .message-head .message-icon a i{
color: #FFF;/* 	-	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
font-size: 1.3em;
}

.message-item .message-head .user-detail {
overflow: hidden;
display: inline-block;
}

/* ???? */
.message-item .message-head .user-detail h5 {
font-size: 1.2em;
color: #585b5e;/* 	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
margin: 0;
margin-bottom: 2px;
}

/* ???? */
.message-item .message-head .post-type >p {
color: #57BFE1;/* 	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
font-weight: bold;
text-transform: uppercase;
font-size: .7em;
margin: 0;
line-height: 17px;
}

.message-item .message-head .post-time {
float: left;
}

/* #C003 */
.message-item .message-head .post-time >p {
color: #858b8f;
text-transform: uppercase;
letter-spacing: 1px;
font-size: .8em;
line-height: 15px;
margin: 0;
cursor: pointer;
}

/* #C004 */
.message-item .qa-message-content p {
text-align: left;
color: #000;
font-size: .9em;
margin: 0;
}

/* #C005 */
.message-footer{
    background: #B8E1FC;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 100%;        
}

/* ???? */
#viewmore a{
    color: #57BFE1;/* 	-	-	-	-	-	-	-	-	-	-	-	CAMBIAR ->  */
}

/* #E001 */
.nocontacts{
    color: #57BFE1;
    font-weight: bold;
    margin-bottom: 5px;    
}

/* #M001 */
.messagesnoread{
    background: #57BFE1;
	color: #000;
    font-weight: bold;
    width: 20px;
    height: 21px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-left: 2px;    
}

/* #M002 */
.messages-table-header{
    background: #57BFE1;
    color: #FFF;
}

/* #M003 */
.new-message{
    background: #57BFE1;
    color: #FFF;
    border-radius: 3px;
    padding: 1px 5px;    
}

/* #M004 */
.modal-header{
    background: #3A3A3A;	
    color: #FFF;
}