/************** GENERAL **************/
/*************************************/
body {
    font-family: Ubuntu, Arial, sans-serif;
    color: #58585a;
}
.container_white{
    background-color: white;
    border-radius: 4px;
    padding-top:10px;
    border:1px solid #e7e7e7;
}
.shadow {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow:         0 0 15px rgba(0, 0, 0, 0.15);
}
.logo_container
{
    padding: 15px 0 15px 15px;
}
button:focus {
    outline: 0 !important;
}
.clear {
    clear: both;
}

.clear-fix:after {
    content: "";
    display: table;
    clear: both;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.important {
    font-weight: 900;
}

ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
}

a, a:active, a:focus {
    outline: none;
}

.none {
    display: none;
}
.intergrip-font-color {
    color: #F6A61A !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.kv_container {
    float:left;
    width:100%;
}
.kv_body{
    float:left;
    width:100%;
}
.kv_key
{
    float:left;
    width:40%;
}
.kv_value
{
    float:left;
    width:60%;
}
.gender_avatar
{
    float:left;
    width:100%;
}
.gender_avatar >img
{
    float:left;
    width:100%;
}

.break-each-word {
    /*display: table-caption;*/
}

.with-inline-title {
    display: inline-block;
}

/*************************************/
/********* WIDTH CLASSES **********/
/*************************************/
.w-100 {
    width:100%;
}


/*************************************/
/********* SPACER CLASSES **********/
/*************************************/
.margin-20-v {
    margin:20px 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom:30px;
}


/*************************************/
/********* COLOR CLASSES **********/
/*************************************/
.background-white {
    background:#fff;
}


/*************************************/
/********* HELPER FUNCTIONS **********/
/*************************************/
.no-margin
{
    margin: 0 !important;
}

.checkbox-no-margin {
    margin: 0 !important;
}
.btn.disabled, .btn[disabled] {
    pointer-events: auto;
}

.notifications {
    position: fixed;
    z-index: 50;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-no-margin-left {
    padding-left: 0;
    margin-left: 0;
}

.col-no-margin-right {
    padding-right: 0;
    margin-right: 0;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    flex-direction: column;
    flex-shrink: 0;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.row.is-flex > [class*='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* truncate text in columns of tables */
.table-column-truncate {
    position: relative;
}

.table-column-truncate-body {
    position: absolute;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top:50%;
    left:8px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}



/*************************************/
/********* NOTIFICATIONS *************/
/*************************************/
.notifications.top-right {
    right: 20px;
    top: 40px;
    z-index: 105;
}

.notifications.top-left {
    left: 20px;
    top: 40px;
}

.notifications.bottom-left {
    left: 20px;
    bottom: 40px;
}

.notifications.bottom-right {
    right: 20px;
    bottom: 40px;
}

.notifications > div {
    position: relative;
    margin: 5px 0px;
}

.notifications a.close{
    line-height: 0;
    position: absolute;
    top: 8px;
    right: 4px;
}

/*************************************/
/************ PORTAL BAR *************/
/*************************************/

#portalbar {
    background: #f8f8f8;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    padding: 0 20px;
    color: #777;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(119,119,119, 0.75);
    -moz-box-shadow:    1px 1px 2px 0px rgba(119,119,119, 0.75);
    box-shadow:         1px 1px 2px 0px rgba(119,119,119, 0.75);
}

#portalbar a {
    color: #777;
}

#portalbar a:hover {
    text-decoration: none;
    color: #777;
}

#portalbar .selector {
    z-index: 3;
    float: left;
    margin: 0;
    position: relative;
}

#portalbar .selector > li > a {
    cursor: default;
}

#portalbar .selector img.down-arrow {
    float: left;
    margin: 10px 5px 0 0;
}

#portalbar .selector, #portalbar .selector .submenu {
    list-style: none;
    padding: 0;
    z-index: 100;
}

#portalbar .selector .submenu {
    background: #f8f8f8;
    border-radius: 0 0 5px 5px;
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
}

#portalbar .selector a:hover {
    background: #eee;
}

#portalbar .selector .submenu li:last-child a:hover {
    border-radius: 0 0 5px 5px;
}

#portalbar .selector.right .submenu{
    right: 0;
    left: auto;
}

#portalbar .selector a {
    display: block;
    line-height: 24px;
    padding: 0 10px;
    white-space: nowrap;
}

/*************************************/
/*********** NOTIFICATIONS ***********/
/*************************************/

div.notification ul {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 18px;
    list-style-type: square;
}

div.notification i {
    font-size: 16px;
    margin-right: 8px;
}

div.notification strong {
    font-size: 16px;
}

div.notification.error {
    background-color: #fbedeb;
    border-radius: 4px;
    padding: 10px;
}

