.table > tbody > tr > td.no-border {
    border: 0px;
}

.panel-margin {
    margin-bottom: -30px;
}

.panel-heading {
    min-height: 35px;
    padding: 1px 10px;
}

.table-medium {
    width: 60%;
}

.table-medium-x {
    width: 80%;
}

.table-small {
    width: 20%;
}

.GridHeader-blue {
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
    text-align: left;
    background-color: #ddd;
    height: 35px;
}

    .GridHeader-blue > th {
        padding-left: 5px;
    }

        .GridHeader-blue > th > a {
            color: #b31c27;
            padding: 2px;
        }

.label-required {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.chkList-normal > tbody > tr > td > label {
    padding-left: 5px;
    padding-right: 10px;
    font-weight: normal;
}

.chkList > tbody > tr > td > label {
    padding-left: 5px;
    padding-right: 50px;
    font-weight: normal;
}

.chkList > tbody > tr > td > span > label {
    padding-left: 5px !important;
    padding-right: 50px;
    font-weight: normal !important;
}

.chkBox > label {
    padding-left: 5px;
    padding-right: 20px;
    font-weight: normal;
}

.no-margin {
    margin: 0px;
}

.textbox-medium {
    width: 80%;
    height: 26px;
    background-color: white;
    border: 1px solid black;
}

.textbox-small {
    width: 200px;
    height: 24px;
    background-color: white;
    border: 1px solid black;
}

/* Theme changed to unis */
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
    background-color: #AA43AD;
}

.content-wrapper {
    background-color: #E2E2E2;
}

.btn-primary,
.btn-top,
.label-primary {
    background-color: #b31c27 !important;
}

.grid-pagination td span,
.grid-pagination td a:hover {
    background-color: #373442;
}

.grid-pagination table td {
    background-color: white;
}

.GridAltItem {
    background-color: #f9f9f9;
}

.main-footer strong a {
    color: #8F43AD;
}

.textBox1, .textBox11, .textBox13, .form-control, input[type="text"], textarea,
.listboxMedisSource {
    border: 1px solid #ddd;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
}

.panel-heading .accordion-header a,
.panel-heading h4 {
    color: #f52424;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 4px;
    margin-left: 10px;
}

.fa {
    font-size: xx-large;
}

.sidebar-menu > li > a > .fa {
    width: 36px;
}

.sidebar-menu > li {
    margin-left: -5px;
}

    .sidebar-menu > li > a > span {
        font-size: 15px;
    }

.sidebar-menu li > a > .pull-right {
    right: -20px;
    font-size: 20px;
}

.fa fa-chevron-circle-right {
    font-size: 20px;
}

.sidebar-menu li.active > a > .fa-angle-left {
    top: 25%;
    right: 1%;
}

.sidebar-menu li ul > a {
    font-size: 10px;
}

.sidebar-menu .treeview-menu > li > a > .fa {
    font-size: 16px;
}

.sidebar-menu .treeview-menu > li > a {
    padding-left: 10px;
}

/*
 * Skin: Unis
 * ----------
 */
.skin-unis .main-header .navbar {
    background-image: url("../../../images/header.png");
    background-size: cover;
}

    .skin-unis .main-header .navbar .nav > li > a {
        color: #ffffff;
    }

        .skin-unis .main-header .navbar .nav > li > a:hover,
        .skin-unis .main-header .navbar .nav > li > a:active,
        .skin-unis .main-header .navbar .nav > li > a:focus,
        .skin-unis .main-header .navbar .nav .open > a,
        .skin-unis .main-header .navbar .nav .open > a:hover,
        .skin-unis .main-header .navbar .nav .open > a:focus,
        .skin-unis .main-header .navbar .nav > .active > a {
            background: rgba(0, 0, 0, 0.1);
            color: #f6f6f6;
        }

    .skin-unis .main-header .navbar .sidebar-toggle {
        color: #ffffff;
    }

        .skin-unis .main-header .navbar .sidebar-toggle:hover {
            color: #f6f6f6;
            background: rgba(0, 0, 0, 0.1);
        }

    .skin-unis .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        .skin-unis .main-header .navbar .sidebar-toggle:hover {
            background-color: #8F43AD;
        }

@media (max-width: 767px) {
    .skin-unis .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .skin-unis .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

        .skin-unis .main-header .navbar .dropdown-menu li a:hover {
            background: #8F43AD;
        }
}

