/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);*/

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Open-Sans-300/Open-Sans-300.eot');
    src: url('../fonts/Open-Sans-300/Open-Sans-300.eot?#iefix') format('embedded-opentype'), local('Open Sans Light'), local('Open-Sans-300'), url('../fonts/Open-Sans-300/Open-Sans-300.woff2') format('woff2'), url('../fonts/Open-Sans-300/Open-Sans-300.woff') format('woff'), url('../fonts/Open-Sans-300/Open-Sans-300.ttf') format('truetype'), url('../fonts/Open-Sans-300/Open-Sans-300.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot');
    src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'), local('Open Sans'), local('Open-Sans-regular'), url('../fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'), url('../fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'), url('../fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'), url('../fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Open-Sans-700/Open-Sans-700.eot');
    src: url('../fonts/Open-Sans-700/Open-Sans-700.eot?#iefix') format('embedded-opentype'), local('Open Sans Bold'), local('Open-Sans-700'), url('../fonts/Open-Sans-700/Open-Sans-700.woff2') format('woff2'), url('../fonts/Open-Sans-700/Open-Sans-700.woff') format('woff'), url('../fonts/Open-Sans-700/Open-Sans-700.ttf') format('truetype'), url('../fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    src: url('../fonts/MaterialIcons/MaterialIcons-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/MaterialIcons/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/MaterialIcons/MaterialIcons-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/MaterialIcons/MaterialIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/MaterialIcons/MaterialIcons-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons/MaterialIcons-Regular.eot');
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.button-float {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.button-float.disabled,
.button-float.disabled > * {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-shadow-hover:hover{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #F2F2F2;
    /* Likely future */
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}


::-webkit-scrollbar-thumb:vertical {
    margin: 0 5px;
    background-color: #999;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    margin: 0;
    background-color: #999;
    -webkit-border-radius: 5px;
}

.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 5px;
    display: block;
}
*/
.clearfix {
    clear: both;
}

#app-header {
    /*z-index: 10000;*/
    margin-bottom: 5px !important;
}

.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /*background: #fff;*/
    height: 56px !important;
}

#app-body {
    padding: 0 !important;
}

#app-body.body-header-fixed {
    margin-top: 56px !important;
    overflow: auto;
}

#app-search.body-search{
    padding-top: 61px !important;
}

.search-row{
    margin: 18px 12px 0 12px;
}

@media (min-width: 576px) {
    .search-row{
        margin: 42px 42px 0 42px;
    }

    .search-row .input-group-col {
        padding-right: 10px;
    }
}

.app-search{
    z-index: 70;
    background-color: #F2F2F2;
}

.glyphicon-search{
    color: white;
}

.search-input-group-btn{
    border: transparent;
    border-color: rgb(0 0 0);
    border-style: solid;
    border-width: thin;
}

.search-button{
    box-shadow: 0px 0px rgba(0,0,0,0);
    background-color: black;
    border-radius: 0px;
    width: 38px;
    height: 38px;
    line-height: 20px;
    padding: 6px 12px;
}

.search-button:hover, .search-button:hover:active, .search-button:focus{
    box-shadow: 0px 0px rgba(0,0,0,0);
    background-color: black;
    border-radius: 0px;
}

.search-button:active{
    box-shadow: 0px 0px rgba(0,0,0,0);
    background-color: black;
    border-radius: 0px;
    background-image: none;
    background-repeat: no-repeat;
}

.search-text{
    -webkit-box-shadow: 0px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px rgba(0,0,0,0) !important;
    border-color: rgb(185,185,185) !important;
    border-style: solid !important;
    border-width: thin !important;
    border-right: transparent !important;
    padding-left: 15px !important;
    width: 670px;
    height: 40px;
    background: white;
}

.search-text:active{
    -webkit-box-shadow: 0px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px rgba(0,0,0,0) !important;
}

.hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dot {
    position: relative;
    height: 15px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: inline-block;
    border-width: 0;
    padding: 0;
    line-height: 1;
}
.filter-results{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    margin-left: -10px;
}
.input-group-col{
    padding-left: 0px;
    padding-right: 0px;
}

.search-rectangle{
    height: 32px;
    display: flex;
    background: #E6E6E6;
    border-radius: 20px;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.75px;
    text-align: left;
    padding-left: 10px;
    align-items: center;
    width: auto;
    margin-left: 10px;
    padding-right: 0;
    margin-top: 10px;
}

