/**
Header
**/
:root {
  --teleperfomance-color: #791097;
  --teleperformance-light-color: #C095CD;
}
#Header {
  background-color: var(--teleperfomance-color);
  box-shadow: 0px 8px 8px #999999f2;
  width: auto;
}
.fontHeader {
  /*font-family: calibri,sans serif !important;*/
font-family:"Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal !important;
  color: white;
  font-size : 1em;
  font-weight: bold;
}
#titleHeader {
  color: #F82B7E;
  font-family: calibri !important;
  font-style: normal;
  font-size: 15px;
  border-color: var(--teleperfomance-color);
  border-style: solid none solid solid;
  float: left;
  display: block;
  /*padding-top: 0.4%;*/
  width:400px;
}
.logo{
    width: 26%;
    padding-bottom: 5px;
    padding-right: 5px;
}
#TpTitre2 {
  border-color: var(--teleperfomance-color);
  float: right;
  display: block;
  padding-top: 0%;
}
.userName{
	font-size: 13px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	padding-top: 3% !important;
}
.logoHeader {
  max-width: 20%;
  height: 40px;
  margin-top: -1%;
}
i {
  /*color: white;*/ /* CG : for compliance with Fomantic */
}
.badgeHeader {
	margin-left:-25%;
	margin-top: -20%;
    font-family: Calibri;
    background-color: #F82B7E;
}
.iconBlockHeader{
	margin-top: -7%
}
.topnav {
  overflow: hidden;
  background-color: var(--teleperfomance-color);
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 0px 0px 0px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a i:hover {
  background-color: var(--teleperfomance-color);
  color: #F82B7E;
}
.topnav a.active {
  background-color: var(--teleperfomance-color);
  color: white;
}
.topnav .topnavItem {
    min-width : 48px;
}
.topnav .icon {
  display: none;
}

.login-dropdown>li>a{
    font-family:"Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login-dropdown>li>a:hover,.login-dropdown>li>a:focus{
    color:#F82B7E;
    background-color:transparent;
}
.login-dropdown .open>a, .login-dropdown .open>a:hover, .login-dropdown .open>a:focus{
       color:#F82B7E;
    background-color:transparent;
}
.modalHeader {
  margin-top: 15%;
  padding-bottom: 6%;
  width: 55%;
  border-radius: inherit;
}
.modal-dialog {
    margin: 70px auto !important;
}

.modal_fixed{
    position:fixed;
    left: 50%; /* Middle of the screen */
    margin-left: -450px!important; /* We apply a negative margin of half the with of the element */
    overflow : scroll;
}

.modal_fixed>.modal-content>.modal-body{
    padding-bottom: 15rem;
    background : white;
}

@media screen and (max-width: 780px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
/**
End Header
**/

/** Alerts **/

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/**
End Alerts
**/


/**
Side Menu
**/

li a {
    display: block;
    color: #000;
    padding: 11px 11px;
    text-decoration: none;
}
 
#sidebar {
    width: 270px;
    position: fixed;
    top: 53px;
    left: -270px;
    height: 100vh;
    z-index: 2100;
    /*background: var(--teleperfomance-color);*/
    /*color: #fff;*/
    transition: all 0.3s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}


#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#dismiss i{
    color:var(--teleperfomance-color);
}

#dismiss:hover i{
    color: #F82B7E;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.94);
    z-index: 998;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    /*color: #fff;*/
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color:var(--teleperfomance-color);
    margin-top: 5px;
}

#sidebar ul li a span {
    font-family:"Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:bold;
    margin-left: 10px;
}

#sidebar ul li a:hover, .sidebarCurrentPage {
    color: #F82B7E !important;
    /*background: #fff;*/
}

#sidebar ul li a,
a[aria-expanded="true"] {
    /*color: #fff;*/
    text-decoration: none;
    outline: none;
}

#sidebar ul li a[data-toggle="collapse"] {
    position: relative;
}

#sidebarCollapse {
    background-color:transparent;
    border:none;
    outline:none;
}
#sidebarCollapse i{
    font-size:x-large;
}
#sidebarCollapse i:hover{
    color:#F82B7E;
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}


/**
End Side Menu
**/

/* Begin SideBar */
#fixed-side-bar {
    background: var(--teleperfomance-color) !important;
    border-radius: 0;
    margin: 0;
    max-width: 8em;
    width: -webkit-fill-available;
}

#fixed-side-bar.ui.vertical.menu .item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

#fixed-side-bar.ui.vertical.menu .active.item {
    background: #49035D;
}

