@import url('https://fonts.googleapis.com/css?family=Roboto:300,500,700');

/**{
	padding: 0;
	margin: 0;
	     font-size: 14px;
}*/

div {
    box-sizing: border-box;
}

.pt-6 {
    padding-top: 1.6em;
}

body, html {
    width: 100%;
    font-family: sans-serif;
    height: 100%;
    letter-spacing: 0.2px;
    font-weight: 300;
    /*background-color: #F0F4F6;*/
}

.col-md-4 {
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 0 33.33333%;
    /* flex: 0 0 33.33333%; */
    max-width: 33.33333%;
}

.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bg-content {
    /* border: 1px solid #ddd; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #fff;
    min-height: 400px;
    transition: transform 0.2s cubic-bezier(0.175,0.885,0.32,1.275),opacity 0.2s;
}

.padding-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contentbg {
    background-size: cover;
    background: url(../images/new-images/tech-bac.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    /* background: #fff; */
    padding: 80px 0 80px 0;
    min-height: 510px;
}

.login-img h1, h2, h3 {
    margin-top: 0px;
    color: #fff;
    margin-bottom: 15px;
}

.login-img p {
    color: #fff;
}

hrnew {
    background: #dee1e4;
    width: 70px;
    height: 1px;
    margin: 20px auto;
    border: none;
}

.hr-style {
    background: #dee1e4;
    width: 100%;
    height: 1px;
    margin: 5px auto;
    border: none;
}

.demo-bg {
    background: url('../../images/new-images/tex2res5.png');
    width: 100%;
    height: auto;
    padding: 30px 0px 10px 0px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.35rem;
        border-top-right-radius: 0.35rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.35rem;
        border-bottom-left-radius: 0.35rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

    .card-header:first-child {
        border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0;
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.shadow {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.p-3 {
    padding: 1rem !important;
}




.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 0.75rem;
    }




.card-title {
    margin-bottom: .75rem;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}

p {
    line-height: 22px;
}

#wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 254px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 3px 0 4px rgba(0,0,0,.08);
    transition: width 0.3s ease, transform 0.5s ease;
}

#sidebar-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    max-height: none;
    background-color: #FFF;
    overflow: none;
}

.noti-box .icon-box {
    display: block;
    float: left;
    margin: 0px 8px 1px 0px;
    width: 28px;
    box-shadow: 2px 2px 2px #CCC;
    height: 26px;
    line-height: 63px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 4px 0px 7px 0px;
}

.noti-box {
    padding: 0px;
    padding-bottom: 8px;
    padding-top: 4px;
}

.panel-back {
    background-color: transparent;
}

.no-boder {
    border: 1px solid #f3f3f3 !important;
}

.set-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.text-box p {
    margin: 0px 0 -7px;
}