.text-search-rectangle{
    top: 10px;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.75px;
    text-align: left;
    margin-left: 10px;
}
.close-icon{
    color: rgba(0, 0, 0, 0.3);
    height: 15px;
    width: 15px;
    margin-left: 13px;
    margin-right: 10px;
    pointer-events: auto;
}
.close-icon:active{
    color: white;
}
#app-vnav {
    padding: 0 !important;
}

@media (min-width: 768px) {
  #app-vnav {
    position: fixed;
    top: 56px;
    left: 0;
  }
}

#app-logo {
	height: 100%;
	padding: 10px !important;
    max-width: 300px;
}

@media (max-width: 450px) {
    #app-logo {
        height: 100%;
        padding-right: 18px !important;
        padding-left: 18px !important;
        max-width: 200px;
    }
}


#nav-user-name {
    line-height: 30px;
}

.header-user-login {
    font-size: 20px;
    line-height: 30px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.icon-bar {
    background-color: black;
}

.avatar {
    width: 150px;
    height: 150px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-avatar {
    height: 30px !important;
    width: 30px !important;

    margin-top: 5px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;

    float: right;
    position: relative;
}

.avatar-circle {
    width:100%;
    height:100%;
}

#shortcuts-popover-btn:focus {
    outline: none;
}

.avatar-circle:active, .avatar-circle:active:focus, .avatar-circle:focus, .avatar-circle:hover {
    opacity: 1;
    outline: none;
}

.no-photo {
    filter: grayscale(100%);
    opacity: 0.4;
}


#user-avatar{
    padding: 5px 30px 5px 30px;
    box-sizing: initial;
}

#user-avatar > a{
    border: 1px solid #BBBBBB;
    display: block;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
}

.popover {
    top: 39px !important;
}

.popover .arrow {
    display: none;
}

.popover-title {
    padding: 0;
}

.popover-title .text-container {
    padding: 15px 18px 0 18px;
}

.popover-title #logout-btn {
    padding-top: 0px;
    padding-bottom: 15px;
}

#logout-btn .material-icons {
    padding-right: 14px;
    font-size: 24px;
}

#logout-btn > div {
    line-height: 24px;
}

.text-username {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    color: black;
}

.text-email {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;

    color: black;
}

#logout-btn {
    background-color: transparent;

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: black;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus:hover  {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;

    -webkit-box-shadow: none;
    box-shadow: none;

    color: black;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nav-tabs > li {
    padding-top: 9px;
    padding-right: 30px;
}

.nav-tabs > li:hover > a.active {
    font-weight: bold;
    text-decoration: none !important;
    pointer-events: none;
}

.nav-tabs > li:hover > a {
    text-decoration: underline;
}

.nav-tabs > li > a.active {
    font-weight: bold;
}

.navbar-toggle {
    margin-top: 11px;
    margin-bottom: 11px;
}

@media screen and (max-width: 990px) {
    .navbar-toggle {
        display: block !important;
    }
    .header-avatar,#user-avatar {
        padding: 10px 10px 0 0;
    }
}

@media (min-width: 990px) {
    #app-vnav {
        display: block !important;
    }
}

.flat{
    -webkit-box-shadow: 0px 0px 0px #FFF;
    box-shadow: 0px 0px 0px #FFF;
}
.flat:hover {
  background: #FFF;
}

.shortcuts-grid,
#main-user-menu .popover-title{
       width:270px;
}

@media (max-width: 360px) {
    #app-logo{
        height: 51%;
        padding-bottom: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        margin-top: 15px;
        position: absolute;
        top: 0; bottom:0; left: 0; right:0;
        margin: 15px 0px 0px 0px;
        width:180px;
    }

    #app-logo img{
        /*position: absolute;*/
        top: 0; bottom:0; left: 0; right:0;
        /*margin: auto;*/
    }

    .app-logo-mobile{
        width:100%!important;
        padding:0!important;
        max-width: 100%;
    }

    .shortcuts-grid{
        width:220px;
    }
    .app-logo-builder{
        margin-top: 10px!important;
    }
}


.header-avatar > a > img {
    border-radius: 50%;
}

