/* Created on : Jun 20, 2017, 3:27:51 PM  Author: CAMAVI - RSCAS WEBUNIT*/
.none{
    display: none;
}
button{
    cursor: pointer;
}
.edit{
    position: absolute;
    border: 1px solid #bbb;
    padding: 2px 8px;
    left: -35px;
    background-color: white;
    border-radius: 4px;
    top: 3px;
}
/* COUNTRY SELECT */
.itemCountry label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer !important;
}
.sepContinent{
    display: block;
    width: 100%;
    float: left;
}
.rscas-item{
    padding: 5px;
    position: relative;
    height: auto !important;
    display: inline-block !important;
    min-height: 36px;
}
.rscas-item button{
    border: 1px solid #0382c9;
    padding: 0 10px;
    border-radius: 4px;
    position: relative;
    list-style: none;
    box-sizing: border-box;
    float: left;
    margin: 2px;
    height: 26px;
    background-color: #0382c90f;
}
.rscas-item button i{
    border: solid #ed0a0a;
    border-width: 1px;
    border-radius: 0 4px 4px 0;
    margin: -1px -11px -7px 14px;
    background-color: #fee6e6;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    height: 26px;
    width: 25px;

}
.rscas-item button i:before{
    position: absolute;
    content: "X";
    top: 0;
    left: 7px;
    color: #fc1616;
    font-weight: bold;
}
.rscas-item button i:hover{
    color: #fee6e6;
    background-color: #fc1616;
    border-color: #fc1616;
}
.rscas-item button i:hover:before{
    color: #fee6e6;
}
.arrowUp{

    position: relative;
}
.arrowUp:before{
    width: 0;
    content: " ";
    height: 0;
    position: absolute;
    top: -10px;
    left: 40px;
    border-style: solid;
    border-width: 10px 30px;
    border-color: transparent transparent #afafaf transparent;
}
.arrowUp:after{
    width: 0;
    content: " ";
    height: 0;
    position: absolute;
    top: -9px;
    left: 40px;
    border-style: solid;
    border-width: 10px 30px;
    border-color: transparent transparent #eaeaea transparent;
}
.arrowBottom{
    bottom: 100%;
    position: relative;
}
.arrowBottom:before{
    width: 0;
    content: " ";
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 40px;
    border-style: solid;
    border-width: 10px 30px;
    border-color: #afafaf transparent transparent transparent;
}
.arrowBottom:after{
    width: 0;
    content: " ";
    height: 0;
    position: absolute;
    bottom: -9px;
    left: 40px;
    border-style: solid;
    border-width: 10px 30px;
    border-color: #eaeaea transparent transparent transparent;
}
.rsca-item:hover {
    border-color: #757373 !important;
}
.rscas-item:hover + #masterCountry, #masterCountry:hover{
    display: block;
}
#masterCountry{
    width: 640px;
    position: absolute;
    left: 10px;
    right: 13px;
    margin: -5px 10px;
    padding: 10px;
    display: none;
    z-index: 999;
}

#contentAllCountry{
    padding: 10px;
    height: 400px;
    overflow: auto;
    background-color: #eaeaea;
    border-radius: 4px;
    border: 1px solid #afafaf;
}
#contentAllCountry input{
    opacity: 0;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.space5{
    height: 5px;
}

/* --^ END ^--*/
.max-w100{
    max-width: 100% !important;
}
#myTable{
    margin-top: 50px;
}

