/* ========================================
    CSS STYLES FOR Module Evotiva.DNNUpgrade
   ========================================
*/

/* 	general */

.upg-nowraptext { white-space: nowrap; }
.upg-centeredrow { vertical-align: middle; }
.upg-error { color: red; }
.upg-ok { color: green; }

.upg-titlelabel {
     vertical-align: top;
     width: 180px; 
     font-weight: bold;
}

.upg-gridlabel {
     font-weight: bold;
}

.upg-attentionbackground {
    background: #FFC;
    border: 1px solid #e6962b;
    margin: 10px 50px;
    padding: 5px;
    vertical-align: middle;
}

.upg-head {
    font-size: 18px;
    font-weight: bold;
    color: #4B70A0;
}   

.upg-head-small {
    font-size: 15px;
    font-weight: bold;
    color: #4B70A0;
}   

.upg-hr {
    background: gray;
    border: none;
    color: gray;
    height: 1px;
}

/* menu */

#upg-menubarbg {
    border-bottom: 1px;
    border-bottom-style: solid;
    display: block;
    height: auto;
    padding-bottom: 1px;
    width: 100%;
}


.upg-menubarlink, a.upg-menubarlink, a.upg-menubarlink:link, a.upg-menubarlink:visited {
    color: #273D83; font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; 
}

a.upg-menubarlink:active, a.upg-menubarlink:hover {
    color: #F2781E; 
}

/* action lists */

div .upg-breadcrumbs {
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 10px;
}

div .upg-breadcrumbs img {
    border-width: 0px;
    border-style: none;
    margin-right: 0px;
    vertical-align: middle;
}

.upg-breaditem, a.upg-breaditem, a.upg-breaditem:link, a.upg-breaditem:visited {
    color: #273D83; font-size: 11px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;     
}
a.upg-breaditem:active, a.upg-breaditem:hover {
    color: #F2781E;     
}

.upg-actionitem, a.upg-actionitem, a.upg-actionitem:link, a.upg-actionitem:visited {
    color: #273D83; font-size: 14px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;     
}
a.upg-actionitem:active, a.upg-actionitem:hover {
    color: #F2781E;     
}

/* link button */

.upg-linkbutton, a.upg-linkbutton {
    display: inline-block;
    margin-bottom: 9px;
    cursor: pointer;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 6px 6px;
    border-color: #0D569E;
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd));
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%);
    /*background: linear-gradient(top, #358eea 0%,#2170cd 100%);*/
     background: -ms-linear-gradient(top, #358eea, #2170cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#358eea', endColorstr='#2170cd');
    -webkit-box-shadow: 0px 1px 0px 0px #000000, inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px #000000, inset 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef !important;
    -webkit-text-shadow: 0px -1px 0px #185B93;
    text-shadow: 0px -1px 0px #185B93;
}

.upg-linkbutton:hover, a.upg-linkbutton:hover a.upg-linkbutton:active {
    text-decoration: none !important;
    border-color: black;
    background: #1f66be;
    background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0));
    background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f66be', endColorstr='#3085e0');
    /*background: linear-gradient(top, #1f66be 0%,#3085e0 100%);*/
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    color: #fff !important;
}

.upg-linkbutton[disabled], .upg-linkbutton[disabled]:hover, .upg-linkbutton[disabled]:active {
    background: #ccc !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #aaa !important;
    -webkit-text-shadow: none;
    text-shadow: none;
}