.layer-preview {
    height: 40px !important;
    width: 40px !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



.img-profile,
.multimedia-img-preview {
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.multimedia-img-preview {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.circle {
    border-radius: 50%;
}

label {
    font-size: 12px;
}

label.focused {
    font-weight: bold !important;
    color: black;
}

.tt-cursor {
    background-color: rgba(188, 185, 185, 0.95);
}

#main-user-menu {
    /*	height: 100% !important */
}

@media screen and (min-width: 1024px) {
    .dropdown-menu {
        /*	box-shadow: -4px 4px 9px rgba(0, 0, 0, .3) !important; */
        border: lightgray 1px solid;
    }
}

#app-header.navbar {
    height: 56px !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

#app-header-menuUserBtn,
#app-header-menuUserBtn li,
#app-header-menuUserBtn a {
    height: 100% !important;
}

.caret {
    margin-left: 4px !important;
}


/* ------------------------------ CHART ------------------------------ */


/* ------------------------------ MASKS ------------------------------ */

.multiselect-container,
.dropdown-menu {
    /*	width: 100% !important; */
    border-radius: 0;
}


/* ------------------------------ MASKS ------------------------------ */

#mask-initial {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-color: white;
    z-index: 99999;
    background-size: 10%;
}


/* ------------------------------ NAVS ------------------------------ */






@media screen and (min-width: 1024px) {
    .navbar-brand {
        padding: 10px 10px !important;
    }

 
    .app-sidebar {
        top: -40px;
        background: #fff;
    }
}

@media screen and (max-width: 800px) {
    html, body{
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;
    }
    .navbar-collapse {
        width: 100%;
        position: absolute;
    }
    .app-logo-mobile{
        height: 51%;
        padding-bottom: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        margin-top: 15px;
        position: absolute;
        top: 0; bottom:0; left: 0; right:0;
        margin: 15px 0px 0px 0px;
        width:100%;
        max-width: 100%!important;
    }

    .app-logo-mobile img{
        /*position: absolute;*/
        top: 0; bottom:0; left: 0; right:0;
        /*margin: auto;*/
    }



}

.navbar-nav {
    margin: 0 !important;
}

@media screen and (min-width: 1024px) {
    .navbar-brand {
        padding: 10px 10px !important;
    }
}

.navbar-nav>li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    background-color: transparent !important;
    position: relative;
    float: left;
}

.navbar-nav>li.txt {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}

.navbar-nav>li>a {
    padding: 0 !important;
}

.navbar-nav>li a {
    /*color: #666;*/
}

#nav-user-notification .badge {
    background-color: #ff0000;
    position: absolute;
    font-size: 8px;
    top: 11px;
    right: 0px;
}

#nav-user-notification {
    padding-top: 5px;
    color: #ddD;
}

#nav-user-notification .send_date{
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 9px;
    color: #000;
}

#nav-user-notification .notes_block{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 276px;
}


/*



.popover{
	max-width: initial;
	    line-height: 1;
}

.popover.bottom .arrow {
    left:90% !important;
}
*/

.custom-popover {
    position: absolute;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
    top: 43px;
    right: -2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    display: none;
    line-height: 1;

/*    overflow: hidden; */
}

.custom-popover.active {
    display: block;
}


.popover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 5px rgba(0, 0, 0, 0.2);
}

#shortcut-more-apps {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    height: 30px;
}

#shortcut-more-apps .btn {
    width: 100%;
    background: #F2F2F2;
}

#shortcut-more-apps .btn-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: black;
}

.custom-popover .custom-popover-arrow {
    position: absolute;
    top: -6px;
    right: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    width: 0;
    height: 0;
    -webkit-filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, .3));
}

#user-avatar .custom-popover-arrow {
    right: 12px;
}

.custom-popover .center-block,
#vnav-user-apps-list .center-block {
    margin-bottom: 7px;
}

#user-app .custom-popover {
    top: 57px;
}

.custom-popover a {
    text-decoration: none;
}

#user-app > a {
    margin-top: 5px;
    display: block;
}

#nav-user-notification li > a {
    margin-top: 2px;
    display: block;
}

.custom-popover #pop-avatar {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center center;
}

.custom-popover #pop-avatar img {
    border-radius: 50%;
}

#app-popover {
    width: 270px;
    padding: 0;
}

#app-popover .app-container {
    width: 100%;

    overflow-y: auto;
    overflow-x: hidden;
}

.divider {
    height: 1px;
    width: 100%;
    display: block;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin: 10px 0 0 0;
}

.shortcuts-btn .center-block {
    width: 80%;
    margin-top: 10px;
    border-radius: 50% 50%;
}

.shortcuts-btn .center-block:hover {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
}

.shortcuts-btn  .center-block:after,
#vnav-user-apps-list .center-block:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#vnav-user-apps-list .center-block {
    width: 120%;
    margin-top: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 50% 50%;
}


