﻿/* IVDP - Portal de Operadores */

/* Indice


#1 - DEFAULTS

#2 - RESETS

#3 - LAYOUT

*/

/* #1 - DEFAULTS - Classes globais */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge, h6 .badge {
    font-size: .75em !important;
}

.FormatRigth {
    text-align: right !important;
}

span#dlgTitleBtns {
    margin-right: 2px !important;
}

.no-border {
    border: 0 !important;
}

.no-shadow {
	-webkit-box-shadow: none;
    box-shadow: none;

}

.bg-primary {
	background: #381F44!important;
}

.bg-highlight {
	background: #8D2457 !important;
}

.bg-yellowlight {
	background: #FFF7D6 !important;
}

.contentwrapper {
    margin-top: 0 !important;
    min-width: 0;
    /* margin-right: 20px; */
}

.text-primary {
	color: #381F44 !important;
}

.text-accent {
	color: #8D2457 !important;
}

.loader {
    border: 16px solid transparent;
    border-top: 16px solid #8D2457;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 0.75s linear infinite;
    margin: 0 auto;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.loader-text {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1rem;
}

.loader-box {
	text-align: center;
	position: absolute;
	padding: 20px;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


.loader-backdrop {
  position: fixed;
  z-index: 1061;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(12, 12, 12, 0.55);
}


/* #2 - RESETS - Costumização das classes do sharepoint e DFFS */

#suiteBarTop {
    /*display: none;*/
}

#s4-ribbonrow {
    /*display: none !important;*/
}

#pageTitle {
   /* display: none;*/
}

.ms-radiotext {
	height: 24px !important
	/* Correção das dropdowns "achatadas" SP */
}

.offcanvas-header .btn-close {
	min-width: auto
}

.card-header {
	background-color: transparent;
}

#dffs_backend input[type=button]{
	line-height: normal;
}

.shadow-sm {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px
}

.alert-info {
    color: #381f44;
    background-color: #e7daee;
    border-color: #e7daee;
}

ul.dynamic {
	box-shadow: 0 18px 24px rgb(2 8 20 / 10%), 0 8px 8px rgb(2 8 20 / 5%) !important;
	border: 0 !important;
}

/* #3 - LAYOUT */
#entidadeNameDest{
    color: #fff;
    opacity: 65%;
    /*margin-left: 8px;*/
    /*width: 9vw;*/
    font-size: small;
    /*position: absolute;*/
    /*top: 40px;*/
    padding-left: 8px;
}

div#cardGrafico {
    background-color: white !important;
    border-radius: 7px !important;
   
}

div#headerhomegraf {
    position: absolute;
}

img#imggrafhome {
    padding: 19px 1px 5px 6px;
    height: 261px;
    width: 88%;
}

.ivdp-header, .ivdp-globalmenu, .ivdp-welcome, .ivdp-cta {
    background-color: #381F44;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.ivdp-cta {
	background: #fff;
	position: relative;
}
.ivdp-cta .ivdp-cta--fx {
	background: #381F44;
	position:absolute;
	left:0;
	right:0;
	top: 0;
	height:200px;
	
}

.ivdp-cta .ivdp-cta--wrap {
	position: relative;
	width: 100%;
}

.ivdp-globalmenu {
    padding: 20px 5%
}

.ivdp-globalmenu.no-cta {
    border-top:1px solid #6A5773
}

/* .ivdp-welcome {
    padding: 40px 5%;
} */

.ivdp-welcome h1 {
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}

.ivdp-welcome p {
    font-family: 'Roboto Slab', serif;
    color: #fff;
}

.ivdp-cta {
    padding: 40px 5%;
}


.ivdp-header .ivdp-logo {
    float: left
}

.ivdp-header .ms-siteicon-img {
    height: 48px
}

/* --- Pesquisa */

.ivdp-search--bar {
    height: 48px;
    width: 400px;
    float: left;
    margin-left: 40px;
}

.ivdp-search--component {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background: #EEEEEE;
}

.ivdp-search--component #SearchBox {
    height: 48px;
    position: relative;
    padding-left: 32px;
}

.ivdp-search--component #SearchBox::before {
	font-family: "IVDP-PO";
	color: #000;
  	content: "\e90e";
  	position: absolute;
    left: 12px;
    top: 12px;
}


.ivdp-search--component #SearchBox .ms-srch-sb {
    height: 100%;
    border: 0;
    width: 100%;
    position: relative;
}

.ivdp-search--component #SearchBox .ms-srch-sb>input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.ivdp-search--component #SearchBox .ms-srch-sb>.ms-srch-sb-searchLink {
    background: #2A2A2A;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 100px;
    height: 32px;
    border-radius: 4px;
    }
    
    .ivdp-search--component #SearchBox .ms-srch-sb>.ms-srch-sb-searchLink img {
	display:none
}

.ivdp-search--component #SearchBox .ms-srch-sb>.ms-srch-sb-searchLink::after {
	color: #fff;
  	content: "Pesquisar";
  	position: absolute;
    left: 16px;
    top: 3px;
}

.ivdp-search--component #SearchBox .ms-srch-sb>.ms-srch-sb-searchLink:hover{
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


.ivdp-search--component #SearchBox .ms-srch-sb>.ms-srch-sb-searchLink .ms-srch-sb-searchImg {
    left: -29px;
    top: -51px;
}


