/*****************************************
    ONLY FOR TESTS !!!
******************************************/
.alert {
    z-index: 3;
    position: fixed;
    right: 0;
    margin: 4px;
    left: 0;
    display:none;
    padding: 18px 30px 18px 20px;
}

.modal-header .close {
    /*margin-top: -22px;*/
}






/*****************************************
    BODY
******************************************/
body {
    background-color: #fbfbfb;
}

/*****************************************
    CONTAINER (LONG TABLE FIX)
******************************************/
.container2 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

/*****************************************
    LOGIN HEADER
******************************************/
.login-header {
    left:0;
    right:0;
    top:0;
    background-color: #ffffff;
    width:100%;
    padding:10px;
    text-align: center;
    
    position: absolute;
    height: 250px;
    overflow: hidden;
}
.login-header .upline {
    width: 100%;
    background: #49bf74;
    padding: 4px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}
.login-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.9;
}

.login-header h1 {
    margin-top: 5%;
    z-index: 2;
    color: #c1c1c1;
    font-size: 3em;
}

.login-header-error {
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0 50px;
    text-align: center;
    position: absolute;
    overflow: hidden;
   /* transform: rotate(6deg) scale(1.12);*/
    margin-top: 5%;
    box-shadow: 3px 3px 25px #ccc;

    animation-name: fadeInDownBig;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

.login-header-error .upline {
    width: 100%;
    background: #f1f1f1;
    padding: 25px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.login-header-error h1 {
    margin: 60px 0 60px;
    z-index: 2;
    color: #e6e6e6;
    font-size: 5em;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #efefef;
}

.login-header-error h3 {
    z-index: 2;
    color: #cc6d6d;
    font-size: 1.3em;
    text-shadow: 0px 0px 3px #ffffffba;
    background-color: #f9e8e8;
    display: inline;
    padding: 20px 35px;
    border-radius: 25px;
    box-shadow: inset 5px 14px 14px #f7d8d8a1;
    border: 1px solid #f1d7d7;
    text-shadow: 1px 1px 1px #fff;
}

.login-header-error .back-button {
    margin-top: 48px 0 20px;

}

.btn-botshadow {
    margin-top: 60px;
    border-radius: 30px;
    padding: 15px 50px;
    border: 1px solid #ffffff;
    color: #bdbdbd;
    background-color: #ffffff;
    box-shadow: 0px 19px 20px -19px #d2d2d2d4;
    /*-webkit-transition: border-color ease-in-out 2.85s,-webkit-box-shadow ease-in-out 2.85s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    transition: border-color ease-in-out .85s,box-shadow ease-in-out .55s;
}

.btn-botshadow:hover, .btn-botshadow:active {
    border: 1px solid #ffffff;
    color: #7d7d7d;
    box-shadow: 0px 10px 59px -1px #c7c7c7b5;
    /*-webkit-transition: border-color ease-in-out .85s,-webkit-box-shadow ease-in-out 1.85s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*****************************************
    HEADER
******************************************/

.navbar {
    margin-bottom: 0;
    border:0;
}

.navbar-inverse {
    background-color: #ffffff;
    border-bottom: 2px solid #5cb85c;
    /* padding: 3px; */
    /* box-shadow: 0 0 20px #dcdcdc; */   
}

.navbar-inverse .navbar-brand {
    color: #545454;
    font-size: 1.9em;
    text-shadow: -2px 4px 23px #dcdcdc;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:active, .navbar-inverse .navbar-brand:focus {
    color:#545454;
}

/******************** Navbar left BEGIN ********************/
    .navbar-inverse .navbar-nav-items>li>a {
        color: #585858;
    }

    .navbar-inverse .navbar-nav-items>.active>a, .navbar-inverse .navbar-nav-items>.active>a:hover, .navbar-inverse .navbar-nav-items>.active>a:focus {
        color: #fff;
        background-color: #5cb85c;
    }

    .navbar-inverse .navbar-nav-items>.open>a, .navbar-inverse .navbar-nav-items>.open>a:hover, .navbar-inverse .navbar-nav-items>.open>a:focus {
        color: #fff;
        background-color: #5cb85c;
    }

    /* Dropdown open BEGIN*/
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #5cb85c;
        outline: 0;
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #5cb85c;
        outline: 0;
    }
    /* Dropdown open END */

    .navbar-inverse .navbar-nav-items a:hover {
        background-color: #ebf7eb;
        color: #0a940a;
    }

    .navbar-inverse .navbar-nav-items>li>a:hover {
        background-color: #ebf7eb;
        color: #0a940a;
    }
/******************** Navbar left END ********************/

/******************** Navbar right BEGIN ********************/
    .navbar-inverse .navbar-right>li>a {
        color: #5cb85c;
    }

    .navbar-inverse .navbar-right>.active>a, .navbar-inverse .navbar-right>.active>a:hover, .navbar-inverse .navbar-right>.active>a:focus {
        color: #fff;
        background-color: #5cb85c;
    }

    .navbar-inverse .navbar-right>.open>a, .navbar-inverse .navbar-right>.open>a:hover, .navbar-inverse .navbar-right>.open>a:focus {
        color: #fff;
        background-color: #5cb85c;
    }

    /* Dropdown open BEGIN*/
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #5cb85c;
        outline: 0;
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #5cb85c;
        outline: 0;
    }
    /* Dropdown open END */

    

    .navbar-inverse .navbar-right>li>a:hover {
        background-color: #ebf7eb;
        color: #0a940a;
    }
/******************** Navbar right END ********************/
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}

