body,
nav, article,
section, header, footer,
#right-wrapper, #wrapper {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#right-wrapper {
    position: relative;
} 

body {
    background-color: #f2f2f2;
}

nav#leftmenu {
    width: 22em;
    background-color: #333;
    border-right: 5px solid #333;
    float: left;
    height: 100vh;
    position: fixed;
    font-weight: normal;
    z-index: 500;
}

body.collapse-left-menu nav#leftmenu {
    width: 3.3em;
    border-right: 0px solid #06335f;
}

body.collapse-left-menu #right-wrapper {
    margin-left: 3.3em;
}

nav#leftmenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3em;
    background-color: #333;
    z-index: 0;
}

nav#leftmenu .menu-btn {
    position: absolute;
    top: 0.4em;
    right: 0em;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    line-height: 2.5em;
    font-weight: normal;
    font-size: 1.2em;
    color: #eeeeee;
    z-index: 100;
}

    nav#leftmenu .menu-btn:hover {
        color: #eeeeee;
        background-color: #051f38;
    }

nav#leftmenu ul {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    nav#leftmenu ul li {
        display: block;
        
    }

        nav#leftmenu ul li a {
            display: block;
            min-height: 3.4em;
            position:relative;
            padding-top: 0.5em;
            vertical-align: middle;
            border-bottom: 1px solid #545454;
            color: #e0e5eb;
            text-decoration: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.1s ease-in;
            -moz-transition: all 0.1s ease-in;
            -ms-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
        }



    nav#leftmenu ul li ul {
        display: none;
        height:0;
        border-left:3em solid #06192b;
        -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;

        background-color: #051f38;

        -webkit-transition: all 0.1s ease-in;
            -moz-transition: all 0.1s ease-in;
            -ms-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
            
    }

        nav#leftmenu ul li ul li {
            padding-left: 2em;
            border-bottom: 1px solid #545454;
        }

    nav#leftmenu ul li ul.expanded,
    nav#leftmenu ul li.show-children ul {
        display: block;
        height:auto;
    }
    

 nav#leftmenu ul li ul a {
            min-height: 2.7em;
            padding-top: 0.2em;
            padding-right: 0.4em;
            position:relative;
            border-bottom: 0px solid #092541;
            
        }
body.collapse-left-menu nav#leftmenu li a  span:not(.fa) {
    display: none;
}

body.collapse-left-menu nav#leftmenu li:hover {
    width: 22em;
}

    body.collapse-left-menu nav#leftmenu li:hover a span:not(.fa) {
        display: inline;
    }

body.collapse-left-menu nav#leftmenu .menu-btn {
    visibility: visible;
}

body.collapse-left-menu nav#leftmenu li:hover .menu-btn {
    visibility: visible;
}

body.collapse-left-menu nav#leftmenu .menu-btn:before {
    content: "\f0c9";
}


body.collapse-left-menu nav#leftmenu ul li:first-child {
    position: relative;
}
body.collapse-left-menu nav#leftmenu ul{
    padding-top: 3em;
}
body.collapse-left-menu nav#leftmenu ul .menu-btn{
    margin-top: -2.4em;
    left:0em;
}
nav#leftmenu > ul>li:first-child {
    position: relative;
    padding-left:0.5em;
}
    nav#leftmenu > ul>li:first-child a {
        text-transform: uppercase;
        font-weight: bold;
        height: 3.6em;
        padding-top: 0.6em;
        /*padding-top:0.6em;*/
        margin-left: -0.7em;
        font-size: 1.4em;
    }

nav#leftmenu ul>li small[class*='fa-chev']:hover,
nav#leftmenu ul>li:hover small[class*='fa-chev'] {
    background-color:#06335f;
}

nav#leftmenu ul li a .fa {
    height: 2.7em;
    width: 3em;
    min-width: 3em;
    vertical-align: middle;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    padding-top: 0.7em;
    margin-left: -0.5em;
    font-size: 1.5em;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav#leftmenu ul li a:hover .fa,
nav#leftmenu ul li a:hover:before {
    color: #33B5E5;
}


nav#leftmenu ul li:nth-child(2n) a:hover .fa {
    color: #99CC00;
}

nav#leftmenu ul li:nth-child(3n) a:hover .fa {
    color: #AA66CC;
}

nav#leftmenu ul li:nth-child(5n) a:hover .fa {
    color: #FF4444;
}

nav#leftmenu ul li:nth-child(6n) a:hover .fa {
    color: #FFBB33;
}

