body{
    background: #f3f3f4;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*NADPISY*/

.btn-default{
    background: #eee;
}

.modal-content{
    border-radius: 0;
    border: 0;
    border-top: 4px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    box-sizing: border-box;
}

.modal-dialog {
    width: 1250px;
}

#bar .alert,#bar .alert-position{
    margin-bottom:0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
}

#bar .alert.in{
    /* -webkit-transform: translate(0,0); */
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

label {
    font-weight:400;
}

.margin-top{
    margin-top: 15px;
}

.margin-bottom{
    margin-bottom: 15px;
}

.fleft{
    float:left;
    margin-right: 10px;
}

.fright{
    float:right;
}

#loginform{
    top:50%;
    position:absolute;
    margin-top:-150px;
}

#nav{
    z-index: 100;
    position: fixed;
    width: 220px;
    top:0;
    bottom:0;
    font-weight: 700;
    background: #2F3B46;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#side-menu{
    margin-top: 40px;
    background: #2f4050;
}

#side-menu > li {
    border-left:0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width:220px;
    overflow: hidden;
}

#side-menu > li > a {
    cursor:pointer;
    display:block;
    font-size: 13px;
    color: #a7b1c2;
    font-weight: 700;
    padding: 14px 10px 14px 25px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#side-menu > li > a:hover {
    background: #293846 !important;
    color: white;
}

#side-menu > li > a .glyphicon {
    padding: 0 10px 0 0;
}
#side-menu > li > a .glyphicon.down {
    float:right;
}

#side-menu > li.opened{
    background: #293846;
    border-left: none;
}

#side-menu > li.opened > a{
    color:#fff;
    padding: 14px 10px 14px 20px;
}

#side-menu > li a{
    border-left: 5px solid rgba(0,0,0,0);
    transition: all .2s;
    padding-left:25px !important;
}

#side-menu > li.opened a{
    border-left: 5px solid #ccc;
}

#side-menu > li.active{
    background:#293846;
    border-left: 5px solid #3DBF70;
}

#side-menu > li.active > a{
    color:#fff;
    padding: 14px 20px 14px 20px;
}

#nav .second-level{
    background:#293846;
    overflow:hidden;
    max-height:0px;
    padding:0;
    margin:0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#nav .opened .second-level{
    max-height: 300px;
    padding: 0;
}

#nav .second-level li a{
    display:block;
    margin:0;
    font-size: 12px;
    color: #a7b1c2;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    cursor:pointer;
}

#nav .second-level li a:hover{
    color:#fff;
}

#nav .second-level li .glyphicon{
    padding-right:10px;
}

/*//WRAPPER*/

#wrapper{
    margin-top: 68px;
    width:100%;
    padding-left:220px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#bar{
    width:100%;
    min-height: 60px;
    padding: 13px;
}

#alert{
    background: #fff;
    color: #666;
    font-size: 14px;
    display:none;
    padding:20px 40px;
    position:fixed;
    top:0;
    width: 100%;
    z-index: 10;
}

#alert.green{
    background: #5cb85c;
    color:#fff;
}

#alert.red{
    background: #d9534f;
    color:#fff;
}

#title{
    width:100%;
    min-height: 100px;
    border-top: 4px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    background: #fff;
    padding-left: 20px;
}

#title .breadcrumb{
    background:none;
    padding:0;
    font-weight: 200;
}

#title h2{
    font-size: 24px;
    font-weight: 100;
}


#title .actions{
    margin-top: 30px;
}

#content{
    margin-top:30px;
}

.box{
    width:100%;
    border-top: 4px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    background: #fff;
    margin-bottom:30px;
}

.box .title{

    border-bottom: 1px solid #e7eaec;
    padding:15px;
    color: #999;
}

.box .title h5{
    font-size:14px;
    font-weight: 700;
    padding:0;
    margin:0;

}

.box .content{
    padding:15px;
    color: #676a6c;
}

.box .margin-right{
    margin-right: 0px;
}

.box.green{
    border-color: rgb(92, 184, 92);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(92, 184, 92, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(92, 184, 92, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(92, 184, 92, 0.75);
}
.box.green .title{
    background: rgb(92, 184, 92);
    color:#fff;
}

.box.blue{
    border-color: #357ebd;
    background: #428bca;
}
.box.blue .title{
    background: #428bca;
    border-color: #357ebd;
    color:#fff;
}
.box.blue .content{
    color:#fff;
}

.box.blue .badge{
    color: #357ebd;
    background:#fff;
}

/*GROPUFORM*/

.form-group{
}

hr.dashed{
    clear:both;
}

/*CHECKBOX*/

.customcheckbox{
    width:20px;
    height:20px;
    border:3px solid #5cb85c;
    cursor:pointer;
}

.customcheckbox.checked{
    background:#5cb85c;
}

.customcheckbox input{
    width: 20px;
    height: 20px;
    margin:0 !important;
    padding:0;
    position:relative;
    opacity:0;
    cursor:pointer;
}

.customcheckbox.white{
    border:3px solid #fff;
}

.customcheckbox.white.checked{
    background:#fff;
}

/*/=HIDE SIDE BAR*/

body.smallSB #wrapper{
    padding-left:70px;
}

body.smallSB #nav{
    width:70px;
}

body.smallSB #nav .nav-label{
    display: none;
}

body.smallSB #nav .down{
    display: none;
}

body.hideSB #wrapper{
    padding-left:0px;
}

body.hideSB #nav{
    width:0px;
}

footer{
    font-size: 12px;
    text-align: center;
}

footer img{
    width: 600px;
    opacity: 1;
    margin: 15px auto;
    display: block;
}

.hideSB footer{

}

.hideSB footer .col-sm-12{
    position:fixed;
    bottom:0;
}

