@import url(//fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
 
}
div.jtable-main-container table.jtable > tbody > tr.jtable-data-row > td {
    text-align: right;
	direction: rtl;
}
.jtable-radio-input{
	display: inline-block;
    margin-left: 20px;
}
.jtable-radio-input input[type="radio"]{
	display: inline-block;
    width: auto;
    margin-left: 5px;
}
#particles-js canvas {
	display: block;
	vertical-align: bottom;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
	transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	background-image: url("../img/alecso_map_bg5.jpg");
	background-color: #f4f3ef;
	background-size: cover;
}
.main-panel{
	float: none;
	width: 100%;
	position: absolute;
	background: transparent;
}
.main-panel>.content{
	margin-top: 70px;/*90px;*/
}
.navbar-opac{
	background-color: #0a8648 !important;/*#67655e94*/
	direction: rtl;
	background-image: url(../img/alecso_bg3.png);
	background-repeat: no-repeat;
}
.card-user .image {
	height: 200px;
}
.card-user .avatar {
	border: 4px solid #FFFFFF;
}
.card-user .author .title, body, button, input, optgroup, select, textarea, .waitMe_container .waitMe .waitMe_text {
	font-family: 'Cairo', "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.card-user .author .title .grade{
	color: #8c8c8c;
	font-size: 12pt;
	margin-left: 7px;
}
.card-user .author .title .nom{
	color: #b39b58;
}
.input-group-ar{
	direction: rtl;
}
.input-group.input-group-ar>.custom-select:not(:last-child), .input-group.input-group-ar>.form-control:not(:last-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.input-group.input-group-ar>.input-group-append>.input-group-text{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.input-group.input-group-ar.no-border .form-control+.input-group-append .input-group-text {
	padding: 11px 0 11px 11px;
}
.btn-primary{
	background-color: #b39b58;
	width: 100%;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover {
	background-color: #7d6b36 !important;
}
.card-user .card-body {
	min-height: 170px;
}
.navbar-logo img{
	width: 64px;
	height: 64px;
}
.navbar .navbar-brand{
	font-size: 26px;
}
.navbar a:not(.btn):not(.dropdown-item) {
	color: #f9f6ed;
}
.login_panel{
	min-width: 520px;
	
  perspective: 1000px;
}
.card-user{
  transition: transform 3s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.card-user-login {
  transform: rotateY(180deg);
}


.files{
	background-color: #fff;
	background-size: cover;
	direction: rtl;
	text-align: right;
}
.title-ar{
	text-align: right;
	color: #737373;
}
.files .card-body ol li{
	color: #9e8e33;
}
.files .file_icon img{
	width: 30px;
    height: 39px;
    margin: 10px 5px;
}
.files .file_text{
	font-size: 14pt;
	line-height: 24pt;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-align: justify;
}
.files a{
    color: #292929;
}
.files a:focus, .files a:hover {
    color: #000000;
	text-decoration: none;
}
.files a:hover .file_text{
    color: #000000;
	font-size: 16pt;
}
.files a:visited {
    color: #292929;
}
.user_info {
	border-right: 1px solid #ccc;
}
.user_info ul.navbar-nav{
	padding: 0;
}
#navbarDropdownMenuLink:hover{
	color: #ffffff;
}
.user_info .avatar{
	width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}
.user_info .title{
	white-space: nowrap;
    display: inline-block;
	font-size: 11pt;
}
.user_info a:hover{
	text-decoration: none;
}
.li_decision{
    padding: 15px 15px 0;
    margin: 10px 10px 0;
	position:relative;
}
.li_decision_selected{
	background: #fbfbfb;
}
.decision_form{
	display: none;
	margin-right: 40px;
    padding-right: 15px;
    border-right: 3px solid #c5bfa9;
}
.decision_form_show{
	display: block;
}
.decision_text_focused{
    color: #000000;
	font-size: 16pt !important;
}
.files_panel, #decisions_panel{
	visibility: hidden;
}
.show_panel{
	visibility: visible !important;
}
#decisions_panel textarea {
    min-height: 110px;
	font-size: 12pt;
    color: #000;
}
.file_text_commented{
	position: absolute;
    top: 21px;
    right: -50px;
}
.commented{
    border: 1px solid #9e8e33;
    padding: 4px;
    border-radius: 50%;
    color: #9e8e33;
	display: inline-block;
}
.group_decisions_item{
	display: inline-flex;
	cursor:pointer;
    width: 100%;
}
.group_decisions_subitems{
	display: none;
	background: #ffffe8;
}
.group_decisions_item > span{
    display: inline-block;
    font-size: 16pt;
    border-bottom: 1px solid #bbb186;
    padding: 10px 20px;
}
.group_decisions_index{
	border-left: 1px solid #bbb186;
    width: 70px;
    text-align: center;
}
.group_decisions_title{
    /*border-left: 1px solid #000;*/
    width: 100%;
}
.card-stats .card-footer .stats{
	direction: rtl;
    text-align: right;
}
.card-stats .card-footer a, a:focus, a:hover {
    color: #6b6030;
}
.card-stats .card-footer a:focus, .card-stats .card-footer a:hover {
    color: #bd9e15;
	font-weight: bold;
	text-decoration: none;
}
.card-stats .card-footer a:focus .fa, .card-stats .card-footer a:hover .fa{
    color: #bd9e15;
	font-weight: bold;
}
.col_fix.c1{
	width: 10%;
	text-align: center !important;
}
.col_fix.c2{
	width: 30%;
}
td.col_fix.c2{
	font-size: 16px;
	padding: 10px;
}
.col_fix.c3{
	width: 10%;
	text-align: center !important;
	border-right: 1px solid #ccc !important;
}
.col_fix.c4{
	width: 50%;
	text-align: justify;
	border-right: 1px solid #ccc !important;
}
/*.col_fix.c3  .img_icon{
	width: auto;
}*/
.col_decision_text{
	display:block;
}
#list_decisions {
	width: 100%;
	table-layout: fixed;
}
#list_decisions th{
	text-align: center !important;
}
#list_decisions th,#list_decisions td{
	/*border: 1px solid;*/
    white-space: normal;
    text-align: justify;
}
#list_decisions tr.odd td{
	background: #fbfbfb;
}
#list_decisions tr.even td{
	background: #ffffff;
}
.col_group{
	font-size: 15pt;
    background: #f5f0d9;
    white-space: pre-wrap;
}
.float_left{
	float: left;
    padding: 0 5px;
    font-size: 12pt;
}
.country_comment{
	display: inline-block;
    padding: 5px 10px;
    border-left: 1px solid #ccc;
}
.show_one_country{
	width:100%;
	border-left: none;
}
.decision_commented{
	color: #0e9450;
    font-weight: bold;
    cursor: pointer;
}
.decision_form_popup{
	position: fixed;
	top: 100px;
	width: 100%;
	background:none;
}
.decision_form_popup form{
	margin: auto;
	width: 400px;
	background:#fff;
}
.swal2-title{
	font-size: 12pt !important;
    text-align: justify !important;
    margin-top: 24px !important;
    direction: rtl !important;
    line-height: 18pt !important;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px !important;
}
.swal2-content{
	max-height: 300px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    text-align: justify !important;
    font-size: 12pt !important;
    padding: 5px !important;
}
.swal2-content > div{
    text-align: justify !important;
    direction: rtl !important;
}
.swal2-styled.swal2-confirm {
    background-color: #737062 !important;
    direction: rtl;
}
#msg_success{
	display:none;
	visibility:hidden;
    height: 150px;
}
#msg_success .title{
	color: #b39b58;
    font-size: 24pt;
    line-height: 150px;
}
.navbar .dropdown .dropdown-menu, .navbar .dropdown.show .dropdown-menu{
	padding-left: 0;
    text-align: right;
	width: 160px;
	position: absolute;
}
.dropdown-menu .dropdown-item{
	padding: 10px 15px 10px 15px;
}
.navbar .navbar-nav .nav-item.active .nav-link:not(.btn), .navbar .navbar-nav .nav-item .nav-link:not(.btn):active, .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus, .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover{
	color: #ffffff;
}
.navbar-nav .dropdown-menu:after {
    border-bottom: 11px solid #c8c3ad;
}
/*.navbar-toggle:hover + .navbar-logo {
	background: #ccc;
}*/
.navbar-logo{
	cursor:pointer;
}
.navbar .navbar-wrapper .navbar-toggle.hover .navbar-toggler-bar.bar2 {
    width: 22px;
}
.navbar-toggle:hover .navbar-toggler-bar, .navbar-toggle.hover .navbar-toggler-bar{
	background: #ffffff;
}
#bodyClick{
	right: 260px;
    left: 0;
    width: auto;
}
.logo .simple-text {
    text-align: right;
}
.off-canvas-sidebar .logo a.logo-mini, .sidebar .logo a.logo-mini {
    float: right;
}
.sidebar .logo .simple-text img {
    border-radius: 50%;
	width: 34px;
    height: 34px;
}
.sidebar .logo .simple-text {
	line-height: 22px;
}
.off-canvas-sidebar .nav i, .sidebar .nav i {
    float: right;
    margin-left: 12px;
}
.off-canvas-sidebar .nav p, .sidebar .nav p {
    text-align: right;
}
.off-canvas-sidebar[data-active-color=danger] .nav li.active>a, .off-canvas-sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse], .off-canvas-sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse] i, .off-canvas-sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse]~div>ul>li.active .sidebar-mini-icon, .off-canvas-sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse]~div>ul>li.active>a, .off-canvas-sidebar[data-active-color=danger] .nav li.active>a i, .sidebar[data-active-color=danger] .nav li.active>a, .sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse], .sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse] i, .sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse]~div>ul>li.active .sidebar-mini-icon, .sidebar[data-active-color=danger] .nav li.active>a[data-toggle=collapse]~div>ul>li.active>a, .sidebar[data-active-color=danger] .nav li.active>a i {
    color: #138a58;
    opacity: 1;
}
.off-canvas-sidebar[data-color=white] .nav li:focus:not(.active)>a, .off-canvas-sidebar[data-color=white] .nav li:hover:not(.active)>a, .sidebar[data-color=white] .nav li:focus:not(.active)>a, .sidebar[data-color=white] .nav li:hover:not(.active)>a , .sidebar[data-color=white] .nav li:focus:not(.active)>a i, .sidebar[data-color=white] .nav li:hover:not(.active)>a i{
    opacity: 1;
    color: #107148;
}
.ui-loader{
	display:none;
}
.input-group-ar .ui-textinput{
	width: 90%;
}
.input-group-ar .ui-textinput .form-control{
}
.input-group-ar .form-control:last-child {
    border-radius: 0 3px 3px 0;
}
.input-group-ar  .input-group-append, .input-group-ar  .input-group-prepend {
    border-radius: 3px 0 0 3px;
}
.navbar.navbar-absolute {
    z-index: 10;
}
.TableContainer{
	width: 100%;
	margin-bottom: 20px;
}
.TableContainer .photo-small{
    margin: auto;
	text-align: center;
}
.TableContainer .photo-small img{
	width: 28px;
    height: 32px;
}
.TableContainer .country-flag{
	text-align: right;
}
.TableContainer .country-flag img{
	width: 32px;
    height: 21px;
}
div.jtable-main-container > div.jtable-title div.jtable-title-text {
	text-align:right;
}
div.jtable-main-container > div.jtable-title {
    padding-right: 10px;
}
.jtable-page-list{
	direction:ltr;
}
.jsPanel-title, .content_modal, .jsPanel .btn{
	font-family: 'Cairo', "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: 10pt;
}
.jsPanel-titlebar.jsPanel-rtl h3 ,.jsPanel, .jsPanel .jsPanel-content, .jsPanel .jsPanel-hdr, .jsPanel-titlebar h3 {
	font-family: 'Cairo', "Montserrat", "Helvetica Neue", Arial, sans-serif;
    text-align: right;
}
.content_modal .user_details .image-small{
	width: 15%;
	display: inline-block;
	max-width: 30%;
}
.user_modal  .jsPanel-hdr{
	background: url(../img/trianglify-lowres.png);
    background-position: bottom;
}
.content_modal .user_details .user_description{
	width: 84%;
    display: inline-block;
	vertical-align: top;
}
.content_modal .user_details .user_infos{
	width: 100%;
    display: inline-block;
	vertical-align: top;
}
.form-horizontal .form-group label{
	width: 15%;
    text-align: right;
}
div[dir="rtl"]{
	text-align: right;
}
.form-horizontal .form-group .form-control{
	width: 84%;
    display: inline-block;
	border-radius: 3px;
}
.form-horizontal .col-6 .form-group label{
	width: 100%;
}
.form-horizontal .col-6 .form-group .form-control{
	width: 100%;
    display: inline-block;
	border-radius: 3px;
}
.form-horizontal .col-6 select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 11px);
}
.chosen-label{
	vertical-align: sub;
}
.chosen-container{
	font-size: 11pt;
	vertical-align: top;
}
.chosen-rtl .chosen-single abbr{
	top: 10px;
}
.chosen-container-single .chosen-single{
	height: 30px;
	padding: 0 0 0 8px;
}
.jsPanel-content .chosen-container .chosen-drop {
    position: relative;
	display: none;
}
.jsPanel-content .chosen-container.chosen-with-drop .chosen-drop {
	display: block;
}
.chosen-rtl .chosen-single > span{
	line-height: 26px;
	margin-right: 3px;
}
.thumb_icon, .chosen-rtl .chosen-single span.thumb_icon{
	width: 32px;
    height: 20px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
	line-height: 26px;
	margin-right: 3px;
}
.chosen-rtl .chosen-single span.thumb_icon{
    vertical-align: sub;
}
.chosen-rtl .chosen-single div{
	padding-top: 4px;
}
.thumb_icon img, .chosen-rtl .chosen-single span.thumb_icon img{
	width: 100%;
    height: 100%;
}
.photo_file{
	visibility: hidden;
	position:absolute;
	top:0;
	left:-999px;
}
.photo_preview{
	cursor: pointer;
	max-height: 132px;
}
.btn-add{
	float: left;
    width: 160px;
    font-size: 10pt;
	white-space: nowrap;
    margin: 10px 1px;
}
.table_rtl div.jtable-main-container > table.jtable > tbody > tr > td{
	text-align:right;
}