div.notification.success {
    background-color: #e2f4ea;
    border-radius: 4px;
    padding: 10px;
}

div.notification.success span {
    font-size: 14px;
}

.error-message {
    display: block;
    float: right;
    padding: 3px 9px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #e1a8aa;
    border-right: 1px solid #e1a8aa;
    border-bottom: 1px solid #e1a8aa;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
}
/*************************************/
/*********** FORMBUILDER *************/
/*************************************/

div.partsContainer {
    width: 49%;
    float: left;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.containerSeperator {
    width: 5px;
    height: 5px;
    float: left;
}

div.mainContainer {
    width: 49%;
    border-radius: 5px;
    float: left;
    border: 1px solid #d0d0d0;
}

div.overflowAll {
    overflow-x: auto;
}

ul.sortablePart,
ul.sortableStep,
ul.sortableBlock,
ul.sortableQuestion {
    list-style-type: none;
    padding: 5px 0 5px 5px;
    min-height: 20px;
    float: left;
}

div.expand {
    overflow: hidden;
    padding-left: 20px;
}

div.mainContainer div.content,
div.partsContainer div.content {
    padding-right: 5px;
    overflow: hidden;
}

div.mainContainer div.heading,
div.partsContainer div.heading {
}

div.mainContainer div.heading {
    padding: 7px 0;
}

div.partsContainer div.heading {
    padding: 10px 5px 9px 5px;
}

div.partsContainer ul {
    width: 100%;
    padding-right: 0;
}

div.mainContainer ul {
    width: 100%;
    padding-right: 0;
}

div.mainContainer ul li,
div.partsContainer ul li {
    overflow: hidden;
}

div.mainContainer ul li div.main-item,
div.partsContainer ul li div.main-item {
    background-color: #f2f2f2;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-left: 3px dotted #d0d0d0;
    padding: 5px 5px 5px 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

ul li span.icons {
    position: absolute;
    right: 28px;
}

ul li span.icons div {
    float: left;
    margin-left: 10px;
}

ul li.placeholder,
ul li.sortablePlaceholder {
    border: 3px dotted #d0d0d0;
    background-color: #aef2b2 !important;
    height: 32px;
}

div.formbuilderForm {
    margin-bottom: 2px;
}

div.expand {
    display: none;
}

/*************************************/
/*************** FORMS ***************/
/*************************************/

div.form-group {
}

/*************************************/
/************** TABLES ***************/
/*************************************/
.table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(2n) > td.danger,
.table-striped > tbody > tr:nth-child(2n) > th.danger {
    background-color: #f2dede;
}

table td {
    vertical-align: middle !important;
}

table td.control,
table td.wrap,
table td.date {
    width: 1px;
    white-space: nowrap;
}

table td.date {
    color: #777777;
}

table.subtable td.icons,
table.subtable-multi td.icons {
    width: 50px;
}

table.subtable td.icons span,
table.subtable-multi td.icons span {
    cursor: pointer;
}

table.subtable td.error,
table.subtable-multi td.error {
    color: #a94442;
}

table.table.table-plain td {
    border: none;
    padding-top: 2px;
    padding-bottom: 0;
}

/*************************************/
/************** BUTTONS **************/
/*************************************/

a.btn {
    text-decoration: none;
}

.btn-multi-line {
    white-space: normal !important;
}
.text-align-left {
    text-align: left;
}

.btn-chevron-right {
    position: absolute;
    right: 0;
    margin-right: 25px;
}

/*************************************/
/*********** FONT AWESOME ************/
/*************************************/

.fa-icon-invisible {
    visibility: hidden;
}

.fa {
    width: 1.2em;
    text-align: center;
}

button .fa {
    text-align: center;
}

.fa-pull-left .fa {
    text-align: left;
}

.alert {
    padding: 15px;
}

/*************************************/
/******* BOOTSTRAP EXTENSION *********/
/*************************************/
a.list-group-item.active > .badge-danger,
.nav-pills > .active > a > .badge-danger {
    color: #d9534f;
}
.bootbox {
    z-index: 9000;
}
.navbar{
    background-color: #ffffff;
    border:none;
    border-radius: 0;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.dropdown:hover .dropdown-menu {*/
    /*display: block;*/
/*}*/

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
    display:none !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block !important;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#000;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.btn-dropdown-menu {
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 7px 18px !important;
}
.menu-buttons .dropdown:hover .dropdown-menu {
    display: block;
}
.menu-buttons .dropdown-toggle {
    width: auto;
}
.menu-buttons .dropdown-menu {
    margin-left: 15px;
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 11px;
}
.menu-buttons .btn-dropdown-menu-li > a {
    margin-bottom: -2px;
    border-radius: 0;
}
.menu-buttons .btn-dropdown-menu-li:first-child > a{
    border-radius: 6px 6px 0 0;
}

.menu-buttons .btn-dropdown-menu-li:last-child > a {
    border-radius: 0 0 6px 6px;
}

.menu-buttons .btn-dropdown-menu-li:only-child > a {
    border-radius: 6px;
}

.badge-danger {
    margin-top: 1px;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.badge.badge-inline {
    display: inline;
    position: static;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
}

.input-group {
    width: 100%;
}

span.input {
    display: table-cell;
    position: relative;
}

.input-group.single-input span.input {
    display: block;
    position: relative;
}

.input-group.single-input .form-control:first-child {
    border-radius: 4px;
}

.no-border-radius-left input.form-control {
    border-radius: 0 4px 4px 0 !important;
}

div.tooltip ul {
    list-style-type: none;
}

.tooltip.top .tooltip-inner, .tooltip.left .tooltip-inner, .tooltip.bottom .tooltip-inner, .tooltip.right .tooltip-inner {
    background-color: white;
    color: #58585a;
    border: 1px solid #ddd;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ddd;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #ddd;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ddd;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #ddd;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

div.modal-error h1 {
    font-size: 60px;
    text-align: center;
}

.radio-inline, .checkbox-inline {
    padding-left: 0;
    padding-right: 20px;
}

.checkbox-inline {
    float:left;
    margin-left: 20px;
}

.well {
    padding: 13px 18px;
}

.well.important {
    border-color: #c1c1c1;
}

.well.with-attachment {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
}

.well .input-group {
    margin: 0;
}

.well-attachment {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.well-attachment.alert {
    padding-top: 6px;
    padding-bottom: 6px;
}

.well-attachment button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.well-attachment .row > div {
    padding-right: 0;
}

.child-rows-no-padding .row {
    padding: 0;
    margin: 0;
}

.child-form-groups-no-margin .form-group {
    margin: 0;
}

.panel-sub-heading {
    font-size: 14px;
    color: #58585a;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 5;
}

.panel-border-top {
    border-top: 1px solid #ddd;
}

.panel-addition {
    position:absolute;
    display: inline-block;
    padding: 5px;
    margin: 0 10px 0 10px;
    border: 1px solid #ccc;
}

.panel-addition.panel-addition-top {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    top: -45px;
}

.panel-addition.panel-addition-right {
    float: right;
    right: 15px;
}

div.panel.panel-with-addition {
    position: relative;
    margin-top: 25px;
}
/*************************************/
/******* TYPEAHEAD *******************/
/*************************************/

span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

span.twitter-typeahead {
    width: 100%;
}
.input-group span.twitter-typeahead {
    display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}

div#loader {
    display: none;
}

/*Servicedesk pagina*/

.servicedeskheader{
    text-align: center;
    margin-top: 8%;
    margin-bottom: 10%;
}

.servicedeskheader h1{
    color: #FFA726;
    font-size: 40px;
}

.servicedeskheader p{
    font-size: 15px;
}

#Actualservicedesk{
    height: auto;
}

.sidebar {
    border-left: solid thin #E0E0E0;
}

#Actualvombo{
    width: 100%;
    height: auto;
    padding-left: 5px;
}

#Availability{
    width: 100%;
    height: auto;
    padding-left: 5px;
}

#Celphoneservice{
    padding-left: 20px;
}

.sidebartext{
    padding-left: 55px;
}

.helpdesk-service {
    padding-top:10px
}

#chatservice{
    padding-left: 20px;
}