#fixed-side-bar.ui.vertical.menu .item > i.icon:not(.dropdown) {
    align-self: center;
    font-size: 1.5em !important;
    margin: 0 auto 0.5rem !important;
}

#fixed-side-bar.ui.vertical.menu > .item:before {
    height: 0;
}
/* End SideBar */

.homeImg {
  padding-top: 2%;
}


/* Bootstrap Table */
.pagination_right{
    height: 30px;position: relative;width: 100%;text-align: right;margin-top:10px;
}
.btn-toolbar{
    margin-bottom : 20px;
    margin-left : 0px;
}
.th-inner{
    color : var(--teleperfomance-color);
    font-weight: bold;
    min-width: 8rem;
}
.action-btn{
    padding : 0px 4px!important;
}

.action-btn i:hover{
    color : #F82B7E
}

.action-btn:hover i{
    color : #F82B7E
}

.table>tbody>tr>td{
    vertical-align:middle;
}

.table_toolbar{
    margin-bottom : 15px;
}

.table>tbody>tr>td.inline-edit i{
    margin-left: 5px;
}

/* End Bootstrap Table */


/* Bootstrap table Header  */
.table>thead>tr>th {
	/*background-color: #f1f1f1 !important; CG : Fomantic*/
}
.table>thead>tr>th>a {
  color: var(--teleperfomance-color);
  font-size: 13px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.table>tbody>tr>td>button{
    padding: 0px 5px 0px 5px;
}
/* End Bootstrap Table header*/


/* fa icons  */
.icon_large_purple{
    color:var(--teleperfomance-color);
    font-size: large!important;
}

.icon_large_purple:hover, .iconBack:hover{
    color:#F82B7E;
}

.purple{
    color:var(--teleperfomance-color);
}

/* End fa icons  */

/* Filters */
.form-control {
    height : 30px;
    font-size: 13px;
}

.btn-entitylist-filter-submit{
    font-size: 13px;

}

.panel-body a[aria-expanded="true"] {
    color: var(--teleperfomance-color)!important;
}

#showFilters:hover, #showFilters:focus {
    text-decoration: none;
}
/* End Filters */

/* Cards */

.cards-row{
    margin-bottom : 30px;
}

.cards-row .col-sm-3{
    margin-bottom : 3rem;
}

.card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.75rem;
    width: 100%;
    box-shadow: 0 11px 30px -9px rgb(0 0 0 / 10%);
}

.card-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body h5 {
    font-size: 2rem;
}

.card-title{
    margin-bottom: 3rem;
    min-height: 4.34rem;
}

.iconInCard {
  color: var(--teleperfomance-color); 
  font-size: 3rem !important;
}

.card-text{
    font-family: calibri,sans serif !important;
    font-style: normal !important;
    font-size: 14px;
    margin-bottom : 3rem;
    min-height: 4rem;
}

.icon-btn{
    margin-left : 5px
}

/* End Cards */

h4 {
    text-align: center;
}

.subSectionEventResum{
	border-style: solid;
	border-width: thin;
  border-radius: 0px 0px 10px 10px;
	border-color: #D8D8D8;
	margin-left :0%;
  margin-right: 0%;
  font-family: Calibri;
  font-size: 12px;
}

.titleEventResum{
	   border-style: solid;
	   border-width: thin; 
	   background-color: #ddd;
	   border-radius: 10px 10px 0px 0px;
}

.btn {
  border-radius: 5px;
}

.btn-primary {
	    color: #ffffff;
	    background-color: var(--teleperfomance-color);
	    border-color: var(--teleperfomance-color);
      border-radius: 5px;
}

.btn-primary[disabled], .btn-primary[disabled]:hover {
	    color: #ffffff !important;
	    background-color: #ccc !important;
	    border-color: #ccc !important;
}

/* Progress Bar*/

/*div.progress {
    background-color: #cca8cc !important;
}*/

div.progressContainerViewEvents {
    width: 150px;
    height: 20px;
    margin-top: 6px;
    line-height: 22px;
    color: white;
    font-weight: bold;
    text-align: center;
}

/*div.progress-bar {
    background-color: var(--teleperfomance-color) !important;
}

div.progress-bar-number {
    position: absolute;
    margin-left: 65px;
}*/


/* a renommer*/

.sectionSourcingEvent{
	border-style: solid;
	border-width: thin;
	border-radius: 0px 0px 10px 10px;
	border-color: #D8D8D8;
	font-family: Calibri;
	font-size: 12px;
	padding-bottom: 2%;
	padding-right : 2%;
	padding-left : 2%;
}
/*
AB conflict with Fomantic in the left sidebar
.title{
	   border-style: solid;
	   border-width: thin; 
	   background-color: #ddd;
	   border-radius: 10px 10px 0px 0px;
	   margin-top: 20px;
}
*/
.iconeSection{
	color: black;
}