#user-popover {
    width: 330px;
}

@media only screen and (min-width:361px) and (max-width: 800px)
{
    .app-logo-builder{
        margin-top: 0px!important;
    }
}


@media screen and (max-width: 400px) {
    #user-popover {
        position: fixed;
        width: 100%;
        left: 0;
        top: 58px;
        /*text-align: center;*/
    }
    #user-avatar .custom-popover-arrow {
        right: 80px;
    }
    #user-avatar .btn.btn-primary {
        width: 47%;
    }

    #app-popover {
        /*position: fixed;*/
        width: 100%;
        left: 0;
        top: 80px;
        bottom: 0;
        /*text-align: center;*/
    }
    #app-popover .custom-popover-arrow {
        right: 128px;
    }
    #app-popover .app-container {
        height: 100%;
        max-height: 100% !important;
    }

}


#noti-popover {
    width: 350px;
    min-height: 300px;
    top: 50px;
}

#noti-popover .user-notification {
    height: 60px;
    position: relative;
    margin: 4px 0 5px 0;
}

#noti-popover .user-notification .close-noti {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 10px;
    height: 10px;
    z-index: 2;
    cursor: pointer;
    color: #000;
}

#noti-popover .user-notification .from-avatar {
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    margin-top: 5px;
}

.navbar-header {
    height: 100% !important;
}

.navbar {
    min-height: 0 !important;
       height: 61px !important;

}

@media(max-width:768px) {
    #mask-initial {
        background-size: 40%;
    }
}

#mask-loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 10%;
    background-size: 100px;
    background-position: center center;
    opacity: 0.7;
    z-index: 9999999;
}



.tt-menu {
    background-color: white !important;
    width: 100% !important;
    padding: 5px !important;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

textarea {
    resize: none;
}


/* remove inputs outline */

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
select:hover,
select:active,
select:focus {
    outline: none !important;
    -webkit-appearance: none;
}

input:-webkit-autofill {
    /*-webkit-box-shadow: 0 0 0px 50px #ffffff inset!important;*/
}

.has-error .form-field-container{
    border: 2px solid #DB4437 !important;
}

/* ----------------------- BOOTSTRAP TABLE ----------------------- */

.fixed-table-container {
    border: 0 !important;
}

.bootstrap-table .table > thead > tr > th,
.bootstrap-table .table > thead > tr > td {
    border-left: 0 !important;
    border-right: 0 !important;
    outline: none;
}

.bootstrap-table .table {
    border: 0 !important;
}

.bootstrap-table .table > thead > tr > th {
    border-top: 0 !important;
}

.bootstrap-table .table > thead > tr > td {
    border-bottom: 0 !important;
}

.fixed-table-container tbody td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.fixed-table-container .bs-checkbox {
    vertical-align: middle;
}

table .checkbox input[type=checkbox]:after,
table .checkbox-inline input[type=checkbox]:after,
table input[type=checkbox]:after {
    margin-top: 5px;
    margin-right: 0px;
    vertical-align: middle;
}

table .checkbox input[type=checkbox]:before,
table .checkbox-inline input[type=checkbox]:before,
table input[type=checkbox]:before {
    margin-top: 6px;
    margin-right: 5px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
    overflow: visible;   
}

.painel-summary-layer .fixed-table-container thead th .th-inner,
.painel-summary-layer .fixed-table-container tbody td .th-inner{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    max-width: 153px;
}


/*--------- PORTAL SPECIFIC ---------*/


/*
#apps-grid {
	margin-top: -4px;
}
*/


/*-------------- COMMON -------------*/

.vertical-aligned {
    position: relative;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal {
    overflow-y: auto !important;
}

.alert {
    border-radius: 0 !important;
}


/*----------- NOTIFICATIONS ----------*/

.ui-notification {
    cursor: pointer;
    border-radius: 4px;
    color: black;
    width: 250px;
    padding: 10px 10px 10px 0;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 800px) {
    #app-popover{
        width: 100%;
    }
    .custom-popover{
        /*height: 100%;*/
        top:80px;
    }
    .custom-popover .app-container{
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .ui-notification {
        margin: 0;
        width: auto !important;
        left: 4px !important;
        right: 4px !important;
    }
}

.ui-notification-close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, .4);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .4);
    z-index: 999999;
}

.ui-notification-bar {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: none;
}


/* Material Design Override */

