/* 
    Created on : 2014-09-24, 12:41:42
    Author     : btobola
*/

body{
    font-family: Arial, Helvetica, sans-serif;
}

.center{
    text-align: center;
}

a:hover{
    text-decoration: underline;
}


/*text colors*/
.text-lightgrey{
    color: lightgrey;
}
.text-white{
    color: white;
}
.background-darkblue{
    background: #003366;
}

/*borders*/
.border-6{
    border-radius: 6px;
}

/*text-align*/
.text-v-center{
    vertical-align: middle;
}

#quickSearchForm .form-date {
    width: 47%;
    /*font-size: 74%;*/
}
#quickSearchForm .form-control, #quickSearchForm .dropdown-menu {
    /*width: 47%;*/
    font-size: 11px;
}

.checkbox-multi {
    height: 12em; 
    overflow: auto; 
    border: 2px solid gainsboro; 
    padding: 3px;
}

.checkbox-multi label, .checkboxes label{
    /*max-width: 90%;*/
    font-weight: normal;
    display: inline-table;
    font-size: 90%;
    margin: 0px;
}

.checkbox-multi span{
    line-height:1em;
    vertical-align: middle;
}
.checkbox-multi hr, .checkboxes hr{
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

#quickSearchForm  .form-group{
    margin-bottom: 5px;
}
#quickSearchForm label{
    margin-bottom: 0px;
}

/*#wordkeyList label{
    max-width: 90%;
}*/

/*#wordkeyList span{
    line-height:14px;
    vertical-align: middle;
}*/

/*.checkbox-multi{
    height:12em; 
    overflow: auto; 
    border: 1px solid gainsboro; 
    padding: 3px;
}*/

.notactive{
    /*text-decoration:line-through;*/
    color:#AAAAAA;
}

.red-p{
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 4px;
    display: block;
    border: red solid 1px;
    border-radius: 5px;
    margin: 5px;
}

.label-attr{
    max-width: 90%;
    text-align: left;
}


/*kolor wiersza dla archiwalnego projektu na liście*/
tr.archive {
    background-color: aliceblue;
}

.pageMessage{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius:  5px;
}



/* timeline - linia czasu projektu */