nav#leftmenu ul li.show-children,
nav#leftmenu ul li:hover {
    background-color: #333;
}

nav#leftmenu ul li ul li:hover {
    background-color: #545454;
}

nav#leftmenu ul li a small.fa {
    font-size: 85%;
    position:absolute;
    top: 0.5em;
    right: .2em;
}

nav#leftmenu ul li ul li a small.fa {
    right: -1.5em;
}

nav#leftmenu ul li ul a small.fa {
    margin-right: 4em;
    margin-left: 0em;
}
#right-wrapper {
    display: block;
    width: auto;
    position: relative;
    margin-left: 22em;
    margin-right: 0;
    min-height: 100vh;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

header#main-head {
    background-color: #e0e5eb;
    height: 5.4em;
    width: 100%;
    padding-right: 22em;
    border-bottom: 0.4em solid #06335f;
    position: fixed;
    overflow:hidden;
    z-index: 100;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#right-wrapper.collapse-header header#main-head {
    height: 3.4em;
}

#head-left, #head-right {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#head-left {
    float: left;
    width: 50%;
}

#head-right {
    float: right;
    width: auto;
    height: 100%;
    z-index: 200;
    right: 0;
    padding: 1.4em 1em;
}

    #head-right .src-btn {
        padding-top: 0.18em;
        padding-bottom: 0.13em;
    }

#right-wrapper.collapse-header #head-right {
    padding: 0.4em 1em;
}


header#main-head .header-title {
    font-size: 2em;
    display: block;
}

#right-wrapper.collapse-header header#main-head .header-title {
    display: inline;
    padding-right: 0.2em;
}

header#main-head .header-title-mini {
    font-size: 1.32em;
}

header#main-head .header-logo {
    width: 4.2em;
    height: 4.2em;
    margin-left: 0.2em;
    margin: 0.4em;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/logo.png');
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#right-wrapper.collapse-header header#main-head .header-logo {
    width: 2.5em;
    height: 2.5em;
}

article#main-content {
    padding: 0em;
    padding-top: 5.4em;
    padding-bottom: 5.4em;
    width: 100%;
    position: relative;
    z-index: 50;
}

#right-wrapper.collapse-header article#main-content {
    padding-top: 6em;
}

section {
    padding: 0.8em;
    margin: auto;
}

    section.form {
        
    font-size:16px;
    }
    section.form,
    section.paper, 
    section.nspaper {
        width: 90%;
        min-height:80px;
        border: 5px solid #eeeeee;
        margin-top:1em;
        background: #ffffff;
        position: relative;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 2px 0 rgba(150,150,150,0.45);
        box-shadow: 0 0 2px 0 rgba(150,150,150,0.45);
        overflow-x:hidden;
        text-overflow:ellipsis;
        box-sizing:border-box;
    }

    section.form *,
    section.paper *{
        word-wrap:normal;
        max-width:100%;
        box-sizing:border-box;
    }

    section.nspaper *{
        word-wrap:normal;
        box-sizing:border-box;
    }

        section.form ol, section.form ul,
        section.form ol.form-count {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            section.form ol.form-count > li {
                padding-left: 1.8em;
                padding-top: 1em;
                position: relative;
                counter-increment: form-section-counter;
                border-top: rgba(6, 51, 95, 0.24) 5px solid;
            }


                section.form ol.form-count > li:before {
                    /*content: counter(form-section-counter);*/
                    content:" ";
                    top: 0.0em;
                    left: -0em;
                    min-width:10px;
                    min-height:10px;
                    position: absolute;
                    background-color: rgba(6, 51, 95, 0.24);
                    font-weight: bold;
                    font-size: 12px;
                    padding: 0 0.3em;
                    font-family:FontAwesome;
                    /*border:1px solid rgba(6, 51, 95, 0.24);*/
                }

        section.form:before, section.form:after, section.paper:before,
        section.paper:after, section.nspaper:before, section.nspaper:after {
            z-index: -1;
            position: absolute;
            content: "";
            top: 5px;
            bottom: auto;
            left: 10px;
            max-height: 50px;
            height: 50%;
            max-width: 30px;
            width: 10%;
            background: #777;
            -webkit-box-shadow: -10px 0 10px 0 rgba(150,150,150,0.45);
            box-shadow: -10px 0 10px 0 rgba(150,150,150,0.45);
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }

        section.form:after,
        section.paper:after,
        section.nspaper:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            transform: rotate(3deg);
            bottom: 5px;
            top: auto;
        }

        section.form section:nth-child(2n+0) {
            background-color: #ffffff;
            border-top: 1px solid #eeeeee;
        }

        section.form header {
            padding: 0.8em;
            margin-bottom: 1em;
            text-align: center;
        }

	section.paper ol li a, section.paper ul li a {
	    min-height: 24px;
	    display: inline-block;
	}

        section.paper a {
	    text-decoration: underline;
	}