#emailservice{
    padding-left: 20px;
}

#Ownservice{
    width: 100%;
    height: auto;
    padding-left: 5px;
}

#Ownservice a{
    color: #FFA726;
    text-decoration: none;
    font-weight: bold;
}

#searchbar{
    float: left;
    margin-left: 2%;
    margin-bottom: 5%;
    width: 100%;
    height: auto;
    padding-left: 20px;
}

#inputservice{
    float: left;
    width: 90%;
    border: solid thin #E0E0E0;
    border-radius: 25px;

}

#inputservice input {
    padding: 10px 10px 10px 20px;
    width: 90%;
    border: none;
    border-radius: 25px;
    outline: none;
}

#searchservice{
    padding:10px;
    color: #FFA726;
    float: right;
    padding-right: 15px;
    width: 10%;
    text-align: right;
}

.openclicker {
    cursor: pointer;
}

#morebutton{
    margin-left: 55px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#resetbtn{
    margin-left: 10px;
}

#faq {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 70%;
    height: auto;
    padding-left: 20px;
    background-color: #EEEEEE;
}

#questionservice{
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 90%;
    height: auto;
    padding-left: 20px;
    background-color: white;
    border-radius: 10px;
}

#questionservice li{
    padding-top: 15px;
    color: #9E9E9E;
}