.sectionQuiz{
	border-color: rgb(223, 223, 223) !important;
	border-radius: 10px 10px 10px 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.tab.sectionQuiz:hover {
	border-style: solid;
    background-color: #eee;
}


.tab.sectionQuiz>button.btnSectionQuiz, 
.tab.sectionQuiz>button.btnSectionQuiz:active, 
.tab.sectionQuiz>button.btnSectionQuiz:focus, 
.tab.sectionQuiz>button.btnSectionQuiz:hover,
.tab.sectionQuiz:hover>button.btnSectionQuiz, 
.tab.sectionQuiz:hover>button.btnSectionQuiz:active, 
.tab.sectionQuiz:hover>button.btnSectionQuiz:focus, 
.tab.sectionQuiz:hover>button.btnSectionQuiz:hover {
    background-color: transparent !important;
    color: black !important;
    outline:none !important;
}

.tab.sectionQuiz>button.btnSectionQuiz>span.badge{
    background-color: var(--teleperfomance-color)!important;
    color: #ffffff !important;
}

.subSectionQuizz:hover {
  background-color: mediumslateblue;
}

.standardBodyPage {
	padding-top: 10px;
    /*margin-left: -4% !important;*/
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

Label{
    font-size: 13px;
    line-height: 1.42857143;
    color: #808080;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight : normal;
}

.titreStandard {
	font-size: 18px;
    padding-bottom: 1%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color : var(--teleperfomance-color);
    display : inline-block;
}

.textarea {
	font-size: 12px;
    font-family: "Calibri";
}

.input {
	font-size: 14px !important;
    font-family: "Calibri";
}

.nav-tabs {
  margin-bottom: 3%;
  font-weight:700;
}

.nav-tabs-custom{
    background-color: #F5F6F7;
}

.nav-tabs>li>a {
    margin-right: -2px;
    border-color: #eee #eee #ddd;
    /*background-color: #f5e7ff82;*/
    /*background-color: #d399fd73;*/
    border-radius: 15% 15% 0% 0%;
    border-style: outset;
    color:#6b6b6b;
}

/* Buttons */

.btn-default {
    color: var(--teleperfomance-color);
    background-color: #fff;
    border-color: var(--teleperfomance-color);
}

.btn-default:hover {
    color: #F82B7E;
    background-color: #e6e6e6;
    border-color: #F82B7E;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    color: #fff !important;
    background-color: #F82B7E !important;
    border-color: #F82B7E !important;
    outline:none !important;
}

a {
    color: #F82B7E;
    text-decoration: none;
}

a:hover{
    color : #F82B7E;
}

.btn-link:hover, .btn-link:focus {
    color: #F82B7E;
}

.buttonGroup {
    /*padding-left: 13%;
    padding-bottom: 2%;*/
    margin-bottom : 3%;
}

.iconInTable {
  color: var(--teleperfomance-color); 
  font-size: x-large !important;
}

.iconInTable:hover {
  color: #F82B7E; 
  font-size: x-large;
}

.iconBack {
  color: var(--teleperfomance-color); 
  font-size: x-large !important;
  top: -0.3rem!important;
}

.btnBack{
    color: var(--teleperfomance-color); 
    font-size: 14px;
    padding : 0px!important;
    display : inline-block;
}

.btnBack i:hover{
    color : #F82B7E
}

.btnBack:hover i{
    color : #F82B7E
}

/* End Buttons */


.rowSourcingEvent {
	margin-left: 0px;
  margin-right: 0px;
}

.text {
	font-size: 1em;
	font-family: Calibri;
}

.picklist {
	font-size: 12px;
	font-family: Calibri;
}

/* Custom Table */
.customTable {
    /*border-style: groove;
    border-radius: 10px 10px 10px 10px;*/
    /*border: 1px solid #cac7c7;*/
    font-size: 13px;
}

div.customTable .row.tbody:nth-child(odd) {
    background-color: #fbfbfb;
}

.thead {
	/*border-radius: 10px 10px 0px 0px;*/
	background-color: #ddd;
  padding-bottom: 1%;
  padding-top: 1%
}

.tbody {
    /*border-style: outset;*/
    margin-bottom: 3px;
    /*margin-left: -11.9999px;
    margin-right: -11.9999px;*/
    margin-top: 1px;
    border-bottom: 1px solid #ddd;
}
.row{
    margin-left:0px;
    margin-right:0px;
}

/* Form Naviguation */


#myFormNaviguation li{
  cursor: pointer;
}

#myFormNaviguation li:hover{
  background-color: #BD86CD !important;
}