.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #5A8BBC;
    left: 23%;
    margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 5%;
    position: absolute;
    font-size: 90%;
    margin-top: 5px;

}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmlabel > div >a, .cbp_tmtimeline > li .cbp_tmlabel_notstart > div > a, .cbp_tmtimeline > li .cbp_tmlabel_active> div > a  {
	color :#fff;
	font-size: 120%;
}
.cbp_tmtimeline2 > li .cbp_tmlabel > div >a, .cbp_tmtimeline2 > li .cbp_tmlabel_notstart > div > a, .cbp_tmtimeline2 > li .cbp_tmlabel_active> div > a  {
	color :#fff;
	font-size: 120%;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel, .cbp_tmtimeline > li .cbp_tmlabel_notstart, .cbp_tmtimeline > li .cbp_tmlabel_active {
    margin: 0 0 2px 25%;
    padding: 1em;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
    background: #B4B7B7;
    color: #626A6F;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    background: #1C4D7E;
    color: #fff;
}

.cbp_tmtimeline > li .cbp_tmlabel > a {
    color: #fff;
}
.cbp_tmtimeline > li .cbp_tmlabel a:hover {
    color: #fff;
    text-decoration: underline;
}

.cbp_tmtimeline > li .cbp_tmlabel_notstart {
    background: #B4B7B7;
    color: #626A6F;
}
.cbp_tmtimeline > li .cbp_tmlabel_active {
    background: #003366;
    color: #fff;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    /*background: #1C4D7E;*/
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after, .cbp_tmtimeline > li .cbp_tmlabel_notstart:after, .cbp_tmtimeline > li .cbp_tmlabel_active:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    top: 10px;
    border-right-color: #FFFFFF;
}
.cbp_tmtimeline > li .cbp_tmlabel_notstart:after {
    border-right-color: #FFFFFF;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
    border-right-color: #1C4D7E;
}
.cbp_tmtimeline > li .cbp_tmlabel_active:after {
    border-right-color: #003366;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    /*border-right-color: #1C4D7E;*/
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon_active, .cbp_tmtimeline > li .cbp_tmicon, .cbp_tmtimeline > li .cbp_tmicon_notstart {
    width: 20px;
    height: 20px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 10px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    background: #ffffff;
    box-shadow: 0 0 0 5px #B4B7B7;
    text-align: center;
    left: 24%;
    margin-top: 10px;
    margin-left: -28px;
}
.cbp_tmtimeline > li .cbp_tmicon_active {
    color: #fff;
    background: #003366;
    box-shadow: 0 0 0 5px #5A8BBC;
}

.cbp_tmtimeline > li .cbp_tmicon {
    color: #fff;
    background: #ffffff;
    box-shadow: 0 0 0 5px #5A8BBC;
}

.cbp_tmtimeline > li .cbp_tmicon_notstart {
    color: #fff;
    background: #ffffff;
    box-shadow: 0 0 0 5px #B4B7B7;
}
.cbp_tmtimeline2 {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: white;
    left: 23%;
    margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline2 > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 5%;
    position: absolute;
    font-size: 90%;
    margin-top: 5px;

}

.cbp_tmtimeline2 > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
/* Right content */
.cbp_tmtimeline2 > li .cbp_tmlabel, .cbp_tmtimeline2 > li .cbp_tmlabel_notstart, .cbp_tmtimeline2 > li .cbp_tmlabel_active {
    margin: 0 0 2px 25%;
    padding: 1em;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
    background: #B4B7B7;
    color: #626A6F;
}
.cbp_tmtimeline2 > li .cbp_tmlabel {
    background: #1C4D7E;
    color: #fff;
}

.cbp_tmtimeline2 > li .cbp_tmlabel_notstart {
    background: #B4B7B7;
    color: #626A6F;
}
.cbp_tmtimeline2 > li .cbp_tmlabel_active {
    background: #003366;
    color: #fff;
}

.cbp_tmtimeline2 > li:nth-child(odd) .cbp_tmlabel {
    /*background: #1C4D7E;*/
}

.cbp_tmtimeline2 > li .cbp_tmlabel h2 { 
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline2 > li .cbp_tmlabel:after, .cbp_tmtimeline2 > li .cbp_tmlabel_notstart:after, .cbp_tmtimeline2 > li .cbp_tmlabel_active:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    top: 10px;
    border-right-color: #FFFFFF;
}
.cbp_tmtimeline2 > li .cbp_tmlabel_notstart:after {
    border-right-color: #FFFFFF;
}
.cbp_tmtimeline2 > li .cbp_tmlabel:after {
    border-right-color: #1C4D7E;
}
.cbp_tmtimeline2 > li .cbp_tmlabel_active:after {
    border-right-color: #003366;
}

.cbp_tmtimeline2 > li:nth-child(odd) .cbp_tmlabel:after {
    /*border-right-color: #1C4D7E;*/
}

/* The icons */
.cbp_tmtimeline2 > li .cbp_tmicon_active, .cbp_tmtimeline2 > li .cbp_tmicon, .cbp_tmtimeline2 > li .cbp_tmicon_notstart {
    width: 20px;
    height: 20px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 10px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    background: #ffffff;
    box-shadow: 0 0 0 5px #B4B7B7;
    text-align: center;
    left: 24%;
    margin-top: 10px;
    margin-left: -28px;
}
.cbp_tmtimeline2 > li .cbp_tmicon_active {
    color: #fff;
    background: #003366;
    box-shadow: 0 0 0 5px #5A8BBC;
}

.cbp_tmtimeline2 > li .cbp_tmicon {
    color: #fff;
    background: #ffffff;
    box-shadow: 0 0 0 5px #5A8BBC;
}

.cbp_tmtimeline2 > li .cbp_tmicon_notstart {
    color: #fff;
    background: #ffffff;
    box-shadow: 0 0 0 5px #B4B7B7;
}

.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1em;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        display: block;
        width: auto;
        padding-right: 90px;
        position: absolute;
    }

    .cbp_tmtimeline > li .cbp_tmtime span:first-child {
        font-size: 12px;;
        color: #003366;
    }

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 10px;
        color: #003366;
    }
    .cbp_tmtimeline2 > li .cbp_tmtime span:last-child {
        font-size: 1em;
    }

    .cbp_tmtimeline2 > li .cbp_tmtime {
        display: block;
        width: auto;
        padding-right: 90px;
        position: absolute;
    }

    .cbp_tmtimeline2 > li .cbp_tmtime span:first-child {
        font-size: 12px;;
        color: #003366;
    }

    .cbp_tmtimeline2 > li .cbp_tmtime span:last-child {
        font-size: 10px;
        color: #003366;
    }

}