#divSelectBusiness  .wrapper {
     /*position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -30vh;
      margin-left: -20vw;
    height: auto;
    max-height:60vh;
    width:50vw;*/
    overflow:auto;
    border: 5px solid #dddddd;
    background-color: #ffffff;
    z-index:1500;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
    
}
#divSelectBusiness  .inner {
    padding: 15px;
    
}
#divSelectBusiness{
    /*position: fixed;
    width: 100vw;
    height:100vh;*/
    top: 0vh;
    left:0;
    background-color: rgba(10, 68, 125, 0.25);
    z-index:150;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
    
}
#tableSelectBusiness {
    width:100%;
}
#tableSelectBusiness th, td {
    min-width: 70px;
    background-color:#f2f2f2;
    border-bottom:1px solid #e4e4e4;
    margin:-7px;
    padding:4px;
}

#tableSelectBusiness td {
   cursor:pointer;
}

#tableSelectBusiness tr:nth-child(odd) td {
    background: #eeeeee;
}

#tableSelectBusiness tr:nth-child(even) td {
    background: #ffffff;
}

#tableSelectBusiness td:hover{
    background-color:#c4e4ff;
}
.doc-upload-row {
    border-bottom: 1px solid #dddddd;
}
footer#main-foot {
    height: 3em;
    width: 100%;
    background-color: #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 150;
    color: #e0e5eb;
}

    footer#main-foot .foot-logo {
        width: 3.2em;
        height: 3.2em;
        margin-left: 0.2em;
        margin: 0.4em;
        margin-bottom: 0;
        top: -1.8em;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/foot-logo.png');
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

#gotoTop {
    border: rgba(6, 51, 95, 0.24) 3px solid;
    background-color: rgba(6, 51, 95, 0.04);
    width: 2em;
    height: 2em;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    right: -5em;
    bottom: 3.7em;
    /*display:none;*/
    z-index: 500;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

body.scrolled #gotoTop {
    right: 1em;
    /*display: none;*/
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

#gotoTop:hover {
    border: rgba(6, 51, 95, 1) 3px solid;
    background-color: rgba(6, 51, 95, 0.80);
    color: #ffffff;
}

aside {
    width: 50%;
    padding: 1em;
    margin: auto;
    position: relative;
    border: 1px dashed #bbbbbb;
}

section.separated {
    /*border: 1px dashed #bbbbbb;*/
}


#is_mobile {
        display: inline;
    }

.no-padding {
    padding:0em;
    padding-top:0em;
    padding-left:0em;
    padding-right:0em;
    padding-bottom:0em;
    padding:0em 0em 0em 0em;
}

.large-link {
    margin:4em 0em;
    padding:4em;
    display:block;
    
}
.large-link,
.nav-pills li a {
    text-decoration: none;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-pills li a:hover,
.nav-pills li a:active,
.large-link:hover,
.large-link:active{
    color: #ffffff;
    background-color:#051f38;
    text-decoration:none;
}

.nav-pills li a:active,
.large-link:active{
    color: #ffffff;
    background-color:#053f78;
    text-decoration:none;
}
.error404-bg {
    background-image:url('assets\images\404.png');
    background-color:#ffffff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.radio-label {
    text-transform:uppercase;
}
.radio-label:not(:first-child) {
    margin-left:10px;
}
.temp-uploaded-file {
    background-color: #f4f4f4;
    padding:10px;
    margin:0;
    margin-bottom:5px;
    padding-right:155px;
    text-align:left;
    cursor:pointer;
    border:1px solid #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px 0 #A6A6A6;
box-shadow: 0 0 2px 0 #A6A6A6;
}

.radio-label ul li {
    float:left; 
    padding-left:1em;

}

.main-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.45);
    z-index:499;
}
.main-overlay .overlay-main-content {
   
    background-color:rgb(255, 255, 255);
    border:5px solid #c8c8c8;
    position:absolute;
    height:80px;
    width:200px;
    left:50%;
    top:50%;
    margin-top:-40px;
    margin-left:-100px;
    
}
/*Helper class
--------------------------*/
.padded-sm {
    padding:1em;
}
.padded{
    padding:2em;
}