.jtable-input input{
	padding: 5px 10px;
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #66615b;
    line-height: normal;
    font-size: 14px;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    box-shadow: none;
	display: block;
    width: 100%;
	font-family: 'Cairo', "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
input[type=hidden] {
    display: none !important;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}
form.jtable-dialog-form div.jtable-textarea-input textarea,  textarea.textarea{
    width: 100%;
    border-radius: 4px;
    min-height: 100px;
    border: 1px solid #ccc;
    text-align: justify;
    direction: rtl;
}
textarea.textarea{
	min-height: 230px;
}
.jtable-data-row a {
    color: #5d5739;
    font-weight: bold;
}
.jtable-data-row a:focus, .jtable-data-row a:hover {
    color: #7d7132;
}
.btn_upload {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.btn_upload:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.btn_upload:active {
	position:relative;
	top:1px;
}
.upload_filename{
	direction: ltr;
    text-align: right;
    display: inline-block;
	margin-right: 10px;
}
.jsPanel-content .form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: -1000px;
}
.img_icon{
	width: 42px;
    height: 55px;
}
.text_icon{
	color: #75715c;
}
.table_rtl div.jtable-main-container table.jtable tbody tr > td .jtable-command-button{
	right: inherit;
    left: 8px;
}
.title_session, .title_session_mobile{
	color: #fff;
    font-size: 26px;
    border-right: 1px solid #fff;
    padding: 0 13px;
    border-left: 1px solid #fff;
}
.title_session_mobile{
	display:none;
	margin-top: 70px;
    margin-bottom: -110px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}
.country_flag{
	width: 30px;
	height: 20px;
    margin-left: 4px;
    vertical-align: sub;
}
.btn_save_cmt, .btn_delete_cmt{
	border: 0;
    border-radius: 1.85em;
    background: initial;
    color: #fff;
	direction: rtl;
    font-size: 1.0625em;
	cursor: pointer;
	display: inline-block;
    background-color: rgb(119, 101, 15);
    border-left-color: rgb(119, 101, 15);
    border-right-color: rgb(119, 101, 15);
	-webkit-tap-highlight-color: transparent;
	margin: .3125em;
    padding: .225em 2em;
    box-shadow: none;
    font-weight: 500;
	
}
.btn_delete_cmt {
    background-color: #ce1919;
    border-left-color: #ce1919;
    border-right-color: #ce1919;
}
.swal2-container{
	z-index: 60 !important;
}
.nb_comments{
	float: left;
}
.comment_country, .comment_decisions{
	color: #3c3826;
}
.comment_decisions{
	text-align: justify;
    direction: rtl;
    display: inline-block;
    vertical-align: top;
    width: 94%;
}
.list_comments, .list_dec_comments{
	max-height: 200px;
	min-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 22px 0 10px;
}
.filters{
	margin: 10px auto;
    text-align: center;
	position:relative;
}
.contents_panel{
	position: relative;
    overflow: hidden;
}
.alert.alert-with-icon {
    padding-left: 65px;
    text-align: right;
}
.alert span[data-notify="icon"]{
	left:unset;
	right: 19px;
}
.alert-link {
    float: left;
	border: 1px solid #ccccccb5;
    padding: 2px 8px;
    border-radius: 4px;
    text-decoration: none;
	font-weight:normal;
}
/* progress */
 .row_prgrs{
          width: 100%;
          /*background-color: #fafafa;*/
          padding: 2px 20px 10px;
		  cursor:pointer;
        }
          #wrapper_prgrs {
            margin: 5px;
            margin-top: 10px;
            padding: 10px;
            width: 100%;
            justify-content: center;
          }

          .progress_prgrs {
            position: relative;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
          }

          .bar_prgrs {
            position: absolute;
            top: 50%;
            left: 50%;
            background: #999;
            width: 100%;
            height: 2px;
            border-radius: 10px;
            transform: translate(-50%, -50%);
            overflow: hidden;
          }
          .bar__fill_prgrs {
            display: block;
            background: #00ADEF;
            height: 100%;
          }

          .point_prgrs {
            position: relative;
            color: #999;
          }
          .point_prgrs:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            transform: translate(-50%, -50%);
          }
          .show-radius_prgrs .point_prgrs:before {
            background: rgba(0, 0, 0, 0.1);
          }
          .point--complete_prgrs {
            color: #7d7259;
          }
          .point--active_prgrs {
            color: #00ADEF;
            font-weight:bold;
          }

          .bullet_prgrs {
            z-index: 1;
            position: relative;
            background: #00ADEF;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            transition: 0.3s ease;
          }
          .point--complete_prgrs .bullet_prgrs, .point--active_prgrs .bullet_prgrs {
            background: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 4px #00ADEF;
          }
          .point--active_prgrs .bullet_prgrs {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 7px #00ADEF;
          }
		  
		  .point--complete_prgrs .bullet_prgrs{
			  background: #00ADEF;
		  }
		.bullet_prgrs i.fa{
            display: none;
			font-size: 10px;
			color: #fff;
			line-height: 6px;
			margin-right: -1px;
          }
		.point--complete_prgrs .bullet_prgrs  i.fa{
            display: block;
          }
			/*
		  .prgrs_sent .bar__fill_prgrs {
            background: #c10909;
          }
          .prgrs_sent .point--active_prgrs {
            color: #c10909;
          }
		  
          .prgrs_sent .bullet_prgrs {
            background: #c10909;
		  }
          .prgrs_sent .point--complete_prgrs .bullet_prgrs, .prgrs_sent .point--active_prgrs .bullet_prgrs {
            background: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 4px #c10909;
          }
          .prgrs_sent .point--active_prgrs .bullet_prgrs {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 7px #c10909;
          }
		  */
		  
		  .prgrs_sent .bar__fill_prgrs {
            background: #5c17b8;
          }
          .prgrs_sent .point--active_prgrs {
            color: #5c17b8;
          }
		  
          .prgrs_sent .bullet_prgrs {
            background: #5c17b8;
		  }
          .prgrs_sent .point--complete_prgrs .bullet_prgrs, .prgrs_sent .point--active_prgrs .bullet_prgrs {
            background: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 4px #5c17b8;
          }
          .prgrs_sent .point--active_prgrs .bullet_prgrs {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 7px #5c17b8;
          }

          .progress_prgrs label {
            position: absolute;
            top: 100%;
            left: 50%;
            margin: 11px 0 0 0;
			font-size: 0.7rem;
            font-weight: normal;
            transform: translate(-50%, 0);
            white-space: nowrap;
          }
          .progress_prgrs .point--active_prgrs label {
			font-size: 0.8rem;
            font-weight: 600;
          }
		  .prgrs_sent .point--complete_prgrs .bullet_prgrs{
			  background: #5c17b8;
		  }
		  