.data-loader:empty {
    /*width: 100%;*/
    /*height: 15px;*/
    /*display: block;*/
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 80%
      ),
      lightgray;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;
  }
  
  @keyframes shine {
    to {
      background-position: 100% 0;
    }
  }

/* --- Global Menu */

   
/*.ivdp-globalmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ivdp-globalmenu ul li {
  display: block;
  position: relative;
  float: left;
}


.ivdp-globalmenu .main-nav .nav-item.nav-active {
	border-bottom: 2px solid #8D2457
}


.ivdp-globalmenu .main-nav .nav-item .has-sub::before {
	font-family: "IVDP-PO";
  content: "\e90c";
  position:absolute;
  right: 12px;
  color: #8D2457;
  }*/


/* Esconder as drops */

/*.ivdp-globalmenu .main-nav .nav-item .nav-dropmenu {
	webkit-box-shadow: 4px 10px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 10px 25px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index:1;
}*/



/*.ivdp-globalmenu li ul { display: none; }

.ivdp-globalmenu .main-nav .nav-item .nav-link {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-weight:600
}

.ivdp-globalmenu .main-nav .nav-item .dropmenu-link {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
  color: #2a2a2a;
  font-weight:600
}

.ivdp-globalmenu .main-nav .nav-item .has-sub {
	padding-right: 32px;
}

.ivdp-globalmenu ul li a:hover {
	background: rgba(255, 255, 255, 0.1);
}*/

/* Displaying dropdown */


/*.ivdp-globalmenu li:hover > ul {
  display: block;
  position: absolute;
}

.ivdp-globalmenu li:hover li { float: none; }

.ivdp-globalmenu ul li:hover ul li a { background: #fff; color: #2a2a2a }

.ivdp-globalmenu li:hover li a:hover { background: #ECE8ED; }

.ivdp-globalmenu .main-nav li ul li { border-top: 0; }*/

/* Colocar as sub drops à direita */


/*.ivdp-globalmenu ul ul ul {
  left: 100%;
  top: 0;
}

.ivdp-globalmenu ul:before,
.ivdp-globalmenu ul:after {
  content: " ";
  display: table;
}

.ivdp-globalmenu ul:after { clear: both; }*/
    
/* start.menu dinamico */
.ivdp-globalmenu ul li a.nav-item{
    padding: 8px 16px !important;
    color: #fff;
    font-weight: 600;
}

.ivdp-globalmenu ul li a.nav-item:hover{
    background: rgba(255, 255, 255, 0.1);
}

.ivdp-globalmenu ul li:first-child a.nav-item::before {
    font-family: 'IVDP-PO' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90b";
    color: #fff;
    position:relative;
    left:0;
    margin-right: 4px;
}

.ivdp-globalmenu ul li.static a.nav-item.selected {
	border-bottom: 2px solid #8D2457;
	}
	
.ivdp-globalmenu ul li a.static {
   padding-right: 16px !important;
   background-image: none !important;
   }

/* .ivdp-globalmenu ul li a::after {
	font-family: 'IVDP-PO' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e910";
    color: #fff;
    position:relative;
    right:0;
    margin-left: 4px;
    font-size: 8px
} */
.ivdp-globalmenu ul li a.level2, .ivdp-globalmenu ul li a.level3, .ivdp-globalmenu ul li a.level4 {
    padding: 0;
}
ul.level2.dynamic {
    padding: 0;
}
.ivdp-globalmenu ul li a.level1.selected {
	border-bottom: 2px solid #8D2457 !important
}


.ivdp-globalmenu ul li a.level2,
.ivdp-globalmenu ul li a.level3,
.ivdp-globalmenu ul li a.level4 {
   padding: 8px 16px;
   font-weight: 500;
   font-size: 14px;
   color: #2a2a2a
   }

.ivdp-globalmenu ul li a.popout.level2,
.ivdp-globalmenu ul li a.popout.level3  {
   background-image: none !important;
   position:relative;
   padding-right:32px !important
   }
   
 a.nav-item.static::after {
    font-family: 'IVDP-PO' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e910";
    color: #fff;
    position: relative;
    right: 0;
    margin-left: 4px;
    font-size: 8px;
}

a.nav-item.static.noarrow::after {
    font-family: 'IVDP-PO' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: none;
    color: #fff;
    position: relative;
    right: 0;
    margin-left: 4px;
    font-size: 8px;
}

ul.level2.dynamic li.dynamic.setaRosa::after {
    font-family: 'IVDP-PO' !important;
    content: "❱";
    color: rgb(246, 4, 4);
    margin-right: 7px;
    color: #8D2457;
    font-size: 11px;
}
.elementsmenu.nivel2 li.dynamic.setaRosa::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 30px;
    position: relative;
    top: 6px;
    margin-right: 23px;
    margin-left: 67px;
    float: right;
}


/* a.level3.dropmenu-link.dynamic {
    word-break: break-word;
    white-space: break-spaces;
    float: left;
}  */


ul.level3.dynamic li.dynamic.setaRosa::after {
    font-family: 'IVDP-PO' !important;
    content: none;
    color: transparent;
}
/* .ivdp-globalmenu ul li a.level2:hover,
.ivdp-globalmenu ul li a.level3:hover,
.ivdp-globalmenu ul li a.level4:hover {
    background: rgba(75, 42, 91, 0.1);
} */

