﻿/*==============================================================
    ====================CREATRIX IDEAS========================
    =====================YON FREN CSS=========================
    ============================================================*/
body {
    font-family: 'Roboto', sans-serif;
}

::selection {
    background: #3767b3;
    color: #FFFFFF;
}

::-moz-selection {
    background: #3767b3;
    color: #FFFFFF;
}

:hover {
    transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    outline: none;
}

a {
    transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    outline: none;
    text-decoration: none !important;
}

img {
    outline: none;
    border: none;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, select, input {
    outline: none;
    overflow: no-display;
}

.label {
    display: inline;
    padding: 3px 7px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100%;
}

.label-danger {
    background-color: #db0600;
}
.show-print {
    display: none;
}

@media print {
    .no-print, .no-print *,
    .dataTables_filter {
        display: none !important;
    }

    .show-print {
        display: table-cell !important;
    }
}
/*......................................................................
        ========================COLORS ====================================
      ......................................................................*/

.green {
    color: #2dc700;
}

.red {
    color: #e90202;
}

a.bold:link,
a.bold:active,
a.bold:visited,
a.bold:hover {
    font-weight: bold !important;
}

/*.modal{
    max-height:90%;
}*/
/*......................................................................
        ========================MESSAGE BOX ====================================
      ......................................................................*/
.jqifade {
    position: absolute;
    background-color: #777777;
}

@media screen and (min-width:481px) {
    div.jqi {
        width: 400px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        position: absolute;
        background-color: #ffffff;
        font-size: 12px;
        text-align: justify;
        border: solid 1px #eeeeee;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 10px;
    }
}

@media screen and (max-width:480px) {
    div.jqi {
        width: 100%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        position: absolute;
        background-color: #ffffff;
        font-size: 12px;
        text-align: justify;
        border: solid 1px #eeeeee;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 10px;
        margin-left: 0 !important;
        left: 0 !important;
    }
}


div.jqi .jqicontainer {
}

div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: 0;
    width: 18px;
    cursor: pointer;
    color: #e90202;
    font-weight: bold;
    font-size: 18px;
}

div.jqi .jqistate {
    background-color: #fff;
}

div.jqi .jqititle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: solid 2px #eeeeee;
}

div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444444;
}

