/* BEGIN QUEUE BOX */
.queue-box {
    background: #E9EFF3;
    height: 50px;
}

.queue-count {
    background: #3598DC;
    color: #FFF;
    float: left;
    margin: 0.15em;
}

    .queue-count > span {
        font-size: 28px;
        line-height: 45px;
        padding: 0 10px;
    }

.queue-description {
    float: left;
}

    .queue-description > div {
        padding: 0 10px;
        height: 20px;
        line-height: 25px;
        text-align: center;
    }
/* END QUEUE BOX */

/* BEGIN PICKLIST */
.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer {
    float: left;
    margin: 0.25em;
}

.pickList_controlsContainer {
    text-align: center;
    padding-top: 5%;
}

    .pickList_controlsContainer button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 65%;
    }

.pickList_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 150px;
    height: 75px;
    border: 1px inset #eee;
    overflow-y: auto;
    cursor: default;
}

.pickList_selectedListItem {
    background-color: #a3c8f5;
}

.pickList_listLabel {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.pickList_clear {
    clear: both;
}

.pickList_addAll {
    display: none !important;
}

.pickList_removeAll {
    display: none !important;
}

.pickList_list {
    height: 200px;
    width: 350px;
}

.pickList_sourceListLabel {
    border: 1px solid #bcbcbc;
    background-color: #e5e5e5;
}

.pickList_targetListLabel {
    border: 1px solid #bcbcbc;
    background-color: #e5e5e5;
}
/* END PICKLIST */

/*BEGIN SLICK SLIDER*/
.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

    .slick-prev:before,
    .slick-next:before {
        color: #364150;
    }

/*END SLICK SLIDER*/
@media (min-width: 992px) {
    .label-margin-md {
        padding-top: 25px;
    }

    .label-margin-md-checkbox {
        padding-top: 21px;
    }
}

@media (min-width: 992px) {
    .label-margin-sm {
        padding-top: 21px;
    }
}

/*Alteração para o submenu de emnsagens não ficar com texto por baixo de "ver todas"*/
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
    letter-spacing: 0px;
}

/*Tirando um pouco do padding de topo, para que caibam mais itens na home*/
.page-content-wrapper .page-content {
    padding: 10px 20px 10px;
}

/*Tirando um pouco do padding das células da tabela para que caibam mais itens na home*/
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 4px;
}

.portlet.portlet-sm > .portlet-body {
    padding: 10px 15px 15px 15px;
}

.portlet.portlet-sm > .portlet-title {
    min-height: 0;
}

    .portlet.portlet-sm > .portlet-title > .caption {
        font-size: 14px;
    }

.portlet.portlet-sm.box > .portlet-title > .caption {
    padding: 5px 0;
}

.portlet.portlet-sm > .portlet-title > .tools {
    padding: 5px 0;
}

.portlet.portlet-sm > .portlet-title > .caption > i {
    margin-top: 2px;
}

.portlet.portlet-sm table.dataTable thead th, .portlet.portlet-sm table.dataTable thead td {
    padding: 5px 18px;
}

.portlet.portlet-sm table.dataTable tbody th, .portlet.portlet-sm table.dataTable tbody td {
    padding: 4px 10px;
}

.portlet.portlet-sm table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

.portlet.portlet-sm table.dataTable {
    font-size: 12px;
}

.form-group.form-group-sm-custom {
    margin-bottom: 8px;
}

    .form-group.form-group-sm-custom label {
        font-size: 12px;
        margin-bottom: 3px;
    }

.tab-content.tab-content-sm-custom {
    padding: 15px 0;
}

#embedContainer {
    height: 600px;
    width: 100%;
    max-width: 100%;
}

#dashboardContainer {
    height: 920px;
    width: 100%;
    max-width: 1320px;
}

    #dashboardContainer iframe {
        border: none;
    }

/*Youtube Background video*/
.background-video {
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

video,
source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.loaded .ytplayer-container {
    display: block;
}

.loaded .placeholder-image {
    opacity: 0;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ytplayer-player {
    position: absolute;
}

/*Home logo*/
.logo-default {
    max-width: 200px;
    max-height: 45px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 5px 0 0;
}

.page-sidebar .page-sidebar-menu .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 480px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.top-menu a:hover {
    background-color: transparent !important;
    text-decoration: none;
}