#questionservice a{
    color: #FFA726;
    text-decoration: none;
    font-weight: bold;
}

#AllAskedquestions{
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 60%;
    height: auto;
    padding-left: 20px;
    padding-top: 10px;
}

#AllAskedquestions a{
    color: #FFA726;
    text-decoration: none;
    font-weight: bold;
}

#Overservicedesk{
    float: left;
    display:block;
    height: auto;
}


.Overservicedeskinfo{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
    margin-bottom: 40px;
    min-height: 250px;
    height: auto;
    position: relative;
}

#Overservicedeskinfoext{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
    color: #FFA726;
    margin-bottom: 40px;
}

.Overservicedeskinfo a:hover{
    color: #828282;
}

.over-servicedesk-question-home {
    padding: 12px 0 0 0;
}
.over-servicedesk-question-home a {
    color: #58585a;
}

.overservicedeskquestion{
    padding: 18px 0 8px 0;
}

.overservicedeskquestion a{
    color: #58585a;
}
#readMoreLink {
    float:left;
    width:100%;
}
#readMoreLink a {
    float:left;
    text-align: center;
    width: 100%;
    color:#FFA726;
    font-style: italic;
    font-weight: bold;
}
#readMoreLink a:hover {
    color:#E29222;
}

.Overintergrip{
    width: 32.9%;
    /*height: auto;*/
    border-radius: 10px;
    display: block;
    /*vertical-align: top;*/
    float: left;
    position: relative;
}
.roleheight {
    display:block;
    margin-top:10px;
}

.roleheight a{
    color: #FFA726;
}

.roleheight a:hover{
    color: #E29222;
}

.Overintergrip a{
    text-decoration: none;
}

.Overintergripext{
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.Overintergripext a{

    text-decoration: none;

}

#servicedesk{
    width: 32.9%;
    height: auto;
}

#servicedeskinfo{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
}

#tekst1{
    width: 32.9%;
    height: auto;
}

#tekstinfo1{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
}

#tekst2{
    width: 32.9%;
    height: auto;
}

#tekstinfo2{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
}

#tekst3{
    width: 32.9%;
    height: auto;
}

#tekstinfo3{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
}

#tekst4{
    width: 32.9%;
    height: auto;
}

#tekstinfo4{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
}

#servicedesk a{
    color: #FFA726;
    text-decoration: none;
    font-weight: bold;
}

#systeemhandleiding{
    width: 68%;
    height: auto;
    margin-left: 2%;
}

#systeemhandleidinginfo{
    border-top: solid thin #E0E0E0;
    padding-left: 20px;
}

#systeemhandleiding a{
    color: #FFA726;
    text-decoration: none;
    font-weight: bold;
}

#laatstenieuws{
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 70%;
    height: auto;
}

#Nieuws1{
    border-top: solid thin #E0E0E0;
    width: 32.9%;
    height: auto;
    color: #BDBDBD;
    float: left;
}

#Nieuws1 a{
    color: #FFA726;
    text-decoration: none;
    font-weight: bold;
}

#Nieuws1 b{
    color: #777777;
}

#laatstenieuwsname{
    margin-top: 10px;
    margin-bottom: 10px;
}

.servicebutton{
    padding:2px 20px 2px 20px;
    background-color: #FFA726;
    color: white;
    border: none;
    border-radius: 5px;
    height: 24px;
    display: block;
}
.servicebutton-small {
    max-width: 80px;
}
.servicebuttonclosed{
    background-color: #BDBDBD;
    color: white;
    border: none;
    border-radius: 5px;
    height: auto;
}

.servicebutton:hover{
    background-color: #E29222;
    text-decoration: none;
    color: #FFFFFF;
}

.sideimg{
    color: #FFA726;
    font-size: 30px;
    height: auto;
    text-align: right;
    padding: 0;
}

.newstext{
    float: left;
    width: 32.9%;
    height: auto;
    padding-left: 20px;
    border-top: solid thin #E0E0E0;
}

.margin-bottom {
    margin-bottom: 15px !important;
}

.newstext h4{
    font-weight: bold;
}

.newstext a{
    color: #FFA726;
    text-decoration: none;
    font-weight: bold;
}

.paddingleft{
    padding-left: 20px;
}

.paddingleft h4{
    color: #FFA726;
}

.open-text-sidebar{
    text-align: center;
    color: #4CAF50;
}

.closed-text-sidebar{
    text-align: center;
}