.right-button {
    position: absolute;
    font-size: 80%;
    padding: 1em;
    top: -0.3em;
    right: -145px;
    background:#051f38;
    color:#ffffff;
    z-index:10;
}
.btn-next:after,
.btn-prev:after,
.btn-upload:after,
.btn-add:after{
    content:"";
    font-family:"FontAwesome";
}

.btn-upload:after {
    content:"\f093";
}

.bootstrap-dialog .modal-header {
   border-top-left-radius: 0px; 
   border-top-right-radius: 0px; 
}
.temp-uploaded-file:hover .right-button {
    background:#dddddd;
    color:#555555;
}
.big-text div[class*="dialog"],
.big-text div[class*="dialog"] .btn{
    font-size:120%;
}
.form-control {
    height: auto;
}

/*---------------------------
End Helper Classes*/

@media (max-width: 768px) {
    /*nav#leftmenu {
        width: 3.3em;
        background-color: #0a447d;
        border-right: 0px solid #06335f;
        float: left;
        height: 100vh;
        position: fixed;
        color: #f00;
    }*/
    /*nav#leftmenu ul{
            padding-top: 3em;
        }
        
    #right-wrapper {
        margin-left: 3.3em;
    }*/

    /*nav#leftmenu li a span {
        display: none;
    }*/
   
    /*nav#leftmenu ul .menu-btn{
            margin-top: -2.4em;
            left:0em;
            visibility:visible;
            display:inline;
        }*/

    /*nav#leftmenu li:hover {
        width: 22em;
    }*/

        /*nav#leftmenu li:hover a span {
            display: inline;
        }*/
    #is_mobile {
        display: none;
    }
        body.collapse-left-menu nav#leftmenu {
            width: 3.3em;
            height:4.3em;
            border-right: 0px solid #06335f;
            overflow:hidden;
        }

        body.collapse-left-menu #right-wrapper {
            margin-left: 0em;
        }

        body.collapse-left-menu #right-wrapper header#main-head{
            padding-left:5em;
        }
        /*body.collapse-left-menu #right-wrapper.collapse-header nav#leftmenu {
            width: 3.3em;
            height:2.3em;
            border-right: 0px solid #06335f;
            overflow:hidden;
        }*/
    header#main-head {
        padding-right: 3.3em;
        font-size:70%;
    }
    section {
    padding: 0em;
    margin: auto;
}

        section.form,
        section.paper,
        section.nspaper {
            width: 90%;
            padding: 0.4em;
        }
    section.form header h1,
     section.form header h2,
     section.form header h3
     {
        font-size:90%;
    }
    /*.menu-btn {
        display: none;
    }*/

    #head-right {
        display: none;
    }

    #head-left {
        width: 100%;
    }

    #divSelectBusiness {
        position: fixed;
        width: 90vw;
        height: auto;
        max-height:70vh;
        overflow:auto;
        top: 35vh;
        border: 5px solid #dddddd;
        padding: 15px;
        background-color: #ffffff;
    
    }
}

@media only print {
    nav#leftmenu {
        display: none;
    }

    #right-wrapper {
        margin: auto;
    }

    section.form,
    section.paper,
    section.nspaper {
        padding: 1em;
        margin: 0em;
        width: 100%;
    }

        section.form .form-control {
            border-top: 0px solid #aaaaaa;
            border-left: 0px solid #aaaaaa;
            border-right: 0px solid #aaaaaa;
            border-bottom: 1px solid #aaaaaa;
            
        }
        section.form ol.form-count {
            padding: 0.2em 0.1em;
        }

    header#main-head {
        display: none;
    }

    footer#main-foot {
        display: none;
    }

    #gotoTop {
        display: none;
    }
}body,
nav, article,
section, header, footer,
#right-wrapper, #wrapper {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#right-wrapper {
    position: relative;
}

body {
    background-color: #f2f2f2;
}

nav#leftmenu {
    width: 22em;
    background-color: #333;
    border-right: 5px solid #333;
    float: left;
    height: 100vh;
    position: fixed;
    font-weight: normal;
    z-index: 500;
}
nav#leftmenu  .nav-wrapper {
       position: relative;
    min-height: 100vh;
    /* height: auto; */
    /* overflow: auto; */
    padding-bottom: 240px;
}

nav#leftmenu  .div-info {
       position: absolute;
    bottom: 3em;
    text-align: center;
    margin-left: 4em;
    /* min-height: 100vh; */
    height: 240px;
    padding-top: 4em;
    color:#ffffff;
}

