﻿
.tt-suggestion.tt-cursor {
    background-color: #97a9bd;
}

.empty-typeahead {
    margin: 1% 6%;
}

 .error{color:red;}

/*Select file button begin*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#attachment_wrap {
    color: transparent;
    margin-top: 15px;
}

#attachment_wrap_list {
    display: none;
}
/*Select file button end*/


.loadMe {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    background: #ed4e6e;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}

    .loadMe::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        background: #fe7518;
        box-shadow: 0 0 15px #ed4e6e, 0 0 5px #ed4e6e;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
        -moz-transition: opacity 0.2s, box-shadow 2s 4s;
        -o-transition: opacity 0.2s, box-shadow 2s 4s;
        transition: opacity 0.2s, box-shadow 2s 4s;
        -webkit-transform: rotate(2deg) translateY(-2px);
        -moz-transform: rotate(2deg) translateY(-2px);
        -ms-transform: rotate(2deg) translateY(-2px);
        -o-transform: rotate(2deg) translateY(-2px);
        transform: rotate(2deg) translateY(-2px);
    }

    .loadMe.loadAnimate {
        z-index: 2000;
        opacity: 0;
        -webkit-transition: -webkit-transform 3s ease-in, opacity 1s 3s;
        -moz-transition: transform 3s ease-in, opacity 1s 3s;
        -o-transition: transform 3s ease-in, opacity 1s 3s;
        transition: transform 3s ease-in, opacity 1s 3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .loadMe.loadAnimate::after {
            box-shadow: 0 0 3px #ed4e6e, 0 0 1px #ed4e6e;
            opacity: 1;
        }
/* AJAX Loaders*/
.show-modal-loader::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -ms-opacity: 0.5;
    opacity: 0.5;
    z-index: 100;
}

.show-modal-loader::after {
    position: absolute;
    content: "Please wait.....";
    z-index: 101;
    background-color: transparent;
    background-image: url('../img/Loader/ellipsis_32x32.gif');
    background-repeat: no-repeat;
    -ms-background-size: 32px;
    background-size: 32px;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    top: 0;
}

.show-small::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: white;
    -ms-opacity: 0.5;
    opacity: 0.5;
    z-index: 100;
}

.show-small::after {
    position: absolute;
    content: "";
    z-index: 101;
    background-color: transparent;
    background-image: url('../../img/Loader/rolling_32x32.gif');
    background-repeat: no-repeat;
    -ms-background-size: 32px;
    background-size: 32px;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    top: 0;
}

.show-medium::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -ms-opacity: 0.5;
    opacity: 0.5;
    z-index: 100;
}

.show-medium::after {
    position: absolute;
    content: "";
    z-index: 101;
    background-color: transparent;
    background-image: url('../img/Loader/ripple_110x110.gif');
    background-repeat: no-repeat;
    -ms-background-size: 110px;
    background-size: 110px;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    top: 0;
}

.show-large::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -ms-opacity: 0.5;
    opacity: 0.5;
    z-index: 100;
}

.show-large::after {
    position: absolute;
    content: "";
    z-index: 101;
    background-color: transparent;
    background-image: url('../img/Loader/ripple_130x130.gif');
    background-repeat: no-repeat;
    -ms-background-size: 130px;
    background-size: 130px;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    top: 0;
}
/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #34495e;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../img/logo/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    /*background-position: 135px 65px;*/
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    margin: -100px 0 0 -100px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*---------------------------------------


/*-----------------------Utility-----------------------*/
.no-topmargin {
    margin-top: 0px;
}

.no-rightmargin {
    margin-right: 0px;
}

.no-bottommargin {
    margin-bottom: 0px;
}

.no-leftmargin {
    margin-left: 0px;
}

.no-margin {
    margin: 0px;
}

.spacer {
    height: 20px;
    width: 100%;
}

.add-pointer {
    cursor: pointer;
}

.remove-anchor-decoration {
    /*color: white;*/
}

    .remove-anchor-decoration:hover, .remove-anchor-decoration:focus {
        text-decoration: none;
        color: black;
    }

.breadcrumb {
    margin-bottom: 10px;
}

    .breadcrumb li a {
        color: #999;
    }

        .breadcrumb li a:hover, .breadcrumb li a:focus {
            text-decoration: none;
        }

    .breadcrumb li i {
        color: #333;
    }

.dashboard {
    margin-top: 5px;
    height: 25px;
    width: 25px;
    float: left;
    background-image: url('../img/icons/icon_dashboard-yellow.png');
    background-size: 25px;
    display: block;
    background-repeat: no-repeat;
}



.settings {
    background-image: url('../img/icons/icon_settings.png');
    /*background-image: url("https://cdn1.iconfinder.com/data/icons/flat-services-icons/128/consult.png");*/
    margin-top: 5px;
    height: 25px;
    width: 25px;
    float: left;
    background-size: 25px;
    display: block;
    background-repeat: no-repeat;
}

