﻿body {
    font-family: Arial;
    background-color: #fff;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    /*background:url(http://staging.ewestcor.com/portal/images/background_gradient.png);background-repeat:no-repeat;background-size:100% 100%;*/
    background: #f7fbfc; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fbfc 0%, #d9edf2 40%, #add9e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fbfc), color-stop(40%,#d9edf2), color-stop(100%,#add9e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-9 */
    margin: 0;
}
/*.brandingHeader {
    font-family:Tahoma;
    color:black;
text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}*/ /*moved to responsiveWestcor.css*/
h2 {
    font-family: Tahoma;
}

h3 {
    font-family: Tahoma;
}

.btn-default-disabled {
    display: inline-block;
    padding: 4px 4px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #333;
    border-color: #333;
    opacity: .07;
}

.hiddenCol {
    display: none;
}

.helper:hover {
    -webkit-box-shadow: 0px 1px 11px rgba(50, 50, 143, 0.75);
    -moz-box-shadow: 0px 1px 11px rgba(50, 50, 143, 0.75);
    box-shadow: 0px 1px 11px rgba(50, 50, 143, 0.75);
}

.helper:active {
    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 143, 0.75);
    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 143, 0.75);
    box-shadow: 0px 1px 0px rgba(50, 50, 143, 0.75);
}

.navbar {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.75);
}