.ivdp-globalmenu ul.level2,
.ivdp-globalmenu ul.level3,
.ivdp-globalmenu ul.level4 {
	border-radius: 5px;
}
li.dynamic {
    padding: 7px 1px 7px 1px;
}
ul.level1.nav-dropmenu.static {
    display: flex;
}
a.level3.dropmenu-link.dynamic {
    text-decoration: none;
}
ul.level3.dynamic {
    padding: 0;
    list-style: none;
    text-decoration: none;
}
ul.dynamic {
    position: absolute;
    left: 0px !important;
    top: 26px !important;
    z-index: 95;
    background-color: #fff;
    white-space: normal;
    padding: 10px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 47%);
    z-index: 1;
    /* padding: 6px; */
}
a.level2.dropmenu-link.dynamic {
    text-decoration: none;
}
li.static {
    list-style: none;
}
ul.level1.nav-dropmenu.static {
    padding-left: 0;
}
a.nav-item.static {
    list-style: none;
    text-decoration: none;
}
.ivdp-globalmenu ul.level2, .ivdp-globalmenu ul.level3, .ivdp-globalmenu ul.level4 {
    border-radius: 5px;
    white-space: nowrap;
}
li.dynamic:hover {
    background: rgba(75, 42, 91, 0.1);
}
/* teste hover menu dinamico */
ul.dynamic {
    display: none;
  }
      
.nav-item.static:hover + ul.dynamic {
display: block;
}

li.dynamic:hover > ul {
    display: block;
    position: absolute !important;
    left: 100% !important;
    top: -2px !important;
    list-style: none;
    position: static;
}

li.dynamic {
    list-style: none;
}

ul.dynamic:hover {
    display: block;
}

li.static {
    position: relative;
}
/* end.menu dinamico */

/* --- Top bar - Menus and Shortcuts */

.ivdp-topbar {
    /*background: red;*/
    float: right;
}

.ivdp-topbar .navbar-nav .nav-link {
	color: #fff;
	border-radius: 4px;
}

.ivdp-topbar .navbar-nav a.nav-link:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.1)
}

.ivdp-topbar .icon-only {
	width: 44px;
	height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px !important;
    text-align: center;
}

.ivdp-topbar .dropdown-item:focus, .dropdown-item:hover {
	text-decoration: none
}

.ivdp-topbar .dropdown-item.active, .ivdp-topbar .dropdown-item:active {
	background-color: #8D2457;
}

.ivdp-topbar .nav-item {
	margin-left: 12px;
    margin-right: 12px;
}

.ivdp-topbar .nav-item .indicator {
    background: #8D2457;
    border-radius: 50%;
    display: block;
    height: 18px;
    width: 18px;
    padding: 1px;
    position: absolute;
	top: 0;
    right: -4px;
    text-align: center;
    font-size: .675rem;
    color: #fff;
}

.ivdp-topbar .navbar-nav li:last-child {
    margin-right: 0;
}

#navbarDropdownUserMenu.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

.user-menu--wrap {
    display: flex;
}
.user-menu--left {
    display: block;
}
.user-menu--right {
    display: block;
}

.user-avatar {
    font-family: Arial, Helvetica, sans-serif;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #348065;
	font-size: 1rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 3rem;
}



/* --- offcanvas */

/*.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1052;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    width: 440px;
    right: -440px;
}

.offcanvas-backdrop {
    position: fixed;
    z-index: 1051;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(12, 12, 12, 0.33);
}

.offcanvas.active {
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
}

body.offcanvas-expanded {
    overflow: hidden;
}

.offcanvas-pane {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    overflow: auto;
}

.offcanvas-pane .pane-header {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding: 16px;
}

.offcanvas-pane .pane-header h1 {
    color: #2a2a2a
}

.offcanvas-pane .pane-header .actions {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.offcanvas-pane .pane-header .actions a {
    float: right;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none
}

.offcanvas-pane .pane-header .actions a:hover {
    text-decoration: none
}

.offcanvas-pane .pane-body {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.offcanvas-pane .pane-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}*/

*/

/* -- Cards */

.card {
    /*position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: 5px;
    /*-webkit-box-shadow: 4px 10px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 10px 25px 0px rgba(0, 0, 0, 0.15);*/

}

.card-header {
    padding: 12px;
    margin-bottom: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.status-new {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #00C928;
    display: inline-block;
    margin-right: 10px;
}

.card-body {
    padding: 12px;
}


.ivdp-badge {
    height: 18px;
    width: 18px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background: #8D2457;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.card.active {
	background: #348065;
	border-color: #348065;
	box-shadow: none;
	color: #fff;
}

.page-content--header {
    margin-bottom: 30px;
    margin-top: 8px;
}

.contentwrapper {
    margin-top: 0 !important;
}

/* .breadcrumb {
  background-color: transparent;
  margin: 0 !important;
  display: inline !important;
  font-size: 12px;
  display: inline-block !important;
  margin: 20px 5% !important;
  box-sizing: border-box;
  margin-bottom: 0px !important;
  margin-top: 40px !important;
} */

.breadcrumb {
    background-color: transparent;
    margin: 0 !important;
    display: inline !important;
    font-size: 12px;
    display: inline-block !important;
    box-sizing: border-box;
    margin-bottom: 0px !important;
    margin-top: 12px !important;
    display: inline-block;
    margin-right: 3px !important;
    margin-left: 6px !important;
}

.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #8D2457;
    text-decoration: none;
}

