/* This is the original branding. It is commented out since it should not be combined with changes made in other files in this version for the rebranding.


.sidebar-menu ul.menu-items>li:first-child {
    margin-top: 30px;
}

.gradient-button {
background-image: linear-gradient(to bottom right, #16D4F9, #1100E9);
color: #fff;
padding: 10px;
border-radius: 5px;
}

.danger-gradient-button {
background-image: linear-gradient(to bottom right, #FF0000, #d9534f);
color: #fff;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
white-space: nowrap;
font-family: NunitoSans-Bold,
min-height: 100%

    display: inline-block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.warning-gradient-button {
background-image: linear-gradient(to bottom right, #FFA500, #f0ad4e);
color: #fff;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
white-space: nowrap;
font-family: NunitoSans-Bold,
min-height: 100%

    display: inline-block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.high-z {
z-index: 100;
}

.low-z {
z-index: 1;
}

*/

/*New Branding - this is the same as what's in ssin-newbranding theme.*/

.sidebar-menu ul.menu-items>li:first-child {
    margin-top: 30px;
}

/*biometrica colors*/
/*.gradient-button {
background-image: linear-gradient(to bottom right, #16D4F9, #1100E9);
color: #fff;
padding: 10px;
border-radius: 5px;
}*/
/*ssin colors*/
.gradient-button {
background-image: linear-gradient(to bottom right, #AE82F4, #2398F9);
color: #fff;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
white-space: nowrap;
font-family: NunitoSans-Bold,
min-height: 100%

    display: inline-block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.gradient-button:hover{
    color: #fff;
}
.input-group-btn .gradient-button {
    margin: 0;
    padding: 5px 16px;
    border-radius: 0;
    border: solid;
    border-image: linear-gradient(to bottom right, #AE82F4, #2398F9);
    border-width: 1px;
}
#search-form .input-group-btn {
    vertical-align:bottom;
}
.danger-gradient-button {
background-image: linear-gradient(to bottom right, #FF0000, #d9534f);
color: #fff;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
white-space: nowrap;
font-family: NunitoSans-Bold,
min-height: 100%

    display: inline-block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.warning-gradient-button {
background-image: linear-gradient(to bottom right, #FFA500, #f0ad4e);
color: #fff;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
white-space: nowrap;
font-family: NunitoSans-Bold,
min-height: 100%

    display: inline-block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.high-z {
z-index: 100;
}

.low-z {
z-index: 1;
}

/*biometrica colors*/
/*.header {
    /*background: #1100E9;*/
    /*background: red;*/
   /* background-image: linear-gradient(to bottom right, #16D4F9, #1100E9);
    color: #fff;
}*/

/*ssin colors*/
.header {
    /*background: #1100E9;*/
    /*background: red;*/
    background-image: linear-gradient(to bottom right, #AE82F4, #2398F9);
    color: #fff;
}


.mySuspectName {
    font-family: NunitoSans-Bold, "NunitoSans-Bold", "Helvetica Neue", 'Helvetica', Helvetica, "Abel", Arial, Lucida, sans-serif;
    font-weight: bold;
}

.mySuspectAlias {
    font-family: NunitoSans-Bold, "NunitoSans-Bold", "Helvetica Neue", 'Helvetica', Helvetica, "Abel", Arial, Lucida, sans-serif;
    font-style: italic;
}