Veuillez Sélectionner les destinataires@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/* CSS Document */
/*=============== First Connect interface=====================*/


/* CSS Document */
/*=============== UI WIDGET CSS CUSTOM=====================*/
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #cfdde9;
    color: #333333;
    font-weight: bold;
}
/*=============== UI WIDGET CSS CUSTOM=====================*/

.jqx-widget{
	font-family: 'Roboto', sans-serif;
}
.jqx-grid-column-header, .jqx-grid-columngroup-header{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.jqx-grid-cell{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	border: none;
}
.jqx-expander-content{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
}
.gc-button{
	display: inline-block;
}
.jqx-widget-content {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
}
.jqx-grid-pager-number {
    /*padding: 2px 5px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid transparent;
    color: inherit !important;
    outline: none;
    font-weight: normal !important;*/
	line-height: inherit;
}
.jqx-widget-energyblue .jqx-grid-cell-sort-energyblue, .jqx-widget-energyblue .jqx-grid-cell-filter-energyblue, .jqx-widget-energyblue .jqx-grid-cell-pinned-energyblue, .jqx-grid-cell-sort-energyblue, .jqx-grid-cell-filter-energyblue, .jqx-grid-cell-pinned-energyblue
{
  background-color: #E0E9F5;
  color: #222222;
  text-shadow: none;
}
/*==========================	STYLE E-MAIL INDIV	==========================*/
.pick-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.pick-container,
.pick-drop,
.pick-search,
.pick-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.pick-container .pick-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.pick-container.pick-drop-above .pick-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.pick-container.pick-allowclear .pick-choice .pick-chosen {
    margin-right: 42px;
}

.pick-container .pick-choice > .pick-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.pick-container .pick-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/images/pick.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.pick-container.pick-allowclear .pick-choice abbr {
    display: inline-block;
}

.pick-container .pick-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.pick-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.pick-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);

    font-family: 'Roboto', sans-serif;
    font-size: 12px;

}

.pick-drop.pick-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.pick-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.pick-drop.pick-drop-above.pick-drop-active {
    border-top: 1px solid #5897fb;
}

.pick-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.pick-drop-auto-width .pick-search {
    padding-top: 4px;
}

.pick-container .pick-choice .pick-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.pick-container .pick-choice .pick-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/pick.png') no-repeat 0 1px;
}

.pick-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.pick-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/images/pick.png') no-repeat 100% -22px;
    background: url('/images/pick.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/pick.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/pick.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/pick.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.pick-drop.pick-drop-above .pick-search input {
    margin-top: 4px;
}