div#breadcrumbnavigation {
    margin-left: 70px !important;
    width: fit-content;
    margin-bottom: 23px !important;
}
.page-id h1 {
  display: inline-block;
  margin-right: 44px;
  font-weight: bold;
  color: #2a2a2a;
  font-size: 2rem;
  vertical-align: middle;
}


.page-id button {
    vertical-align: middle;
}

/* .btn-accent */
.btn-accent {
  color: #fff !important;
  background-color: #8d2457;
  border-color: #8d2457;
}

.btn-accent:hover {
    color: #fff !important;
    background-color: #641a3e;
    border-color: #641a3e;
    text-decoration: none !important;
}


/* Tabs */

ul.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.tabs-nav li {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #fff;
  color: #2a2a2a;
  cursor: pointer;
}

.tabs-nav li a:not(.active) {
  color: #2a2a2a;
  padding: 6px 10px;
  display: block;
  text-decoration: none;
  font-weight: 400;
}

.tabs-nav li:hover,
li.active {
  border-bottom-color: #8d2457;
  color: #8d2457;
}

.tabs-nav li a:hover {
    color: #8d2457;
    font-weight: 400;
}

.tabs-nav li a:visited,
.tabs-nav li a:active,
.tabs-nav li.active a {
  color: #8d2457;
  font-weight: 600;
}

.tab-content {
    width: 100%;
}
.page-form--wrap {
	margin-top: 40px;
}

.form-label {
	font-weight: 500
}

.form-control-plaintext {
	border: solid transparent !important;
}

.section-title {
	color: #8D2457 !important
}

.form-control {
    padding: .375rem .75rem !important;
    height: 45px !important;
}

.form-check-input:checked {
    background-color: #8D2457 !important;
    border-color: #8D2457 !important;
}


.btn-primary {
    color: #fff;
    background-color: #381F44;
    border-color: #381F44;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b0f21;
    border-color: #1b0f21;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #1b0f21;
    border-color: #1b0f21;
    box-shadow: 0 0 0 0.25rem rgb(141 36 87 / 25%);
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b0f21;
    border-color: #1b0f21;
}



.input-group-text {
    color: #8D2457;
    border-left-color: #fff;
        background-color: #fff;
}

/* Dropzone */
.dropzone {
    border: 2px dashed #8D2457 !important;
    border-radius: 5px;
    background: #fefefe url('/images/icon-fileupload--normal.png') center center no-repeat !important;
}

.dropzone .dz-message .dz-button {
	font-weight:bold !important
}

/* Select2.js - Dropdown com pesquisa */
#EntidadeCedidaDisplay .select2 {
	width: 100% !important
}

.select2-container .select2-selection--single {
	height: 38px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px !important
}

.is-invalid + .select2-container--default .select2-selection--single {
    border-color: #dc3545;
}

.select2-container--open .select2-dropdown--below {
    z-index: 10000;
}

.modal-title {
	margin-left: 0 !important;
}

.bg-info {
    background-color: #e7daee !important;
}


/* Data Tables */
div.dt-buttons {
	padding: 8px;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
	margin-bottom: 0 !important;
	color: #fff !important;
    background-color: #8d2457 !important;
    border-color: #8d2457 !important;
    border-radius: .25rem !important;
}

div.dt-buttons ~ .dataTables_length {
	margin-top: 12px;
}

div.dt-buttons ~ .dataTables_filter {
	margin-top: 12px;
	margin-right: 8px
}

div.dt-buttons ~ .dataTables_info {
	margin-top: 8px;
	margin-bottom:14px;
	padding-top: 0px;
	padding-left: 8px;
	}

/*footer*/
 #footer-ivdp{
     position: absolute;
     bottom: 0;
     flex-wrap: nowrap; border-top: 1px solid #dee2e6; 
     padding-top: 9px; 
     padding-bottom: 9px;
     height: 45px;
     width: 100%;
 }
#logo-rdd{
    height: 50px;
}
.footer-copyright{ 
    margin-bottom: 0; 
    font-size: 10px;
}
#logo-Compete2020{
    height: 60px; 
}
#div-Compete2020{
    display: flex;
    justify-content: flex-end;
    height: 50px;
}
#divrdd{
    height: 50px;
}
/*novo*/
.custome-drop-down {
    border: 1px solid #ccc;
    height: 27px;
    padding: 3px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 47px;
    color: #202124;
    /* width: -webkit-fill-available; */
    /* padding: 13px 15px; */
    transition: 250ms;
    /* min-width: 200px; */
    font-size: 11px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #ccc;
    height: 27px;
    padding: 3px;
    /* width: 97%; */
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 47px;
    color: #202124;
    /* width: 100%; */
    /* padding: 13px 15px; */
    transition: 250ms;
    /* min-width: 200px; */
    font-size: 11px;
    padding-left: 9px;
}
.select2-container {
    position: unset ;
    vertical-align: middle;
    font-size: 11px;
    width: 100% !important;
}

.custome-drop-down:focus {
  border: 1px solid #8D2457 !important;
}
.custome-drop-down:active {
  border: 1px solid #8D2457 !important;
}
.select2-container--default .select2-selection--single {
    border: none;
    margin-top: 7px;
    height: 49px !important;
}
svg.svg-inline--fa.fa-chevron-down.fa-w-14 {
    margin-top: 24px;
    font-size: 10px;
    width: 23px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8d245767 !important;
    color: white !important;
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px !important;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8d245767 !important;
    color: white !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}


div#lstEntidadeAtiva {
    margin-bottom: 21px;
}

