﻿.btn-default,
.btn-default:link,
.btn-default:active,
.btn-default:visited,
.btn-default:disabled,
.btn-default:valid,
.btn-default.disabled, .btn-default[disabled] {
    background: #1e4866;
    border-color: #1e4866;
    color: white;
    text-transform:uppercase;
    border-radius: 1px;
    font-family: 'Oswald', sans-serif;
}
.btn-default:hover{
	color: white;
    background: #2e5876;
    border-color: #2e5876;
}


.btn-warning,
.btn-warning:link,
.btn-warning:active,
.btn-warning:visited  {
    color: #FFFFFF;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 1px;
}
.btn-warning:hover{
	 color: #FFFFFF;
}


.btn-success,
.btn-success:link,
.btn-success:active,
.btn-success:visited  {
    color: #FFFFFF;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 1px;
}
.btn-success:hover{
	 color: #FFFFFF;
}


.btn-danger,
.btn-danger:link,
.btn-danger:active,
.btn-danger:visited  {
    color: #FFFFFF;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 1px;
}
.btn-danger:hover{
	 color: #FFFFFF;
}


.btn-info,
.btn-info:link,
.btn-info:active,
.btn-info:visited  {
    color: #FFFFFF;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 1px;
}
.btn-info:hover{
	 color: #FFFFFF;
}


.ng-invalid.form-control{
border-color:#ed0c17;
}


.calendar th
{
    color: white;
}


.table-sortable th, .table-sortable tr
{
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.full-width
{
    width: 100% !important;
}

ul.checkedUl
{
    list-style: none;
}

ul.checkedUl li
{
    padding-top: 12px;
    background: url('/assets/img/bullet.png') no-repeat 0% 50%;
    padding-left: 50px;
    min-height: 40px;
    margin: 5px 0px 5px 0px;
}


@media (min-width: 1200px) 
{
    #logo a.itaLogo
    {
        background: url("../assets/img/logo-big-ita.png") no-repeat 0 2px;
    }
}


.lowercaseCheckbox label
{
    text-transform: none;
    margin-left: 5px;
}

h3
{
    text-transform: none;
}

.breadchrumbs li a
{
    color: #515253;
}

.breadchrumbs li a:hover
{
    text-decoration: underline;
}

.alert{
    border-radius: 1px;
}

.drop-zone
{
    background: #CCC;
}

.drop-zone:hover
{
    background: #1e4866;
}

.drop-zone:hover .glyphicon.glyphicon-cloud-upload
{
    color: white;
}