body.collapse-left-menu nav#leftmenu {
    width: 3.3em;
    border-right: 0px solid #333;
}

body.collapse-left-menu #right-wrapper {
    margin-left: 3.3em;
}
body.collapse-left-menu nav#leftmenu .div-info{
    display:none;
}
nav#leftmenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3em;
    background-color: #333;
    z-index: 0;
}

nav#leftmenu .menu-btn {
    position: absolute;
    top: 0.4em;
    right: 0em;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    line-height: 2.5em;
    font-weight: normal;
    font-size: 1.2em;
    color: #eeeeee;
    z-index: 100;
}

    nav#leftmenu .menu-btn:hover {
        color: #eeeeee;
        background-color: #444;
    }

nav#leftmenu ul {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    nav#leftmenu ul li {
        display: block;
        
    }

        nav#leftmenu ul li a {
            display: block;
            min-height: 3.4em;
            position:relative;
            padding-top: 0.5em;
            vertical-align: middle;
            border-bottom: 1px solid #545454;
            color: #e0e5eb;
            text-decoration: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.1s ease-in;
            -moz-transition: all 0.1s ease-in;
            -ms-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
        }
nav#leftmenu a {
    color:#dddddd;
}
nav#leftmenu hr {
        border-top: 1px solid #FFF;
}


    nav#leftmenu ul li ul {
        display: none;
        height:0;
        border-left:3em solid #222;
        -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;

        background-color: #333;

        -webkit-transition: all 0.1s ease-in;
            -moz-transition: all 0.1s ease-in;
            -ms-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
            
    }

        nav#leftmenu ul li ul li {
            padding-left: 2em;
            border-bottom: 1px solid #545454;
        }

    nav#leftmenu ul li ul.expanded,
    nav#leftmenu ul li.show-children ul {
        display: block;
        height:auto;
    }
    

 nav#leftmenu ul li ul a {
            min-height: 2.7em;
            padding-top: 0.2em;
            padding-right: 0.4em;
            position:relative;
            border-bottom: 0px solid #092541;
            
        }
body.collapse-left-menu nav#leftmenu li a  span:not(.fa) {
    display: none;
}

body.collapse-left-menu nav#leftmenu li:hover {
    width: 22em;
}

    body.collapse-left-menu nav#leftmenu li:hover a span:not(.fa) {
        display: inline;
    }

body.collapse-left-menu nav#leftmenu .menu-btn {
    visibility: visible;
}

body.collapse-left-menu nav#leftmenu li:hover .menu-btn {
    visibility: visible;
}

body.collapse-left-menu nav#leftmenu .menu-btn:before {
    content: "\f0c9";
}


body.collapse-left-menu nav#leftmenu ul li:first-child {
    position: relative;
}
body.collapse-left-menu nav#leftmenu ul{
    padding-top: 3em;
}
body.collapse-left-menu nav#leftmenu ul .menu-btn{
    margin-top: -2.4em;
    left:0em;
}
nav#leftmenu .nav-wrapper > ul>li:first-child {
    position: relative;
    padding-left:0.5em;
}
nav#leftmenu .nav-wrapper > ul>li:first-child a {
        text-transform: uppercase;
        font-weight: bold;
        height: 3.6em;
        padding-top: 0.6em;
        /*padding-top:0.6em;*/
        margin-left: -0.7em;
        font-size: 1.4em;
}

nav#leftmenu ul>li small[class*='fa-chev']:hover,
nav#leftmenu ul>li:hover small[class*='fa-chev'] {
    background-color:#545454;
}
nav#leftmenu ul li a .fa {
    height: 2.7em;
    width: 3em;
    min-width: 3em;
    vertical-align: middle;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    padding-top: 0.7em;
    margin-left: -0.5em;
    font-size: 1.5em;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav#leftmenu ul li a:hover .fa,
nav#leftmenu ul li a:hover:before {
    color: #33B5E5;
}


nav#leftmenu ul li:nth-child(2n) a:hover .fa {
    color: #99CC00;
}

nav#leftmenu ul li:nth-child(3n) a:hover .fa {
    color: #AA66CC;
}

nav#leftmenu ul li:nth-child(5n) a:hover .fa {
    color: #FF4444;
}

nav#leftmenu ul li:nth-child(6n) a:hover .fa {
    color: #FFBB33;
}

nav#leftmenu ul li.show-children,
nav#leftmenu ul li:hover {
    background-color: #545454;
}

nav#leftmenu ul li ul li:hover {
    background-color: #545454;
}