.submissions {
    background-image: url('../img/icons/icon_submissions_dark.png');
    /*background-image: url("https://cdn4.iconfinder.com/data/icons/ballicons-2-free/100/box-128.png");*/
    margin-top: 5px;
    height: 25px;
    width: 25px;
    float: left;
    background-size: 25px;
    display: block;
    background-repeat: no-repeat;
}




.pallete-flatLRed {
    background: #e74c3c;
    color: white;
}

.flatLRed {
    color: #e74c3c;
}

.pallete-flatRed {
    background-color: #c0392b;
    color: white;
}

.flatRed {
    color: #c0392b;
}

.pallete-flatLGreen {
    background-color: #1abc9c;
    color: white;
}

.flatLGreen {
    color: #1abc9c;
}

.pallete-flatGreen {
    background-color: #16a085;
    color: white;
}

.flatMGreen {
    color: #27ae60;
}

.palette-.flatMGreen {
    color: #27ae60;
}


.flatMLGreen {
    color: #2ecc71;
}

.palette-.flatMLGreen {
    color: #2ecc71;
}

.flatGreen {
    color: #16a085;
}

.pallete-flatLYellow {
    background-color: #f1c40f;
    color: white;
}

.flatLYellow {
    color: #f1c40f;
}

.pallete-flatOrange {
    background-color: #f1c40f;
    color: white;
}

.flatOrange {
    color: #f1c40f;
}

.pallete-flatLBlue {
    background-color: #3498db;
    color: white;
}

.flatLBlue {
    color: #3498db;
}

.pallete-flatBlue {
    background-color: #2980b9;
    color: white;
}

.flatBlue {
    color: #2980b9;
}

.pallete-flatLDarkBlue {
    background-color: #34495e;
    color: white;
}

.flatDarkLBlue {
    color: #34495e;
}

.pallete-flatDarkBlue {
    background-color: #2c3e50;
    color: white;
}

.flatDarkBlue {
    color: #2c3e50;
}

.pallete-flatWhite {
    background-color: white;
    color: black;
}

.flatWhite {
    color: white;
}

.flatLBlack {
    color: #333;
}

.palette-flatLBlack {
    background: #333;
    color: white;
}

.flatBlack {
    color: #000;
}

.palette-flatBlack {
    background: #000;
    color: white;
}

/*-----------------------Utility-----------------------*/




/*--------Overriding Bootstrap Design---------------*/

.container {
    width: 80%;
    padding: 0;
}
  

.row {
    margin-right: 0;
    margin-left: 0;
}

.navbar {
    background-color: #fff;
    border: 0;
}

.form-control {
    border-radius: 0;
}

.input-group-addon:first-child {
    border-radius: 0;
}

.modal-dialog {
    z-index: 1055;
}

.modal-header {
    background: #2c3e50;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}

    .modal-header .close {
        color: white;
        border: 1px solid white;
        z-index: 100;
        height: 27px;
        width: 27px;
        padding-bottom: 4px;
        padding-left: 1px;
        opacity: 0.5;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

.close:hover, .close:focus {
    opacity: 1;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}



.modal-title {
    font-weight: bold;
    letter-spacing: 0.05px;
}
/*--------Overriding Bootstrap Design---------------*/

/*------------------Twitter Typeahead CSS------------------*/
.twitter-typeahead {
    width: 80%;
}

.tt-menu {
    width: 100%;
    background: white;
}





/*#search-box-wrapper {
    position: relative;
    padding-left: 0;
    background: #34495e;
    height: 60px;
}

    #search-box-wrapper:before {
        position: absolute;
        font-family: "FontAwesome";
        content: '\f002';
        font-size: 23px;
        margin-top: 12px;
        margin-left: 10px;
        z-index: 1;
    }

    #search-box-wrapper.loading::after {
        position: absolute;
        content: "";
        background-image: url("../img/Loader/ellipsis_32x32.gif");
        height: 32px;
        width: 32px;
        top: 14px;
        right: 24%;
        z-index: 1;
    }
/*#search-box-wrapper .twitter-typeahead{
        width:100%;
    }*/
.twitter-typeahead #search-box {
    width: 100%;
}

#search-box {
    height: 40px;
    margin: 10px 10px 3px 0;
    width: 513px;
    padding-left: 36px;
    font-size: 20px;
    font-weight: 300;
}*/








.body-content {
    width: 80%;
    border: 1px solid #eee;
    margin: 100px auto;
    padding: 30px;
}


section#main-body-wrapper {
    min-height: 1200px;
    background-color: #eee;
    /*border-top: 1px solid #c9c9c9;*/
    padding: 0px 25px;
}

#title-box-wrapper {
    margin-bottom: 10px;
    height: 70px;
}

    #title-box-wrapper .title-icon {
        float: left;
        font-size: 55px;
    }

    #title-box-wrapper .title-area {
        float: left;
        margin: 12px 10px;
    }

        #title-box-wrapper .title-area .title {
            margin: 0;
        }

        #title-box-wrapper .title-area .sub-title {
            margin: 0;
            margin-left: 2px;
            color: #999;
        }