.item-list{
    padding: 5px;
    border: 1px solid;
    border-color: transparent transparent #e8e8e8 transparent;
    margin: 0 0 22px 0 !important;
    position: relative;
}
.resultList{
    margin-top: 10px;
}
.form-defaul {
    padding: 45px 0px 15px 0px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
}
.searsch-icon {
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.orderby, .orderbyOff{
    color: #828282;
    height: 44px;
    cursor: pointer;
}
.orderbyOff{
    cursor: auto;
}
.select{
    color: #006cb5 !important; 
}
.content_search {
    margin: 10px -10px;
    padding: 5px;
    background-color:#f9f7f7;
}
.darkgray {
    color: darkgray;
}
.table_result {
    display: none;
   position: relative;
}
.display-none {
    display: none;
}
.title-result {
    cursor: pointer;
    color: #004A7C;
}
.title-result-table {
    padding-top: 5px;
    margin-bottom: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #cacaca transparent;

}
.table_num_result {
    overflow: hidden;
    height: 49px;
    width: 100%;
    text-align: right;
}
.table_num_result .line-block {
    display: inline-block;
}
.icondisable {
    cursor: no-drop;
    color: rgba(0,0,0,0.2);
}
.numActive {
    font-size: 14pt  !important;
    border-color:  #508dc1 !important;
    background: #f2f5f6 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 )!important; /* IE6-9 */
}
.PrevNext {
    line-height:normal;
    cursor: pointer;
}
.PrevNext .right_n, .PrevNext .right_l {
    padding: 5px;
    border: 1px solid #508dc1;
}

.prenexoff{
    -webkit-filter: grayscale();
    filter: grayscale();
    opacity: 0.7;
    cursor: auto;
}
.PrevNext .right_n {
    border-radius: 0 8px 8px 0;
    float: right;
    margin-left: -1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7c7dc+0,85b2d3+100;Blue+Grey+3D */
    background: #a7c7dc; /* Old browsers */
    background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a7c7dc 0%,#85b2d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); /* IE6-9 */
}
.PrevNext .right_l {
    border-radius: 8px 0 0 8px;
    float: right;
    margin-right: -1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}

.PrevNext i {
    border: 1px solid #649ac7;
    background-color: #FFFFFF;
    padding: 1px;
    border-radius: 10px;
    text-align: center;
    width: 18px;
}
.content_search h4 {
    color: #004A7C;
    font-size: 14px;
    line-height: 0%;
    margin-top: 15px;
}
.content_search p {
    color: #333333;
    font-size: 12px;
    line-height: 150%;
}
.panel-table .rscas-panel-body {
    padding:0;
}
.panel-table .rscas-panel-body .table-bordered {
    border-style: none;
    margin:0;
}
.panel-table .rscas-panel-body .table-bordered > thead > tr > th:first-of-type {
    text-align:center;
}
.panel-table .rscas-panel-body .table-bordered > thead > tr > th:last-of-type,
.panel-table .rscas-panel-body .table-bordered > tbody > tr > td:last-of-type {
    border-right: 0px;
}
.panel-table .rscas-panel-body .table-bordered > thead > tr > th:first-of-type,
.panel-table .rscas-panel-body .table-bordered > tbody > tr > td:first-of-type {
    border-left: 0px;
}
.panel-table .rscas-panel-body .table-bordered > tbody > tr:first-of-type > td {
    line-height: 140%;
    border-bottom: 0px;
}
.panel-table .rscas-panel-body .table-bordered > thead > tr:first-of-type > th {
    border-top: 0px;
}
.panel-table .panel-footer .pagination {
    margin:0;
}
/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-table .panel-footer .col {
    line-height: 34px;
    height: 34px;
}
.panel-table .rscas-panel-heading .col h3 {
    line-height: 30px;
    height: 30px;
}
.panel-table .rscas-panel-body .table-bordered > tbody > tr > td {
    line-height: 34px;
}
.text-center-custom{
    text-align: center;
}
.loader-master{
    position: absolute;
    background-color: rgba(255,255,255,0.76);
    width: 100%;
    height: 100%;
    top: 0;
}

@media (min-width:992px){
    .subTitleResult:after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 9px;
        border-style: solid;
        border-color: transparent  transparent transparent #a8b9c7;
        right: -18px;
        top: 0;
        z-index: 9;
    }
    .subTitleResultSubItem:after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 9px;
        border-style: solid;
        border-color: transparent  transparent transparent #cdd3d8;
        right: -18px;
        top: 0;
        z-index: 9;
    }
    .rscas-hidden-lg{
        display: none !important;
    }
}
@media (max-width: 992px) {
    .itemCountry{
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        height: 35px;
        padding-top: 6px;
    }
    .itemCountry:before{
        content: "Add";
        top: 1px;
        right: 2px;
        width: 63px;
        height: 30px;
        background-color: #007c38;
        border: 1px solid #27b70d;
        border-radius: 4px;
        position: absolute;
        color: white;
        text-align: center;
        vertical-align: middle;
        padding-top: 3px;
    }
    .rscas-item button {
        width: 95%;
        float: none;
        display: block;
        text-align: left;
        height: 40px;
        margin-top: 10px;
    }
    .rscas-item button i {
        float: right;
        border: 1px solid #ff0000;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        background-color: #b50000;
        color: #fff;
    }
    .rscas-item button i:before {
        position: absolute;
        content: "X";
        top: -2px;
        left: 7px;
        font-size: 24px;
    }

    #masterCountry{
        margin-top: -8px !important;
        width: 100%;
        overflow: auto;
        display: inline-block !important;
        height: 40vh;
        border-width: 1px;
        border-radius: 4px;
        margin: 0 0 0 -8px !important;
        position: relative !important;
    }
    #fliedChose02{
        z-index: 9999;
        width: 95% !important;
        height: 35vh !important;
        overflow: auto;
        margin-left: 8px !important;
    }
    .table_result{
        border-width: 0;
    }
    .text-center-custom{
        text-align: left;
    }
    .itentResult{
        float: none;
    }

    .MModal{
        animation-duration: 0.3s;
        animation-fill-mode: both;
        display: none;
        width: 100vw;

        background-color: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
        box-sizing: border-box;
        padding: 6vh 20px 20px 20px;
    }
    .MModal div{
        margin: 10px 0px !important;
    }
    .containerMModale{
        overflow: auto;
        height: 80vh;
        border: 1px solid #dedede;
        -webkit-overflow-scrolling:touch;

    }
    .bottomMMobile{
        position: fixed;
        bottom: 12px;
        left: 0;
        text-align: center;
        width: 100vw;
        box-sizing: border-box;

    }
    .rscas-hidden-md{
        display: none !important;
    }
}
@media (max-device-width: 480px) {
    .itentResult{
        float: none;
    }
    .rscas-hidden-xs{
        display: none !important;
    }
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes fade {
    from {
        opacity: 1;

    }
    50%{
        opacity:0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fade {
    animation-name: fade;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100vh, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100vh, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.loader {
    left: 45%;
    top: 5%;
    position: absolute;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #337ab9;
    border-bottom: 16px solid #337ab9;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s 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); }
}