.main-text {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5 !important;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bg-color-red {
    background-color: #DB0630;
    color: #fff;
}

.back-footer-red {
    background-color: #AF0000 !important;
    font-size: 15px;
    border-top: 0px solid #AF0000 !important;
}

.bg-color-green {
    background-color: #00CE6F;
    color: #fff;
}

.back-footer-green {
    background-color: #009B50 !important;
    font-size: 15px;
    border-top: 0px solid #009B50 !important;
}

.bg-color-blue {
    background-color: #5bc0de;
    color: #fff;
}

.back-footer-blue {
    background-color: #5bc0de !important;
    font-size: 15px;
    border-top: 0px solid #5bc0de !important;
}

.bg-color-warning {
    background-color: #ec971f;
    color: #fff;
}

.back-footer-warning {
    background-color: #ec971f !important;
    font-size: 15px;
    border-top: 0px solid #ec971f !important;
}

.bg-color-warning {
    background-color: #ec971f;
    color: #fff;
}

.back-footer-warning {
    background-color: #ec971f !important;
    font-size: 15px;
    border-top: 0px solid #ec971f !important;
}


.sidebar-title {
    display: block;
    width: 100%;
    padding: 10px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ff4d76;
    border-bottom: 1px solid #e8e6e6;
}

.sidebar-avatar {
    position: relative;
    width: 100%;
}

.text-size-40 {
    font-size: 20px;
}

.text-grey {
    color: #6d6c6c;
    font-weight: 400 !important;
}

.sidebar-avatar-image {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e6e6;
    text-align: center;
}

    .sidebar-avatar-image img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.sidebar-avatar-text {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #777;
}

.sidebar-nav {
    padding: 0 15px;
    padding-top: 20px;
}

.sidebar-nav, .sidebar-nav-child {
    list-style: none;
}

    .sidebar-nav li a,
    .sidebar-nav-child li a {
        display: block;
        width: 100%;
        margin: 7px 0;
        padding: 10px 15px;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-decoration: none;
        color: #777;
        cursor: pointer;
        border-radius: 30px;
    }

    .sidebar-nav-child li a {
        margin: 0;
    }

    .sidebar-nav span {
        margin: 0;
        margin-left: 13px;
    }

    .sidebar-nav i {
        font-size: 18px;
    }

    .sidebar-nav li a:hover,
    .sidebar-nav .active > a,
    .sidebar-nav-child li a:hover,
    .sidebar-nav-child .active > a {
        border-radius: 30px;
        color: #FFF;
        background-color: #fa3f3f;
        text-decoration: none;
        transition: color 0.7s ease, background-color 0.7s ease;
    }

.sidebar-footer {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .sidebar-footer .btn {
        padding: 10px 10px;
    }

.sidebar-toggle {
    visibility: hidden;
    position: absolute;
    left: -33px;
    padding: 10px;
    margin-top: 3px;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    font-size: 18px;
}

.sidebar-nav-arrow {
    float: right;
}

.sidebar-close {
    display: none;
}

#main-panel {
    position: relative;
    width: calc(100% - 240px);
    /*padding: 0 30px;*/
    padding-bottom: 15px;
    float: right;
    min-height: 100%;
    max-height: none;
    transition: width 0.3s ease, transform 0.5s ease;
}

#top-nav {
    position: relative;
    margin-top: 0px;
}

    #top-nav > nav {
        background-color: transparent;
        border: none;
    }

        #top-nav > nav .navbar-brand {
            color: #333;
        }

        #top-nav > nav .navbar-nav > li > a {
            padding-left: 5px;
            padding-right: 5px;
        }

        #top-nav > nav .navbar-nav li .fa-stack {
            color: #FFF;
        }

            #top-nav > nav .navbar-nav li .fa-stack .fa:first-child {
                color: #ff4d76;
            }

/*PANEL*/

/*.panel{
	padding: 0px;
	border-radius: 0px !important;
	border: none;
	/*box-shadow: 0 1px 5px rgba(0,0,0,.2);*/
}

*/

.panel .panel-heading {
    color: #333;
    background-color: transparent;
    border: 0;
}

.panel-body {
    padding: 10px;
}

.panel-title, .modal-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd;
}

.panel-footer {
    padding: 10px 15px 10px;
    background-color: #fff;
    border-top: 0px solid #ddd !important;
}

.panel-default,
.panel-primary,
.panel-info,
.panel-success,
.panel-warning,
.panel-danger {
    border-top-width: 2px;
    border-top-style: solid;
}

.panel-default {
    /*border-color: #fa3f3f;*/
}

.panel-primary {
    border-color: #4A90E2;
}

.panel-info {
    border-color: #73C9FF;
}

.panel-success {
    border-color: #4BC872;
}

.panel-warning {
    border-color: #F5BB5F;
}

.panel-danger {
    border-color: #FF7373;
}

.panel-fill, .panel-fill .panel-heading, .panel-fill .panel-title, .panel-fill .panel-body *,
.modal-default *, .modal-primary *, .modal-info *, .modal-success *, .modal-warning *, .modal-danger * {
    color: #FFF;
    !important
}

.panel-default.panel-fill,
.modal-default .modal-content {
    background-color: #ff4d76;
}