.pick-search input.pick-active {
    background: #fff url('pick-spinner.gif') no-repeat 100%;
    background: url('pick-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('pick-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('pick-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('pick-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.pick-container-active .pick-choice,
.pick-container-active .pick-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.pick-dropdown-open .pick-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.pick-dropdown-open.pick-drop-above .pick-choice,
.pick-dropdown-open.pick-drop-above .pick-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.pick-dropdown-open .pick-choice .pick-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.pick-dropdown-open .pick-choice .pick-arrow b {
    background-position: -18px 1px;
}

.pick-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.pick-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pick-results ul.pick-result-sub {
    margin: 0;
    padding-left: 0;
}

.pick-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.pick-results li.pick-result-with-children > .pick-result-label {
    font-weight: bold;
}

.pick-results .pick-result-label {
    padding: 3px 22px 4px;
    margin: 0;
    cursor: pointer;
    line-height: 16px;
    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.pick-result-label img {
    display: inline;
    position: absolute;
    left: 7px;
}

.pick-results-dept-1 .pick-result-label { padding-left: 20px }
.pick-results-dept-2 .pick-result-label { padding-left: 40px }
.pick-results-dept-3 .pick-result-label { padding-left: 60px }
.pick-results-dept-4 .pick-result-label { padding-left: 80px }
.pick-results-dept-5 .pick-result-label { padding-left: 100px }
.pick-results-dept-6 .pick-result-label { padding-left: 110px }
.pick-results-dept-7 .pick-result-label { padding-left: 120px }

.pick-results .pick-highlighted {
    background: #3875d7;
    color: #fff;
}

.pick-results li em {
    background: #feffde;
    font-style: normal;
}

.pick-results .pick-highlighted em {
    background: transparent;
}

.pick-results .pick-highlighted ul {
    background: #fff;
    color: #000;
}


.pick-results .pick-no-results,
.pick-results .pick-searching,
.pick-results .pick-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.pick-results .pick-disabled.pick-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.pick-results .pick-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.pick-results .pick-selected {
    display: none;
}

.pick-more-results.pick-active {
    background: #f4f4f4 url('pick-spinner.gif') no-repeat 100%;
}

.pick-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.pick-container.pick-container-disabled .pick-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.pick-container.pick-container-disabled .pick-choice .pick-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.pick-container.pick-container-disabled .pick-choice abbr {
    display: none;
}


/* multiselect */

.pick-container-multi .pick-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.pick-locked {
  padding: 3px 5px 3px 5px !important;
}

.pick-container-multi .pick-choices {
    min-height: 22px;
    max-height: 36px;
    overflow-y: auto;
}

.pick-container-multi.pick-container-active .pick-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.pick-container-multi .pick-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .pick-container-multi .pick-choices li
{
    float: right;
}
.pick-container-multi .pick-choices .pick-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.pick-container-multi .pick-choices .pick-search-field input {
    padding: 2px 5px;
    margin: 1px 0;

    font-family: 'Roboto', sans-serif;;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.pick-container-multi .pick-choices .pick-search-field input.pick-active {
    background: #fff url('pick-spinner.gif') no-repeat 100% !important;
}

.pick-default {
    color: #999 !important;
}

.pick-container-multi .pick-choices .pick-search-choice {
    display: inline-block;
    padding: 0px 6px 1px 34px;
    margin: 1px 0 1px 5px;
    position: relative;
    line-height: 16px;
    color: #333;
    cursor: default;
    border: 1px solid #E0E9F5;
    border-radius: 3px;
    background-color: #DEE7F8;
}

.pick-container-multi .pick-choices .pick-search-choice img {
    position: absolute;
    top: 1px;
    left: 16px;
}

.pick-container-disabled .pick-choices .pick-search-choice img {
    left: 5px !important;
}

html[dir="rtl"] .pick-container-multi .pick-choices .pick-search-choice {
    margin-left: 0;
    margin-right: 5px;
}
.pick-container-multi .pick-choices .pick-search-choice .pick-chosen {
    cursor: default;
}
.pick-container-multi .pick-choices .pick-search-choice-focus {
    background: #d4d4d4;
}

.pick-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 2px;

    font-size: 1px;
    outline: none;
    background: url('/images/pick.png') right top no-repeat;
}
html[dir="rtl"] .pick-search-choice-close {
    right: auto;
    left: 3px;
}

.pick-container-multi .pick-search-choice-close {
    left: 3px;
}

.pick-container-multi .pick-choices .pick-search-choice .pick-search-choice-close:hover {
  background-position: right -11px;
}
.pick-container-multi .pick-choices .pick-search-choice-focus .pick-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.pick-container-multi.pick-container-disabled .pick-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.pick-container-multi.pick-container-disabled .pick-choices .pick-search-choice {
    padding: 0px 6px 1px 23px;
    border: 1px solid #ccc;
    background-image: none;
    background-color: #e0e0e0;
}

.pick-container-multi.pick-container-disabled .pick-choices .pick-search-choice .pick-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.pick-result-selectable .pick-match,
.pick-result-unselectable .pick-match {
    text-decoration: underline;
}

.pick-offscreen, .pick-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.pick-display-none {
    display: none;
}

.pick-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.pick-container-multi {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .pick-search input,
    .pick-search-choice-close,
    .pick-container .pick-choice abbr,
    .pick-container .pick-choice .pick-arrow b {
        background-image: url('/images/pick.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .pick-search input {
        background-position: 100% -21px !important;
    }
}

/*==========================	STYLE REFACTOR ALL	==========================*/
.gc-thumbnav > * > * {
    display: block;
    background: rgba(255, 255, 255, 0);
}
.uk-navbar {
    background: #f7f7f7;
    color: #444444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-origin: border-box;
    background-image: -webkit-linear-gradient(to top, #e0e9f5, #a4bed4);
    background-image: linear-gradient(to bottom, #e0e9f5, #a4bed4);
}
.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 2px 15px;
    line-height: 39px;
    color: #444444;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    text-shadow: 0 1px 0 #ffffff;
}
.uk-navbar-content {
    padding: 3px 15px;
    height: 40px;
}
.uk-navbar-brand {
    padding: 12px 15px;
}

.gc-navbar-brand {
    font-size: 15px;
    color: #444444;
    text-decoration: none;
}

.gc-navbar-brand:hover,
.gc-navbar-brand:focus {
    color: #444444;
    text-decoration: none;
    outline: none;
}

.gc-navbar-brand {
    box-sizing: border-box;
    display: block;
    height: 30px;
    padding: 6px 15px;
    float: left;
    margin-top: -1px;
    text-shadow: 0 1px 0 #ffffff;
}

.circular--portrait {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
}

.circular--portrait img {
    width: 100%;
    height: auto;
}
.circular--big--portrait {
    /*position: inherit;*/
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.circular--big--portrait img {
    width: 100%;
    height: auto;
}
.gc-box {
    padding-left: 15px;
    padding-right: 15px;
}
.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    /*background: linear-gradient(#e0e9f5, #a4bed4);*/
    background: #a4bed4;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}
.gcfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: red;
    color: white;
    text-align: center;*/
}
/*==========================	STYLE RESIZE PANEL	==========================*/
.panel-container {
  display: flex;
  flex-direction: row;
  /*border: 1px solid silver;*/
  overflow: auto;
  
  /* avoid browser level touch actions */
  xtouch-action: none;
}

.panel-left {
	flex: 0 0 auto;
 	/* only manually resize */
  	padding: 10px;
  	width: 50%;
  	min-height: 200px;
	max-height: 65%;
  	min-width: 25%;
	max-width: 65%;
  	white-space: nowrap;
  	/*background: #D2D2D2;
  	color: white;*/
}

.splitter {
  flex: 0 0 auto;
  width: 6px;  
  background: url(/images/divers/resize_mark.png) center center no-repeat #E1E1E1;
  min-height: 200px;
  cursor: col-resize;  
}

.panel-right {
  flex: 1 1 auto;
  /* resizable */
  padding: 10px;
  width: 100%;
  min-height: 200px;
  min-width: 200px;
}

/*==========================	STYLE MODAL LOAD	==========================*/
#content{
    min-height: 100%;
    min-width: 33%;
    margin:-25px 0 0 -50px;
    border-radius:5px;
}

#modal{
    min-height: 50px;
    min-width: 150px;
    border:4px solid #CCC;
    display:none;
    position:absolute;
    left:50%; 
    top:50%;
    margin:-25px 0 0 -50px;
    border-radius:5px;
}


.gc-attachement > input {
  visibility:hidden;
  width:0;
  height:0
}

.gc-button-small {
  padding: 0 4px;
  min-height: 26px;
}


textarea.gc-textarea{
	resize: none;
    height: auto;
}
input.gc-form-large[type="text"] {
    /*border-style: none;
    font-family: "tahoma","arial","helvetica","sans-serif";
    font-size: 8pt;
    padding: 1px 3px 0;*/
	min-width:300px;
    /*width: 300px;*/
}

td.gc-right, th.gc-right
{
	text-align:right;
	padding: 5px;
}

.gc-liste
{
	position:fixed;
	top: 250px;
	left: 200px;
	border-top-style: solid;
	border-top-color:#86c552;
	border-top-width:20px;
	background-color:#E4EDFF;
	width:auto;	
	max-width:600px;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: none;
	visibility: hidden;
}

.gc-accordion-title {
    background: rgba(0, 0, 0, 0) linear-gradient(#fdfefe, #f5f9fc) repeat scroll 0 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
    margin-top: 0;
    padding: 5px 15px;
}

.gc-form label {
    padding-left:26px;
    width:125px;
    display:inline-block
}

.gc-footer {
    position: fixed;
    bottom: 0;
}

.gc-thead {
    background: #cfdde9;
    /*background: linear-gradient(#e0e9f5, #a4bed4);*/
	font-size:12px;
  }
 .gc-accordionThead {
     background: #cfdde9;
     font-size:12px;
  }
 .gc-trheader {
	 font-size:12px;
     /*background: linear-gradient(#fdfefe,#f5f9fc);*/
     background:#cfdde9;
     border-color: #5e8cb3;
	 font-weight:bolder;
	 height: auto;
 }
.gc-trTitle{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
th{
	font-weight: normal;
}
 
 .gc-total_vide{
}
.gc-total{
	background: linear-gradient(#fdfefe, #f5f9fc);
	font-size:12px;
    font-weight: bolder;
}
 .gc-td {
	 font-size:12px;	 
 }
 .gc-striped tbody tr:nth-of-type(even) {
		 background: #f5f9fc;
	}

.gc_unpublished {
    background: #fff1f0;
}

.uk-form-horizontal .gc-form-label {
    width: 30%;
    margin-top: 5px;
    float: left;
 }
 
 input[readonly] {
    /*background-color: transparent;*/
    color: #757575;
}
 
 
/* Phone landscape and bigger */
@media (min-width: 300px) {
	.gc-table-small-1-1 {
	width:100%;
	margin-bottom: 10px;
	}
}

/* Desktop and bigger */
@media (min-width: 960px) {
	.gc-table-large-1-2 {
	width:50%;
	margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
	}
}

/* Tablet and bigger */
@media (min-width: 768px) {
	.gc-table-large-1-2 {
	width:50%;
	margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
	}
}

@media only screen and (max-height : 320px) {
	.gc-footer {
		position: absolute;
		bottom: -120px;
	}
}

@media only screen and (min-height : 360px) {
	.gc-footer {
		position: absolute;
		bottom: -70px;
	}
}

@media only screen and (min-height : 414px) {
	.gc-footer {
		position: absolute;
		bottom: -50px;
	}
}

@media only screen and (min-height:768px){
	.gc-footer {
		position: fixed;
    	bottom: 0;
		left: 0;
    	right: 0;
	}
}

@media only screen and (min-width:968px){
	.gc-flex {
	  -ms-flex-pack: end;
	  -webkit-justify-content: flex-end;
	  justify-content: flex-end;
	}
}

@media only screen and (max-width:968px){
	.gc-flex {
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	}
}

.gc-course-title {
    font-size: 16px;
    font-weight: normal;
}

.gc-course-sub-title {
    font-size: 14px;
    font-weight: lighter;
}

@media only screen and (max-width: 414px) {
    .gc-course-title-small {
        font-size: 14px;
        font-weight: normal;
    }

    .gc-course-sub-title-small {
        font-size: 12px;
        font-weight: lighter;
    }
}
/*============================ TINY MCE RESPONSIVE =============================*/



  @media only screen and (min-width: 600px) {
    table.mceLayout, textarea.richEditor {
       width: 100% !important;
    }
    
    /* remove the toolbar wrap */
    .mceToolbar td {
	    display:table-cell;
	    float: none;
    }
    mceToolbar td:nth-of-type(11){
	    clear: none;
    }
}
/*============================ QUERY CSS =============================*/
.gc-state-highlight,
.gc-widget-content .gc-state-highlight,
.gc-widget-header .gc-state-highlight {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.gc-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.gc-state-highlight a,
.gc-widget-content .gc-state-highlight a,
.gc-widget-header .gc-state-highlight a {
	color: #777620;
}
.gc-state-error,
.gc-widget-content .gc-state-error,
.gc-widget-header .gc-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.gc-state-error a,
.gc-widget-content .gc-state-error a,
.gc-widget-header .gc-state-error a {
	color: #5f3f3f;
}
.gc-state-error-text,
.gc-widget-content .gc-state-error-text,
.gc-widget-header .gc-state-error-text {
	color: #5f3f3f;
}
.gc-priority-primary,
.gc-widget-content .gc-priority-primary,
.gc-widget-header .gc-priority-primary {
	font-weight: bold;
}
.gc-priority-secondary,
.gc-widget-content .gc-priority-secondary,
.gc-widget-header .gc-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.gc-state-disabled,
.gc-widget-content .gc-state-disabled,
.gc-widget-header .gc-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.gc-state-disabled .gc-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

.uk-bg-grey {
	background-color: #cfcfcf !important;
}

.uk-bg-grey:hover {
	background-color: #e9e9e9 !important;
    cursor: pointer;
}

.link-grey {
	color: #000000 !important;
}

.flex-container {
    display: flex;
    align-items: stretch;
    /*background-color: #f1f1f1;*/
}