.k-header>.k-grid-filter, .k-header>.k-header-column-menu {
    z-index: 0 !important;
}

ul.level2.dynamic {
    z-index: 10 !important;
}

div#boxMov {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

h2#swal2-title {
  font-size: 17px;
}

.form-check-input {
    font-size: 12px;
}

.form-check-label {
    font-size: 13px;
    margin-bottom: 6px;
}
.input-form {
    display: inline-flex;
}
button.swal2-confirm.btn.btn-success {
    margin-left: 18px;
    color: #fff;
    background-color: #381F44;
    border-color: #381F44;
}

button.swal2-cancel.btn.btn-danger {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
h2#swal2-title {
    font-size: 16px;
}
input#but_add {
    background-color: #8D2457;
    color: white;
    margin-left: 0;
}

input#but_addDuriense {
    background-color: #8D2457;
    color: white;
    margin-left: 0;
}
input#but_addDouro {
    background-color: #8D2457;
    color: white;
    margin-left: 0;
}
p.Warning-text {
    margin-top: 42px;
    font-size: 13px;
    font-weight: 300;
}
.k-multiselect-wrap.k-floatwrap {
    border: none;
    box-shadow: none;
}
.btn-success:focus {
    color: #fff;
    background-color: #381f44;
    border-color: #381f44;
    box-shadow: 0 0 0 -0.75rem #381f4440;
}

.k-widget.k-multiselect.custome-drop-down.txt.k-multiselect-clearable {
    width: 45% !important;
    border: none;
    margin-top: 5px;
    position: initial;
}

.k-multiselect-wrap.k-floatwrap {
    padding-top: 19px;
}
.k-multiselect .k-button.k-state-hover {
    border-color: #8D2457;
    background-color: #8D2457;
    color: white;
}
.k-multiselect .k-button {
    border-color: #8D2457;
    background-color: #8D2457;
    color: white;
}
li.k-item.k-state-selected {
    background-color: #8D2457;
    color: white;
    
}

span.k-picker-wrap.k-state-default {
    margin-top: 0px;
    height: 33px;
    padding-top: 10px;
}

span.k-link.k-link-date {
    margin-top: 14px;
}

.select2-container {
    position: unset;
    vertical-align: middle;
    font-size: 11px;
    width: 100% !important;
    top: -8px;
    position: relative;
}
label#label-marca {
    font-weight: 300;
    font-size: 12px;
    text-align: left;
}
span.k-icon.k-i-calendar {
    padding-top: 27px;
}

span.k-widget.k-datepicker.form-control.txt {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.k-calendar {
  font-size: 11px;
}
.k-calendar td, .k-calendar th {
    border-width: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    border-color: inherit;
    color: inherit;
    background: 0 0;
    font-weight: 400;
    cursor: default;
    font-size: 11px;
}
span.static_text {
    position: relative;
    top: 31px;
    left: -32px;
    font-size: 12px;
}
input {
    font-size: 12px !important;
}
.result {
    background-color: white !important;
}
div#labelMarca {
    margin-top: 24px;
}

.contentwrapper {
    margin-left: 74px;
}


/* header mobile */
div#mobileHeader {
    padding-left: 19px
}
 #mobileHeader.ivdp-header .ivdp-logo {
    text-align: center;
    /* width: 90%;
    margin-bottom: 73px */
} 
/* #mobileHeader .ivdp-logo .ms-siteicon-img {
    max-width: 226px;
    max-height: 226px;
    width: 228px;
    height: auto;
} */

#mobileHeader .ivdp-search--component #SearchBox::before {
    font-family: "IVDP-PO";
    color: #000;
    content: "\e90e";
    /* position: absolute;
    left: 12px;
    top: -6px; */
}
#mobileHeader div#DeltaPlaceHolderSearchAreaMobile {
    /* padding: 56px; */
    /* height: 138px; */
    text-align: center;
    /* padding-top: 41px; */
}
#mobileHeader .ivdp-search--bar {
    text-align: center;
    justify-self: center;
    align-self: center;
    /* font-size: 32px; */
    width: 100%;
    margin-left: 0;
    /* height: 114px; */
    /* font-size: 39px; */
    height: auto;
    /* padding-top: 27px; */
    text-align: center;
    margin-top: 65px;
}
#mobileHeader .ivdp-search--component #SearchBox .ms-srch-sb>.ms-srch-sb-searchLink::after {
    color: #fff;
    content: "Pesquisar";
    /* position: absolute;
    left: 32px;
    top: 10px; */
}
#mobileHeader .ivdp-search--component #SearchBox .ms-srch-sb>.ms-srch-sb-searchLink {
    background: #2A2A2A;
    /* position: absolute;
    top: -15px;
    right: 8px;
    width: 238px;
    height: 81px; */
    border-radius: 4px;
}
#mobileHeader .ivdp-search--component #SearchBox .ms-srch-sb {
    /* padding-left: 55px; */
}
i#pesquisa-mobile {
    /* float: right;  */
    color: white;
    font-size: 27px;
    background-color: #8D2457;
    padding: 10;
    border-radius: 67px;
    z-index: 5;
    position: absolute;
    top: 25px;
    right: 16px;
}
i#Setings-mobile {
   /* float: right; */
    color: white;
    font-size: 27px;
    background-color: #8D2457;
    padding: 10px;
    border-radius: 67px;
    position: absolute;
    z-index: 5;
    top: 25px;
    right: 68px;
}

