﻿body {
    background-color: #fbfbfb;
    margin-bottom: 50px !important;
    overflow-x: hidden !important;
    padding-bottom: 20px;
    padding-top: 50px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea { /*max-width: 280px;*/
}


@media (min-width: 1200px) {
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {
}


.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    cursor: context-menu;
}

.carousel-caption h2 {
    background: rgba(0, 0, 0, 0.35);
}

.carousel-caption h3 {
    background: rgba(0, 0, 0, 0.35);
}

.carousel-caption p {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
}

.pagination {
    margin: 0;
}

.head h2 {
    margin-top: 0;
}


/*SubMenu*/

/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        -moz-border-radius: 0 6px 6px;
        -webkit-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
        left: 100%;
        margin-left: -1px;
        margin-top: -6px;
        top: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        border-color: transparent;
        border-left-color: #ccc;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            -moz-border-radius: 6px 0 6px 6px;
            -webkit-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
            left: -100%;
            margin-left: 10px;
        }

input[type=checkbox] {
    padding: 0 !important;
}



.social {
    list-style: none;
    padding: 0px;
    text-align: center;
}

    .social a {
        background-color: rgb(215, 215, 215);
        border-radius: 30px;
        display: inline-block;
        margin: 0px 5px;
        min-width: 30px;
        overflow: hidden;
        padding: 5px 0px;
        position: relative;
        text-align: center;
    }

a.social-icon {
    box-shadow: 0px 0px 1px rgb(51, 51, 51);
    box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
    text-decoration: none !important;
}

    a.social-icon:hover {
        color: rgb(255, 255, 255) !important;
    }

a.facebook {
    color: rgb(59, 90, 154) !important;
}

    a.facebook:hover {
        background-color: rgb(59, 90, 154) !important;
    }

a.twitter {
    color: rgb(45, 168, 225) !important;
}

    a.twitter:hover {
        background-color: rgb(45, 168, 225) !important;
    }

a.github {
    color: rgb(51, 51, 51) !important;
}

    a.github:hover {
        background-color: rgb(51, 51, 51) !important;
    }

a.google-plus {
    color: rgb(244, 94, 75) !important;
}

    a.google-plus:hover {
        background-color: rgb(244, 94, 75) !important;
    }

a.linkedin {
    color: rgb(1, 116, 179) !important;
}

    a.linkedin:hover {
        background-color: rgb(1, 116, 179) !important;
    }


a.Badawitech {
    -moz-min-width: 30px;
    -ms-border-radius: 30px;
    -ms-min-width: 30px;
    -o-min-width: 30px;
    -webkit-min-width: 30px;
    background-color: rgb(226, 226, 226);
    border-radius: 30px;
    color: rgb(226, 226, 226) !important;
    display: inline-block;
    margin: 0px 0px;
    min-width: 30px;
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
    text-align: center;
}

    a.Badawitech:hover {
        background-color: rgb(255, 255, 255) !important;
    }

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

.form-control {
    height: auto;
}

/*.radio label, .checkbox label {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}*/

span.button-checkbox, span.form-control {
    max-width: 30px !important;
    width: 30px !important;
}

.dl-horizontal dd {
    border-bottom: 1px solid lightgray;
}


    .dl-horizontal dd:after {
        content: "\A";
        white-space: pre;
    }

    .dl-horizontal dd:before {
        content: "\A";
        white-space: pre;
    }

.dl-horizontal dt:after {
    content: "\A";
    white-space: pre;
}

.dl-horizontal dt:before {
    content: "\A";
    white-space: pre;
}

@media print {
    .btn-sm {
        display: none;
    }

    .ticker-wrapper {
        display: none !important;
    }
}

.page-content-wrapper .page-content {
    padding-top: 0;
}



.ng-enter, .ng-move {
    -moz-animation: zoomIn 1s;
    -o-animation: zoomIn 1s;
    -webkit-animation: zoomIn 1s;
    animation: zoomIn 1s;
}

.ng-leave {
    -moz-animation: zoomOut 1s;
    -o-animation: zoomOut 1s;
    -webkit-animation: zoomOut 1s;
    animation: zoomOut 1s;
}


/*Table*/
.fixed-table .header-fixed {
    position: absolute;
    top: 0px;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-bottom: 2px solid #d5d5d5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fixed-table {
    display: block;
    position: relative;
}

    .fixed-table th {
        padding: 8px;
        line-height: 18px;
        text-align: left;
    }

    .fixed-table .table-content {
        display: block;
        position: relative;
        height: 400px; /*FIX THE HEIGHT YOU NEED*/
        overflow-y: auto;
    }

    .fixed-table .header-copy {
        position: absolute;
        top: 0;
        left: 0;
    }

        .fixed-table .header-copy th {
            background-color: #fff;
        }

tr.fixed > td:first-child {
    position: fixed;
    margin-left: -30px;
}

.ghost {
  opacity: .5;
  background: #C8EBFB;
}



.animate-enter, 
.animate-leave
{ 
	-webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: clip;
	white-space:nowrap;
} 

.animate-leave.animate-leave-active,
.animate-enter {
	opacity: 0;
	width: 0px;
	height: 0px;
}

.animate-enter.animate-enter-active, 
.animate-leave {
	opacity: 1;
	width: 150px;
	height: 30px;
}
	