nav#leftmenu ul li a small.fa {
    font-size: 85%;
    position:absolute;
    top: 0.5em;
    right: .2em;
}

nav#leftmenu ul li ul li a small.fa {
    right: -1.5em;
}

nav#leftmenu ul li ul a small.fa {
    margin-right: 4em;
    margin-left: 0em;
}
#right-wrapper {
    display: block;
    width: auto;
    position: relative;
    margin-left: 22em;
    margin-right: 0;
    min-height: 100vh;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

header#main-head {
    background-color: #941925;
    height: 5.4em;
    width: 100%;
    padding-right: 22em;
    border-bottom: 0.4em solid #333;
    position: fixed;
    overflow:hidden;
    z-index: 100;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #FFF;
}

#right-wrapper.collapse-header header#main-head {
    height: 3.4em;
}

#head-left, #head-right {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#head-left {
    float: left;
    width: 50%;
}

#head-right {
    float: right;
    width: auto;
    height: 100%;
    z-index: 200;
    right: 0;
    padding: 1.4em 1em;
}

    #head-right .src-btn {
        padding-top: 0.18em;
        padding-bottom: 0.13em;
    }

#right-wrapper.collapse-header #head-right {
    padding: 0.4em 1em;
}


header#main-head .header-title {
    font-size: 2em;
    display: block;
}

#right-wrapper.collapse-header header#main-head .header-title {
    display: inline;
    padding-right: 0.2em;
}

header#main-head .header-title-mini {
    font-size: 1.32em;
}

header#main-head .header-logo {
    width: 4.2em;
    height: 4.2em;
    margin-left: 0.2em;
    margin: 0.4em;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/logo.png');
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#right-wrapper.collapse-header header#main-head .header-logo {
    width: 2.5em;
    height: 2.5em;
}

article#main-content {
    padding: 0em;
    padding-top: 5.4em;
    padding-bottom: 5.4em;
    width: 100%;
    position: relative;
    z-index: 50;
}

#right-wrapper.collapse-header article#main-content {
    padding-top: 6em;
}

section {
    padding: 0.8em;
    margin: auto;
}

    section.form {
        
    font-size:16px;
    }
    section.form,
    section.paper,
    section.nspaper {
        width: 90%;
        min-height:80px;
        border: 5px solid #eeeeee;
        margin-top:1em;
        background: #ffffff;
        position: relative;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 2px 0 rgba(150,150,150,0.45);
        box-shadow: 0 0 2px 0 rgba(150,150,150,0.45);
    }


        section.form ol, section.form ul,
        section.form ol.form-count {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            section.form ol.form-count > li {
                padding-left: 1.8em;
                padding-top: 1em;
                position: relative;
                counter-increment: form-section-counter;
                border-top: rgba(6, 51, 95, 0.24) 5px solid;
            }


                section.form ol.form-count > li:before {
                    /*content: counter(form-section-counter);*/
                    content:" ";
                    top: 0.0em;
                    left: -0em;
                    min-width:10px;
                    min-height:10px;
                    position: absolute;
                    background-color: rgba(6, 51, 95, 0.24);
                    font-weight: bold;
                    font-size: 12px;
                    padding: 0 0.3em;
                    font-family:FontAwesome;
                    /*border:1px solid rgba(6, 51, 95, 0.24);*/
                }

        section.form:before, section.form:after, section.paper:before,
        section.paper:after, section.nspaper:before, section.nspaper:after {
            z-index: -1;
            position: absolute;
            content: "";
            top: 5px;
            bottom: auto;
            left: 10px;
            max-height: 50px;
            height: 50%;
            max-width: 30px;
            width: 10%;
            background: #777;
            -webkit-box-shadow: -10px 0 10px 0 rgba(150,150,150,0.45);
            box-shadow: -10px 0 10px 0 rgba(150,150,150,0.45);
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }

        section.form:after,
        section.paper:after,
        section.nspaper:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            transform: rotate(3deg);
            bottom: 5px;
            top: auto;
        }

        section.form section:nth-child(2n+0) {
            background-color: #ffffff;
            border-top: 1px solid #eeeeee;
        }

        section.form header {
            padding: 0.8em;
            margin-bottom: 1em;
            text-align: center;
        }
