﻿.fa-check-square {
    color: #0488cd;
}

.fa-caret-right {
    color: #0488cd;
}

.SecondLevelList {
    margin-left: 15px;
}

.content-box-info {
    padding-left: 0 !important;
}

#container {
    background-color: orange;
}

/* Main Content Boxes */
.main-content, .content {
    padding: 30px 0 0;
    min-height: 500px;
}

.main-content {
    width:100%!important;

}
#main {
    width:100%!important;
}
.container {
    width:100%!important;
}
label {
    padding-top:20px;
    text-align:right;
    width:100%;
}
.block input {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 5px;
    text-indent: 40px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    margin: 5px;
}

    .block input:focus {
        background-position: -20px center;
        text-indent: 20px;
    }

.block textarea {
    background-position: 60px top;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 5px;
    text-indent: 80px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    margin: 5px;
    text-align:left!important;
    align-items:flex-start!important;
}


    .block textarea:focus {
        background-position: -20px top;
        text-indent: 20px;
    }


.content-box-info p {
    height:150px;
}
.top-bar .collapse {
    height:35px!important;
}
.remember-me > label{
    display:inline
}
@media (max-width: 1201px) {
    .textBoxHome {
        height: 330px;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991px) {
    .textBoxHome {
        height: 440px;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .textBoxHome {
        height: 220px;
        text-overflow: ellipsis;
    }
}
@media (max-width: 330px) {
    .textBoxHome {
        height: 220px;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1200px) {
    .textBoxHome {
        height: 260px;
        text-overflow: ellipsis;
    }
}