@media screen and (max-width: 40em) {


    .cbp_tmtimeline > li .cbp_tmicon,
    .cbp_tmtimeline > li .cbp_tmicon_active,
    .cbp_tmtimeline > li .cbp_tmicon_notstart {
        left: 37%;
    }

    .cbp_tmtimeline:before{
        left: 35%;
    }

    .cbp_tmtimeline > li .cbp_tmlabel,
    .cbp_tmtimeline > li .cbp_tmlabel_notstart
    {
        margin-left: 39%;
        font-size: 90%;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        display: block;
        width: auto;
        padding-left: 4%;
        position: absolute;
    }

    .cbp_tmtimeline > li .cbp_tmtime span:first-child {
        font-size: 12px;;
        color: #003366;
    }

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 10px;
        color: #003366;
    }

    .cbp_tmtimeline2 > li .cbp_tmicon,
    .cbp_tmtimeline2 > li .cbp_tmicon_active,
    .cbp_tmtimeline2 > li .cbp_tmicon_notstart {
        left: 37%;
    }

    .cbp_tmtimeline2:before{
        left: 35%;
    }

    .cbp_tmtimeline2 > li .cbp_tmlabel,
    .cbp_tmtimeline2 > li .cbp_tmlabel_notstart
    {
        margin-left: 39%;
        font-size: 90%;
    }

    .cbp_tmtimeline2 > li .cbp_tmtime {
        display: block;
        width: auto;
        padding-left: 4%;
        position: absolute;
    }

    .cbp_tmtimeline2 > li .cbp_tmtime span:first-child {
        font-size: 12px;;
        color: #003366;
    }

    .cbp_tmtimeline2 > li .cbp_tmtime span:last-child {
        font-size: 10px;
        color: #003366;
    }


}




li .doc{
    display: block;
    background-color: #ffffff;
    color: #002a80;
    border-radius: 5px;
    padding:2px;
    padding-left: 3px;
    margin: 2px;
}

li .doc:hover{
    /*    cursor: pointer;*/
    display: block;
    background-color: #bdd0db;
    color: #002a80;
    border-radius: 5px;
    padding:2px;
    padding-left: 3px;
    margin: 2px;
}

li .doc_attach{
    display: block;
    background-color: #ffffff;
    color: #002a80;
    border-radius: 5px;
    padding:2px;
    padding-left: 3px;
    margin: 2px;
    margin-left: 10px;
}

li .doc_attach:hover{
    /*    cursor: pointer;*/
    display: block;
    background-color: #bdd0db;
    color: #002a80;
    border-radius: 5px;
    padding:2px;
    padding-left: 3px;
    margin: 2px;
    margin-left: 10px;
}

.childdir{
    font-size: 14px;
    padding:2px;
    padding-bottom: 5px;
}

.cudzyslow{
    background: url("../img/cudzyslow.png") no-repeat;
    min-height: 50px;
    min-width: 50px;
}

.cudzyslow-left-bottom{
    background: url("../img/cudzyslow.png") no-repeat;
    background-position: right bottom;
    min-height: 50px;
    min-width: 50px;
}

.projectTitle{
    /*    border-right:#003366 1px solid;
        border-left:#003366 1px solid;*/
    display: block;
    border-radius: 10px;
    /*text-align: center;*/
    /*    padding: 5px;
        margin-top: 15px;*/
}

.rcl-title{
    color: #cc0000;
    border-bottom: 1px solid #7F7F7F;
    font-size: 24px;
	margin-top: 5px;
}

.margin-minus{
    margin-top: -10px;
}

.margin-to-right{
    margin-left: 20%;
    margin-bottom: 4px;
}