#divSelectBusiness  .wrapper {
     /*position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -30vh;
      margin-left: -20vw;
    height: auto;
    max-height:60vh;
    width:50vw;*/
    overflow:auto;
    border: 5px solid #dddddd;
    background-color: #ffffff;
    z-index:1500;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
    
}
#divSelectBusiness  .inner {
    padding: 15px;
    
}
#divSelectBusiness{
    /*position: fixed;
    width: 100vw;
    height:100vh;*/
    top: 0vh;
    left:0;
    background-color: rgba(10, 68, 125, 0.25);
    z-index:150;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
    
}
#tableSelectBusiness {
    width:100%;
}
#tableSelectBusiness th, td {
    min-width: 70px;
    background-color:#f2f2f2;
    border-bottom:1px solid #e4e4e4;
    margin:-7px;
    padding:4px;
}

#tableSelectBusiness td {
   cursor:pointer;
}

#tableSelectBusiness tr:nth-child(odd) td {
    background: #eeeeee;
}

#tableSelectBusiness tr:nth-child(even) td {
    background: #ffffff;
}

#tableSelectBusiness td:hover{
    background-color:#c4e4ff;
}
.doc-upload-row {
    border-bottom: 1px solid #dddddd;
}
footer#main-foot {
    height: 3em;
    width: 100%;
    background-color: #941925;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 150;
    color: #e0e5eb;
}

    footer#main-foot .foot-logo {
        width: 3.2em;
        height: 3.2em;
        margin-left: 0.2em;
        margin: 0.4em;
        margin-bottom: 0;
        top: -1.8em;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/foot-logo.png');
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

#gotoTop {
    border: rgba(6, 51, 95, 0.24) 3px solid;
    background-color: rgba(6, 51, 95, 0.04);
    width: 2em;
    height: 2em;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    right: -5em;
    bottom: 3.7em;
    /*display:none;*/
    z-index: 500;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

body.scrolled #gotoTop {
    right: 1em;
    /*display: none;*/
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

#gotoTop:hover {
    border: rgba(6, 51, 95, 1) 3px solid;
    background-color: rgba(6, 51, 95, 0.80);
    color: #ffffff;
}

aside {
    width: 50%;
    padding: 1em;
    margin: auto;
    position: relative;
    border: 1px dashed #bbbbbb;
}

section.separated {
    /*border: 1px dashed #bbbbbb;*/
}


#is_mobile {
        display: inline;
    }

.no-padding {
    padding:0em;
    padding-top:0em;
    padding-left:0em;
    padding-right:0em;
    padding-bottom:0em;
    padding:0em 0em 0em 0em;
}

.large-link {
    margin:4em 0em;
    padding:4em;
    display:block;
    
}
.large-link,
.nav-pills li a {
    text-decoration: none;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-pills li a:hover,
.nav-pills li a:active,
.large-link:hover,
.large-link:active{
    color: #ffffff;
    background-color:#051f38;
    text-decoration:none;
}

.nav-pills li a:active,
.large-link:active{
    color: #ffffff;
    background-color:#053f78;
    text-decoration:none;
}
.error404-bg {
    background-image:url('assets\images\404.png');
    background-color:#ffffff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.radio-label {
    text-transform:uppercase;
}
.radio-label:not(:first-child) {
    margin-left:10px;
}
.temp-uploaded-file {
    background-color: #f4f4f4;
    padding:10px;
    margin:0;
    margin-bottom:5px;
    padding-right:155px;
    text-align:left;
    cursor:pointer;
    border:1px solid #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px 0 #A6A6A6;
box-shadow: 0 0 2px 0 #A6A6A6;
}

.radio-label ul li {
    float:left; 
    padding-left:1em;

}

.main-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.45);
    z-index:499;
}
.main-overlay .overlay-main-content {
   
    background-color:rgb(255, 255, 255);
    border:5px solid #c8c8c8;
    position:absolute;
    height:80px;
    width:200px;
    left:50%;
    top:50%;
    margin-top:-40px;
    margin-left:-100px;
    
}
/*Helper class
--------------------------*/
.padded-sm {
    padding:1em;
}
.padded{
    padding:2em;
}

.right-button {
    position: absolute;
    font-size: 80%;
    padding: 1em;
    top: -0.3em;
    right: -145px;
    background:#051f38;
    color:#ffffff;
    z-index:10;
}
.btn-next:after,
.btn-prev:after,
.btn-upload:after,
.btn-add:after{
    content:"";
    font-family:"FontAwesome";
}

.btn-upload:after {
    content:"\f093";
}

.bootstrap-dialog .modal-header {
   border-top-left-radius: 0px; 
   border-top-right-radius: 0px; 
}
.temp-uploaded-file:hover .right-button {
    background:#dddddd;
    color:#555555;
}
.big-text div[class*="dialog"],
.big-text div[class*="dialog"] .btn{
    font-size:120%;
}
.form-control {
    height: auto;
}