.panel-primary.panel-fill,
.modal-primary .modal-content {
    background-color: #4A90E2;
}

.panel-info.panel-fill,
.modal-info .modal-content {
    background-color: #73C9FF;
}

.panel-success.panel-fill,
.modal-success .modal-content {
    background-color: #4BC872;
}

.panel-warning.panel-fill,
.modal-warning .modal-content {
    background-color: #F5BB5F;
}

.panel-danger.panel-fill,
.modal-danger .modal-content {
    background-color: #FF7373;
}

::-webkit-scrollbar {
    width: 10px; /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #F63E38;
    cursor: pointer;
}
/*FORM*/
.form-control {
    border-radius: 0px;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #666666;
    border-color: #666666;
}

    .table table > tbody > tr > td > a:hover,
    .table table > tbody > tr > td > span:hover,
    .table table > tbody > tr > td > a:focus,
    .table table > tbody > tr > td > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #f63e38;
        border-color: #f63e38;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}

.form-group label {
    font-family: unset;
    font-weight: 400;
    color: #696969;
}

/*MODAL*/

.modal-header {
    padding: 8px !important;
}

.modal-header, .modal-content, .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-header, .modal-footer {
    border: none;
}

    .modal-footer button {
        background-color: transparent;
        border-color: inherit;
    }

/*ALERT*/

.alert {
    padding: 10px 15px;
    border-radius: 0px;
    color: #fff !important;
    margin-bottom: 10px !important;
    -webkit-box-shadow: 0px 0px 0px #999 !important;
}

.bg-red {
    color: #DB0630;
}

.alert > strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.alert-default {
    background-color: #FF4D76;
    border-color: #ff1a4f;
    color: rgba(0,0,0,.6);
}

.alert-info {
    background-color: #73C9FF;
    border-color: #1aa7ff;
    color: rgba(0,0,0,.6);
}

.alert-success {
    background-color: #4BC872;
    border-color: #309c52;
    color: rgba(0,0,0,.6);
}

.alert-warning {
    background-color: #F5BB5F;
    border-color: #f09a0f;
    color: rgba(0,0,0,.6);
}

.alert-danger {
    background-color: #FF7373;
    border-color: #ff4d4d;
    color: rgba(0,0,0,.6);
}

/*BUTTON*/

.btn-floyd {
    color: #FFF;
    background-color: #ff4d76;
    border: 1px #ff3363 solid;
}

    .btn-floyd:hover {
        color: #FFF;
        background-color: #ff1a4f;
    }

.btn {
    transition: background-color 0.5s ease;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 5px 15px;
}

/*TEXT*/

.text-default {
    color: #ff4d76
}

.text-primary {
    color: #4A90E2
}

.text-info {
    color: #73C9FF
}

.text-success {
    color: #4BC872
}

.text-warning {
    color: #F5BB5F
}

.text-danger {
    color: #FF7373
}

/*RESPONSIVE*/
.sidebar-show #sidebar {
    transform: translate3d(0,0,0);
}

.sidebar-show #main-panel {
    /*transform: translate3d(75px,0,0);*/
}

@media(max-width: 992px) {
    #sidebar {
        width: 75px;
    }

    .sidebar-title,
    .sidebar-avatar .sidebar-avatar-text,
    .sidebar-nav > li > a > span,
    .sidebar-nav-child > li > a > span,
    .sidebar-footer span {
        display: none;
    }

    .sidebar-nav {
        padding: 0;
    }

        .sidebar-nav li a,
        .sidebar-nav-child li a,
        .sidebar-footer button {
            padding: 10px 5px;
            text-align: center;
        }

            .sidebar-nav li a .fa,
            .sidebar-nav-child li a .fa,
            .sidebar-footer button > .fa {
                font-size: 22px;
            }

            .sidebar-nav li a:hover,
            .sidebar-nav .active a,
            .sidebar-nav-child li a:hover,
            .sidebar-nav-child .active a {
                border-radius: 0;
            }

    .sidebar-footer {
        padding: 5px 7px;
    }

    #main-panel {
        width: calc(100% - 70px);
    }
}

