﻿html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
}

﻿.igg_CustomPager {
    font-size: 11px;
    margin-right: 30px;
    background-color: transparent;
    text-align: center !important;
    vertical-align: middle !important;
    background-image: url(/samplesbrowser/samplescommon/aspnet/webdatagrid/style/pagingcustomcss/pagerbg.gif);
    background-position: 0 0px;
}

.DropDownClass {
    font-size: 11px;
}

.igg_PageLink {
    border: 0px solid #ff0000;
    padding-left: 0px;
    padding-right: 0px;
}

.igg_CurrentPageLink {
    color: white;
    background-image: url(/samplesbrowser/samplescommon/aspnet/webdatagrid/style/pagingcustomcss/custompager.png);
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

#wrapper {
    /*border:1px solid #ccc;
    border-radius:5px;*/
    max-width: 100%;
    padding: 10px;
}

#header {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 100%;
    padding: 10px;
    height: auto;
}

#logo {
    /* max-width:40%;*/
    padding-bottom: 20px;
}

.logosize {
    max-width: 100%;
}

.WarningIcon {
    color: #e64242
}


.spacer {
    margin-top: 40px; /* define margin as you see fit */
}


.bespokeheader {
    font-size: 160%;
}

/**************/

.detail {
    border: solid 1px #444444;
    padding: 6px;
    border-radius: 5px;
}

.hPortal {
    color: #cccccc;
    font-size: 120%;
    padding-top: -10px;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}


.voffbset {
    padding-bottom: 2px;
}

.voffbset1 {
    padding-bottom: 5px;
}

.voffbset2 {
    padding-bottom: 10px;
}

.voffbset3 {
    padding-bottom: 15px;
}

.voffbset4 {
    padding-bottom: 30px;
}

.control-label {
    margin-top: 15px;
    color: #555555;
    font-weight: 600;
}

.datetime {
    width: auto;
    height: auto;
}

.arrow-toggle .icon-arrow-down,
.arrow-toggle.collapsed .icon-arrow-up {
    display: inline-block;
}

.arrow-toggle.collapsed .icon-arrow-down,
.arrow-toggle .icon-arrow-up {
    display: none;
}

.lblpad {
    padding-top: 5px;
    padding-bottom: 5px;
}

.imgmax {
    max-width: 400px;
}

.formmax {
    max-width: 600px;
}

.dtp {
    padding: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.smaller {
    font-size: 90%;
}





/*.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #337ab7;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #337ab7;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #265a88;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #337ab7;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #265a88;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
