@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/*common*/
body,html{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background:#f5f5f5;
    color:#333333;
    font-family: 'Open Sans',sans-serif;
    font-size:14px;
}
body.no-scroll{
    overflow:hidden;
}
.printing{
    display:none;
    width:0;
    height:0;
}
.button{
    display: inline-block;
    height:30px;
    line-height:30px;
    padding:0 20px;
    font-size:14px;
    font-weight:300;
    color:white;
    background: black;
    cursor:pointer;
    border:0;
    border-radius:2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:hover{
    opacity:0.8;
}
.button i{
    margin-right:10px;
    font-size:14px;
}
.button.small{
    font-size:0;
    padding:0;
    width:25px;
    height:25px;
    line-height:25px;
    border-radius: 2px;
}
.button.small i{
    margin:0;
    font-size:15px;
    text-align: center;
    line-height:24px;
    margin-left: 1px;
}
.button.small.text{
    width:15px;
    height:15px;
    line-height:15px;
}
.button.small.text i{
    margin:0;
    font-size:15px;
    text-align: center;
    line-height:15px;
}
.button.blue{
    background: #266289;
}
.button.green{
    background: #1db6c3;
}
.button.gray{
    background: #98a4ac;
}
.button.red{
    background: #c61431;
}
.button.dark-green{
    background: #0A7E64;
}
.button.black{
    background: #515151;
}
.button.white{
    color: #515151;
    background: #efefef;
    border: 1px solid black;
}
.button.transparent,.button.text{
    background: transparent;
    color:#414141;
}
.button.w-100{
    width:100px;
}

/*fa extension*/
.fa-file-jpg-o:before, .fa-file-jpeg-o:before, .fa-file-gif-o:before , .fa-file-png-o:before {
    content: "\f1c5";
}

.fa-file-pdf:before{
    content: "\f1c1";
}
.fa-file-doc:before,.fa-file-docx:before{
    content: "\f1c2";
}
.fa-file-xls:before,.fa-file-xlsx:before{
    content: "\f1c3";
}
.fa-file-ppt:before,.fa-file-pptx:before{
    content: "\f1c4";
}

/*---------------------------------------------*/
.wrapper{
    min-height: 100%; /* real browsers */
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treated as min-height*/
    width:100%;
}
.wrapper.no-footer .footer{display:none;}
.wrapper.no-header .header{display:none;}
.header{
    height:50px;
    width:100%;
    border-bottom:1px solid #dbdbdb;
    position:fixed;
    top:0;
    left:0;
    background:#ffffff;
    z-index: 2000;
}
    .header .logo-area{
        width:230px;
        height:100%;
        position:relative;
    }
    .header .logo{
        display:block;
        width:120px;
        height:30px;
        font-size:0;
        position:absolute;
        left:20px;
        top:50%;
        -webkit-transform:translate(0,-58%);
        transform:translate(0,-58%);
    }
        .header .logo img{
            width:100%;
            height:100%;
        }
    .header .global-search{
        position:relative;
        width:240px;
        height:30px;
        top:50%;
        -webkit-transform:translate(0,-50%);
        transform:translate(0,-50%);
    }
    .header .global-search input[type="text"]{
        padding: 0 40px 0 10px;
        border-radius:2px;
        border:1px solid #dbdbdb;
        line-height:28px;
        height:30px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width:100%;
    }
    .header .global-search .icon{
        position:absolute;
        z-index: 1;
        top:50%;
        right:7px;
        -webkit-transform:translate(0,-50%);
        transform:translate(0,-50%);
    }
    .header .nav-menu-open{
        height: 45px;
        margin: 0 10px;
        position: relative;
        font-size:25px;
        line-height:45px;
        width:45px;
        text-align:center;
        display:none;
        cursor:pointer;
    }
    .header .nav-menu-open>i{
        color:#266289;
    }
    .header .nav-menu-open.active>i{
        color:#D5D8D8;
    }
.sidebar{
    background:white;
    position:fixed;
    left:0;
    top:0;
    width:230px;
    height:100%;
    border-right:1px solid #dbdbdb;
    margin-top:51px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index:5000;
}
    .sidebar-actions{
        line-height:40px;
        height:40px;
        border-bottom:1px solid #dbdbdb;
        text-align:right;
        padding:0 20px;
        /*display:none;*/
    }
        .sidebar-button{
            display: inline-block;
            font-size:40px;
            position:relative;
            top:50%;
            -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%);
            cursor:pointer;
        }
    .footer-sidebar{
        padding:0 10px;
        line-height:25px;
        font-size:14px;
    }
