﻿body {
}

/*#PageTitle {
    font-size: 40px;
}*/

.SideMenu {
    /*padding-top: 5px;*/
    padding-left: 7px;
    margin-bottom: 30px;
}

    .SideMenu ul {
        list-style-type: none;
        padding-left: 30px
    }

        .SideMenu ul li {
            padding-bottom: 15px;
        }

            .SideMenu ul li a {
                color: black;
            }

            .SideMenu ul li .glyphicon {
                color: #2375B7;
            }

            .SideMenu ul li:first-child {
                padding-top: 15px;
            }

    .SideMenu .menusectiontitle {
        padding-left: 10px;
    }

    .SideMenu .active-link a {
        color: #2375B7;
        pointer-events: none;
        text-decoration: none;
    }

.text-caption {
    font-size: 20px;
    font-weight: 600;
}

.btn-primary-1 {
}


.btn-primary-1 {
    background: #337ab7;
    border: 1px solid #337ab7;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 12px !important;
}

    .btn-primary-1:link,
    .btn-primary-1:visited {
        background: #337ab7;
        color: #FFFFFF;
        border: 1px solid #337ab7;
        font-weight: bold;
        text-transform: uppercase;
        padding: 8px 30px 8px 30px;
    }

    .btn-primary-1:hover,
    .btn-primary-1:active {
        background: #337ab7;
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #337ab7;
    }

.body-section {
    padding-left: 35px;
    padding-right: 0;
    margin-bottom: 10%;
}


.checkmark-container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 0px;
    margin-bottom: 18px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkmark-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 6px;
}



/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 7px;
    height: 10px;
    border: solid #048E29;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notifErrorInfoBox {
    background-color: #f2dede;
    border: 1px solid #e1500b;
    position: relative;
}

    .notifErrorInfoBox .iconInfo {
        width: 4.3333%;
    }

.closeIcon {
    cursor: pointer;
}

    .closeIcon i {
        padding-top: 4px;
        font-size: 15px;
    }

.errortest-notification-icon {
    color: #a94442;
}

.text-red {
    color: #CB4708;
}

.text-black {
    color: black;
}


.mandatory-checkbox {
    font-size: 10px;
}


.header-sidebar {
    cursor: pointer;
    font-size: 16px;
}

/*.border-bottom-lightgrey {
    border-bottom: 1px solid #eee !important;
}*/

@media screen and (max-width: 600px) {
    .body-section {
        padding-left: 2px!important;
    }

    .SideMenu .menusectiontitle {
        padding-left: 0px!important;
    }
}