.skin-unis .main-header .logo {
    background-image: url("../../../images/header.png");
    background-size: cover;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.skin-unis .main-header li.user-header {
    background-color: #8F43AD;
}

.skin-unis .content-header {
    background: transparent;
}

.skin-unis .wrapper,
.skin-unis .main-sidebar,
.skin-unis .left-side {
    background-color: #3D3D3D;
background-image: url(../../../images/sIDEbAR.png);
}

.skin-unis .content-wrapper,
.skin-unis .main-footer {
    border-left: 1px solid #d2d6de;
}

.skin-unis .user-panel > .info,
.skin-unis .user-panel > .info > a {
    color: #444444;
}

.skin-unis .sidebar-menu > li {
    -webkit-transition: border-left-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease;
    transition: border-left-color 0.3s ease;
    border-bottom: solid 1px #646464;
}

    .skin-unis .sidebar-menu > li.header {
        color: #848484;
       
    }

    .skin-unis .sidebar-menu > li > a {
        border-left: 3px solid transparent;
        font-weight: 600;
    }

    .skin-unis .sidebar-menu > li:hover > a,
    .skin-unis .sidebar-menu > li.active > a {
        color: #000000;
        background: #ffffff;
    }

        .skin-unis .sidebar-menu > li:hover > a > span,
        .skin-unis .sidebar-menu > li.active > a > span {
            color: #000000;
        }

    .skin-unis .sidebar-menu > li.active {
        border-left-color: #3c8dbc;
    }

        .skin-unis .sidebar-menu > li.active > a {
            font-weight: 600;
            border-bottom: solid 1px #646464;
        }

    .skin-unis .sidebar-menu > li > .treeview-menu {
        background: #b31c27;
    }

    .skin-unis .sidebar-menu > li > a {
        color: white;
    }

        .skin-unis .sidebar-menu > li > a > span {
            color: white;
        }

.skin-unis .sidebar a {
    color: #444444;
}

    .skin-unis .sidebar a:hover {
        text-decoration: none;
    }

.skin-unis .treeview-menu > li {
    border-bottom: 1px solid #646464;
    margin-left: 13px;
    margin-right: 8px;
    background-color: #b31c27;
}

    .skin-unis .treeview-menu > li > a {
        color: white;
    }

        .skin-unis .treeview-menu > li.active > a,
        .skin-unis .treeview-menu > li > a:hover {
            background-color: #000000;
        }

    .skin-unis .treeview-menu > li.active > a {
        font-weight: 600;
    }

.skin-unis .sidebar-form {
    border-radius: 3px;
    border: 1px solid #d2d6de;
    margin: 10px 10px;
}

    .skin-unis .sidebar-form input[type="text"],
    .skin-unis .sidebar-form .btn {
        box-shadow: none;
        background-color: #fff;
        border: 1px solid transparent;
        height: 35px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .skin-unis .sidebar-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-unis .sidebar-form input[type="text"]:focus,
        .skin-unis .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-unis .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .skin-unis .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

@media (min-width: 768px) {
    .skin-unis.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        border-left: 1px solid #d2d6de;
    }
}

.skin-unis .main-footer {
    border-top-color: #d2d6de;
}

.skin-unis .layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

    .skin-unis .layout-top-nav .main-header > .logo:hover {
        background-color: #3b8ab8;
    }

.skin-unis .logo {
    height: 52px;
}

.skin-unis .logo-lg {
    padding-left: 20px;
    padding-top: 3px;
}
/* End skin*/
/* Breadcumb*/
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);

.breadcrumb-custom {
    /*centering*/
    text-align: center;
    font-family: 'Merriweather Sans', arial, verdana;
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
}

    .breadcrumb-custom a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 36px;
        color: white;
        /*need more margin on the left of links to accomodate the numbers*/
        padding: 0 10px 0 60px;
        background: #666;
        background: linear-gradient(#666, #333);
        position: relative;
    }
        /*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
        .breadcrumb-custom a:first-child {
            padding-left: 46px;
            border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
        }

            .breadcrumb-custom a:first-child:before {
                left: 14px;
            }

        .breadcrumb-custom a:last-child {
            border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
            padding-right: 20px;
        }

        /*hover/active styles*/
        .breadcrumb-custom a.active, .breadcrumb-custom a:hover {
            background: #333;
            background: linear-gradient(#333, #000);
        }

            .breadcrumb-custom a.active:after, .breadcrumb-custom a:hover:after {
                background: #333;
                background: linear-gradient(135deg, #333, #000);
            }

        /*adding the arrows for the breadcrumbs using rotated pseudo elements*/
        .breadcrumb-custom a:after {
            content: '';
            position: absolute;
            top: 0;
            right: -18px; /*half of square's length*/
            /*same dimension as the line-height of .breadcrumb a */
            width: 36px;
            height: 36px;
            /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
        length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
        if diagonal required = 1; length = 1/1.414 = 0.707*/
            transform: scale(0.707) rotate(45deg);
            /*we need to prevent the arrows from getting buried under the next link*/
            z-index: 1;
            /*background same as links but the gradient will be rotated to compensate with the transform applied*/
            background: #666;
            background: linear-gradient(135deg, #666, #333);
            /*stylish arrow design using box shadow*/
            box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
            /*
	    5px - for rounded arrows and 
	    50px - to prevent hover glitches on the border created using shadows*/
            border-radius: 0 5px 0 50px;
        }
        /*we dont need an arrow after the last link*/
        .breadcrumb-custom a:last-child:after {
            content: none;
        }
        /*we will use the :before element to show numbers*/
        .breadcrumb-custom a:before {
            content: counter(flag);
            counter-increment: flag;
            /*some styles now*/
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin: 8px 0;
            position: absolute;
            top: 0;
            left: 30px;
            background: #444;
            background: linear-gradient(#444, #222);
            font-weight: bold;
        }


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: white;
        box-shadow: 0 0 0 1px #ccc;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #9EEB62;
    }
/* End breakcumb*/
.text-right {
    text-align: right;
}

td, h4 {
    /* font-family: Calibri; */
}

.label-alignment {
    padding-top: 10px !important;
}

.control-padding {
    padding-left: 10px;
}

.btn-top-text {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-top: -5px;
    font-size: 12px;
}

.breadcrumb-top {
    margin-top: 10px;
}

.panel-top {
    margin-top: 20px;
}

.btn-app {
    border-radius: 3px;
    position: relative;    
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid rgba(128, 128, 128, 0.49);
    background-color: white;
    font-size: 12px;
}

    .select
    {
    border-radius: 5px;
   -webkit-appearance: none;
    padding-left:7px;
    width:30px;
    border: 1px solid #CA9EDA;
    height:30px;
   }
    .backslashClass
    {
        padding:4px;
    }