.textservice{
    color: #FFA726;
    padding-left: 20px;
}

#Questionservice{
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 65%;
    height: auto;
    padding-left: 100px;
}

.Questionstyle{
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
}

.Questionstyles{
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.underlinestyle{
    border-bottom: solid thin #E0E0E0;
    margin-bottom: 15px;
}

#newsservice{
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 65%;
    height: auto;
    padding-left: 100px;
}

.Questionstyle p{
    display: none;
}

.toggleservice{
    padding-left: 20px;
}

#linkservices{
    margin-left: 120px;
    font-size: 14px;
    float: left;
    color: #000de0;
}

#linkservices a{
    color: #E0E0E0;
    text-decoration: none;
}

#linkservices a:hover{
    color: #C4C4C4;
}

.servicedeskbutton{
    float: right;
    margin-top: 10px;
    margin-right: 50px;
    width: 120px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.servicedeskbutton:hover{
    cursor: pointer;
}

.servicedeskLoginPanel {
    text-align: center;
    padding: 15px;
}

#servicedeskbodya {
    background-color: #f8f8f8;
}

#servicedeskbodyb{
    background-image: url("../images/bg-photo-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#headerbar{
    background-color: white;
    padding-top: 1px;
}

.intergrip-logo {
    margin: 15px 0 15px 15px
}

.intergrip-logo img {
    height: 55px;
}

#bodywrap{
    background-color: white;
    border-radius: 12px;
}

#bodywrap.servicedesk-body {
    padding-bottom: 15px;
}

.ahreflink{
    color: #E0E0E0;
    margin-left: 20px;
    margin-bottom: 30px;
}

.ahreflink a{
    color: #E0E0E0;
    text-decoration: none;
}

.ahreflink a:hover{
    color: #C4C4C4;
}

a {
    cursor: pointer;
}