.material-icons,
.material-symbols-outlined,
.material-icons-outlined {
    font-size: 18px !important;
    vertical-align: middle;
}

.btn.md-10,
.material-icons.md-10 {
    font-size: 10px;
}

.material-icons.md-12 {
    font-size: 12px;
}

.material-icons.md-20 {
    font-size: 20px;
}

.material-icons.md-22 {
    font-size: 22px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-link {
    cursor: pointer;
}

.material-icons.md-help {
    cursor: help;
}

.material-icons.md-action {
    cursor: pointer;
    color: white;
    text-align: center;
    line-height: 58px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.material-icons.md-action-disabled {
    opacity: 0.6;
    color: white;
    text-align: center;
    line-height: 58px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5) inset !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.material-icons.md-action:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}


/* -------------------- COMPONENTS --------------------- */

select {
    cursor: pointer;
}

.reorder-select-options-button {
    cursor: move;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}

.reorder-button {
    cursor: move;
    float: left;
    padding-top: 15px;
    padding-left: 15px;
}

.manager-card {
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    margin: 0;
}

.manager-card .info {
    position: absolute;
    right: 15px;
    top: -20px;
    background: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px;
    z-index: 20;
    border-radius: 50%;
}

.manager-card .info i {
    font-size: 24px;
}

.manager-card .blur {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.header-app-col .text-center,
.useraccount-app-col .text-center{
    width: 100%;
    display: block;
    word-wrap: break-word;
    line-height: 13px;
    text-overflow: ellipsis;
}

.useraccount-app-col {
    padding: 0 20px;
}

.useraccount-app-col img{
    margin: 0 -5px;
}


.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 100%; }


hr {
  -moz-border-bottom-colors: none;
  -moz-border-images: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
  width: 100%;
}

.all-caps {
    text-transform: uppercase;
}

/**************************************** Card Component ***************************************/

.card-list-description {
    margin-top: 24px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;

    color: rgba(0, 0, 0, 0.6);
}

.cards-grid {
    margin-left: 2px;
    margin-right: 2px;
}


#app-workspace .cards-grid {
    margin-left: -15px;
    margin-right: -15px;
}

#apps-grid.cards-grid {
    margin: 0;
    overflow: auto;
    height: 100%;
}

@media (min-width: 576px) {
    #apps-grid.cards-grid {
        padding: 0 30px;
    }
}

.manager-portal-apps-tab .cards-grid {
    margin-top: 0px;
}

.card-container {
	padding-left: 0px;
    padding-right: 0px;
}

.card-container:last-child .card {
    margin-bottom: 80px;
}

@media (min-width: 576px) {
    .card-container:last-child .card {
        margin-bottom: 8px;
    }
}

.card-wireframe {
    border: 1px dashed #c4c4c4;
}

.card {
    position: relative;
	height: 111px;
	background-color: white;
    cursor: pointer;
    color: white;

	border: 1px solid #E0E0E0;
	box-sizing: border-box;

	padding-left: 0px;
    padding-right: 0px;

    margin: 8px 10px;
}

.card-name {
	background-color: white;
	color: black;

	font-weight: 700;
	font-size: 14px;
	line-height: 20px;

	letter-spacing: 1.5px;
	text-transform: uppercase;

    display: table;
    padding: 0 16px;
    float: left;
    width: calc(100% - 109px);
    height: 109px;
}

.card-name > span:not(.card-subtitle) {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
}

.card-subtitle {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.75px;
    position: absolute;
    bottom: 12px;
    left: 19px;
}

.card-image {
	background-color: #E5E5E5;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	opacity: 0.5;
    width: 109px;
    float: right;
}

.card-bubble {
	position: absolute;
    background: white;
    top: 52%;
    right: calc(109px - 16px);
    border-radius: 50%;
    width: 32px;
	height: 32px;
    line-height: 32px;
	color: black;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.card.disabled {
    opacity: 0.3;
}

.card-move-bubble {
    display: none;
    position: absolute;
    background: white;
    top: 7px;
    right: 7px;
    border-radius: 50%;
    width: 36px;
	height: 36px;
	color: black;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.card-move-bubble .material-icons {
    font-size: 20px;
    line-height: 36px;
}

.dim-background {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: black;
    opacity: 0.3;
}

/********************** CARDS HOVER **********************/

.card:hover {
	border: none;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
}

.card:hover .card-image {
	opacity: 1;
}

.card:hover .card-bubble {
	background: black;
	color: white;
	box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.14), 0px 5px 22px rgba(0, 0, 0, 0.12), 0px 7px 8px rgba(0, 0, 0, 0.2);
}

.card.disabled:hover {
    border: 1px solid #E0E0E0;
    box-shadow: none;
}

.card.disabled:hover .card-image {
    opacity: 0.5;
}

.card:hover .card-move-bubble {
    display: block;
}

.card:hover .dim-background {
    display: block;
}

/********************** SCROLL TOP FAB **********************/

#scroll-top-fab {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 12px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #607D8B;
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.24), 0px 9px 46px rgba(0, 0, 0, 0.24), 0px 11px 15px rgba(0, 0, 0, 0.4);
}

