﻿@font-face {
    font-family: 'myFirstFont';
    src: url('Droid.ttf') format('truetype');
}


* {
    font-family: 'myFirstFont',FontAwesome, sans-serif,'Glyphicons Halflings' !important;
}

body {
    color: #555;
}

.padding-0-10 {
    padding: 0px 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.select-row-color {
    background-color: rgba(38,185,154,.2) !important;
}


/*RadioBox*/


input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0.5rem;
}

    input[type="radio"] + label {
        margin-top: 8px;
        font-weight: normal;
    }

        input[type="radio"] + label:before {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            /*top: -0.2em;*/
            margin-right: 1em;
            margin-left: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
        }

    input[type="radio"]:checked + label:before {
        background-color: #1ABB9C;
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    input[type="radio"]:focus + label:before {
        outline: none;
        border-color: #1ABB9C;
    }

    input[type="radio"]:disabled, input[type="radio"]:checked + label:before {
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #337ab7;
        background: #337ab7;
    }

    input[type="radio"] + label:empty:before {
        margin-right: 0;
    }




input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    margin: 0.5rem;
}


    input[type="checkbox"] + label:before {
        content: '';
        background: #f4f4f4;
        /*border-radius: 100%;*/
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        /*top: -0.2em;*/
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
    }

    input[type="checkbox"]:checked + label:before {
        background-color: #1ABB9C;
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }


    input[type="checkbox"]:focus + label:before {
        outline: none;
        border-color: #1ABB9C;
    }

    input[type="checkbox"]:disabled, input[type="checkbox"]:checked + label:before {
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #337ab7;
        background-color: #337ab7;
    }

    input[type="checkbox"] + label:empty:before {
        margin-right: 0;
    }

.chklabel label {
    padding: 9px 3px !important;
}

.Small-table > tbody > tr > td {
    padding: 4px;
    vertical-align: middle;
}

textarea {
    resize: none;
}

    textarea.form-control {
        min-height: 100px;
    }

.form-label {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.9;
    color: #555;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.password {
    text-security: disc;
    -ms-text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc;
}

table {
    width: 100% !important;
}

.modal {
    direction: ltr;
}

/*.modal-content {
    direction: rtl;
}*/



.CkList {
    overflow-y: scroll;
    min-height: 0px;
    max-height: 200px;
}

table > tbody > tr > td > input[type="checkbox"] {
    /*position: absolute;*/
    opacity: 0;
    margin: 0.5rem;
    position: inherit;
}

    table > tbody > tr > td > input[type="checkbox"] + table > tbody > tr > td > label:before {
        content: '';
        background: #f4f4f4;
        /*border-radius: 100%;*/
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        /*top: -0.2em;*/
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
    }

    table > tbody > tr > td > input[type="checkbox"]:checked + table > tbody > tr > td > label:before {
        background-color: #1ABB9C;
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }


    table > tbody > tr > td > input[type="checkbox"]:focus + table > tbody > tr > td > label:before {
        outline: none;
        border-color: #1ABB9C;
    }

    table > tbody > tr > td > input[type="checkbox"]:disabled + table > tbody > tr > td > label:before {
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    table > tbody > tr > td > input[type="checkbox"] + table > tbody > tr > td > label:empty:before {
        margin-right: 0;
    }


/*table > thead > tr > th >*/

table > thead > tr > th > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    margin: 0.5rem;
}

    table > thead > tr > th > input[type="checkbox"] + table > thead > tr > th > label:before {
        content: '';
        background: #f4f4f4;
        /*border-radius: 100%;*/
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        /*top: -0.2em;*/
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
    }

    table > thead > tr > th > input[type="checkbox"]:checked + table > thead > tr > th > label:before {
        background-color: #1ABB9C;
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }


table > tbody > tr > td > input[type="checkbox"]:focus + table > thead > tr > th > label:before {
    outline: none;
    border-color: #1ABB9C;
}

table > thead > tr > th > input[type="checkbox"]:disabled + table > thead > tr > th > label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

table > thead > tr > th > input[type="checkbox"] + table > thead > tr > th > label:empty:before {
    margin-right: 0;
}


.form-control {
    height: 40px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 0px;
}


.timeline .tags {
    top: 5px;
}

.timeline .tag span {
    height: 30px;
}

.page-title .title_left {
    margin-bottom: 15px;
    width: 100%;
}