.servicedeskheader:hover{
    cursor: pointer;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mailsidebar{
    margin-left: 60px;
}

.input-group.required-input .selectize-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.backlinkstyle{
    color: lightgrey;
    margin-left: 120px;
}

.backlinkstyle:hover{
    text-decoration: none;
    color: grey;
}

.navservicedesk{
    border-color: transparent;
}

.socialmedia{
    margin-left: 100px;
    margin-top: 20px;
}

.facebooklink{
    margin-right: 10px;
}

textarea.slim-textarea {
    height: 34px;
    min-height: 34px;
}

div.datehandler {
   margin: 0;
}

.block-dates {
    width: 500px;
    min-height: 350px;
    position: relative;

}

.block-dates .clndr .clndr-table {
    height: 350px;
}

.block-dates-list {
    float: left;
    margin-left: 80px;
}

.block-date-handler {
    width: 500px;
    min-height: 350px;
    position: relative;
}

@media only screen and (min-width : 320px) {
    .modal-responsive, .modal {
        width: 300px !important;
    }
}

@media only screen and (min-width : 480px) {
    .modal-responsive, .modal {
        width: 450px !important;
    }
}

@media only screen and (min-width : 768px) {
    .modal-responsive, .modal {
        width: 600px !important;
    }
}

@media only screen and (min-width : 992px) {
    .modal-responsive, .modal {
        width: 900px !important;
    }
}
@media only screen and (min-width : 992px) {
    .modal-responsive, .modal {
        width: 1000px !important;
    }
}


.modal-xl {
    width: auto;
    min-width: 1200px !important;
}
.modal-lg {
    width: auto;
    min-width: 1000px !important;
}
.modal-md {
    width: auto;
    min-width: 700px !important;
}
.modal-sm {
    width: auto;
    min-width: 450px !important;
}
.modal-xs {
    width: auto;
    min-width: 300px !important;
}

.bootbox.modal {
    width: auto !important;
}

.table-break-word td {
    word-break: break-all;
}

.relative {
    position: relative;
}

form.special-transfer-modal-form label.error {
    right: 15px;
    font-weight: normal;
    font-style: italic;
}

.panel-body.panel-body-tagged {
    padding: 0;
    background-color: #f5f5f5;
}

.panel-body.panel-body-tagged .panel-tag {
    width: 60px;
    float: left;
    font-size: 36px;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: 5px;
}

.panel-body.panel-body-tagged .panel-content {
    padding: 15px;
    margin-left: 60px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    min-height: 60px;
    line-height: 30px;
}

@-webkit-keyframes stop-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes stop-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.stop-spin {
    -webkit-animation: stop-spin 2s infinite linear;
    animation: stop-spin 2s infinite linear;
}

div.fancybox-inner {
    position: relative;
}

div.fancybox-inner div.fancy-notification.fixed-fancy-notification {
    position: fixed;
    z-index: 150;
}

div.fancybox-inner div.fancy-notification.fixed-fancy-notification div.alert{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 768px){                              /* XS */
    .progress-bar-top,
    .progress {
        width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {      /* SM */
    .progress-bar-top,
    .progress {
        width: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {     /* MD */
    .progress-bar-top,
    .progress {
        width: 120px;
    }
}

@media (min-width: 1200px) {                            /* LG */
    .progress-bar-top,
    .progress {
        width: 190px;
    }

    .progress-bar-top.small,
    .progress.small {
        width: 120px;
    }
}

.progress {
    position: relative;
    margin: 0 auto;
}

.progress.in-group {
    height: 34px;
    float: left;
    border-radius: 0;
    width: 80px;
}

span.progress-numbers {
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 0;
}

.progress-count span.progress-numbers {
    top: 2px;
}

.small .progress-count span.progress-numbers {
    top: 0;
}

.progress.in-group .progress-bar-top {
    width: 80px;
}

.progress.in-group .progress-count,
.progress.in-group .progress-bar .progress-bar-top {
    height: 100%;
    top: 7px;
}

.progress-bar {
    min-width: 0 !important;
}

span.progress-percentage {
    font-size: 12px;
    display: block;
    float: right;
    margin-top: 2px;
}

span.progress-percentage,
.progress-count span.progress-numbers {
    color: #989898;
}

.progress-bar-info {
    background-color: #5bc0de;
}
.fancybox-overlay .progress-bar-top,
.fancybox-overlay .progress {
    width: 120px;
}

.progress-count {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
}

.progress-bar {
    position: absolute;
    font-size: 14px;
    overflow: hidden;
    top: 0;
    border-radius: 4px;
}

.progress-bar-top {
    position: absolute;
    color: #f5f5f5;
    top: 0;
    text-align: center;
}

.small .progress-count,
.progress-bar-top.small {
    text-align: left;
    padding-left: 10px;
    line-height: 23px;
}

.alert .list-group {
    background-color: inherit;
    border-color: inherit;
}

.alert .list-group .list-group-item {
    background-color: inherit;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    border-left-width: 3px;
    border-color: inherit;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.portal-container .alert li {
    list-style-type: none;
    float: right;
}

.badge.badge-link {
    top: 10px;
    right: 6px;
    width: 18px;
    padding-left: 6px;
}

div.well.well-with-label {
    position: relative;
    padding: 0;
}

div.well.well-with-label div.well-label {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
}

div.well.well-with-label div.well-content {
    display: inline-block;
    padding: 13px 18px;
    border-left: 1px solid #ddd;
}

table.link-actions tr th {
    padding-right: 30px;
}

table.link-actions {
    margin-bottom: 20px;
}

label.label-size-regular {
    font-size: 100%;
}

label.label-info {
    background-color: #5bc0de;
}

label.label-success {
    background-color: #5cb85c;
}

label.label-danger {
    background-color: #d9534f;
}

label.label-warning {
    background-color: #f0ad4e;
}

div.list-group-with-well ul.list-group {
    width: 30%;
    float: left;
    margin-top: 15px;
}

div.list-group-with-well ul.list-group.list-group-navigation li.list-group-item:hover {
    cursor: pointer;
}

div.list-group-with-well ul.list-group.list-group-navigation li.list-group-item.active a {
    color: #ffffff;
}

div.list-group-with-well ul.list-group li.list-group-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div.list-group-with-well ul.list-group li.list-group-item.active {
    border-right: 0;
}

div.list-group-with-well div.well-content div.well-pane {
    display: none;
}

div.list-group-with-well div.well-content div.well-pane.active {
    display: block;
}

div.list-group-with-well div.well-content h1 {
    font-size: 28px;
}

div.list-group-with-well div.well-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.list-group-with-well div.well {
    background: #fff;
    width: 70%;
    float: left;
    margin-left: -1px;
    min-height: 300px;
}

div.dossier-container {
    min-height: 100px;
}

.navbar-saperator {
    border-left: 1px solid #d8d8d8 !important;
    padding: 10px 10px 10px 3px !important;
}

ul.tooltip-list {
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.tooltip-list li {
    padding: 0;
    margin: 0;
}

.tooltip-inner {
    max-width: 400px;
}

.footer {
    position: relative;
    width:100%;
    line-height: 35px;
    height: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #e6e6e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 0;
}

.footer a, .footer a:hover, .footer a:active, .footer a:link {
    color: #555a5d;
}

.btn-group-vertical .btn:last-child:not(:only-child) {
    border-radius: 0 0 4px 4px !important;
}
.btn-group-vertical .btn:first-child:not(:only-child) {
    border-radius: 4px 4px 0 0 !important;
}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
    border-radius: 0 !important;
}

/******************************
** STUDENT NAVIGATION *********
******************************/


@media screen and (max-width: 1280px) {
    .button-text {
        display: none !important;
    }
}

.navbar-new {
    font-family: "Ubuntu";
    height: 140px;
    border-radius: 0;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

ul.dropdown-menu-text-left li a{
    text-align: left !important;
}

.menu-isn {
    color: #afafaf;
}

.menu-buttons {
    padding-top: 5px;
    margin-right: 40px;
}

.menu-buttons a {
    position: relative !important;
    margin-right: 8px;
}

.menu-dashboard-heading {
    margin-left: 48px;
}

.menu-dashboard-heading img {
    height: 55px;
}

.menu-dashboard-elements {
    border-left: 2px solid #CCCCCC;
    padding-left: 20px;
    margin: 0 0 0 80px;
}

.menu-dashboard-heading .menu-dashboard-title {
    margin: 0 0 0 0;
    /*paddin-top: 5px;*/
}

.menu-dashboard-link, .menu-dashboard-link:hover, .menu-dashboard-link:active, .menu-dashboard-link:focus {
    color: inherit;
    text-decoration: none;
}

.badge-menu {
    position: absolute !important;
    right: -7px;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .navbar-new {
        height: 110px;
    }
    .menu-dashboard-heading {
    }

    .menu-dashboard-elements {
        margin: 0 0 0 75px;
    }

    .menu-dashboard-elements h2 {
        font-size: 26px;
    }

    .menu-dashboard-heading img {
        height: 50px;
    }
}


@media screen and (max-width: 767px) {
    .navbar-new {
        height: 80px;
    }
    .menu-dashboard-heading {
        margin-left: 15px;
    }

    .menu-buttons {
        margin-right: 15px;
    }

    .menu-dashboard-heading img {
        display: none !important;
    }

    .menu-dashboard-elements {
        border:none;
        padding: 0;
        margin: 0;
    }
    .menu-dashboard-elements h2 {
        padding-top: 16px;
        font-size: 20px;
    }

    .menu-dashboard-elements .menu-welcome-message {
        display: none;
    }
}

/********* BUTTON STYLING ********/

.btn-font-medium {
    font-size: 17px;
}

.btn-dashboard {
    font-weight: 500;
    border-radius: 40px;
    border-width: 2px;
    padding: 9px 10px;
}

.btn-small {
    padding: 3px 5px !important;
}

.btn-medium {
    padding: 6px 12px !important;
}
.btn-large, .btn-large:active, .btn-large:link {
    font-size: 18px;
    padding: 7px 20px;
}

.btn-line.btn-primary[disabled] {
    background-color: #F6A61A !important;
}

.btn-line.btn-intergrip, .btn-line.btn-intergrip:visited, .btn-line.btn-intergrip:focus {
    border: 2px solid #F6A61A;
    background-color: #fff;
    color: #F6A61A !important;
    font-weight: 500;
}

.btn-line.btn-default, .btn-line.btn-default:visited, .btn-line.btn-default:focus {
    border: 2px solid #C0C0C0;
    background-color: #fff !important;
    color: #717174 !important;
    font-weight: 500;
}
.btn-line.btn-default:hover, .btn-line.btn-default:active {
    border: 2px solid #C0C0C0;
    background-color: #fafafa !important;
}

.tooltip ul {
    margin: 0;
    padding: 0;
}

.tooltip ul li {
    margin: 0;
    padding: 0;
}

.nav-special-buttons {
    margin-bottom: 5px !important;
}

.btn-text {
    color: inherit !important;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-left: none;
    background: #eee;
}

.btn-text.btn-text-default {
    background-color: #595959 !important;
    border-color: #4c4c4c !important;
    color: #fff !important;
    border-bottom-right-radius: inherit !important;
    border-top-right-radius: inherit !important;
}

.btn-text:first-child,
.btn-text:first-child:hover {
    border-left:1px solid #ddd;
    border-right: none !important;
    z-index: 0 !important;
}
.btn-text:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ql-container, .ql-container>div {
    min-height: 150px !important;
}

.ql-container .ql-editor {
    word-break: break-word;
    background-color: #fff;
}

.multiselect-me.singleselect .selectize-input {
    background-image: none !important;
    border: 1px solid #d0d0d0 !important;
    background-color: inherit !important;
}

.block {
    display: block !important;
}

.margin-top-more {
    margin-top: 20px;
}

.margin-top {
    margin-top: 15px;
}

.margin-right-small {
    margin-right: 10px;
}

/***********************************************************************************************************************
********* QUILL ********************************************************************************************************
***********************************************************************************************************************/
.ql-editor p {
    margin-bottom: 8px !important;
}
.quill-me:not(.ql-container) {
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 4px 0 0 4px;
}
.quill-me:not(.ql-container) > .ql-loader {
    margin: 4px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #F6A61A;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/********* NAVBAR ********/
.navbar.student {
    height: 140px;
    border-radius: 0;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

ul.dropdown-menu-text-left li a{
    text-align: left !important;
}

.menu-isn {
    color: #afafaf;
}

.menu-buttons {
    padding-top: 5px;
    margin-right: 40px;
}

.menu-buttons a {
    position: relative !important;
    margin-right: 8px;
}

.menu-dashboard-heading {
    margin-left: 48px;
}

.menu-dashboard-heading img {
    height: 55px;
}

.menu-dashboard-elements {
    border-left: 2px solid #CCCCCC;
    padding-left: 20px;
    margin: 0 0 0 80px;
}

.menu-dashboard-heading .menu-dashboard-title {
    margin: 0 0 0 0;
    /*paddin-top: 5px;*/
}

.menu-dashboard-link, .menu-dashboard-link:hover, .menu-dashboard-link:active, .menu-dashboard-link:focus {
    color: inherit;
    text-decoration: none;
}

.badge-menu {
    position: absolute !important;
    right: -7px;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .navbar {
        height: 110px;
    }
    .menu-dashboard-heading {
    }

    .menu-dashboard-elements {
        margin: 0 0 0 75px;
    }

    .menu-dashboard-elements h2 {
        font-size: 26px;
    }

    .menu-dashboard-heading img {
        height: 50px;
    }
}


@media screen and (max-width: 767px) {
    .navbar {
        height: 80px;
    }
    .menu-dashboard-heading {
        margin-left: 15px;
    }

    .menu-buttons {
        margin-right: 15px;
    }

    .menu-dashboard-heading img {
        display: none !important;
    }

    .menu-dashboard-elements {
        border:none;
        padding: 0;
        margin: 0;
    }
    .menu-dashboard-elements h2 {
        padding-top: 16px;
        font-size: 20px;
    }

    .menu-dashboard-elements .menu-welcome-message {
        display: none;
    }
}
/********* BUTTON STYLING ********/

.btn-font-medium {
    font-size: 17px;
}

.btn-dashboard {
    font-weight: 500;
    border-radius: 40px;
    border-width: 2px;
    padding: 9px 10px;
}

.btn-small {
    padding: 3px 5px !important;
}

.btn-medium {
    padding: 6px 12px !important;
}
.btn-large, .btn-large:active, .btn-large:link {
    font-size: 18px;
    padding: 7px 20px;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: none;
}

/**** DATE BETWEEN FILTER ****/
div.date-between .datepicker {
    width: 50%;
    padding-left: 12px;
    cursor: pointer;
    background-color: white;
}

div.date-between .datepicker:last-child {
    border-left: 0;
}

span.input.input-block {
    display: block;
}

.no-margin {
    margin: 0;
}

.instance-module-selector input {
    border-radius: 3px;
}

.no-wrap,
.nowrap {
    white-space: nowrap;
}
.contact-whatsapp-container {
    position: fixed;
    bottom: 5px;
    right: 5px;
}
.whatsapp-button {
    z-index: 50;
    font-family: 'Ubuntu', sans-serif;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: default;
    box-shadow:
            inset 0 0 0 4px rgba(255,255,255,0.6),
            0 1px 2px rgba(0,0,0,0.1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-1 {
    background-image: url(//png.pngtree.com/element_our/md/20180301/md_5a9797d574aa7.png);
    background-size: contain;
}

.whatsapp-info {
    color: inherit;
    text-decoration: inherit !important;
    position: absolute;
    background: rgba(63,147,147, 0.8);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-backface-visibility: hidden;

}

.whatsapp-info h3 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 2px;
    text-shadow:
            0 0 1px #fff,
            0 1px 2px rgba(0,0,0,0.3);
}

.whatsapp-button:hover {
    box-shadow:
            inset 0 0 0 1px rgba(255,255,255,0.1),
            0 1px 2px rgba(0,0,0,0.1);
}
.whatsapp-button:hover .whatsapp-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.unsupported-browser {
    text-align: center;
}

.unsupported-browser p {
    margin: 15px 0 20px;
}

.unsupported-browser .btn-primary {
    background-color: #F99D1C;
    border: 1px solid #dc8306;
}

.unsupported-browser img.internet {
    max-height: 100px;
    width: auto;
    margin-bottom: 15px;
}

.btn-group {
    display: flex;
}

html.student table tr td.wrap.choice em {
    color: #999;
}