@media(max-width: 768px) {
    #sidebar {
        transform: translate3d(-75px,0,0);
        transition: transform 0.5s ease;
    }

    #main-panel {
        width: 100%;
        padding: 0 15px;
    }

    .sidebar-toggle {
        visibility: visible;
    }

    .sidebar-close {
        display: block;
    }
}

/*THEME CLASS*/
/*PURPLE*/
.floyd-purple .sidebar-nav li a:hover,
.floyd-purple .sidebar-nav .active > a,
.floyd-purple .sidebar-nav-child li a:hover,
.floyd-purple .sidebar-nav-child .active > a,
.floyd-purple .panel-default.panel-fill,
.floyd-purple .modal-default .modal-content,
.floyd-purple .alert-default,
.floyd-purple .btn-floyd {
    background-color: #CAA7E2;
}

.floyd-purple #top-nav > nav .navbar-nav li .fa-stack .fa:first-child,
.floyd-purple .sidebar-title,
.floyd-purple .text-default {
    color: #CAA7E2;
}

.floyd-purple .panel-default {
    border-color: #CAA7E2;
}

.floyd-purple .btn-floyd,
.floyd-purple .alert-default {
    border-color: #ba8cd9;
}

    .floyd-purple .btn-floyd:hover {
        background-color: #8c40bf;
    }

/*BLUE*/
.floyd-blue .sidebar-nav li a:hover,
.floyd-blue .sidebar-nav .active > a,
.floyd-blue .sidebar-nav-child li a:hover,
.floyd-blue .sidebar-nav-child .active > a,
.floyd-blue .panel-default.panel-fill,
.floyd-blue .modal-default .modal-content,
.floyd-blue .alert-default,
.floyd-blue .btn-floyd {
    background-color: #00AFD1;
}

.floyd-blue #top-nav > nav .navbar-nav li .fa-stack .fa:first-child,
.floyd-blue .sidebar-title,
.floyd-blue .text-default {
    color: #00AFD1;
}

.floyd-blue .panel-default {
    border-color: #00AFD1;
}

.floyd-blue .btn-floyd,
.floyd-blue .alert-default {
    border-color: #00aacc;
}

    .floyd-blue .btn-floyd:hover {
        background-color: #008099;
    }

/*RED*/
.floyd-red .sidebar-nav li a:hover,
.floyd-red .sidebar-nav .active > a,
.floyd-red .sidebar-nav-child li a:hover,
.floyd-red .sidebar-nav-child .active > a,
.floyd-red .panel-default.panel-fill,
.floyd-red .modal-default .modal-content,
.floyd-red .alert-default,
.floyd-red .btn-floyd {
    background-color: #F63E38;
}

.floyd-red #top-nav > nav .navbar-nav li .fa-stack .fa:first-child,
.floyd-red .sidebar-title,
.floyd-red .text-default {
    color: #F63E38;
}

.floyd-red .panel-default {
    border-color: #F63E38;
}

.floyd-red .btn-floyd,
.floyd-red .alert-default {
    border-color: #f52b24;
}

    .floyd-red .btn-floyd:hover {
        background-color: #db110a;
    }

/*GREEN*/
.floyd-green .sidebar-nav li a:hover,
.floyd-green .sidebar-nav .active > a,
.floyd-green .sidebar-nav-child li a:hover,
.floyd-green .sidebar-nav-child .active > a,
.floyd-green .panel-default.panel-fill,
.floyd-green .modal-default .modal-content,
.floyd-green .alert-default,
.floyd-green .btn-floyd {
    background-color: #1FBBA6;
}

.floyd-green #top-nav > nav .navbar-nav li .fa-stack .fa:first-child,
.floyd-green .sidebar-title,
.floyd-green .text-default {
    color: #1FBBA6;
}

.floyd-green .panel-default {
    border-color: #1FBBA6;
}