.well {
    width: 98%;
    margin: auto;
    background: -moz-linear-gradient(left, rgba(238,238,238,0.73) 0%, rgba(204,204,204,0.7) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,0.73)), color-stop(100%,rgba(204,204,204,0.7)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    background: linear-gradient(to right, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baeeeeee', endColorstr='#b3cccccc',GradientType=1 );
    border: none;
    -webkit-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
}

.well2 {
    background: -moz-linear-gradient(left, rgba(238,238,238,0.73) 0%, rgba(204,204,204,0.7) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,0.73)), color-stop(100%,rgba(204,204,204,0.7)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    background: linear-gradient(to right, rgba(238,238,238,0.73) 0%,rgba(204,204,204,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baeeeeee', endColorstr='#b3cccccc',GradientType=1 );
    border: none;
    -webkit-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
}

.tabOn {
    color: white;
    font-weight: bold;
    padding: 8px;
    padding-bottom: 3px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #206ba4;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left-color: black;
    border-right-color: black;
    border-top-color: black;
    border-bottom: none;
    -webkit-box-shadow: 0px 5px 11px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 11px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 11px rgba(50, 50, 50, 0.75);
}

    .tabOn:active {
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 41%, rgba(41,137,216,1) 50%, rgba(125,185,232,1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(41%,rgba(32,124,202,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1)));
        background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        background: -o-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        background: linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

.tabOff {
    color: black;
    padding: 8px;
    padding-bottom: 3px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: lightgray;
    -webkit-box-shadow: 0px -1px 6px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -1px 6px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -1px 6px rgba(50, 50, 50, 0.75);
}

    .tabOff:active {
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 41%, rgba(41,137,216,1) 50%, rgba(125,185,232,1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(41%,rgba(32,124,202,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1)));
        background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        background: -o-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        background: linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 41%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

.wlticBtn {
    width: 100%;
    border-color: none;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(17,17,17,1) 67%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(67%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1)));
    background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    background: linear-gradient(135deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .wlticBtn:hover {
        background: rgb(76,76,76); /* Old browsers */
        background: -moz-linear-gradient(45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(17,17,17,1) 67%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(67%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1)));
        background: -webkit-linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: -o-linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    .wlticBtn:active {
        color: lightgray;
        background: rgb(76,76,76); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(17,17,17,1) 67%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(67%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1)));
        background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
    }

.dropdown-menu {
    border-radius: 15px;
}

.label-info {
    color: white;
    font-weight: bold;
    border: 1px solid;
    border-color: gray;
    border-radius: 15px;
    padding: 5px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.form-control {
    padding: 3px;
    height: 28px;
}

.bannerBackgroundColor {
    background: #3c72b8;
    background: -moz-linear-gradient(top, #3c72b8 0%, #3c72b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c72b8), color-stop(100%,#3c72b8));
    background: -webkit-linear-gradient(top, #3c72b8 0%,#3c72b8 100%);
    background: -o-linear-gradient(top, #3c72b8 0%,#3c72b8 100%);
    background: -ms-linear-gradient(top, #3c72b8 0%,#3c72b8 100%);
    background: linear-gradient(to bottom, #3c72b8 0%,#3c72b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c72b8', endColorstr='#3c72b8',GradientType=0 );
}

.sails {
    background-image: url(http://www.ewestcor.com/portal/images/icon_sails.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    width: 75px;
}

.tips {
    background: rgb(240,183,161);
    background: -moz-linear-gradient(top, rgba(240,183,161,1) 0%, rgba(191,110,78,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(100%,rgba(191,110,78,1)));
    background: -webkit-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(191,110,78,1) 100%);
    background: -o-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(191,110,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(191,110,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
    background: linear-gradient(top, rgba(240,183,161,1) 0%,rgba(191,110,78,1) 100%);
}

.carousel {
    -webkit-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.75);
}

#logoNews {
    background: -moz-linear-gradient(-45deg, rgba(243,197,189,0.53) 0%, rgba(234,40,3,0.49) 50%, rgba(232,108,87,0.44) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(243,197,189,0.53)), color-stop(50%,rgba(234,40,3,0.49)), color-stop(100%,rgba(232,108,87,0.44))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(243,197,189,0.53) 0%,rgba(234,40,3,0.49) 50%,rgba(232,108,87,0.44) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(243,197,189,0.53) 0%,rgba(234,40,3,0.49) 50%,rgba(232,108,87,0.44) 100%);
    background: -ms-linear-gradient(-45deg, rgba(243,197,189,0.53) 0%,rgba(234,40,3,0.49) 50%,rgba(232,108,87,0.44) 100%);
    background: linear-gradient(135deg, rgba(243,197,189,0.53) 0%,rgba(234,40,3,0.49) 50%,rgba(232,108,87,0.44) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87f3c5bd', endColorstr='#70e86c57',GradientType=1 );
    border: none;
}

#tipsTricks {
    background: -moz-linear-gradient(-45deg, rgba(30,87,153,0.45) 0%, rgba(41,137,216,0.44) 50%, rgba(32,124,202,0.44) 71%, rgba(125,185,232,0.43) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(30,87,153,0.45)), color-stop(50%,rgba(41,137,216,0.44)), color-stop(71%,rgba(32,124,202,0.44)), color-stop(100%,rgba(125,185,232,0.43))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(30,87,153,0.45) 0%,rgba(41,137,216,0.44) 50%,rgba(32,124,202,0.44) 71%,rgba(125,185,232,0.43) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(30,87,153,0.45) 0%,rgba(41,137,216,0.44) 50%,rgba(32,124,202,0.44) 71%,rgba(125,185,232,0.43) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(30,87,153,0.45) 0%,rgba(41,137,216,0.44) 50%,rgba(32,124,202,0.44) 71%,rgba(125,185,232,0.43) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(30,87,153,0.45) 0%,rgba(41,137,216,0.44) 50%,rgba(32,124,202,0.44) 71%,rgba(125,185,232,0.43) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731e5799', endColorstr='#6e7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: none;
}

.btn-success {
    border: 1px solid #7d99ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background: #b4e391; /* Old browsers */
    background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
}

    .btn-success:hover {
        border: 1px solid #5d7fbc;
        background: #b4e391; /* Old browsers */
        background: -moz-linear-gradient(top, #b4e391 0%, #61c419 80%, #b4e391 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(80%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 80%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b4e391 0%,#61c419 80%,#b4e391 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b4e391 0%,#61c419 80%,#b4e391 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b4e391 0%,#61c419 80%,#b4e391 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
    }

.btn-primary {
    border: 1px solid #7d99ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #a5b8da;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
    background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
    background-image: linear-gradient(to bottom, #a5b8da, #7089b3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
}

    .btn-primary:hover {
        border: 1px solid #5d7fbc;
        background-color: #819bcb;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
        background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
        background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
        background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
        background-image: -o-linear-gradient(top, #819bcb, #536f9d);
        background-image: linear-gradient(to bottom, #819bcb, #536f9d);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
    }

.btn-primary-fade {
    border: 1px solid #7d99ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #a5b8da;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
    background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
    background-image: linear-gradient(to bottom, #a5b8da, #7089b3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
    opacity: 0.6;
    color: black;
}

    .btn-primary-fade:hover {
        border: 1px solid #5d7fbc;
        background-color: #819bcb;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
        background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
        background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
        background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
        background-image: -o-linear-gradient(top, #819bcb, #536f9d);
        background-image: linear-gradient(to bottom, #819bcb, #536f9d);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
        color: black;
    }

.btn-danger {
    border: 1px solid #7d99ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}

    .btn-danger:hover {
        border: 1px solid #5d7fbc;
        background: rgba(241,111,92,1);
        background: -moz-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 32%, rgba(248,80,50,1) 56%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,111,92,1)), color-stop(32%, rgba(246,41,12,1)), color-stop(56%, rgba(248,80,50,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
        background: -webkit-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 32%, rgba(248,80,50,1) 56%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
        background: -o-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 32%, rgba(248,80,50,1) 56%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
        background: -ms-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 32%, rgba(248,80,50,1) 56%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
        background: linear-gradient(to bottom, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 32%, rgba(248,80,50,1) 56%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#e73827', GradientType=0 );
    }

.btn-info {
    border: 1px solid #2a2c2f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #45484d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
    background-image: -webkit-linear-gradient(top, #45484d, #000000);
    background-image: -moz-linear-gradient(top, #45484d, #000000);
    background-image: -ms-linear-gradient(top, #45484d, #000000);
    background-image: -o-linear-gradient(top, #45484d, #000000);
    background-image: linear-gradient(to bottom, #45484d, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);
}

    .btn-info:hover {
        border: 1px solid #151617;
        background-color: #2d2f32;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#1a1a1a));
        background-image: -webkit-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: -moz-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: -ms-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: -o-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32, endColorstr=#1a1a1a);
    }

.navbar {
    background-color: white;
    height: auto;
    width: 100%;
    z-index: +100000;
}

.nav {
    width: 100%;
    background-color: #3c72b8;
}

#navbar-main {
    background-color: #3c72b8;
}

.navbar-collapse {
    z-index: +90000;
    padding: 0px;
    width: 100%;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
    margin-top: -25px;
}

.navText {
    color: white;
    font-size: .8em;
    font-weight: bold;
}

.modal {
    z-index: +500000;
}

.ui-menu-item-alternate {
    background: #d9d9d9;
    font-size: 10px;
    width: 100%;
}

.ui-menu-item {
    font-size: 10px;
    width: 100%;
}

.datepicker {
    z-index: +50000;
}

.ui-autocomplete {
    z-index: +56000;
}

.pagination {
    height: 36px;
    margin: 18px 0;
}

.btn-flat {
    background: transparent !important;
    color: #3c72b8 !important;
    font-weight: 600 !important;
    border: 1px solid #3c72b8 !important;
    text-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.upArrow {
    position: fixed;
    display: none;
    bottom: 15px;
    cursor: pointer;
    right: 15px;
    border-radius: 50%;
    opacity: .8;
    z-index: +50000;
    background-size: 50px 50px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.punch {
    background: #4162a8;
    border-top: 1px solid #38538c;
    border-right: 1px solid #1f2d4d;
    border-bottom: 1px solid #151e33;
    border-left: 1px solid #1f2d4d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    color: #fff;
    font: bold 20px/1 "helvetica neue", helvetica, arial, sans-serif;
    margin-bottom: 10px;
    padding: 10px 0 12px 0;
    text-align: center;
    text-shadow: 0 -1px 1px #1e2d4d;
    width: 150px;
    -webkit-background-clip: padding-box;
}

button.punch:hover {
    -webkit-box-shadow: inset 0 0 20px 1px #87adff, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 0 20px 1px #87adff, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    cursor: pointer;
}

button.punch:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    margin-top: 58px;
}

.popupPanel {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
    /*top :5%;
    bottom:5%;
    right:25%;
    left:25%;*/
    width: 716px;
    margin-left: -358.5px;
    height: 405px;
    margin-top: -202.5px;
    background: url('/images/IE8MasterPageAlert.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: +50000;
    overflow: visible;
}

.popupPanelBackground {
    border: solid 1px black;
    position: fixed;
    /*left: 50%;
    top: 50%;*/
    z-index: +40000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*height: 80%;
    margin-top: -20%;

    width: 60%;
    margin-left: -30%;*/
    background-color: gray;
    -moz-opacity: 0.70;
    opacity: .70;
    filter: alpha(opacity=70);
    background-repeat: no-repeat;
    z-index: +50000;
}

a.twitter-timeline {
    width: 100%;
}

    .label-highlight {
        background-color: lightgray;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        padding: 5px;
        text-align: right;
    }

    .label-highlight2 {
        background-color: lightgray;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        padding: 5px;
        text-align: right;
    }

    /*.ui-grid-pager-container {
        padding-top: 10px;
    }*/

    .ui-grid-pager-control-input {
        text-align: center;
    }

    .grid-cell-control {
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ui-grid-viewport {
        overflow-x: auto !important;
    }