.caret {
    margin-right: 5px !important;
}

.img-circle.profile_img {
    width: 70%;
    background: none;
    margin-right: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52,73,94,0.44);
    padding: 4px;
}

:active {
    outline: 0;
}

.img-circle {
    border-radius: 0%;
}

.login {
    background: url('../images/LoginBackground.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login_form {
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 15px;
    margin-top: 25%;
}



/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') center no-repeat rgba(255, 255, 255, 0.75);
}

.input-sm {
    height: 30px !important;
    padding: 5px 0px;
}

.form-control.has-feedback-left {
    padding-left: 12px;
}

@media (max-width:1270px) and (min-width:192px) {
    .x_title h2 small {
        display: initial;
    }
}

@media (max-width:650px) and (min-width:192px) {
    .x_title h2 small {
        display: none;
    }
}

.label-data {
    font-weight: normal;
    padding-top: 8px;
}

.border {
    border: 1px solid #E6E9ED;
}

.padding-10 {
    padding: 10px;
}

iframe {
    width: 100%;
    height: 100vh;
}

.line-height-3 {
    line-height: 3;
}

.line-height-4 {
    line-height: 4;
}

.fs-25 {
    font-size: 25px;
}

.btn-outline-success {
    color: #26B99A;
    background-color: transparent;
    background-image: none;
    border-color: #26B99A;
}

/*----------*/
.ui-ribbon-container {
    position: relative;
}

    .ui-ribbon-container .ui-ribbon-wrapper {
        position: absolute;
        overflow: hidden;
        width: 85px;
        height: 88px;
        top: -3px;
        right: -3px;
    }

    .ui-ribbon-container .ui-ribbon.ui-ribbon-success {
        background-color: #1ABB9C !important;
    }

    .ui-ribbon-container .ui-ribbon.ui-ribbon-danger {
        background-color: #e74c3c !important;
    }

    .ui-ribbon-container .ui-ribbon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        transform: rotate(45deg);
        padding: 7px 0;
        left: -5px;
        top: 15px;
        width: 120px;
        line-height: 20px;
        /*background-color: #555;
        box-shadow: 0 0 3px rgba(0,0,0,.3);*/
    }



    .ui-ribbon-container.ui-ribbon-success .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-success .ui-ribbon:before {
        border-top: 2px solid #1ABB9C;
    }

    .ui-ribbon-container.ui-ribbon-danger .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-danger .ui-ribbon:before {
        border-top: 2px solid #e74c3c;
    }

    .ui-ribbon-container .ui-ribbon:before {
        left: 0;
        bottom: -1px;
        right: 0;
    }

    .ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before {
        position: absolute;
        content: " ";
        line-height: 0;
        border-top: 2px solid rgba(0, 0, 0, 0.3);
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }
/*----------*/

.pricing_features {
    background: #FAFAFA;
    padding: 0px 10px;
    min-height: 230px;
    font-size: 11px;
}

.widget-footer {
    position: absolute;
    bottom: 5px;
    margin: 5px;
    width: 85%;
}

.btn-inline {
    padding: 9px;
}

.profile_info {
    padding: 25px 10px 10px;
    width: 100%;
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    line-height: 2;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
}
/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 35% 10px;
}*/


ul.count1 {
    width: 100%;
    margin-left: 1px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

    ul.count1 li {
        width: 99%;
        text-align: center;
    }

        ul.count1 li h3 {
            font-weight: 400;
            margin: 0;
        }

        ul.count1 li span {
            font-weight: 300;
        }


ul.count2 {
    width: 100%;
    margin-left: 1px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

    ul.count2 li {
        width: 49%;
        text-align: center;
    }

        ul.count2 li h3 {
            font-weight: 400;
            margin: 0;
        }

        ul.count2 li span {
            font-weight: 300;
        }


ul.count3 {
    width: 100%;
    margin-left: 1px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

    ul.count3 li {
        width: 30%;
        text-align: center;
    }

        ul.count3 li h3 {
            font-weight: 400;
            margin: 0;
        }

        ul.count3 li span {
            font-weight: 300;
        }

.font-bold {
    font-weight: 700;
}


.hide {
    width: 1px;
    height: 1px;
    border: 0;
}

.overflow_auto_290{
    max-height:290px;
    overflow:auto;
}
.no-margin{
    margin:0 !important;
}
