﻿/*div {
    display:inline-block; 
    margin:20px;
}*/
html {
    /*background-color: #f8f8f8;
    background-image: url('../Images/Simple8.svg');
    background-repeat: no-repeat;*/
    min-height:95vh;
}
body {
    background-color: #f8f8f8;
    /*background-image: url('../Images/map2.png');*/
    background-image: url('../Images/map2.svg'),linear-gradient(transparent, transparent);
    

    background-repeat: no-repeat;
    min-height: 100%;
}
#tableBlock {
    width: auto;
    left: -200px;
}
/*#editBlock {
    display:none;
    float:right;
}*/
#urlsBlock {
    /*float: left;*/
}

#createBlock {
    /*float: left;*/
}

.verticalLine {
    width: 5px;
    height: 330px;
    border-left: thick solid #0085ff;
    float: left;
}

.MySpace {
    width: 20px;
    height: 330px;
    border-left: thick solid #ffffff;
    float: left;
}

.forFooter {
    position: fixed;
    bottom: 0;
}
.CollectionsActions {
    float: left;
    clear: both;
    margin-top:18px;
}
.mycircle {
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
    
}
.mycircle-sm {
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    padding: 0px 0 !important;
    font-size: 9px !important;
    line-height: 1.428571429 !important;
    border-radius: 10px !important;
}
/*Push button*/
.btn-push {
    position: relative;
    top: 0px;
    font-family: "Open Sans";
    text-decoration: none;
    text-shadow: none;
    background: #f7f7f7;
    padding: 5px 20px;
    margin: 0 5px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #c4c4c4;
    -moz-box-shadow: 0px 5px 0px #c4c4c4;
    -ms-box-shadow: 0px 5px 0px #c4c4c4;
    -o-box-shadow: 0px 5px 0px #c4c4c4;
    box-shadow: 0px 5px 0px #c4c4c4;
    color: #222;
    /*text-shadow: 1px 1px 1px #fff;*/
    -webkit-transition: All 250ms ease;
    -moz-transition: All 250ms ease;
    -o-transition: All 250ms ease;
    -ms-transition: All 250ms ease;
    transition: All 250ms ease;
}
    .btn-push.orange {
        background: #ffffff;
        color: #fff;
        border: 1px solid #428bca;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 5px 0px #428bca;
        -moz-box-shadow: 0px 5px 0px #428bca;
        -ms-box-shadow: 0px 5px 0px #428bca;
        -o-box-shadow: 0px 5px 0px #428bca;
        box-shadow: 0px 5px 0px #428bca;
        /*text-shadow: 1px 1px 1px #428bca;*/
    }
    .btn-push:active {
        text-shadow: none;
        position: relative;
        top: 5px;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition: All 250ms ease;
        -moz-transition: All 250ms ease;
        -o-transition: All 250ms ease;
        -ms-transition: All 250ms ease;
        transition: All 250ms ease;
    }
table#info td:nth-child(2) {
    display: none;
}

#disc {
    display: none;
}

@media (orientation: landscape) {
    table#info td:nth-child(2) {
        display: block;
    }

    #disc {
        display: block;
    }
}
/*for smartphones*/
@media only screen and (max-width: 640px) {
    body {
        background-position: 0px 55px;
    }
    .textInput {
        /* styles here */
        width: 80%;
    }
    
    .btn-push {
        font-size: 12px;
    }
}
@media only screen and (min-width: 641px) {
    body {
        background-position: 40px 55px;
    }
    .textInput {
        /* styles here */
        width: 40%;
    }
    .btn-push {
        font-size: 16px;
    }
}