.floyd-green .btn-floyd,
.floyd-green .alert-default {
    border-color: #1daf9c;
}

    .floyd-green .btn-floyd:hover {
        background-color: #158475;
    }

.p-top {
    padding-top: 26px;
}

.p-bottom {
    padding-bottom: 15px;
}





/*alert*/

@-moz-document url-prefix() {

    #none {
        display: none !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #none {
        display: none !important;
    }
}

:root #none {
    display: none !important;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    #none {
        display: none !important;
    }
}



.alert_ie {
    background-color: rgba(0, 0, 0, 0.57);
    margin: 0px;
    padding: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#containerr {
    width: 100%;
    float: left;
    border: 2px solid #B1B1B1;
    padding: 0px;
    position: absolute;
    z-index: 99999;
    min-height: 340px;
    background-color: #2379bd;
    top: 0;
    border-radius: 0px;
    border: none;
}


.h1alert {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 32px;
    color: #fff;
    font-family: 'Calibri';
    text-align: center;
}

.h1alertw {
    float: left;
    width: 75%;
    margin-left: 13%;
    text-align: left;
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    font-family: 'Calibri';
    margin-bottom: 1px;
    text-align: center;
}

.h2alert {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #FFFF00;
    padding: 0px;
    font-weight: normal;
    font-family: 'Calibri';
    text-align: center;
}

.h3alert {
    float: left;
    width: 100%;
    background: #02c2a5;
    padding: 20px;
    text-align: left;
    font-size: 30px;
    color: #fff;
    font-family: 'Calibri';
    margin-bottom: -5px;
    font-weight: normal;
    text-align: center;
}



