﻿.border {
    border: 1px solid rgba(226,226,226,1);
    white-space: nowrap;
    background-color: #f2f2f2;
    padding: 7px 4px 7px 4px !important;
    padding: 1px !important;
    border-radius: 2px;
}

.nanogallery_theme_default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
}

.jqx-ribbon-content-section-bottom {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
}

.ListItem {
    /*min-height: 200px;
    height: auto;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+10,207cca+94,7db9e8+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100,fff9f9+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%, rgba(255,249,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%,rgba(255,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%,rgba(255,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9f9',GradientType=0 ); /* IE6-9 */
}

    /*.ListItem p, .ListItem a {
        font-size: 12px;
        margin: 0px;
        cursor: pointer;
        padding-right: 10px;
        transition:  .6s;
    }*/
    .ListItem p, .ListItem a {
        margin: 10px;
        font-size: 12px;
        margin: 10px 10px;
        cursor: pointer;
        padding-right: 10px;
        text-align: right;
        width: 310px;
        height: 50px;
        border-radius: 5px;
        box-shadow: 0 0 20px 0 rgba(107, 107, 107, 0.16);
        border: solid 0.2px #c4c4c4;
        background-color: #ffffff;
        margin: 10px;
        padding: 5px 9px;
        width: calc(100% - 40px);
        white-space: nowrap;
    }

    .ListItem .List1Desk hr {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 1px;
        background-color: rgba(226,226,226,1);
        /*box-shadow: 0 10px 10px -10px #8c8b8b;*/
        /*border: 1px solid gray;*/
        /*border-top: 1px solid #eee;*/
    }

    .ListItem p:hover {
        /*font-weight:bold;*/
        /*border: 1px solid black;*/
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99e1f7+0,e3f2f9+6,e6f0f4+95,b6dffd+100 */
        color: rgb(30,87,153);
        /*font-weight:bold*/
        /*text-shadow: 1px 1px 1px black;*/
    }

.MenuItem, .navbar-inverse {
    text-align: right;
    cursor: pointer;
    /*height: 35px;*/
    /*height: 28px;*/
    color: white !important;
    border: 1px solid lightgray;
}



    .MenuItem span {
        padding-right: 10px;
    }

        .MenuItem span a {
            /*font-size: 14px;*/
            font-size: 21px;
            color: black;
        }

    .MenuItem:hover {
        /*color:white;*/
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,5e99c9+100,7db9e8+100 */
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(94,153,201,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(94,153,201,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(94,153,201,1) 100%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    }



.footer {
    color: white;
    font-size: 20px;
    /*background-color: #808080;*/
    width: 100%;
    height: 50px;
    font-size: 12px;
}

#footer {
    /*font-family: BYekan !important;*/
    /*height: 30px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d4e3+0,88bacf+100;Grey+3D+%233 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    margin: 0 auto;
    padding: 0px 0 5px 0;
    /*background: #27527d;*/
    color: whitesmoke;
    vertical-align: bottom;
    background-color: black;
    height: 30px;
    width: 100%;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 10000;
    text-align: center;
    box-shadow: 0px 12px 10px 9px black;
}

    #footer p {
        margin: 0;
        padding-top: 8px;
        line-height: normal;
        font-size: 10px;
        /*text-transform: uppercase;*/
        text-align: center;
        color: #92A9B6;
        /*font-family: BNazanin;*/
        font-size: 80%;
    }

    #footer span {
        color: black;
    }

.header {
    border-bottom: 1px solid white;
    /*background: url('../Images/header-7.png') 100%;*/
    /*background: url('../Images/header-bg-dark.png') 100%;*/
    background-repeat: no-repeat;
    background-size: 100%; /*background-color:#727272*/
    background-color: #4b69af;
    color: rgb(254,255,255);
    text-shadow: 0px 0px 1px black;
}


/*.dropdown-menu>li>a{color:black!important}*/
#footer a {
    color: #FFFFFF;
    /*font-size: 12px;*/
    /*font-weight: bold;*/
}

.nanogallery_colorscheme_custom_SafaArchive_divArchive .nanoGalleryContainer > .nanoGalleryThumbnailContainer .imgContainer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93cede+0,75bdd1+41,49a5bf+100;Blue+3D+%235 */
    background: rgb(147,206,222); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,206,222,1)), color-stop(41%,rgba(117,189,209,1)), color-stop(100%,rgba(73,165,191,1))) !important; /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%) !important; /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%) !important; /* IE10 preview */
    background: linear-gradient(to bottom, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ) !important; /* IE6-9 */
}

.List1Desk {
    /*color: rgba(255, 255, 255, 1);*/
    text-shadow: 0px 0px 1px #c1b8b8;
}


.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}

.dropdown-menu > li > a {
    color: white !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
    padding-bottom: 6px;
    min-height: 40px;
}