.container {
    width: auto !important;
    /* padding: 0 !important; */
    background-color: #8D2457 !important;
    /* padding: 33px !important; */
    border-radius: 57px !important;
    /* margin-left: 28px !important; */
}

.bar1, .bar2, .bar3 {
    /* width: 53px !important;
    height: 9px !important; */
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

#mobileHeader #seting-bar-mobile {
    /* margin-top: 78px; */
    /* font-size: 46px; */
    display: flex;
}

#mobileHeader ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    flex-direction: column;
}

#mobileHeader #seting-bar-mobile {
    /* margin-top: 78px;
    font-size: 46px; */
    display: flex;
}

#mobileHeader li.nav-item.dropdown.d-flex.align-items-center {
    /* margin-bottom: 24px; */
}
#mobileHeader li.nav-item.d-flex.align-items-center {
    /* margin-bottom: 39px; */
}

#mobileHeader .ivdp-topbar .nav-item .indicator {
    background: #8D2457;
    border-radius: 50%;
    display: block;
    text-align: center;
    /* font-size: .675rem; */
    color: #fff;
    /* font-size: 32px; */
    position: absolute;
    left: 35px;
}

#mobileHeader a#navbarDropdownInteracoes {
    /* font-size: 52px;
    padding: 59px; */
}
#mobileHeader li.nav-item.dropdown.d-flex.align-items-center {
    /* width: 86px; */
    /* font-size: 49px; */
}

#mobileHeader a#navbarDropdownAlertas{
    /* font-size: 52px;
    padding: 59px; */
}

#mobileHeader .user-avatar {
    font-family: Arial, Helvetica, sans-serif;
    /* width: 120px;
    height: 120; */
    border-radius: 50%;
    background: #348065;
    /* font-size: 50px; */
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 3rem;
    /* padding-top: 35px; */
}
#mobileHeader ul.dropdown-menu.dropdown-menu-end.show {
    /* width: 320px; */
    padding: 0px;
    /* max-width: fit-content; */
    /* min-width: fit-content; */
    /* right: -40px; */
    width: -webkit-fill-available;
}

p#entidadeNameDestMobile {
    color: #ffffff96;
    /* width: 725px;
    margin-left: 38px; */
}
a#navbarDropdownUserMenuMobile {
    /* margin-left: 27px; */
}

.ms-pub-contentLayout {
    min-width: 0px !important;
}
.contentwrapper {
    margin: 0;
    min-width: 0 !important;
}
.contentwrapper {
    margin-left: 74px;
    margin-right: 74px;
}
.ms-pub-contentLayout {
    min-width: 0px !important;
}
/* inputs */
.input-box.active-grey .input-label {
    /* color: rgba(0,0,0,0.65); */
    background: #fff;
    font-size: 14px;
    transition: 250ms;
    z-index: 1;
}
.form-label {
    font-size: 12px;
    margin-top: 27px;
}
.input-box .input-label {
    position: relative;
    color: #8D2457;
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 7px;
    top: 8;
    /* padding: 0 8px; */
    transition: 250ms;
    user-select: none;
    pointer-events: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #ccc;
    height: 27px;
    padding: 3px;
    /* width: 97%; */
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 47px;
    color: #202124;
    width: 100%;
    /* padding: 13px 15px; */
    transition: 250ms;
    /* min-width: 200px; */
    font-size: 11px;
    padding-left: 9px;
    white-space: normal !important
}
.select2-container {
    position: unset ;
    vertical-align: middle;
    font-size: 11px;
    width: 100% !important;
}

.custome-drop-down:focus {
  border: 1px solid #8D2457 !important;
}
.custome-drop-down:active {
  border: 1px solid #8D2457 !important;
}
.select2-container--default .select2-selection--single {
    border: none;
    margin-top: 7px;
}
svg.svg-inline--fa.fa-chevron-down.fa-w-14 {
    margin-top: 12px;
    font-size: 10px;
    width: 23px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8d245767;
    color: white;
}
input#but_add {
    background-color: #8D2457;
    color: white;
    margin-left: 0;
}

input#but_addDuriense {
    background-color: #8D2457;
    color: white;
    margin-left: 0;
}
input#but_addDouro {
    background-color: #8D2457;
    color: white;
    margin-left: 0;
}
.k-widget.k-multiselect.custome-drop-down.txt.k-multiselect-clearable {
    width: 45% !important;
    border: none;
    margin-top: 5px;
    position: initial;
}

.k-multiselect-wrap.k-floatwrap {
    padding-top: 19px;
}
.k-multiselect .k-button.k-state-hover {
    border-color: #8D2457;
    background-color: #8D2457;
    color: white;
}
.k-multiselect .k-button {
    border-color: #8D2457 !important;
    background-color: #8D2457 !important;
    color: white;
}
li.k-item.k-state-selected {
    background-color: #8D2457;
    color: white;
    
}
input#but_addlicor {
    background-color: #8D2457;
    color: white;
}
button.swal2-confirm.btn.btn-success {
    margin-left: 18px;
    color: #fff;
    background-color: #381F44;
    border-color: #381F44;
}