.sidebar-closed .sidebar{
    width:40px;
}
    .sidebar-closed .sidebar-actions{
        padding:0;
        text-align:center;
    }
    .sidebar-closed .footer-sidebar{
        display:none;
    }
    .footer{
        position:fixed;
        width:100%;
        height:40px;
        bottom:0;
        left:0;
        background:#fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 40px;
        padding:0 20px 0 250px;
        font-size:12px;
    }
    .footer i:before{
        color:#1db6c3;
        margin-right:5px;
    }
    .footer a{
        color:#1db6c3;
    }
    .footer a:hover{
        text-decoration: underline;
    }
    .footer .left{
        color:#1db6c3;
    }
.sidebar-closed .footer{
    padding:0 20px 0 50px;
}
.sub-wrapper{
    padding:46px 0 40px 231px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    height:100%;
    width:100%;
}
    .breadcrumbs{
        display:none;
        width:100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0 20px;
        background: white;
        height:41px;
        line-height:41px;
    }
        .breadcrumbs i{
            line-height:40px;
            color:#acacb7;
            font-size:12px;
            margin:0 5px;
        }
    .content{
        padding:20px;
    }
.sidebar-closed .sub-wrapper{
    padding-left:41px;
}
/*nav*/
.nav-menu{
    width:100%;
}
.nav-main{
    margin:0;
    padding:0;
    list-style-type: none;
}
.nav-main .nav-main-item{
    min-height:40px;
    border-bottom:1px solid #dbdbdb;
}
.nav-main .nav-main-item.active,.nav-main .nav-main-item:hover{
    border-bottom:1px solid #dbdbdb;
}
.nav-main .nav-main-item>a{
    display:block;
    height:40px;
    line-height:40px;
    position:relative;
    white-space: nowrap;
}
.nav-main .nav-main-item .icon{
    display: inline-block;
    line-height:40px;
    margin-right:10px;
    width:40px;
    text-align:center;
    margin-left:-1px;
}
.nav-main .nav-main-item .sub-icon{
    position:absolute;
    top:50%;
    right:21px;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size:10px;
}
.nav-main .nav-main-item>a .title{
    display: inline-block;
    line-height:40px;
    margin-right:10px;
    width:40px;
    text-align:center;
    margin-left:-1px;
}
.nav-main .nav-main-item:hover>a{
    background:#f1f2f7;
}
.nav-main .nav-main-item.active>a,.nav-main .nav-main-item.active:hover>a{
    background:#266289;
    color:white;
}
.nav-main .nav-main-item.active>a:after{
    content:' ';
    display:block;
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-right:8px solid #f1f2f7;
    border-bottom:10px solid transparent;
    position:absolute;
    right:-1px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}

.nav-main .nav-main-item.active>a .sub-icon{
    -webkit-transform:rotate(180deg) translate(0,50%);
    transform:rotate(180deg) translate(0,50%);
}
.nav-sub{
    padding:0;
    margin:0;
    display:none;
    list-style-type:none;
}
.nav-sub .nav-sub-item{
    height:40px;
}
.nav-sub .nav-sub-item>a{
    background:#f2f2f2;
    display:block;
    height:40px;
    line-height:40px;
    padding-left:75px;
}
.nav-sub .nav-sub-item>a:hover{
    background:#e3e3e3;
}
.nav-main .nav-main-item.active .nav-sub{
    display:block;
}


.sidebar-closed .nav-main .nav-main-item>a{
    padding:0;
}
.sidebar-closed .nav-main .nav-main-item{
    height:40px;
}
.sidebar-closed .nav-main .nav-main-item>a .icon{

}
.sidebar-closed .nav-main .nav-main-item>a .title{
    display:none;
}
.sidebar-closed .nav-main .nav-main-item:hover>a{
    width:230px;
    background:#266289;
    color:white;
}
.sidebar-closed .nav-main .nav-main-item:not(.active):hover>a{
    height:41px;
    position:relative;
    top:-1px;
}
.sidebar-closed .nav-main .nav-main-item:hover>a:after{
    display:none;
}
.sidebar-closed .nav-main .nav-main-item:hover>a .title{
    display:inline;
}
/*-------------------*/