.info{
    display: block;
    /*    background: rgb(197,222,234);  Old browsers 
        background: -moz-linear-gradient(top,  rgba(197,222,234,1) 0%, rgba(138,187,215,1) 19%, rgba(0,51,102,1) 75%, rgba(0,51,102,1) 75%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,222,234,1)), color-stop(19%,rgba(138,187,215,1)), color-stop(75%,rgba(0,51,102,1)), color-stop(75%,rgba(0,51,102,1)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 19%,rgba(0,51,102,1) 75%,rgba(0,51,102,1) 75%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 19%,rgba(0,51,102,1) 75%,rgba(0,51,102,1) 75%);  Opera 11.10+ 
        background: -ms-linear-gradient(top,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 19%,rgba(0,51,102,1) 75%,rgba(0,51,102,1) 75%);  IE10+ 
        background: linear-gradient(to bottom,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 19%,rgba(0,51,102,1) 75%,rgba(0,51,102,1) 75%);  W3C 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#003366',GradientType=0 );  IE6-9 */
    /*border: #003366 solid 2px;*/
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    padding: 5px;
    margin: 0px;
    background-color:#EAEAEA;
    background-image: url("/static/img/ssh2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    /*    font-weight: bold;*/

}



.clearbox{
    border: #fff solid 1px;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
    padding-right: 5px;
}

.clearbox-grey{
    border: #CCCCCC solid 1px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 8px;
}

.clearbox-button{
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.5);
    height: 110px;
    width: 190px;
    border: #003366 solid 1px;
    border-radius: 2px;
    text-align: center;
    margin: 2px;
    padding: 8px;
    background-color: #FFFFFF;
    font-size: 16px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    text-shadow:1px 1px #FFFFFF;
}
.inline-row{
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-flex-flow: row wrap;*/
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.clearbox-button:hover{
    box-shadow: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 190px;
    height: 110px;
    margin: 2px;
    padding: 8px;
    border: #CCCCCC solid 1px;
    border-radius: 2px;
    background-color: #003366;
    color: white;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    text-shadow: none;
}


@media(max-width: 1200px){

    .clearbox-button{
        -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        height: 120px;
        width: 226px;
        border: #003366 solid 1px;
        border-radius: 2px;
        text-align: center;
        margin: 2px;
        padding: 8px;
        background-color: #FFFFFF;
        font-size: 18px;
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        text-shadow:1px 1px #FFFFFF;
    }
    .clearbox-button:hover{
        -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        height: 120px;
        width: 226px;
        border: #003366 solid 1px;
        border-radius: 2px;
        text-align: center;
        margin: 2px;
        padding: 8px;
        background-color: #003366;
        color: white;
        font-size: 18px;
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        font-weight: bold;
        text-shadow: none;
    }

    .inline-row{
        float: left;
    }
}
@media(max-width: 700px){

    .clearbox-button{
        -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        height: 120px;
        width: 226px;
        border: #003366 solid 1px;
        border-radius: 2px;
        text-align: center;
        margin: 2px;
        padding: 8px;
        background-color: #FFFFFF;
        font-size: 18px;
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }
    .clearbox-button:hover{
        -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.5);
        height: 120px;
        width: 226px;
        border: #003366 solid 1px;
        border-radius: 2px;
        text-align: center;
        margin: 2px;
        padding: 8px;
        background-color: #003366;
        color: white;
        font-size: 18px;
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        font-weight: bold;
    }

    .inline-row{
        display: inline-block;
    }
}

.clearbox-formall{
    border-left: #CCCCCC solid 1px;
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
}

.input-width{
    max-width: 150px;
}

.label-h{
    font-size: 15px;
    color: #5A8BBC;
}

.indeterminate :indeterminate{

}


/*------------------Progress bar and circle ----------*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #003366;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;

    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #003366, 0 0 5px #003366;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #003366;
    border-left-color: #003366;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}
@media screen and (max-width: 26em){
    .padding-lg{
        padding-top: 5px;
    }
}

.maargin-right{
    margin-right: 10%;
}

.title-medium{
    font-size: 14px;
    color: #003366;
}

.user-info{
    display: inline-block;
    float: left;
}

.rpl-SS{
    background-image: url("/static/img/ssh2.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.rpl-SS-right{
    background-image: url("/static/img/ssh2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.info-icon{
    background-image: url("/static/img/info.gif");
    background-position: right top;
    background-repeat: no-repeat;
}

.clearbox-tiles{
    padding: 5px;
    border: #003366 1px solid;
    border-radius: 5px;
    background-color: white;
    color: #003366;
    cursor: pointer;
}

.clearbox-tiles:hover, .clearbox-tiles:active{
    padding: 5px;
    border: white 1px solid;
    border-radius: 5px;

    /*background: rgb(30,87,153);  Old browsers 
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  IE10+ 
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );  IE6-9 */


    /*druga wersja*/
    background: rgb(167,207,223);  
    background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(0,51,102,1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(0,51,102,1)));   
    background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#003366',GradientType=0 ); 

    -webkit-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);



    color: white;
    cursor: pointer;
}

.clearbox-tiles-without-padding{

    margin-bottom: 10px;
    border: #003366 1px solid;
    border-radius: 5px;
    background-color: white;
    display: table;
    color: #003366;
    cursor: pointer;
    display: table;

}