button.swal2-cancel.btn.btn-danger {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
h2#swal2-title {
    font-size: 16px;
}
.k-dirty {
    border-color: #8d2457 transparent transparent #8d2457 !important;
}
td.k-dirty-cell {
    background-color: #8d245747;
}
.change-color {
    background-color: #8d245747;
    box-shadow: 23px 1px 4px -1px #e9e9e9;
}
.change-color:hover {
    background-color: #8d245762 !important;
    box-shadow: 23px 1px 4px -1px #e9e9e9;
}
p#mencComplementares {
    font-size: 13px;
}
/* dados e grids */
a.k-button.k-button-icontext.k-grid-save-changes {
    background-color: #8D2457;
    color: white;
    font-size: 11px;
}
a.k-button.k-button-icontext.k-grid-add {
    background-color: #8D2457;
    color: white;
    font-size: 11px;
}
.box-detail-geral {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    /* width: 90vw; */
}
thead.k-grid-header, thead.k-grid-header tr:first-child {
    background: 0 0;
    font-size: 13px;
}
tr.k-master-row {
    font-size: 10px;
}
/* div#first-data {
    width: 32vw;
} */
div#car-det {
    /* width: 62%; */
    margin-right: 5px;
}

.box-utl-cap {
    /* width: 35%; */
}

div#boxDetails {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    height: fit-content;
}
    
#card-box-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
#car-det{
    margin-right: 23px;
}
label.label-info {
    margin-bottom: 6px;
    font-weight: bold;
}

.label-data {
    margin-bottom: 6px;
}

div#grid {
    width: 100%;
}
/* end dados */

#gridcap th {
    background-color: #8d2457;
    color: white;
    background-image: none;

}
/* #grid th {
    background-color: #8d2457;
    color: white;
    background-image: none;
} */
div#conteainer-cap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}


.first-label-litros, .first-label-pipas {
    display: grid;
    border: 1px solid #8d2457;
    padding-top: 15px;
    padding-left: 14px;
    padding-right: 71px;
    padding-bottom: 15px;
    margin-right: 30px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}

label.label-info-cap {
    font-size: 21px;
    margin-bottom: 3px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}
div#card-cap {
    display: block;
}

.k-grid tbody .k-button {
        min-width: 7px;
        padding: 0;
        margin: 0;
        border: none;
        font-size: 13px;
        background-color: transparent;
    }
        /* filtros da check */
    .checkbox-container{
        max-height: 200px;
        overflow:auto;
    }
     /* end filtros da check */
         
    .k-grid-header th.k-with-icon .k-link {
        margin-right: 0px;
        font-size: 11px;
    }
    tr.k-master-row {
        font-size: 10px;
    }
    p.k-reset {
        font-size: 11px;
        margin-bottom: 0;
        font-weight: 500;
    }
    .k-group-indicator {
        font-size: 10px;
    }
    
    .k-grid .k-grid-header        .k-header ,
    .k-grid .k-grid-header-locked .k-header
    {
        white-space : normal ;
    }
    
    .k-grid .k-grid-header        .k-header .k-link ,
    .k-grid .k-grid-header-locked .k-header .k-link
    {
        height : auto ;
    }
    
    .k-filter-row th, .k-grid-header th.k-header {
        overflow: hidden;
        border-style: solid;
        border-width: 0 0 1px 1px;
        padding: 0.3em 1px 0.4em 4px;
        font-weight: 500;
        text-overflow: ellipsis;
        text-align: start;
    }
    
    /* pontos filtros */
    
    a#clearFiltersButton {
        background-color: #8D2457;
        color: white;
        font-size: 11px;
    }
    
    /* pdf excel */
    a.k-button.k-button-icontext.k-grid-excel {
        font-size: 11px;
    }
    a.k-button.k-button-icontext.k-grid-pdf {
        font-size: 11px;
    }
    /* footer */
    tr.k-group-footer {
        font-size: 10px;
        text-align: right;
    }
    /* end footer */
    
    /*botões*/
    .k-toolbar.k-grid-toolbar {
        background-color: transparent;
        /* border: 1px solid #6A5773; */
    }
    
    a.k-button.k-button-icontext.k-grid-excel {
        background-color: #8D2457;
        color: white;
        border: none;
    }
    
    a.k-button.k-button-icontext.k-grid-pdf {
        background-color: #8D2457;
        color: white;
        border: none;
    }
    .k-group-indicator {
        background-color: #8D2457;
    }
    .k-grouping-header {
        background-color: transparent;
    }
    /* a.k-link {
        color: white !important;
    } */
    .k-group-indicator .k-link {
        color: white !important;
    }
    .k-grouping-header {
        border-radius: 0 !important;
        /* border: 1px solid #6A5773 !important; */
        border-top: 0 !important;
    }
    .k-button {
        background-image: none !important;
    }
    button.k-button.k-icon-button.k-button-clear {
        display: none;
    }
    .k-checkbox:checked {
        border-color: #8D2457;
        color: #fff;
        background-color: #8D2457;
    }
    span.k-icon.k-i-search {
        display: none;
    }
    .k-input[type=text], .k-input[type=number], .k-picker-wrap .k-input, .k-textarea, .k-textarea>.k-input .k-multiselect .k-input, .k-textarea>textarea, .k-textbox, .k-textbox>.k-input, .k-textbox>input {
        font-size: 100%;
        font-family: inherit;
        border-style: solid;
        border-width: 1px;
        -webkit-appearance: none;
        width: 93%;
    }
    input[type=password]:hover, input[type=text]:hover, input[type=file]:hover, input:not([type]):hover, textarea:hover, .sp-peoplepicker-topLevel:hover, .ms-inputBox:hover {
        border-color: #8D2457;
    }
    /* paginação*/
    span.k-icon.k-i-arrow-60-down {
        margin-top: 3px;
    }
    .k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
        color: #fff;
        background-color: #8D2457;
        border-color: #428bca;
    }
    ul.k-pager-numbers {
        font-size: 10px;
    }
    
    a.k-link.k-pager-nav.k-pager-first.k-state-disabled {
        /* font-size: 11px; */
        background-color: transparent;
        border: none;
    }
    
    .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
        background-color: transparent;
        font-size: 12px;
        color: black !important;
    }
    .k-pager-wrap .k-link.k-state-disabled {
        color: #2e2e2e !important;
        border-color: transparent;
    }
    span.k-icon.k-i-arrow-60-right {
        color: #8D2457 !important;
    }
    .k-pager-wrap .k-link {
        border-color: transparent;
        background: #fff !important;
    }
    span.k-icon.k-i-arrow-end-right {
        color: #8D2457 !important;
    }
    .k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
        color: #fff !important;
        background-color: #8D2457 !important;
        border-color: #8D2457 !important;
    }
    .k-list>.k-state-focused.k-state-selected, .k-listview>.k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
        box-shadow: inset 0 0 10px 3px #8d2457 !important;
        color: white !important;
    }
    .k-pager-wrap .k-link {
        border-color: #ccc;
        color: #381F44;
        background: #fff;
    }
    .k-pager-wrap .k-link:focus {
        border-color: #ccc;
        color: #381F44;
        background: #fff;
    }
    .k-pager-wrap .k-link:hover {
        color: #8D2457;
        border-color: transparent;
        background: #ebebeb;
    }
    .k-pager-wrap .k-link {
        border-color: white;
        color: #381F44;
        background: #fff;
    }
    /* filtros */
    .k-grid-filter.k-state-active {
        border-color: #8d245763;
        background-color: #8d24574d;
        box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    
    }
    span.k-icon.k-i-calendar {
        margin-top: 6px;
    }
    .k-listview-content {
        padding: 4px;
    }
    button.k-button.k-primary {
        background-color: #8D2457;
        border-color: #8D2457;
    }
    button.k-button.k-primary:focus {
        background-color: #8D2457;
        border-color: #8D2457;
    }
    .k-grid .k-state-selected:hover .k-group-cell, .k-grouping-row td, .k-resize-handle-inner, td.k-group-cell {
        background-color: white;
    }

    /* filebutton */
   