/*---------------------------
End Helper Classes*/

@media (max-width: 768px) {
    /*nav#leftmenu {
        width: 3.3em;
        background-color: #0a447d;
        border-right: 0px solid #06335f;
        float: left;
        height: 100vh;
        position: fixed;
        color: #f00;
    }*/
    /*nav#leftmenu ul{
            padding-top: 3em;
        }
        
    #right-wrapper {
        margin-left: 3.3em;
    }*/

    /*nav#leftmenu li a span {
        display: none;
    }*/
   
    /*nav#leftmenu ul .menu-btn{
            margin-top: -2.4em;
            left:0em;
            visibility:visible;
            display:inline;
        }*/

    /*nav#leftmenu li:hover {
        width: 22em;
    }*/

        /*nav#leftmenu li:hover a span {
            display: inline;
        }*/
    #is_tablet {
        display: none;
    }
        body.collapse-left-menu nav#leftmenu {
            width: 3.3em;
            height:4.3em;
            border-right: 0px solid #06335f;
            overflow:hidden;
        }

        body.collapse-left-menu #right-wrapper {
            margin-left: 0em;
        }

        body.collapse-left-menu #right-wrapper header#main-head{
            padding-left:5em;
        }
        /*body.collapse-left-menu #right-wrapper.collapse-header nav#leftmenu {
            width: 3.3em;
            height:2.3em;
            border-right: 0px solid #06335f;
            overflow:hidden;
        }*/
    header#main-head {
        padding-right: 3.3em;
        font-size:70%;
    }
    section {
    padding: 0em;
    margin: auto;
}

        section.form,
        section.paper,
        section.nspaper {
            width: 90%;
            padding: 0.4em;
        }
    section.form header h1,
     section.form header h2,
     section.form header h3
     {
        font-size:90%;
    }
    /*.menu-btn {
        display: none;
    }*/
    /* Test*/
    
    #divSelectBusiness {
        position: fixed;
        width: 90vw;
        height: auto;
        max-height:70vh;
        overflow:auto;
        top: 35vh;
        border: 5px solid #dddddd;
        padding: 15px;
        background-color: #ffffff;
    
    }


}

@media (max-width: 479px) {
   #head-right {
        display: none;
    }

    #head-left {
        width: 100%;
    }



    #is_mobile {
        display: none;
    }
}

@media only print {
    nav#leftmenu {
        display: none;
    }

    #right-wrapper {
        margin: auto;
    }

    section.form,
    section.paper,
    section.nspaper {
        padding: 1em;
        margin: 0em;
        width: 100%;
    }

        section.form .form-control {
            border-top: 0px solid #aaaaaa;
            border-left: 0px solid #aaaaaa;
            border-right: 0px solid #aaaaaa;
            border-bottom: 1px solid #aaaaaa;
            
        }
        section.form ol.form-count {
            padding: 0.2em 0.1em;
        }

    header#main-head {
        display: none;
    }

    footer#main-foot {
        display: none;
    }

    #gotoTop {
        display: none;
    }
}

.empty-placeholder:after {
    content:'EMPTY';
    color:rgba(6, 51, 95, 0.07);
    font-size:8em;
    line-height:3em;
    vertical-align:middle;
    text-align:center;
    position:relative;
    display:block;
}


#gvResults {
    max-width: 100%;
    position:relative;
}


#gvResults td{
   max-width: 90px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
td.table-actions-cell,
th.table-actions-cell  {
    min-width:120px;
    max-width:180px;
    
}
#phFindLikes 
#FindLikesWrapper {
                margin-left: -425px;
                margin-top: -27%;
                width: 850px;
                padding: 3px;
                position:absolute;
                height:60%;
                overflow:auto;
                top:60%;
                left:50%;
                border: 10px solid #eae4e4;
                z-index:201;
                background-color:#ffffff;
            }
#phFindLikes 
            .innerWrapper {
                min-height: 200px;
                height: 90%;
                max-height: 600px;
                overflow-y: auto;
            }
#phFindLikes 
            .popup-footer {
                padding: 5px;
                letter-spacing: 5px;
            }
#phFindLikes 
            #backgroundPopup {
                content:"";
                position: fixed;
                width: 110vw;
                height: 110vh;
                top: -5vh;
                left: -5vw;
                background: rgba(16, 14, 14, 0.13);
                display: block;
                z-index:200;
            }

.btn {
    width: auto;
}