.clearbox-tiles-without-padding:hover, .clearbox-tiles-without-padding:active{

    margin-bottom: 10px;
    border: white 1px solid;
    border-radius: 5px;

    /*background: rgb(30,87,153);  Old browsers 
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  IE10+ 
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );  IE6-9 */


    /*druga wersja*/  
    background: rgb(167,207,223);  
    background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(0,51,102,1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(0,51,102,1)));  
    background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%); 
    background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#003366',GradientType=0 ); 

    -webkit-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);


    display: table;
    color: white;
    cursor: pointer;

}

.clearbox-tiles-right{

    text-align: right;
    padding: 3px;
    border: #003366 1px solid;
    border-radius: 5px;
    background-color: white;
    display: block;
    margin: 5px;
    color: #003366;
    cursor: pointer;
}

.clearbox-tiles-right:hover, .clearbox-tiles-right:active{

    text-align: right;
    padding: 3px;
    border: white 1px solid;

    /*background: rgb(30,87,153);  Old browsers 
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  IE10+ 
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );  IE6-9 */


    /*druga wersja*/
    background: rgb(167,207,223); 
    background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(0,51,102,1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(0,51,102,1)));  
    background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%); 
    background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%);  
    background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%); 
    background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(0,51,102,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#003366',GradientType=0 );

    -webkit-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);

    border-radius: 5px;
    display: block;
    margin: 5px;
    color: white;
    cursor: pointer;
}

.margin-tiles{
    margin: 5px;
}

.margin-top-10{
    margin-top: 10px;
}

.padding-right-0{
    padding-right: 0;
}

.padding-left-0{
    padding-left: 0;
}

.padding-0{
    padding: 0;
}

.margin-right-tiles{
    margin-left: 200px;
}

.margin-right-10{
    margin-right: 10px;
}

.verticaltext {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    width: 60px;
    padding: 0;
}

.table-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 41.66666667%;
    padding-right:10px;
}

.table-inside{
    display: table;
}

.text-size-16{
    font-size: 16px;
}

.helplink2{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    background-color: #003064;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    display: block;
    margin-top: 1px;
}
.helplink2:hover{
    text-decoration: none;
    color: #003064;
    background-color: #FFFFFF;
    border: 1px solid #003366;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
}

.indexnote{
    line-height: 11px;
    font-size: 11px;
    color: #CCCCCC;
    margin:0;
}

.small2{
    font-size: 11px;
    color: white;
}

.small3{
    font-size: 11px;
    color:#003064;
}

.flex-inline{
    display: inline-flex;
}

.white{
    color: #003366;
}

.white:hover{
    color: white;
}

.lightbluelink{
    color: #003366;
}

.lightbluelink:hover{
    color:#5A8BBC;
}

.checkbox-gray:hover{
    /*display:table-cell;*/
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
    /*border: #B4B7B7 1px solid;*/
    /*width: 260px;*/
    /*height: 36px;*/
    /*text-align: right;*/
    /*padding: 3px;*/

}

.checkbox-gray{
    /*display:table-cell;*/
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: #B4B7B7 1px solid;
    width: 100%;
    /*    width: 260px;
        height: 36px;
        text-align: right;*/
    /*    padding: 3px;*/

}


.titles-greybox{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: #B4B7B7 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: black;
    cursor: pointer;
}

.titles-greybox:hover{
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
}
.titles-home{
    /*display:table-cell;*/
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: #B4B7B7 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    /*    margin-left: 10px;
        margin-right: 10px;*/
    /*    margin-left: 3px;
        margin-right: 3px;*/
    padding-left: 0px;
    padding-right: 0px;
    color: black;
    cursor: pointer;
}

.titles-home:hover{
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    font-weight: bold;
}

.titles-home-category{
    display:table-cell;
    background: rgb(167,207,223); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

    border: #B4B7B7 1px solid;
    border-radius: 5px;
    padding: 8px;
    color: black;
    margin-bottom: 10px;
    margin-top: 10px;
    /*    font-weight: bold;*/
    cursor: pointer;
}

