[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

html {
    overflow-y: auto;
    height: 100%;
}

body {
    background-color: #ebebeb;
    font-family: 'Roboto', sans-serif;
    min-height:100%; 
    height:auto;
}

.login-body {
    background-position: top;
    background-image: url('images/login_background.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: white;
}

.large-container {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    overflow:auto; 
}

uib-tab-heading > span {
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
}

uib-tab-heading > i.glyphicon, uib-tab-heading > i.fa {
    font-size: 11pt;
    margin-right: 10px;
}


.header-logo {
    font-family: 'Swanky and Moo Moo', 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif; 
    font-size: 19pt; 
    color: #595959; 
}

@media (max-width: 1365px) {
    .login-logo {
        font-family: 'Swanky and Moo Moo', 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
        font-size: 55pt;
        color: #58A4CA;
        text-shadow: 1px 1px 5px darkgray;
    }
    .login-subtitle {
        font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
        font-size: 15pt; 
        color: #58A4CA; 
        text-shadow: 1px 1px 5px darkgray;
        padding-left: 10px
    }
}

@media (min-width: 1366px) {
    .login-logo {
        font-family: 'Swanky and Moo Moo', 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
        font-size: 70pt;
        color: #58A4CA;
        text-shadow: 1px 1px 5px darkgray;
    }
    .login-subtitle {
        font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
        font-size: 15pt; 
        color: #58A4CA; 
        text-shadow: 1px 1px 5px darkgray;
        padding-left: 10px
    }
}


/* Menu*/


.nav-tabs > li:not(.active) > a {
  background-color: #fff;
  opacity: 0.7;
}



.header-logoff-icon-active {
    color: red !important;
}

.header-icon-active {
    color: #52A6CA !important;
}

.footer-main {
    max-width: 1366px;
    margin: 0px auto;
    border-left: 1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
}

.footer-login {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    bottom: 0;
    background-color: transparent;
}

.navbar {
    border: 0;
    max-width: 1366px;
    margin: 0px auto;
    box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.32);
    z-index: 1000;
    background-color: white;
}

@media (max-width: 1366px) {
    .navbar {
        margin: 20px 20px 0 20px;
    }
}

    .navbar > .container-fluid {
        background-color: white;
        border: 1px solid lightgray;
        height: 110px;
    }

.navbar-nav > li {
    height: 80px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    cursor: pointer;
}

    .navbar-nav > li.active {
        background-color: #2A85B5;
    }

    .navbar-nav > li:hover {
        background-color: black;
    }

    .navbar-nav > li.active > a {
        background-color: transparent;
    }

    .navbar-nav > li > a {
        line-height: 45px;
    }

    .navbar-nav > li > a:hover {
        background-color: transparent;
    }

    .navbar-nav > li:hover > a {
        color: white;
    }

    @media (max-width: 1365px) {
        .navbar-nav > li > a.dropdown-toggle {
            padding-left: 0;
            padding-right: 15px;
        } 
        .navbar-nav > li > a > i.fa {
            font-size: 20pt;
        }
        .navbar-nav > li.dropdown > a {
            padding-top: 20px;
        }
    }

    @media (min-width: 1366px) {
        .navbar-nav > li > a > i.fa {
            font-size: 2em;
        }
        .navbar-nav > li.dropdown > a {
            padding-top: 20px;
        }
    }


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.nav-tabs > li:not(.active) > a {
    background-color: #fff;
    opacity: 0.7;
}

.navbar-nav > li > a {
    color: #252525;
}

.black-navbar {
    background: #f0f0f0;
    height: 30px;
    color: #595959;
    padding: 2px 5px 2px 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    position: fixed;
    left: 0;
    right: 0;
    max-width: 1366px;
    margin: 0 auto;
    border-top: solid 1px #dfdfdf;
}

@media (max-width: 1366px) {
    .black-navbar {
        margin-left: 21px;
        margin-right: 21px;
    }
}
    
    .black-navbar a {
        font-family: 'Roboto', sans-serif;
        font-size: 12pt;
        color: #595959;
        text-decoration: none;
    }


.header-logoff-icon-active {
    color: red;
}

.header-icon-active {
    color: #52A6CA;
}



@media (min-width: 1025px) {
    
    .home-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
        
@media (max-width: 1024px) { 
    .home-container {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.modal-footer {
    background: #f7f7f9;
    border-radius: 0 0 6px 6px;
}

@media (max-width: 1299px) {
    .modal-xl {
        width: 1000px;
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        width: 1200px;
    }
}

.main-content {
    padding-top: 140px;
    max-width: 1366px;
    margin: 0 auto;
    border-left: 1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    background-color: white;
}

.login-content {
    padding-top: 140px;
    height: 100%;
}

.tab-content {
    background-color: white;
}

table.table-compressed > tbody > tr >td {
    padding: 0;
}

table.table-semi-compressed > tbody > th >td
table.table-semi-compressed > tbody > tr >td {
    padding: 4px;
}

.panel {
    background-color: white;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: #3da7ca;
    width: 75%;
    text-transform: uppercase;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12pt;
    color: white;
    text-shadow: none;
    border-radius: 0;
}

    .panel-heading > label {
        margin-bottom: 0;
        font-weight: normal;
    }

.panel-default > .panel-body {
    border: 1px solid lightgray;
}


.list-box
{
    padding: 10px;
}
    .list-box .list-filename
    {
        color: #4a4a4a;
        display: block;
        font-size: 0.9em;
        text-align: center;
        padding: 10px 0 0 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        /*width: 136px;*/
    }

    .list-box .list-filesize
    {
        color: darkgray;
        display: block;
        font-size: 0.8em;
        text-align: center;
    }

.tab-content {
    border: 1px solid #DDDDDD;
    padding: 16px 12px;
    position: relative;
}

.symbol.required:before {
    content: "*";
    display: inline;
    color: #E6674A;
}

img.productThumbnail {
    transition: all 0.25s ease;
    max-height: 150px;
    max-width: 150px;
    padding: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: url('images/preloader.gif') center no-repeat;
}

img.productThumbnail:hover {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -moz-transform: scale(4);
    background-color: white;
}

.rotate-10 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.badge {
	padding: 3px 7px;
	position: absolute;
	right: -4px;
	top: 22px;
}

ul.ordering 
{ 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    cursor: move;
}

li.ui-state-default.ordering 
{ 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    min-height: 18px; 
    cursor: move;
}

li.ui-state-default.ordering > span
{ 
   font-weight: normal;
}

span.ordering
{ 
    color: black;
}

/* ---------------------------------------------------------------------- */
/*	Login
/* ---------------------------------------------------------------------- */

.login-box {
    background: #FFFFFF;
    width: 400px;
    margin: 40px auto 10px;
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}

.login-field {
    font-size: 14pt;
    padding-left: 25px;
    height: 50px;
}

.login-field-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    color: lightgray;
    font-size: 15pt;
}



/*==================================================
 * Fast search
 * ===============================================*/

td.fast-search-name {
    width: 380px;
    max-width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

td.fast-search-city {
    width: 150px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*==================================================
 * Post it
 * ===============================================*/

.postit-quote-container {
  /*margin-top: 50px;*/
  position: relative;
}

.postit-note {
  color: #333;
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
  border-left: 0px; /* overrides bootstrap */
}

.postit-yellow {
  background: #ffff88;
  /*-webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);*/
}



/*==================================================
 * Dropzone
 * ===============================================*/


.dz-message {
    font-family: 'Roboto', 'Segoe UI Light', 'Helvetica Neue', arial, helvetica, sans-serif;
    font-size: 15pt;
    text-align: center;
    padding-top: 100px;
}

.dropzone {
    border: 2px dashed rgba(0,0,0,0.03);
    min-height: 360px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
    margin: 0px 20px 0px 20px;
}


/*==================================================
 * Shade effect
 * ===============================================*/
.shade-effect
{
  position: relative;
}
.shade-effect:before, .shade-effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shade-effect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