.nav-header {
    left:0;
    right:0;
    top:0;
    width:100%;
    padding:10px;
    text-align: center;
    position: absolute;
    height: 250px;
    overflow: hidden;
}
.navupline {
    width: 100%;
    background: #49bf74;
    padding: 2px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
.nav-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.9;
}

.nav-header h1 {
    margin-top: 5%;
    z-index: 2;
    color: #c1c1c1;
    font-size: 3em;
}

nav.navbar-findcond { background: #fff; border-color: #ccc; box-shadow: 0 0 2px 0 #ccc; }
nav.navbar-findcond a { color: #f14444; }
nav.navbar-findcond ul.navbar-nav a { color: #f14444; border-style: solid; border-width: 0 0 2px 0; border-color: #fff; }
nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: #fff; }
nav.navbar-findcond ul.navbar-nav a:hover { border-color: #f14444; }
nav.navbar-findcond li.divider { background: #ccc; }
nav.navbar-findcond button.navbar-toggle { background: #f14444; border-radius: 2px; }
nav.navbar-findcond button.navbar-toggle:hover { background: #999; }
nav.navbar-findcond button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #444; }
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #f14444; color: #fff; }
nav.navbar-findcond span.badge { background: #f14444; font-weight: normal; font-size: 11px; margin: 0 4px; }
nav.navbar-findcond span.badge.new { background: rgba(255, 0, 0, 0.8); color: #fff; }

/* Navbar-toggle*/

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle {
    background-color: #5cb85c;
    border: 1px solid #FFF;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #5cb85c;
    border: 1px solid #FFF;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #5cb85c;
    }
}


/*****************************************
    LOGIN FORM
******************************************/
.loginlayer {
    margin-top: 16%;
    z-index: 3;
}

@media (max-width: 767px) {
    .loginlayer {
        margin-top: 25%;
        z-index: 3;
    }
}

label.LM20 {
    margin-left: 20px;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

/*****************************************
    Content
******************************************/
.contentlayer {
    margin-top:70px;
    /*margin-bottom: 80px;*/
}

@media (max-width: 767px) {
    .contentlayer {
        margin-top:70px;
        /* margin-bottom: 70px; */
    }
}

.gimmespace {
    padding: 0 0 25px 15px;
    /*margin-top: 80px;*/
}

.whereami {
    margin-top: 56px;
    display: inline-block;
    /* margin-bottom: 22px; */
}

.breadcrumb {
    padding: 5px 15px 5px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #ececec;
    /* border-left: 1px solid #ececec; */
    /* border-right: 1px solid #ececec; */
    /* border-bottom: 1px solid #ececec; */
    line-height: 34px;
}

.breadcrumb>li>a {
    color: #5cb85c;
}

.flybutton {
    position: fixed;
   /* top:0;
    left:0;*/
    right: 10px;
    bottom: 10px;
    z-index: 10000;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
}

.flybutton>a>i:hover {
    animation-name: spin;
      animation-duration: 500ms;
      animation-iteration-count: 1;
      animation-timing-function: linear;
}


.flybutton-item {
    color: #fff;
    border: 2px solid #fff;
    background-color: #25b975;
    font-size: 1.6rem;
    line-height: 54px;
    width: 55px;
    height: 55px;
    border-radius: 40px;
    text-align: center;
    font-weight: 100;
    text-shadow: 1px 1px 3px #3e3e3e00;
    box-shadow: -7px -7px 40px 17px #ffffff;
}


.center {
    position: fixed;
    margin: 0 auto;
    /*top: 0;*/
    right: 100px;
    bottom: 11px;
    /*left: 0;*/
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu {
    width: 50px;
    height: 50px;
    z-index: 10000;

}

.menu i {
    font-size: 0.6 * 40px;
    color: #FFF;
}

.menu i:hover {
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

.item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color: #6d4494;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    border: 2px solid #fff;
    text-shadow: 1px 1px 3px #35353552;
    /*box-shadow: -4px -1px 20px #e8e8e8;*/
}


.addmenu {
    margin-bottom: 15px;
    padding: 8px 10px;
}


/* MARGINS & PADDINGS */
.mt20 {
    margin-top:20px;
}
.mt30 {
    margin-top:30px !important;
}
.mt40 {
    margin-top:40px !important;
}
.mt50 {
    margin-top:50px !important;
}
.pt30 {
    padding-top:30px;
}


.my-alert {
    /*max-width: 70%;*/
    animation-name: pulse;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

    .my-warning {
        background-color: #fcf8e3;
        color: #b18d50;
        border: 1px solid #faebcc;
        padding: 10px 18px;
        margin: 3px 0 0 0;
    }
        .my-warning .closebtn {
            margin-left: 15px;
            color: #e8d2ac;
            font-weight: bold;
            float: right;
            font-size: 22px;
            line-height: 20px;
            cursor: pointer;
            transition: 0.3s;
        }
    .my-danger {
        background-color: #fdeded;
        color: #de7a7a;
        border: 1px solid #f5d8d8;
        padding: 10px 18px;
        margin: 3px 0 0 0;
    }
        .my-danger .closebtn {
            margin-left: 15px;
            color: #efc0c0;
            font-weight: bold;
            float: right;
            font-size: 22px;
            line-height: 20px;
            cursor: pointer;
            transition: 0.3s;
        }

.sheader {
    margin-bottom: 26px;
    /* background-color: #ffffff; */
    border-radius: 25px;
    padding: 15px 5px 0px;
    box-shadow: 0px 28px 15px -25px #cccccc61;
}

.sheader small {
    background-color: #5cb85c;
    padding: 3px 6px;
    color: #FFF;
    border-radius: 4px;
}

.sheader h3 {
    font-size: 4.2rem;
    margin-top: 4px;
    color: #cacaca;
    padding: 5px 1px;   
    
    /*border-radius: 5px;   
    background-color: #337ab7;
    border: 1px solid #256398;
    text-shadow: 1px 1px 1px #29292959;*/
}

.sheader h4 {
    font-size: 2.6rem;
    margin-top: 4px;
    color: #696969;
    padding: 5px 1px;
    
    /*border-radius: 5px;
    background-color: #e49621;
    border: 1px solid #cc851a;
    text-shadow: 1px 1px 1px #a2670d;*/

}   

/*****************************************
    Checked List Group
******************************************/
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
    margin-bottom: 0px;
}

.fu-row {
    padding: 18px 15px 0px;
}

.checkdeclare {
    padding: 10px 0px;
    font-size: 1.7rem;
    font-weight: 100;
    border-radius: 6px;
    margin: 0px 0 20px;

}

.checkdeclare input[type=checkbox] + label {
    padding: 10px 20px;
    font-size: 1.7rem;
    font-weight: 100;
    border-radius: 6px;
    margin: 0px 0 20px;
    color: #8e8e8e;  
    border: solid 2px #fff;
}

.checkdeclare input[type=checkbox]:checked + label {
    padding: 10px 20px;
    font-size: 1.7rem;
    font-weight: 100;
    border-radius: 6px;
    margin: 0px 0 20px;
    color: #21a21a;
    border: solid 2px #bce0ba;
    background-color: #ebfdea;
}

.wykonalem-wszystkie-button {
    padding: 10px 20px;
    font-size: 1.7rem;
    font-weight: 100;
    border-radius: 6px;
    margin: 0px 0 20px;
    color: #21a21a;
    border: solid 2px #bce0ba;
    background-color: #ebfdea;
}

/*****************************************
    FOOTER
******************************************/
.main-foot {
    z-index: 1000;
    position: static;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #fbfbfb;
    box-shadow: 0px 1px 25px #d4d4d4;*/
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #989898;
    font-size: 1.2rem;
}

/*****************************************
    BUTTONS adds
******************************************/
.btn-mar4000 {
    margin: 4px 0 0 0;
}

/*****************************************
    DataTable adds
******************************************/
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f3f3f3;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px;
    font-size: 1.2rem;
}

.well-light {
    background-color: #FFF !important;
}

.well-disabled {
    background-color: #eee !important;
    padding-left: 35px;
}

.filelist li {
    display: block;
    margin-bottom: 5px;
}

.filelist li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e134";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: 0px;
    margin-left: -23px;
    color: #337ab7;
}

.filelist a {
    font-size: 1.5rem;
}
.disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.yadcf-filter-wrapper
{
    display: inline-flex;
    margin: 0 0px 0 0px;
}

.yadcf-filter-wrapper button {
    padding: 5px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #ec8d8d;
    margin: 0 4px;
    background-color: #ffffff;
    color: #ec8d8d;
}
.yadcf-filter-wrapper button:hover, .yadcf-filter-wrapper button:active {
    border: 1px solid #b73d3d;
    background-color: #ef5757;
    color: #ffffff;
    box-shadow: inset 2px 2px 17px #af2323;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table-no-bg {
    background-color: rgba(255, 255, 255, 0) !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    padding: 10px 15px;
}


/*****************************************
    Validations
******************************************/

.vzle_km {
    display: none; 
    color: #d02b2b; 
    margin:5px;
}



/*****************************************
    BOOTSTRAP - MY MODIFICATIONS
******************************************/
.my-form-control input {
    margin-bottom: 3px;
    display: block;
    width: 100px !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.my-form-control input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}



/********************** 
 * Kolory dla zlecen 
 **********************/

.robocze {
    background-color: #c1bad6 !important;
    color: #403361;
}
.nowe {
    background-color: #fff !important;
    box-shadow: inset -30px 35px 85px #c5eeff85;
}
.zaakceptowane {
    background-color: #daf7e5 !important;
    color: #06672b;
}
.odrzucone {
    background-color: #ffefcd !important;
    color: #866728;
}
.realizowane {
    background-color: #ceeaff !important;
    color: #00436b;
}
.realizowane1 {
    background-color: #75c3ff !important;
    color: #00436b;
}
.realizowane2 {
    background-color: #0291ff !important;
    color: #00436b;
}

.zawieszone {
    background-color: #730720 !important;
    color: #FFF;
}
.wznowione {
    background-color: #8938d5 !important;
    color: #FFF;
}

.anulowane {
    background-color: #de6666 !important;
    color: #FFF;
}
.wykonane {
    background-color: #5c9c6a!important;
    color: #FFF;
}
.wykonane-wzatwierdzeniu {
    background-color: #23492c!important;
    color: #FFF;
}
.wykonane-wpoprawie {
    background-color: #87893f!important;
    color: #FFF;
}
.wykonane-zatwierdzone {
    background-color: #17301d!important;
    color: #FFF;
}

/*Kolor dla naglowka kolumny tabeli z aktywnym filtrem*/
.filtrAktywny {
    background-color: #ebde2c!important;
}

.reordered {
    background-color: #16cf6c!important;
}
/*****************************************
    Uploader
******************************************/
.ajax-upload-dragdrop {
    border: 2px dashed #c4e3f5;
    width: 420px;
    color: #c1c1c1;
    text-align: left;
    vertical-align: middle;
    padding: 20px 15px 15px 25px;
    border-radius: 22px;
    background-color: #eef5f9;
}

.ajax-upload-dragdrop span {
    color: #98c5de;
    text-align: left;
}

.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 30px;
    margin: 6px 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 20px 0px 20px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align: middle;
}

.ajax-file-upload-statusbar {
     border: 1px solid #e8e8e8; 
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px;
    box-shadow: 3px 3px 15px #ccc;
}
.ajax-file-upload-bar {
    background-color: #5cb85c;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.UpErr {
    z-index: 1;
    padding: 11px 14px;
    background-color: #d65656;
    display: inline-block;
    color: #FFF;
    border-radius: 6px;
    text-shadow: 1px 0px 3px #a21717;
    font-size: 1.3rem;
    box-shadow: inset 0 -20px 1px #bb4646;
    border: 1px solid #bb4646;
    margin: 2px 6px;
}

.elHide {
    display:none;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green:hover {
    background-color: #77b55a;
    color: #fff;
    text-decoration: none;

}

.navifooter {
    margin: 30px 15px 10px;
    box-shadow: 0px -25px 25px -22px #CCC;
    /* border: 1px solid; */
    padding: 15px 35px;
}

.noshadow {
    box-shadow: none;
    border: 1px solid #ccc;
}
/*****************************************
    ANIMATIONS
******************************************/
/****** Animations ******/

@keyframes spin {
    from {
        transform:rotate(0deg);
        opacity: 0;
    }
    to {
        transform:rotate(360deg);
        opacity: 1;
    }
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/** Fadein Up **/

@-webkit-keyframes fadeInUpBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUpBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
 
 
 /** Fadein Down**/
 
 @-webkit-keyframes fadeInDownBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDownBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 


/** Pulse **/

@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 