.titles-home-category:hover{
    display:table-cell;
    background: rgb(75,180,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(75,180,221,1) 0%, rgba(0,51,102,1) 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,180,221,1)), color-stop(67%,rgba(0,51,102,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(75,180,221,1) 0%,rgba(0,51,102,1) 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(75,180,221,1) 0%,rgba(0,51,102,1) 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(75,180,221,1) 0%,rgba(0,51,102,1) 67%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(75,180,221,1) 0%,rgba(0,51,102,1) 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb4dd', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.75);
    color:white;

}

.rcl-color{
    color: #003366;
}

.rcl-color h1 a{
    color: #003366;
    text-decoration: none;
}

.rcl-color h1 a:hover{
    color: #cc0000;
    text-decoration: none;
}

.margin-0{
    margin: 0;
}

.checkboxInBtn{
    padding-left: 0px;
    padding-right: 0px;	
}
.iconInBtn{
    padding-left: 2px;
    padding-top: 2px;	
}
.textInBtn{
    padding-left: 0px;
    padding-right: 0px;	
    /*width: 70%;*/
}
@media(max-width: 991px){
    .iconInBtn img{
        width:24px;
        height:24px;
    }
    .second-menu{
        font-size: 90%;
    }

}
@media(max-width: 767px){
    .iconInBtn img{
        width:20px;
        height:20px;
    }
    .textInBtn{
        width: 70%;
        padding-left: 3px;
    }
}
@media(max-width: 520px){
    .iconInBtn{
        display: none;
    }
    .textInBtn{
        width: 70%;
    }
}

.form-group .checkbox-gray .row{
    margin-right: 0px;
    margin-left: 0px;
}

.padding-btn{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

@media(max-width: 768px){
    .upper-btn{
        width: 100%;
    }
}
@media(max-width: 991px){
    .upper-btn{
        width: 100%;
    }
}

.small-font-11, .form-group input, .form-group select{
    font-size: 11px;
}

.title-col-width{
    max-width: 362px;
    min-width: 100px;
}
.applicant-col-width{
    min-width: 137px;
    max-width: 162px;
}
.number-col-width{
    min-width: 90px;
    max-width: 90px;
}
.date2-col-width{
    min-width: 117px;
    max-width: 117px;
}
.date-col-width{
    min-width: 151px;
    max-width: 151px;
}

@media screen and (max-width: 767px){}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}


/* quickSearch for mobile */

#search_mobile{
    display: none;
}

#zwijacz{
    display:none;
}

#zwijacz_header{
    display:none;
}

#upper_btn_ini{
    display: none;
}

#kafle_slider{
    display: none;
}

#navToggler{
    display:none;
}


@media(max-width: 767px){
    #search_mobile{
        display:block;
        position: relative;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        background-color:#B4B7B7;
        color: white;
        border-color: white;
        border-width: 1px;
        padding: 5px;
        width: 30%;


    }

    #navToggler{
        display:block;
        text-align: center;
    }

    .second-menu{
        display:none;
    }

    #upper_btn_ini{
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        background-color:#B4B7B7;
        color: white;
        border-color: white;
        border-width: 1px;
        padding: 15px;
        border-radius: 5px;
        z-index: 1000;
        filter:alpha(opacity=70);
        opacity: 0.7;
        -moz-opacity:0.7;
    }

    #upper_btn_ini:hover{
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

    #kafle_slider{
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        background-color:#B4B7B7;
        color: white;
        width: 100%;
        border-color: white;
        border-width: 1px;
        padding: 20px;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 1000;
        filter:alpha(opacity=70);
        opacity: 0.7;
        -moz-opacity:0.7;
    }

    #kafle_slider:hover{
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-opacity:1;
    }

    #kafelki{
        display: none;
        position: fixed;
        background-color: white;
        bottom: 50px;
        left: 0;
        /*min-width: 480px;*/
        border-color: #B4B7B7;
        border-width: 1px;
        border-style: solid;
        padding: 10px;
        z-index: 6000;
        height: 100%;
        overflow-y: scroll;

    }

    #homeContainer{
        width: 100%;
    }

    #upper_btn{
        display: none;
        position: relative;
        background-color: white;
        text-align: center;
        width: 115%;
        border-color: #B4B7B7;
        border-width: 1px;
        border-style: solid;
        padding: 5px;
        z-index: 4000;
    }

    #quickSearch_div{
        display:none;
        position: relative;
        background-color: white;
        width: 300px;
        z-index: 3000;
        border-color: #B4B7B7;
        border-width: 1px;
        border-style: solid;
        padding: 10px;

    }

    #zwijacz{
        padding: 10px;
        background-color: #B4B7B7;
        text-align: center;
        color: white;
    }

    #zwijacz_header{
        padding: 10px;
        background-color: #B4B7B7;
        text-align: center;
        color: white;
    }

    #quickSearch{
        display: none;
    }

    #szukajRcl{
        display: none;
    }
    #loginUser{
        display: none;
    }
}

@media(max-width: 480px){

}