@media (min-width: 576px) {
    #scroll-top-fab{
        right: 40px;
    }
}

#scroll-top-fab .material-icons {
    vertical-align: unset;
    font-size: 22px;
    padding-top: 10px;
    line-height: 20px;
}

#scroll-top-fab:hover {
    background-color: black;
    color: white;
}

/* Alert*/
.modal-alert {
    margin: 0;
}

.alert {
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

.alert > p {
    width: 400px;
}

.alert .timer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    max-width: 100%;
}

.alert .close {
    opacity: 1;
    color: #000;
    font-weight: 400;
    font-size: 26.5px;
}

.alert .icon {
    margin-right: 24px;
    font-size: 18px;
}

.alert, .alert .icon, .alert .close {
    line-height: 18px;
}

.alert.alert-success {
    background-color: #DEE7DF;
}
.alert.alert-error {
    background-color: #F0DDDB;
}
.alert.alert-warning {
    background-color: #F2EBDB;
}
.alert.alert-info {
    background-color: #DEE5F3;
}

.alert.alert-success .timer {
    background: #439B5B;
}
.alert.alert-error .timer {
    background: #DB4437;
}
.alert.alert-warning .timer {
    background: #F4B400;
}
.alert.alert-info .timer {
    background: #4285F4;
}

.alert.alert-success .icon {
    color: #439B5B;
}
.alert.alert-error .icon {
    color: #DB4437;
}
.alert.alert-warning .icon {
    color: #F4B400;
}
.alert.alert-info .icon {
    color: #4285F4;
}

.alert.alert-success .icon::before {
    content: "\e013";
}
.alert.alert-error .icon::before {
    content: "\e209";
}
.alert.alert-warning .icon::before {
    content: "\e209";
}
.alert.alert-info .icon::before {
    content: "\e101";
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}

.layer-header-option {
    background-color: #f5f5f5;
    display: inline-flex;
    width: 100%;
    padding: 5px 15px;
}

.btn-layer-header-option {
    border: 1px solid #666;
    margin-right: 15px;
    padding: 0px 4px;
    text-transform: none;
    text-decoration: none !important;
    color: #666;
}

.btn-layer-header-option:hover {
    cursor: pointer;
}

.myLayers_modal{
    position: initial;
    height: 600px;
    overflow: hidden;
}

.layers-to-add {
    overflow-y: auto;
    height: 500px;
    margin-top: 20px;
}

.modal .modal-header {
    border-bottom: 1px solid #c4c4c4;
    padding: 15px 30px;
    min-height: 60px;
  }
  
  .modal .modal-header .close {
    line-height: 35px;
    font-size: 25px;
    font-weight: 400;
  }
  
  .modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  
  .modal .modal-body {
    background: #f2f2f2;
    padding: 30px;
    max-height: 70vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal .modal-footer {
    border-top: 1px solid #c4c4c4;
    padding: 20px 30px;
  }
  
  .modal-footer .btn + .btn {
    margin-left: 24px;
  }
  
  /* mobile adjustments, as bootstrap implementation is a bit wonky for our purposes */
  @media only screen and (max-device-width: 480px){
	.layer-feature-form {
        .dropdown-menu.open {
            position:fixed;
            z-index:91000;
            top:50%; 
            left:50%;
            transform: translate(-50%, -50%);

            min-width: 50vw !important;
            max-width: 90vh !important;
            width: fit-content;
            min-width: 10vh;
            max-height: 75vh;
            height: fit-content;
        }

        .dropdown-backdrop {
            display: block !important;
            position:fixed;
            z-index:90000;
            background-color: black;
            opacity: 0.5;
        }
    }

    .layer-feature-form-select {
        .dropdown-menu.inner {
            .selected {
                background-color: black;
                a {
                    color: white;
                    font-weight: bolder;
                }
            }
        }
    }
}