

@font-face {
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'icomoon2';
    src: url('../fonts/icomoon/icomoon2.eot?-9heso');
    src: url('../fonts/icomoon/icomoon2.eot?#iefix-9heso') format('embedded-opentype'), url('../fonts/icomoon/icomoon2.woff?-9heso') format('woff'), url('../fonts/icomoon/icomoon2.ttf?-9heso') format('truetype'), url('../fonts/icomoon/icomoon2.svg?-9heso#icomoon') format('svg');
}

[class^="icon2-"], [class*=" icon2-"] {
    font-family: 'icomoon2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #7c8d87;
    background: #f8f8f8;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

a {
    color: #c0392b;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #333;
    }

.container-main > header {
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    background: rgba(0,0,0,0.01);
}

    .container-main > header h1 {
        font-size: 2.625em;
        line-height: 1.3;
        margin: 0;
        font-weight: 300;
        color: #C0392B;
    }

    .container-main > header span {
        display: block;
        font-size: 60%;
        opacity: 0.7;
        padding: 0 0 0.6em 0.1em;
    }

.main {
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.03);
    padding: 30px 50px 50px 50px;
    margin: 0 auto 30px auto;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}

/* To Navigation Style */
.codrops-top {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
}

    .codrops-top a {
        text-decoration: none;
        padding: 0 1em;
        letter-spacing: 0.1em;
        display: inline-block;
    }

        .codrops-top a:hover {
            background: rgba(255,255,255,0.95);
        }

    .codrops-top span.right {
        float: right;
    }

        .codrops-top span.right a {
            float: left;
            display: block;
        }

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-next:before {
    content: "\e000";
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.8em;
}

    .codrops-demos a {
        display: inline-block;
        margin: 0.5em;
        padding: 0.7em 1.1em;
        outline: none;
        border: 2px solid #31bc86;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
    }

        .codrops-demos a:hover,
        .codrops-demos a.current-demo,
        .codrops-demos a.current-demo:hover {
            border-color: #7c8d87;
            color: #7c8d87;
        }

.related {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 3em;
}

.footer {
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 3em;
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}

@media screen and (max-width: 25em) {

    .codrops-icon span {
        display: none;
    }
}

.forma input[type="text"], input[type="number"] {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px
}


.user-details .row {
    padding-top: 10px;
    padding-bottom: 2px;
}


/* Task file upload */
.task-file-upload .button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}

.task-file-upload .drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 200px;
    text-align: center;
    padding: 90px 20px 0px;
    margin: 0px 10px 10px;
}

.task-file-upload .dragover {
    border: 5px dashed blue;
}

.oneclick-file-upload .drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 200px;
    text-align: center;
    padding: 90px 20px 0px;
    margin: 0px 10px 10px;
}

.form-control.ui-select-search, .form-control.ui-select-search {
    width: 98% !important;
    height: 100% !important;
}

/* css-utils */
.m-t-20 {
    margin-top: 20px !important;
}


.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }
}


.rwd-table {
    color: #7c8d87;
    border-radius: .4em;
    overflow: hidden;
}

    .rwd-table tr {
        border-color: #fff;
    }

    .rwd-table th,
    .rwd-table td {
        margin: .5em 1em;
    }

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

@media (max-width: 480px) {
    tbody tr:nth-child(2n) {
        background-color: #c0392b;
        color: #ffffff;
    }
}


.e-archive .filter-field input {
    height: 34px !important;
    width: 100%;
}

.e-archive select {
    height: 34px !important;
    width: 100%;
}

.e-archive .filter-field {
    margin-top: 10px;
}

.e-archive .filter-field .empty-field {
    box-shadow: -5px 0px #c0392b;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

/* overlay css for approval */
.overlay {
    height: 0;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.2s;
}

.overlay-content {
    position: relative;
    /*top: 25%;*/
    width: 100%;
    height: 100%; /*added*/
    text-align: center;
    margin-top: 5px;
}

.overlay iframe {
    display: block; /* iframes are inline by default */
    background: #000;
    border: none; /* Reset default border */
    width: 100%;
    height: 100%;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 20px;
}

.overlay a.closebtn {
    padding: 8px;
    text-decoration: none;
    /*font-size: 36px;*/
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover.closebtn, .overlay a:focus.closebtn {
    color: darkred;
}

.overlay .buttons {
    position: absolute;
    top: 95px;
    right: 45px;
    font-size: 20px;
}

.overlay .item-progress {
    position: absolute;
    top: 100px;
    right: 50%;
    /*font-size: 20px;*/
}

.overflowFullScreen {
    height: 100%;
    width: 100%;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