div.jqi .jqibuttons {
    text-align: right;
    margin: 0 -7px -7px -7px;
    border-top: solid 3px #e4e4e4;
    background-color: #f4f4f4;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}

    div.jqi .jqibuttons button {
        margin: 0;
        padding: 15px 20px;
        background-color: transparent;
        font-weight: normal;
        border: none;
        border-left: solid 1px #e4e4e4;
        color: #777;
        font-weight: bold;
        font-size: 12px;
    }

        div.jqi .jqibuttons button.jqidefaultbutton {
            color: #e90202;
        }

        div.jqi .jqibuttons button:hover,
        div.jqi .jqibuttons button:focus {
            color: #e90202;
            outline: none;
        }

.jqiwarning .jqi .jqibuttons {
    background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after {
    background-color: #777;
    opacity: 0.6;
    filter: alpha(opacity=60);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    padding: 7px;
    border: solid 1px #eeeeee;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}

    div.jqi .jqisubstate .jqibuttons button {
        padding: 10px 18px;
    }

/* arrows for tooltips/tours */
.jqi .jqiarrow {
    position: absolute;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    border: solid 10px transparent;
}

.jqi .jqiarrowtl {
    left: 10px;
    top: -20px;
    border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
    left: 50%;
    top: -20px;
    border-bottom-color: #ffffff;
    margin-left: -10px;
}

.jqi .jqiarrowtr {
    right: 10px;
    top: -20px;
    border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
    left: 10px;
    bottom: -20px;
    border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
    left: 50%;
    bottom: -20px;
    border-top-color: #ffffff;
    margin-left: -10px;
}

.jqi .jqiarrowbr {
    right: 10px;
    bottom: -20px;
    border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
    left: -20px;
    top: 10px;
    border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
    left: -20px;
    top: 50%;
    border-right-color: #ffffff;
    margin-top: -10px;
}

.jqi .jqiarrowlb {
    left: -20px;
    bottom: 10px;
    border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
    right: -20px;
    top: 10px;
    border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
    right: -20px;
    top: 50%;
    border-left-color: #ffffff;
    margin-top: -10px;
}

.jqi .jqiarrowrb {
    right: -20px;
    bottom: 10px;
    border-left-color: #ffffff;
}

.jqibox {
    z-index: 99999999 !important;
}

/******=== GRIFVIEW ===******/

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    -webkit-box-shadow: -1px 14px 10px -8px rgba(0,0,0,0.23);
    -moz-box-shadow: -1px 14px 10px -8px rgba(0,0,0,0.23);
    box-shadow: -1px 14px 10px -8px rgba(0,0,0,0.23);
}

    .mGrid td {
        padding: 5px 10px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }


    .mGrid th {
        padding: 5px 10px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/**************TABLE***************/


.mtable,
.mtable2 {
    width: 100% !important;
    background-color: #fff;
    margin: 0 0 20px 0 !important;
    border: solid 1px #525252;
    border-collapse: collapse;
    -webkit-box-shadow: -1px 14px 10px -8px rgba(0,0,0,0.23);
    -moz-box-shadow: -1px 14px 10px -8px rgba(0,0,0,0.23);
    box-shadow: -1px 14px 10px -8px rgba(0,0,0,0.23);
}

    .mtable.fixed thead, .mtable.fixed tbody, .mtable.fixed tr, .mtable.fixed td, .mtable.fixed th,
    .mtable2.fixed thead, .mtable2.fixed tbody, .mtable2.fixed tr, .mtable2.fixed td, .mtable2.fixed th {
        display: block;
    }

        .mtable.fixed tr:after,
        .mtable2.fixed tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .mtable.fixed tbody,
    .mtable2.fixed tbody {
        height: 400px;
        overflow-y: auto;
    }

        .mtable.fixed tbody td, .mtable.fixed thead th,
        .mtable2.fixed tbody td, .mtable2.fixed thead th {
            width: 14.25%;
            float: left;
        }

    .mtable td,
    .mtable2 td {
        padding: 6px 10px;
        border: solid 1px #c1c1c1;
        color: #717171;
        font-size: 11px !important;
        text-align: center;
    }



        .mtable td.price-t,
        .mtable2 td.price-t {
            text-align: right;
        }


    .mtable th,
    .mtable2 th {
        padding: 10px 10px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 11px !important;
        text-align: center;
    }

        .mtable th.price-t,
        .mtable2 th.price-t {
            text-align: right;
        }

    .mtable .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mtable .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mtable .pgr table {
            margin: 5px 0;
        }

        .mtable .pgr td,
        .mtable2 .alt {
            background: #fcfcfc url(grd_alt.png) repeat-x top;
        }

    .mtable2 .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mtable2 .pgr table {
            margin: 5px 0;
        }

        .mtable2 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mtable .pgr a,
        .mtable2 .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mtable .pgr a:hover,
            .mtable2 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }








/*****************SLIDE**********/


.ui-slider {
    position: relative;
    text-align: left;
    width: 100%;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    support: IE8 - See #6727
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -15px;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

/*Interaction states
----------------------------------*/
.items .ui-state-default,
.items .ui-widget-content .ui-state-default,
.items .ui-widget-header .ui-state-default {
    outline: medium none;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    margin-left: -13px;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
}
/*
    .ui-state-default:hover,
    .ui-widget-content .ui-state-default:hover,
    .ui-widget-header .ui-state-default:hover {
        border: 1px solid #b5b5b5;
    }

    .ui-state-default::after,
    .ui-widget-content .ui-state-default::after,
    .ui-widget-header .ui-state-default::after {
        content: "";
        height: 15px;
        width: 15px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        color: #555555;
        text-decoration: none;
    }
}*/
div.ui-slider-range.ui-widget-header {
    background: #4f6ee8;
    height: 3px;
    margin-top: -3px;
}

/***************************AUTOCOMPLATE**************************************/

.ui-corner-all {
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget-content {
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
}

.ui-widget {
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}

    .ui-menu .ui-menu-item {
        clear: left;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            display: block;
            cursor: pointer;
        }

        .ui-menu .ui-menu-item:hover {
            background-color: #e6e6e6;
        }

.ui-widget-content a {
    /*color: #222222;*/
}


@media screen and (min-width:481px) {
    .ui-autocomplete {
        cursor: default;
        position: absolute;
    }

    .autocomplete-li-in {
        display: inline-block;
    }

        .autocomplete-li-in:hover {
        }

        .autocomplete-li-in .img {
            width: 50px;
            float: left;
            overflow: hidden;
            text-align: center;
            padding: 5px;
        }

            .autocomplete-li-in .img img {
                max-width: 50px;
                max-height: 50px;
            }

        .autocomplete-li-in .info {
            width: 300px;
            float: right;
            overflow: hidden;
            padding-top: 20px;
            padding-left: 20px;
        }

            .autocomplete-li-in .info strong {
                font-weight: 300;
            }

            .autocomplete-li-in .info span {
                color: #3767b3;
            }

            .autocomplete-li-in .info a:link, .autocomplete-li-in .info a:active, .autocomplete-li-in .info a:valid {
                font-size: 13px;
                text-decoration: none;
                color: #424242;
            }

            .autocomplete-li-in .info a:hover {
                color: #e90202;
            }
}

@media screen and (max-width:480px) {
    .ui-autocomplete {
        cursor: default;
        position: absolute;
        left: 0 !important;
        background-color: #f1f1f1;
        border-top: 10px solid #3767b3;
        border-bottom: 10px solid #3767b3;
        margin-top: 10px;
    }

    .autocomplete-li-in {
        width: 100%;
        display: inline-block;
    }

        .autocomplete-li-in:hover {
        }

        .autocomplete-li-in .img {
            display: none;
        }

            .autocomplete-li-in .img img {
                max-width: 50px;
                max-height: 50px;
            }

        .autocomplete-li-in .info {
            width: 100%;
            display: inline-block;
            float: none;
            overflow: hidden;
            padding: 10px;
            border-bottom: 1px solid #FFFFFF;
            background-color: #e1e1e1;
        }

            .autocomplete-li-in .info strong {
                font-weight: 300;
            }

            .autocomplete-li-in .info span {
                color: #3767b3;
            }

            .autocomplete-li-in .info a:link, .autocomplete-li-in .info a:active, .autocomplete-li-in .info a:valid {
                font-size: 13px;
                text-decoration: none;
                color: #424242;
            }

            .autocomplete-li-in .info a:hover {
                color: #e90202;
            }
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}

/***************************NAV**************************************/

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #3e3e3e;
        background-color: #e1e1e1;
        border-radius: 0;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #444444 !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

            .nav-tabs > li > a::after
            {
                background:#FFF;
            }

            .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
                transform: scale(1);
            }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;

}

.tab-pane {
    padding: 5px 0;
}

.tab-content {
    padding: 10px
}

table.dataTable tbody tr.com{
    background-color:#e9ffe7 !important;
}

table.dataTable tbody tr.rev {
    background-color: #fdffe4 !important;
}

table.dataTable tbody tr.lost {
    background-color: #fce7e7 !important;
}