/**** fin progress ***/
.open_msg{
	cursor:pointer;
}
.check_row{
	display: block;
    width: 100%;
    text-align: right;
}
.predated_box_hide{
	display:none;
}
span.required{
	color: #e5000b;
    font-weight: bold;
}
span.required:before{
	content: ' *';
	color: #e5000b;
    font-weight: bold;
}
.jsPanel-hdr-toolbar {
    background: #e4e4e4 !important;
}
.btn-header {
    font-size: 13px;
    padding: 5px 8px;
}
#signature {
    border: 2px dotted black;
    background-color: #fff;
}
#signature .btn{
    background: rgb(204, 204, 204);
	top: 6px !important;
}
.drawpad-colorbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 1px;
    border: 2px solid transparent;
    cursor: pointer;
}
.drawpad-colorbox.drawpad-colorbox-active {
	border-color: #f5cd00;
}
/****30092025***/

	  .select2-container{
		  text-align:right;
	  }
	  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
			float: left;
			margin-left: 20px;
		}
		.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
			float: right;
			margin-left: 0;
			position: absolute;
			left: 15px;
			width: 10px;
		}
		#div_destination_ext{
			display:none;
		}
		.kv-file-remove{
			display:inline-block;
		}
		
		.select2-container .select2-selection--single{
			height: 32px;
		}
		.select2-container .select2-search--inline .select2-search__field{
			height: 22px;
		}
		.card label {
			font-size: 1em;
			margin-bottom: 5px;
			color: #246173;
		}
		  .form-check-radio, .from-check {
				margin-bottom: 12px;
				position: relative;
			}
		  .form-check-radio {
			  display: inline-block;
				margin-right: -3px;
				direction: rtl;
				text-align:right;
			}
			.form-check-radio .form-check-label {
				padding-right: 2rem;
				margin-bottom: 0;
				margin-top: 5px;
			}
			.form-check-radio input[type=radio], .form-check input[type=checkbox] {
				opacity: 0;
				position: absolute;
				visibility: hidden;
			}
			.form-check-radio input[type=radio], .form-check-radio input[type=radio]+.form-check-sign:after {
				opacity: 0;
				transition: opacity .3s linear;
				content: " ";
				display: block;
			}
			.form-check-radio .form-check-sign:before {
				font-family: FontAwesome;
				content: "\f10c";
				font-size: 22px;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				display: inline-block;
				position: absolute;
				opacity: .5;
				right: 5px;
				top: 0;
			}
			.form-check-radio input[type=radio], .form-check-radio input[type=radio]+.form-check-sign:after {
				opacity: 0;
				transition: opacity .3s linear;
				content: " ";
				display: block;
			}
			.form-check-radio input[type=radio]:checked+.form-check-sign:after {
				font-family: FontAwesome;
				content: "\f192";
				top: 0;
				position: absolute;
				right: 5px;
				font-size: 22px;
				opacity: 1;
			}
			#options_suivi .form-check-radio input[type=radio]:checked+.form-check-sign:after {
				color:#17a2b8;
			}
			
		  .form-check {
				padding-left: 0;
				margin-bottom: .5rem;
				direction: rtl;
				text-align:right;
			}
			.form-check-radio input[type=radio], .form-check input[type=checkbox] {
				opacity: 0;
				position: absolute;
				visibility: hidden;
			}
			.form-check .form-check-sign:after, .form-check .form-check-sign:before {
				content: " ";
				display: inline-block;
				position: absolute;
				width: 24px;
				height: 24px;
				right: 0;
				cursor: pointer;
				border-radius: 6px;
				top: 0;
				background-color: #aaa7a4;
				transition: opacity .3s linear;
			}
			.form-check .form-check-sign:after {
				font-family: FontAwesome;
				content: "\f00c";
				top: -1px;
				text-align: center;
				font-size: 15px;
				opacity: 0;
				color: #fff;
				border: 0;
				background-color: inherit;
			}
			.form-check .form-check-label {
				display: inline-block;
				position: relative;
				cursor: pointer;
				padding-right: 35px;
				line-height: 26px;
				margin-bottom: 0;
				margin-top: 5px;
			}
			/*.form-check-label input[type=checkbox]:checked+.form-check-sign:before {
				background-color: #66615b;
			}*/
			.form-check-label input[type=checkbox]:checked+.form-check-sign:before {
				background-color: #17a2b8;
			}
			/*.form-check-text{
				display:inline-block;
			}
			.form-check-label input[type=checkbox]:checked+div.form-check-text {
				color: #17a2b8;
			}*/
			.label_checked{
				color: #17a2b8;
				font-weight:600;
			}
			.form-check input[type=checkbox]:checked+.form-check-sign:after {
				opacity: 1;
			}
			.weekend_dates{
				background-color: #ffeafe;
			}
			.holiday_dates{
				background-color: #eafcff;
			}
			.text-danger > .glyphicon.glyphicon-exclamation-sign {
				display: none;
			}
			.list_msg_files > li{
				padding: 10px 10px 0;
				background: #f3f3f3;
			}
			.list_msg_files > li:nth-child(even){
				background: #def;
			}
			.list_msg_files .file_label {
				display: inline-block;
				width: 29%;
			}
			.list_msg_files .file-input {
				display: inline-block;
				width: 70%;
				vertical-align: middle;
			}
			.alert .close~span {
				direction: rtl;
			}

			.switch-field {
  overflow: hidden;
  text-align: center;
}

.switch-field h5 {
	text-align: center;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-left: -3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #a5dc86;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  color: #fff;
}

.switch-field label:first-of-type {
  border-radius: 0 4px 4px 0;
}

.switch-field label:last-of-type {
  border-radius: 4px 0 0 4px;
}
#div_msg_files {
	display: none;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.text-danger, a.text-danger:focus, a.text-danger:hover {
    color: #9a0206 !important;
}
.form-control {
	    color: #000000;
}