#myFormNaviguation li:hover a{
  color:white !important;
}

#myFormNaviguation li a{
  word-break: break-word;
}


iframe {
	width: -webkit-fill-available;
  height: -webkit-fill-available;
  border-style: none;
}

@supports (-moz-appearance:none) {
    iframe {
        width: 100%;
        height: 100%;
    } 
}

.pull-right {
    float: left !important;
}

.standardBodyPage>a>i {
	margin-right: 1%;
}

.EventSection {
	text-align: -webkit-center;
  border-style: ridge;
  border-color: grey;
  margin-bottom: 4%;
}

.form-control  {
	border-style: ridge !important;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control{
    background: #cccccc54;
    border: 1px solid #ccc;
    /* border: inherit; */
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Multiselect */

button.btn.multiselect{
    width: 100%;
    height: 30px;
    padding-top: 3px;
}

span.multiselect-native-select>div.btn-group{
    min-width: 140px;
}

/* End Multiselect */

/* Tabs custom style - Process */
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 20px 0px 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -80px;
    top: 34px;
    width: 85%;
    z-index: -1;
}
.process-model li.visited::after {
    background: var(--teleperfomance-color);
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 11%;
    text-align: center;
    float: center;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;
}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: var(--teleperfomance-color);
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: var(--teleperfomance-color);
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    color: #606060;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: var(--teleperfomance-color);
    color : var(--teleperfomance-color);
}
.process-model li p {
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}
.process-model .fa {
    line-height: 6rem;
}
@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}
@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}
.process-model li.active .triangle {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left : -1rem!important;
    opacity: 1;
    margin: 0 auto;
    bottom: -20px;
    border: 14px solid transparent;
    border-bottom-color: var(--teleperfomance-color);
}
.tab-events ul{
    margin-bottom : 5rem;
}
.tab-events #entitylist-filters ul{
    margin-bottom : 10px !important;
}
/* End Tabs custom style */
.badgeEvent{
color:white;
background-color: #FFB900;
text-align:center;
margin-top: 0px;
margin-left: 20px;
display:inline-block!important;
border-radius: 9px;
padding: 3px 20px 3px 20px;
min-width: 100px;
box-shadow: 1px 1px 2px grey;
}
.tab-events a, .tab-event a{
    font-size : 14px;
}
.project-tab {
    margin-top: -8%;
}
.project-tab h6.section-title{
    color: #eee;
}
.project-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.nav-fill .nav-item{
    flex: 1 1 auto;
}
.project-tab nav>li{
    min-width : 20%;
}
.separation-line{
    width:50%;
    margin-top:30px;
    margin-bottom:30px;
}
.tab-pane h4{
    margin-bottom: 30px;
}
/* Questionnaire */
.files-container{
    width:50%;
}
/* Timeline */
.hori-timeline .events {
    border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #dee2e6;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
    background-color: #F82B7E59;
    color:white;
}
.hori-timeline .events .event-list .event-date.due{
    background-color: #F82B7ECC;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
}
/* Bookmark */
.bookmark{
  color: white;
  background-color: var(--teleperfomance-color);
  width:200px;
  height:50px;
  position:fixed;
  border-radius:50px 0px 0px 50px;
  box-shadow: 2px 2px 3px #999;
  right: 0px;
  overflow: hidden; 
  transition: all .2s ease-in-out; 
  padding: 2.5px 5px 5px 5px;
  line-height: 40px;
  z-index: 3;
}

.bookmark.position-bottom{
  bottom: 40px;
}

.bookmark.position-center{
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*.bookmark:hover{
  right: 0px;
}*/

.bookmark .bookmark-icon{
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  margin-right: 5px;
  font-size: 30px;
}

.bookmark .bookmark-text{
  width: 130px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  float: right;
  margin-top: 2.5px;
}
/*this class hide all sections inside entity forms (this hides all useless white space inside entity form*/
.crmEntityFormView .entity-form section{
    display: none;
}
/* This class is used in Campaign Distribution templates */
.ui.grid.custom-filter {
    margin-top: 1rem 0;
}
.ui.grid.custom-filter .ui.segment:first-child {
    margin-top: 1rem 0 !important;
}
.ui.grid.custom-filter .ui.segment {
    cursor: pointer;
}

