﻿.in-progress {
    background-image: url('../images/ico/in_progress.gif') !important;
    background-size: 20px;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.checkboxrv {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    position: relative;
}

    .checkboxrv input {
        position: absolute;
        right: 0;
        top: 0;
        /* Double-sized Checkboxes */
        -ms-transform: scale(1); /* IE */
        -moz-transform: scale(1); /* FF */
        -webkit-transform: scale(1); /* Safari and Chrome */
        -o-transform: scale(1); /* Opera */
        transform: scale(1);
        padding: 10px;
    }

.login-wrapper-img {
    background-image: url('../assets/dist/img/loginpage.jpg') !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.delete_element {
    float: right;
    position: relative;
    font-size: 19px;
    margin-right: 8px;
    
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.badge {
    font-size: 15px;
}
.icon_box i {
    font-size: 20px;
    display: block;
    color: #009688;
}
.btn_inactif {
    background-color: #cecece !important;
    border-color: #cecece !important;
    color: black !important;
    cursor: none !important;
}

.has-error {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border-color: #b94a48 !important;
}

input.has-error {
    border-width: 1px !important;
}

/*.modal {
    top: 10%;
    left: 35%;
    width: 50%;
    min-width: 320px;
    height: auto;
}*/
.modal {
    float: left;
    left: 50%;
    top: 50%;
    min-width: 320px;
    max-height: 70%;
    height: 70%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    transform: translate(-50%, -50%);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}

.overflow-y {
    overflow-y: scroll;
}
.modal-body.overflow-y .bootstrap-datetimepicker-widget {
    position: fixed;
    /*top: 80px !important;
    right: 50px !important;*/
}
.modal-body {
    overflow: auto !important;
    max-height: 300px !important;
    overflow-y: scroll;
}

.modalDoc {
    position: fixed;
    top: 10%;
    right: 1%;
    bottom: 0;
    left: 1%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/* Modal Content/Box */
.modal-contentDoc {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
}

.modal-header {
    background-color: #009688;
}

.modal-title {
    text-align: center;
}

.ui-autocomplete {
    z-index: 215000000 !important;
}
ul.ui-autocomplete.ui-menu {
    width: 400px;
    background-color: #eff0f1;
    padding-top: 5px;
}

    /* 
    targets the first result's <a> element, 
    remove the a at the end to target the li itself 
*/
    ul.ui-autocomplete.ui-menu li a {
        color: blue;
        margin-bottom: 20px;
    }
.icon_box {
    /* text-align: center; */
    min-height: 0px; 
    margin: 0px 0; 
    font-size: 22px;
}

.axis {
    font: 10px sans-serif;
  
}

    .axis path,
    .axis line {
        fill: none;
        stroke: #000;
        shape-rendering: crispEdges;
    }
.bar:hover {
    fill: orangered;
}
.bar {
    fill: steelblue;
}

.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
}

    /* Creates a small triangle extender for the tooltip */
    .d3-tip:after {
        box-sizing: border-box;
        display: inline;
        font-size: 10px;
        width: 100%;
        line-height: 1;
        color: rgba(0, 0, 0, 0.8);
        content: "\25BC";
        position: absolute;
        text-align: center;
    }

    /* Style northward tooltips differently */
    .d3-tip.n:after {
        margin: -1px 0 0 0;
        top: 100%;
        left: 0;
    }
.filewrap {
    position: relative;
    border: 3px solid #009688;
    padding-top: 15px ;
    padding-left:2px;
    padding-bottom:15px;
    color: black;
    font-family: sans-serif;
    font-size: 12px;
    margin-bottom:5px;
}

.image-upload > input {
    display: none;
}

.card-header-headshot {
    height: 8em;
    width: 8em;
}
.tc-btn-action{
    text-transform:uppercase!important;
}

.tc-btn-action i {
    float: right !important;
}


.tc-btn-action span {
    float: left !important;
}

.tc-form-row div:first-child{
    font-weight:bold!important;
}

.modal-header{
    color:white !important;
}

/*----------------------------
    The file upload form
-----------------------------*/


#upload {
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #cecece;
    
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
   
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom:20px;
    color: #7f858a;
}

    #drop a {
       
        padding: 5px 2px;
        color: #000;
        font-size: 12px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #drop a:hover {
            background-color: #0986a3;
        }

    #drop input {
        display: none;
    }

#upload ul {
    list-style: none;
    /*margin: 0 -30px;*/
    margin-top:25px;
    margin-bottom:15px;
  
}

    #upload ul li {
        height: 30px;
        margin-bottom: 20px;
        position: relative;
    }

        #upload ul li input {
            display: none;
        }

        #upload ul li p {
            width: 144px;
            overflow: hidden;
            white-space: nowrap;
            color: black;
            font-size: 16px;
            font-weight: bold;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #upload ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #upload ul li canvas {
            top: 15px;
            left: 32px;
            position: absolute;
        }

        #upload ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #upload ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #upload ul li.error p {
            color: red;
        }