/*alert*/
footer.footer {
    background: linear-gradient(#4a4a4a, #4a4a4a);
}

.footer-sec {
    padding-top: 40px;
    position: relative;
    padding-bottom: 30px;
}

    .footer-sec h2 {
        margin-bottom: 20px;
        position: relative;
        text-transform: capitalize;
        font-weight: normal;
        color: #fff;
    }

.footer-wedget-one img {
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-wedget-one i:hover {
    color: #fff;
    border-color: #a92a38;
    transition: all 0.4s ease-in-out 0s;
}

.footer-wedget-one ul {
    margin-top: 15px;
}

.footer-wedget-one form {
    background: #525459 none repeat scroll 0 0;
    margin-top: 35px;
    position: relative;
}

.footer-wedget-one input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #fff;
    color: #292929;
    padding: 10px 58px 10px 10px;
    text-transform: capitalize;
    width: 100%;
}

.footer-wedget-one button {
    background: #a92a38 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    /*top: 0;*/
    margin-top: -46px;
    transition: all 0.4s ease 0s;
}

    .footer-wedget-one button:hover {
        background: #fff;
        transition: all 0.4s ease 0s;
    }

        .footer-wedget-one button:hover i {
            color: #a92a38;
        }

    .footer-wedget-one button i {
        border: none;
        margin-right: 0;
        color: #fff;
    }

.footer-recent-inner {
    margin-bottom: 30px;
}

    .footer-recent-inner:last-child {
        margin-bottom: 0;
    }

    .footer-recent-inner span i {
        color: #a92a38;
        margin-right: 10px;
    }

    .footer-recent-inner h2 {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

        .footer-recent-inner h2 a {
            color: #f4f4f4;
            font-size: 16px;
            font-weight: 600;
            text-transform: capitalize;
        }

    .footer-recent-inner span {
        color: #f4f4f4;
        font-weight: 600;
        font-size: 14px;
        text-transform: capitalize;
    }

        .footer-recent-inner span:last-child {
            padding-left: 15px;
        }

        .footer-recent-inner span i {
            color: #a92a38;
            margin-right: 10px;
        }

.footer-wedget-three li i {
    display: inline-block;
    margin-right: 10px;
}

.ft-menu ul {
    padding: 0px 20px;
}

.ft-menu h2 {
    display: inline-block;
    text-align: left;
}

.footer-wedget-three li {
    color: #ccc;
    font-size: 14px;
    padding: 10px;
}

.footer-wedget-two li {
    display: inline-block;
}

    .footer-wedget-two li a {
        color: #fff;
        display: inline-block;
        margin: 0px 4px 0px 0;
        padding: 5px 10px;
        line-height: 25px;
        /*text-transform: capitalize;*/
        transition: all 0.4s ease-in-out 0s;
        background: transparent;
        color: #efeeee;
    }

        .footer-wedget-two li a:hover {
            transition: all 0.4s ease-in-out 0s;
            color: #a92a38;
            border-color: #a92a38;
        }

        .footer-wedget-two li a i {
            margin-right: 10px;
        }

.footer-widget-menu li:before {
    content: "\f101";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position: relative;
    color: #dedede;
    padding-right: 10px;
}

.footer-widget-menu li {
    position: relative;
}

    .footer-widget-menu li a {
        color: #efeeee;
        text-transform: capitalize;
        padding-bottom: 10px;
        display: inline-block;
    }

        .footer-widget-menu li a:hover {
            color: #a92a38;
            transition: all 0.4s ease 0s;
        }

.footer-bottom-sec {
    padding: 0px 0;
    background: #434444;
}

.footer-social {
    text-align: right;
    margin-top: 8px;
}

    .footer-social ul li {
        display: inline-block;
    }

        .footer-social ul li i {
            color: #fff;
            float: left;
            height: 35px;
            line-height: 35px;
            margin-left: 4px;
            text-align: center;
            width: 35px;
            transition: all 0.4s ease-in-out 0s;
            background: #a92a38;
            border-radius: 30px;
        }

            .footer-social ul li i:hover {
                background: #f5f3f3;
                color: #a92a38;
                transition: all 0.6s ease-in 0s;
            }

.copy-right {
    margin-top: 12px;
}

.footer-bottom-sec p {
    margin: 0;
    text-align: left;
    color: #efeeee;
    font-weight: 400;
}

.copy-right span,
.copy-right span a {
    color: #fff;
}

.footer-wedget-one p {
    color: #efeeee;
    font-weight: 400;
    font-size: 16px;
}

.border {
    border: 1px solid #e3e6f0 !important;
}


.CustomerDetails_fixed {
    position: fixed;
    z-index: 99;
    width: calc(100% - 30px);
}

.marbt16 {
    margin-bottom: 16px;
}

.mediafixed {
    position: fixed;
    width: 23%;
}

.Subjectcontent {
    overflow-y: scroll;
    max-height: 500px;
}

.upload_file {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 5px;
    margin: 10px 0px;
}

    .upload_file i {
        cursor: pointer;
        font-size: 1.4em;
        display: flex;
        align-items: center;
    }

        .upload_file i p {
            margin: 0px;
            padding: 0px 8px;
            font-family: 'Roboto', sans-serif;
        }

.jumbotron {
    display: flex;
    border: 1px solid #ccc !important;
    width: 100% !important;
    padding: 10px 0px !important;
    margin-bottom: 15px !important;
    flex-wrap: wrap;
    background-color: #f9f6f6 !important;
}

    .jumbotron .DivSt {
        position: relative;
        border: 1px solid #ccc;
        padding: 5px 5px 33px 5px;
        margin: 5px 15px !important;
        height: 120px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .jumbotron .remove {
        position: absolute;
        right: 0px;
        color: #fff !important;
        z-index: 9;
        font-size: 14px;
        width: 100%;
        background-color: #e25252 !important;
        font-family: arial;
        text-align: center;
        font-weight: 400;
        bottom: 0px;
        cursor: pointer;
        padding: 4px;
        margin: 0px !important;
        border: none !important;
    }

    .jumbotron .DivSt .imageThumb {
        max-width: 100% !important;
        max-height: 100% !important;
    }

.fixed_column {
    position: absolute;
    top: 138px;
    overflow: auto;
    height: calc(100% - 170px);
}

.overflow {
    overflow: hidden;
}