﻿/*
Client Configuration = ICTA
ICTA Red = #D2091C;
*/

/* Hyperlink */
a {
    color: dimgray; 
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #D2091C;
    text-decoration: none;
}


/*
.btn-primary {
  background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
  background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
  background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border: 1px solid #345578;
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
  background-image: -o-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f8ab9), color-stop(50%, #3e648d), to(#385a7f));
  background-image: linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f8ab9', endColorstr='#ff385a7f', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border: 1px solid #2e4b69;
}
*/

/*
.btn-primary {
    background: #E4E4F0;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #807f7f;
    color: black;
}

.btn-primary:hover {
    background: silver;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    color: black;
    border: 1px solid #757575;
}
*/

.btn-primary {
    background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1d1b), color-stop(50%, #cd0200), to(#b90200));
    background-image: linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #9a0200;
}

.btn-primary:hover {
    background-image: -webkit-linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-image: -o-linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0906), color-stop(50%, #b90200), to(#a40200));
    background-image: linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #860100;
}

/* Logo image */
.logo {
    padding: 0px;
    border: 0px solid black;
    width: 200px;
}

/* Login image */
.login {
    border: 1px solid black; 
    padding: 0px;
}


/* Nav bar */
navbar-inverse .navbar-text {
    color: dimgray;
}

.navbar-inverse .navbar-nav > li > a {
    color: dimgray;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #D2091C;
    background-color: transparent;
}


/*
.navbar-inverse {
    background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #345578;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
*/

/*
#1 
background: rgb(152,190,222); 
background: -moz-linear-gradient(top, rgba(152,190,222,1) 0%, rgba(222,239,255,1) 100%); 
background: -webkit-linear-gradient(top, rgba(152,190,222,1) 0%,rgba(222,239,255,1) 100%); 
background: linear-gradient(to bottom, rgba(152,190,222,1) 0%,rgba(222,239,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#deefff',GradientType=0 ); 
*/

/*
#2
background: rgb(136,186,207);
background: -moz-linear-gradient(top, rgba(136,186,207,1) 0%, rgba(176,212,227,1) 100%); 
background: -webkit-linear-gradient(top, rgba(136,186,207,1) 0%,rgba(176,212,227,1) 100%); 
background: linear-gradient(to bottom, rgba(136,186,207,1) 0%,rgba(176,212,227,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bacf', endColorstr='#b0d4e3',GradientType=0 ); 
*/

.navbar-inverse {
    background: -moz-linear-gradient(top, rgba(152,190,222,1) 0%, rgba(222,239,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(152,190,222,1) 0%,rgba(222,239,255,1) 100%);
    background: linear-gradient(to bottom, rgba(152,190,222,1) 0%,rgba(222,239,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#deefff',GradientType=0 );
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid silver;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

 .navbar-inverseOLD {
    background: rgb(245,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 100%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 100%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 100%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid silver;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
    
/*
.nav-tabs > li.active > a:focus {
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
*/
.nav-tabs > li.active > a:focus {
    color: #D2091C;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