input[type="file"] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  cursor: pointer;
}

#fileUpload{
    cursor: pointer;
}

div#divfile {
    top: 0;
    bottom: 0;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8D2457;
    border-radius: 3px;
    color: white;
    padding: 4px;
    font-size: 11px;
    margin-left: 2px;
    cursor: pointer;
}

label#labelfile {
    display: inline-block;
    position: relative;
    width: 94px;
    font-size: 11px;
    cursor: pointer;
}
/* a#exportExcelFile {
    margin-left: 52%;
} */
 /* end filebutton */
 tr.k-master-row {
    height: 22px;
}

a#adicionarRow {
    background-color: #8D2457;
    color: white;
    font-size: 11px;
}

a#exportExcelFile {
    background-color: #8D2457;
    color: white;
    font-size: 11px;
}

a#separator {

    color: #8D2457;
    font-size: 20px;
}

#gridvas thead {
font-size: 11px !important;
}
#gridreg thead {
font-size: 11px !important;
}
span.k-widget.k-dropdown.dropDownTemplate {
width: 100%;
}
.k-grid-norecords {
font-size: 11px;
text-align: center;
place-content: center;
padding: 11px 0px 11px 0px;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef5e;
opacity: 1;
}
p#mencComplementares {
font-size: 13px;
}

/* swal*/
h2#swal2-title {
    font-size: 17px;
}
button.swal2-confirm.btn.btn-success {
    margin-left: 18px;
    color: #fff;
    background-color: #381F44;
    border-color: #381F44;
}

button.swal2-cancel.btn.btn-danger {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
h2#swal2-title {
    font-size: 16px;
}

/* caixas dos selos no executar movimento */

.k-multiselect-wrap.k-floatwrap {
    padding-top: 15px;
    height: fit-content;
}

.k-widget.k-multiselect.custome-drop-down.txt.k-multiselect-clearable {
    border: 1px solid #808080a6 !important;
    min-width: 216px;
    height: fit-content;
}

/* calendaário */
span.k-icon.k-i-calendar {
    padding-top: 15px;
}
/* Responsive */

@media (max-width: 576px) {
    .contentwrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-id h1 {
        font-size: 18px;
        margin-left: 10px;
    } 
    .input-box.active-grey.drop-down-box {
        margin-left: 7px;
        margin-right: 7px;
    } 
    input#but_add {
        margin-left: 7px !important;
    }
    button.btn.btn-light {
        margin-left: 7px;
    }
    div#breadcrumbnavigation {
    margin-left: 7px !important;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
        

}

@media (max-width: 992px) {

    #logo-Compete2020{
        height: 52px; 
        margin-top: 0px;
    }

    #div-Compete2020{
        display: block;
        margin-bottom: 20px;
    }

    #divrdd{
        height: 100px;
    }

    .footer-copyright {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}


@media (min-width: 992px) {
       


}

@media (min-width: 1200px) {
       

}

@media (min-width: 1400px) {


}
/* End responsive */