/*no login*/
.no-login .sidebar{
    display:none;
}
.no-login .header{
    display:none;
}
.no-login .breadcrumbs{
    display:none;
}
.no-login .sub-wrapper{
    padding:0;
    margin-left:0;
}
.no-login .content{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:0;
}
/**-------------**/
/*user menu*/
.user-menu{
    height:50px;
    margin-right:20px;
    position:relative;
}
.user-menu .avatar{
    width:30px;
    height:30px;
    border-radius:30px;
    overflow: hidden;
    border:0 solid #dbdbdb;
    position:relative;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.user-menu .avatar img{
    width:100%;
    height:100%;
}
.user-menu .username{
    padding:0 10px;
    line-height:50px;
    font-size:13px;
    font-weight:400;
}
.user-menu .user-menu-button{
    line-height:50px;
    font-size:13px;
    font-weight:400;
    position:relative;
    top:2px;
    cursor:pointer;
}
.user-menu .user-menu-button i{
    font-size: 15px;
    position: relative;
    color:#266289;
}
.user-menu .user-menu-button.active i{
    color:#D5D8D8;
}
.user-menu .user-menu-content{
    display:none;
}
.user-menu .user-menu-content.menu-open{
    display:block;
    position:absolute;
    top:100%;
    right:0;
}
.user-menu .user-menu-content .user-menu-item{
    background:white;
    line-height:30px;
    border:1px solid #dbdbdb;
    border-width:0 1px 1px 1px;
    font-size:13px;
    font-weight:300;
    padding:0 20px 0 10px;
    white-space: nowrap;
    cursor:pointer;
}
.user-menu .user-menu-content .user-menu-item:first-of-type{
    border-width:1px;
}
.user-menu .user-menu-content .user-menu-item i{
    margin-right:10px;
}
.dc-icon{
    vertical-align:middle;
}

.dc-icon.dc-icon-main{background:#5085c5;color:white;}
.dc-icon.dc-icon-1{background:#9a9d9e;color:white;}
.dc-icon.dc-icon-2{background:#65b333;color:white;}
.dc-icon.dc-icon-3{background:#5085c5;color:white;}
.dc-icon.dc-icon-4{background:#e2c15a;color:white;}
.dc-icon.dc-icon-5{background:#ad79b2;color:white;}
.dc-icon.dc-icon-6{background:#6dc6d9;color:white;}
.dc-icon.dc-icon-7{background:#ea5677;color:white;}
.dc-icon.dc-icon-8{background:#b77926;color:white;}
.dc-icon.dc-icon-9{background:#4c4c4c;color:white;}

.dc-icon{
    position:relative;
    display: inline-block;
    height:25px;
    line-height: 25px;
    width:25px;
    text-align: center;
    border-radius:2px;
    margin-right:6px;
    top: -2px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.dc-icon:before{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    margin-left: 1px;
}

.dc-icon.dc-icon-1:before,.dc-icon.icon-1:before{content:"\f017";}
.dc-icon.dc-icon-2:before,.dc-icon.icon-2:before{content:"\f185";}
.dc-icon.dc-icon-3:before,.dc-icon.icon-3:before{content:"\f19d";}
.dc-icon.dc-icon-4:before,.dc-icon.icon-4:before{content:"\f0f2";}
.dc-icon.dc-icon-5:before,.dc-icon.icon-5:before{content:"\f1fd";}
.dc-icon.dc-icon-6:before,.dc-icon.icon-6:before{content:"\f0fa";}
.dc-icon.dc-icon-7:before,.dc-icon.icon-7:before{content:"\f0f9";}
.dc-icon.dc-icon-8:before,.dc-icon.icon-8:before{content:"\f23a";}
.dc-icon.dc-icon-9:before,.dc-icon.icon-9:before{content:"\f252";}

.custom-radio-wrap .dc-icon{
    top:0;
    width:20px;
    height:20px;
    line-height:20px;
    font-size:12px;
}
/*--------------------------*/
/*page common*/
.page-common .page-title{
    font-size:30px;
    font-weight:300;
    color:#333333;
    margin-bottom:20px;
    line-height:1;
}
.page-common .page-sub-title{
    margin-bottom:20px;
    text-transform: uppercase;
}
.page-common .page-title .actions{
    display: inline-block;
    margin-left:30px;
    font-size:0;
    vertical-align: top;
}
.page-common .page-title .actions .button{
    vertical-align: top;
    margin-right:20px;
}
/**-------------------------**/
/*popup*/
.dc-popup-wrap{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index:110000;
    display:none;
    cursor:pointer;
}
.dc-popup{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    min-width:400px;
    max-width:800px;
    cursor:auto;
    max-height:90%;
}
.dc-popup-close{
    position:absolute;
    top:0;
    right:15px;
    /*-webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);*/
    font-size:40px;
    line-height:50px;
    cursor: pointer;
}
.dc-popup-icon{
    display: inline-block;
    margin-right:10px;
    line-height:50px;
}
/*popup forms*/
.dc-popup .page-create .create-wrap{
    height:auto;
}
.dc-popup .page-create .create-cont{
    padding-bottom:19px;
    cursor:auto!important;
}
.dc-popup .page-create .create-cont .actions{
    margin-top:20px;
    text-align:center;
}
.dc-popup-wrap .fm-preview-item{
    backgound:white;
}
/*-------------------------------------*/
/*page lists*/
.page-lists .page-top-menu{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height:45px;
    background:#fff;
    padding:0 20px;
    margin:0 0 20px 0;
}
.page-lists .list-filters ::-webkit-input-placeholder,
.page-lists .list-filters :-moz-placeholder,
.page-lists .list-filters ::-moz-placeholder,
.page-lists .list-filters :-ms-input-placeholder{
    font-family: "Open Sans", sans-serif;
    font-size:14px;
}
.page-lists .list-filters .input-cont{
    height:45px;
}
.page-lists .list-filters .input-wrap{
    display: inline-block;
    width: 200px;
    position:relative;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    margin-right:10px;
}
.page-lists .list-filters .input-wrap input[type="text"]{
    width:100%;
    border:1px solid #dddddd;
    border-radius:1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:32px;
    line-height:30px;
    padding:0 20px;
}

.page-lists .list-filters .input-wrap.input-search input[type="text"]{
    padding: 0 40px 0 20px;
    font-family: "Open Sans", sans-serif;
    font-size:14px;
}
.page-lists .list-filters .input-wrap.input-search .icon{
    position:absolute;
    z-index: 1;
    top:50%;
    right:10px;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}

.page-lists .list-filters .input-wrap.input-daterange{
    background:#266289;
    color:white;
    font-weight:300;
    height:100%;
    width:auto;
    padding:0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}
.page-lists .list-filters .input-wrap.input-daterange .date-range-label{
    position:relative;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    white-space: nowrap;
}
.page-lists .list-filters .input-wrap.input-daterange .date-range-label [data-store="daterange"]{
    margin-left:5px;
    margin-right:5px;
}
.page-lists .list-filters .input-wrap.input-daterange input[type="text"]{
    display:none;
}
.page-lists .list-filters .input-wrap .select2-container .select2-selection--single{
    height:32px;
}
.page-lists .list-filters .input-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:32px;
}
.page-create .input-wrap .select2-container--default .select2-selection--single .select2-selection__rendered .row{
    display:none;
}
.page-lists .list-filters .input-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:30px;
}
.page-lists .load-lists table{
    border:1px solid #dbdbdb;
    border-collapse: collapse;
    width:100%;
}
.page-lists .load-lists table th{
    background:#f6f8f8;
    font-weight:400;
    font-size:16px;
    color:#333333;
    border:1px solid #dbdbdb;

    height:38px;
    line-height:38px;
    text-align:left;
}
.page-lists .load-lists table th span{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height:38px;
    height:38px;
    width:100%;
    position:relative;
    padding:0 15px;
}
.page-lists .load-lists table tr{
    background:#ffffff;
}
.page-lists .load-lists table tr:nth-child(2n+1){
    background: #f1f2f7;
}
.page-lists .load-lists table tr.odd{
    background: #ffffff;
}
.page-lists .load-lists table tr.even{
    background: #f1f2f7;
}
.page-lists .load-lists table tr:hover{
    background:#e9eef2;
}
.page-lists .load-lists table td{
    font-weight:400;
    font-size:14px;
    color:#333333;
    border:1px solid #dbdbdb;
    padding:0 15px;
    height:38px;
    line-height:38px;
}
.page-lists .load-lists table tr td:first-of-type{
    width:120px;
}
.page-lists .load-lists table tr td:last-of-type{
    width:200px;
}
.page-settings .load-lists table tr td:last-of-type{
    width:25px;
}
.page-lists .load-lists table tr td .list-actions{
    font-size:0;
}
.page-lists .load-lists table tr td .list-actions .button{
    margin:0 4px;
    vertical-align: middle;
}
.page-lists .load-lists table tr td i.expand{
    display:none;
    margin-right:10px;
    cursor:pointer;
}
.page-lists .load-lists table.dc-resp-active tr td i.expand{
    display: inline;
}
.table-wrap table td,.table-wrap table th{
    white-space: nowrap;
}
.page-lists .actions{
    height:45px;
}
.page-lists .actions .button{
    position:relative;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}

.page-lists table .dc-info{
    display:none;
}
.page-lists table .dc-info.active{
    display:table-row;
}
.page-lists table .dc-info td{
    padding:0!important;
    background:#F9FAFB;
}
.page-lists table .dc-info .dc-info-list{
    list-style-type: none;
    width:100%;
    padding:0;
    margin:0;
}
.page-lists table .dc-info .dc-info-list li{
    display:block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 15px;
    line-height:30px;
    border-bottom:1px solid #ccc;
    font-size:14px;
}
.page-lists table .dc-info .dc-info-list li:last-of-type{
    border-bottom: none;
}
.page-lists table .dc-info .dc-info-list li span.label{
    font-weight:bold;
    display: inline-block;
    /*width:200px;*/
}
.page-lists table .dc-info .dc-info-list li span.value{
    display: inline-block;
    margin-left:10px;
}
/*---------------------*/
/*page create*/
.swiper-wrapper{
    -webkit-filter:blur(0);
    filter:blur(0);
}
.swiper-container {
    width: 100%;
    height: 630px;
}
.swiper-button-disabled{
    display:none;
}
.swiper-slide-next .create-wrap:before,.swiper-slide-prev .create-wrap:before{
    display:block;
    content:' ';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, 0.5);
    z-index:100;
}
.swiper-button-prev{
    zoom:1.5;
    left: 45px!important;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}
.swiper-button-next{
    zoom:1.5;
    right: 45px!important;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}
.page-create .swiper-slide {
    width:800px;
}
.page-create .create-wrap{
    position:relative;
    font-size:14px;
    font-weight:300;
    color:#333;
    height:590px;
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dbdbdb;
    background:white;
}
.page-create .create-header{
    height:48px;
    background:#f6f8f8;
    padding:0 20px;
    line-height:48px;
    border-bottom:1px solid #dbdbdb;
    text-transform: uppercase;
    font-weight:600;
    text-align:center;
}
.page-create .create-cont{
    padding:0 19px 0 19px;
    height:calc(100% - 67px);
    overflow:hidden;
    position:relative;
}
.page-create .create-input{
    width:100%;
    margin-top:20px;
}
/*.page-create .create-input:first-of-type{
    margin-top:11px;
}
.page-create .create-input.w-50:nth-child(1),.page-create .create-input.w-50:nth-child(2){
    margin-top:11px;
}*/
.page-create .w-90{
    width:calc(90% - 30px);
    margin-right:30px;
}
.page-create .w-90.end{
    width:90%;
    margin-right:0;
}
.page-create .w-50{
    width:calc(50% - 30px);
    margin-right:30px;
}
.page-create .w-50.end{
    width:50%;
    margin-right:0;
}
.page-create .w-25{
    width:calc(25% - 30px);
    margin-right:30px;
}
.page-create .w-25.end{
    width:25%;
    margin-right:0;
}
.page-create .w-20{
    width:calc(20% - 30px);
    margin-right:30px;
}
.page-create .w-20.end{
    width:20%;
    margin-right:0;
}
.page-create .w-40{
    width:calc(40% - 30px);
    margin-right:30px;
}
.page-create .w-40.end{
    width:40%;
    margin-right:0;
}
.page-create .w-33{
    width:calc(33% - 30px);
    margin-right:30px;
}
.page-create .w-33.end{
    width:34%;
    margin-right:0;
}
.page-create .w-66{
    width:calc(66% - 30px);
    margin-right:30px;
}
.page-create .w-66.end{
    width:67%;
    margin-right:0;
}
.page-create .w-15{
    width:calc(15% - 30px);
    margin-right:30px;
}
.page-create .w-15.end{
    width:15%;
    margin-right:0;
}
.page-create .w-10{
    width:calc(10% - 30px);
    margin-right:30px;
}
.page-create .w-10.end{
    width:10%;
    margin-right:0;
}
.page-create .w-75{
    width:calc(75% - 30px);
    margin-right:30px;
}
.page-create .w-75.end{
    width:75%;
    margin-right:0;
}
.page-create .input-wrap{
    width:100%;
    position:relative;
}
.page-create .create-input .input-wrap .input-actions{
    position:absolute;
    right:1px;
    top:50%;
    font-size:0;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.page-create .create-input .input-wrap .input-actions .input-action{
    position:relative;
    display: inline-block;
    width:38px;
    height:38px;
    font-size:14px;
    text-align:center;
    line-height:38px;
    color:#7f8591;
}
.page-create .create-input .input-wrap .input-actions .input-action.input-action-text{
    width:auto;
    padding:0 5px;
}
.page-create .create-input .input-wrap .input-actions .custom-radio-wrap{
    margin-top:0;
    padding: 0 5px;
}
.page-create .create-input .input-wrap .input-actions .custom-radio-wrap:last-of-type{
    margin-right: 10px;
}
.page-create .create-input .input-wrap .input-actions .custom-radio-wrap.custom-radio-checked{
    background:#1db6c3;
    color: white;
    border-radius: 10px;
}
.page-create .create-input .input-wrap .input-actions .custom-radio-wrap .custom-radio-label:before{
    display:none;
}
.page-create .create-input .input-wrap .input-actions .custom-radio-wrap.custom-radio-checked .custom-radio-label:hover{
    color: white;
}
.page-create .create-input .input-wrap input[type="text"],.page-create .create-input .input-wrap input[type="password"]{
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dbdbdb;
    border-radius:2px;
    height:40px;
    line-height:38px;
    padding: 0 19px 0 8px;
    color:#959595;
    font-size:14px;
    font-family: 'Open Sans',sans-serif;
}
.page-create .create-input .input-wrap input[type="text"][readonly]{
    background:#EBEBE4;
}
.page-create .create-input .input-wrap select{
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dbdbdb;
    border-radius:2px;
    height:40px;
    line-height:38px;
    padding: 0 19px 0 8px;
    color:#959595;
    font-size:14px;
    font-family: 'Open Sans',sans-serif;
}
.page-create .create-input .input-wrap textarea{
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dbdbdb;
    border-radius:2px;
    padding: 10px 19px 10px 8px;
    color:#959595;
    height:99px;
    resize:none;
    font-size:14px;
    font-family: 'Open Sans',sans-serif;
}
.page-create .create-input .button{
    height:40px;
    line-height:40px;
}
.page-create .create-input .input-label{
    width:100%;
    height:16px;
    line-height:16px;
    font-size:16px;
    margin-bottom:16px;
}
.page-create .actions .button{
    margin-left:20px;
}
.page-create .actions .button:first-of-type{
    margin-left:0;
}
.page-create .create-action{
    margin-top:30px;
}
.page-create .create-action span{
    color:#00a650;
    cursor:pointer;
}
/*----------------------*/
/*select2*/
.select2{
    color:#6c6c6c;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:38px;
}
.select2-container--default .select2-selection--single,.select2-dropdown,.select2-container--default .select2-search--dropdown .select2-search__field{
    border-color:#dbdbdb;
}
.select2-container--focus .select2-selection--single,
.select2-container--focus .select2-selection--multiple{
    border-color: #a3a3a3;
}
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single{
    min-height:38px;
}
.page-top-menu .select2-container .select2-selection--multiple{
    min-height:33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:36px;
}
.select2-container--default .select2-selection--single{
    border-radius:2px;
}
.select2-container--default .select2-selection--multiple{
    border-color:#dbdbdb;
    border-radius:2px;
}
.input-wrap .select2{
    width:100%!important;
}
.select2-dropdown--below .row{
    display:block;
    font-size:11px;
}
.normal-select .select2-dropdown--below .row{
    display:inline-block;
    font-size:14px;
}
.normal-select .select2-dropdown--below .row:before{
    content:' / ';
}
.select2-selection__rendered .name{
    /*display:none;*/
}
.input-select-name .name{
    /*display:none;*/
}
/*
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color:#dbdbdb;
}*/
.select2-hidden-accessible{
    display:none;
}
/*****************/

/*exporting*/
.exports{
    white-space: nowrap;
    font-size:0;
}
.exports .export-label{
    font-size:14px;
    line-height:30px;
    margin-right: 10px;
}
.exports .export{
    display: inline-block;
    cursor:pointer;
    line-height:30px;
    font-size: 18px;
}
/*tooltip*/
.dc-tooltip-wrap{
    position:absolute;
    z-index:2000000;
    visibility:hidden;
    max-width:400px;
}
.dc-tooltip-cont{
    position:relative;
    padding:5px;
    border-radius:2px;
    background:#F7F7F7;
    color:#777;
    font-size:12px;
    border: 1px solid #DDDADA;
}
.dc-tooltip-top .dc-tooltip-cont{
    margin-bottom:8px;
}
.dc-tooltip-top .dc-tooltip-cont:before{
    content:' ';
    display:block;
    position:absolute;
    bottom:-5px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #DDDADA;
    border-right:5px solid transparent;
}
.dc-tooltip-right .dc-tooltip-cont{
    margin-left:5px;
}
.dc-tooltip-right .dc-tooltip-cont:before{
    content:' ';
    display:block;
    position:absolute;
    left:-5px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right:5px solid #DDDADA;
}
.dc-tooltip-left .dc-tooltip-cont{
    margin-right:5px;
}
.dc-tooltip-left .dc-tooltip-cont:before{
    content:' ';
    display:block;
    position:absolute;
    right:-5px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left:5px solid #DDDADA;
}
.dc-tooltip-bottom .dc-tooltip-cont{
    margin-top:5px;
}
.dc-tooltip-bottom .dc-tooltip-cont:before{
    content:' ';
    display:block;
    position:absolute;
    top:-5px;
    left:10px;
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
    width: 0;
    height: 0;
    border-bottom: 5px solid #DDDADA;
    border-left: 5px solid transparent;
    border-right:5px solid transparent;
}
/*signin*/
.page-signin{
    width:800px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.page-signin .signin-logo{
    text-align:center;
    margin-bottom:40px;
}
.page-signin .signin-logo .logo{
    display:inline-block;
    font-size:0;
}
.page-signin .create-wrap{
    height:auto;
    font-size:16px;
    font-weight:400;
}
.page-signin .actions{
    text-align:center;
    margin-top:30px;
    margin-bottom:20px;
    position:relative;
}
.page-signin .actions .button{
    line-height:50px;
    height:50px;
    text-transform: capitalize;
    width:184px;
}
.page-signin a{
    color:#0b4269;
}
.page-signin a:hover{
    text-decoration:underline;
}
.page-signin .actions .signup{
    position:absolute;
    bottom:0;
    left:0;
    font-size:14px;
}
/*----------------------*/
/*forms*/
[data-form="fp"]{
    display:none;
}
[data-form="fp"].show{
    display:block;
}
/*--------------------*/
/*lists*/
.status-invoice{
    padding:3px 10px;
    font-size:12px;
    color:white;
    border-radius:3px;
}
.status-invoice.status-0{background:#c41841;}
.status-invoice.status-1{background:#2074ba;}
.status-invoice.status-2{background:#1db6c3;}
.status-invoice.status-3{background:#dd8b2b;}
.status-invoice.status-4{background:#838383;}
.status-invoice.status-5{background:#3a3a3a;}
.status-invoice.status-6{background:#E4E4E4;color:black;}

.generic-label{
    text-transform: uppercase;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    padding:15px 0 10px 0;
    border-bottom:1px solid #dbdbdb;
}
.generic-label.normal{
    text-transform: none;
    font-weight:300;
    padding:0;
    border-bottom:none;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin:20px 0 0 0;
}

.page-create.page-report .input-wrap .select2-container--default .select2-selection--single .select2-selection__rendered .row{
    display:inline-block;
}
.page-create.page-report .input-wrap .select2-container--default .select2-selection--single .select2-selection__rendered .row:before{
    content: ' / ';
}