﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
	
	MC RED - c51230
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */


body {
    font-family: "nimbus-sans",sans-serif; 
	font-weight: 200;
	font-size:16px;
}


.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #c51230;
    text-transform: uppercase;
    color: #c51230;
    font-size: 20px;
    margin-bottom: 20px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#fcb03f;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #3D3D3D;
    color: #fff;
    padding: 10px;
    text-align: right;

}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #fcb03f;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3f637d;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #c51230;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #fcb03f!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #fcb03f!important;
}

.navbar-inverse {
    background-color: #FFFFFF;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #fcb03f;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #c51230;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

.btn-info {
  color: #fff;
  background-color: #3f637d;
  border-color: #35312d;
}

.bluebtn {
	-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color: #79bbff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #84bbf3;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 16px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #528ecc;
}
.bluebtn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color: #378de5;
}
.bluebtn:active {
	position: relative;
	top: 1px;
}
.redbtn {
	-moz-box-shadow: inset 0px 1px 0px 0px #9f0000;
	-webkit-box-shadow: inset 0px 1px 0px 0px #9f0000;
	box-shadow: inset 0px 1px 0px 0px #9f0000;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9f0000), color-stop(1, #690000) );
	background: -moz-linear-gradient( center top, #9f0000 5%, #690000 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f0000', endColorstr='#690000');
	background-color: #9f0000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #9f0000;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 16px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #810e05;
}
.redbtn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e50303), color-stop(1, #fc0000) );
	background: -moz-linear-gradient( center top, #e50303 5%, #fc0000 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50303', endColorstr='#fc0000');
	background-color: #e50303;
}
.redbtn:active {
	position: relative;
	top: 1px;
}
.darkbluebtn {
	-moz-box-shadow: inset 0px 1px 0px 0px #012d4c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #012d4c;
	box-shadow: inset 0px 1px 0px 0px #012d4c;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #012d4c), color-stop(1, #000069) );
	background: -moz-linear-gradient( center top, #00139f 5%, #690000 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#012d4c', endColorstr='#000069');
	background-color: #012d4c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #012d4c;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 16px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #810e05;
}
.darkbluebtn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e03e5), color-stop(1, #0012fc) );
	background: -moz-linear-gradient( center top, #030ee5 5%, #fc0000 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e03e5', endColorstr='#012d4c');
	background-color: #0338e5;
}
.darkbluebtn:active {
	position: relative;
	top: 1px;
}
.greenbtn {
	-moz-box-shadow: inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
	box-shadow: inset 0px 1px 0px 0px #caefab;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color: #77d42a;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #268a16;
	display: inline-block;
	color: #ffffff;
	padding: 4px 16px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #aade7c;
}
.greenbtn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color: #5cb811;
}
.greenbtn:active {
	position: relative;
	top: 1px;
}

.graybtn {
	-moz-box-shadow: inset 0px 1px 0px 0px #e3e3e3;
	-webkit-box-shadow: inset 0px 1px 0px 0px #e3e3e3;
	box-shadow: inset 0px 1px 0px 0px #e3e3e3;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9aaaa), color-stop(1, #7e7e7e) );
	background: -moz-linear-gradient( center top, #cfd2d5 5%, #5e5e5e 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd2d5', endColorstr='#7e7e7e');
	background-color: #cfd2d5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #84bbf3;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 16px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ababab;
}
.graybtn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7e7e7e), color-stop(1, #98a1aa) );
	background: -moz-linear-gradient( center top, #7e7e7e 5%, #cfd2d5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e7e7e', endColorstr='#cfd2d5');
	background-color: #7e7e7e;
}
.graybtn:active {
	position: relative;
	top: 1px;
}

/* From MCSF */

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #393e4b ;
  font-weight: 700;
  font-size: 56px ;
  font-family: "nimbus-sans-condensed", sans-serif !important; }

h2 {
  font-family: "nimbus-sans";
  font-weight: 300;
  text-transform: none; }
  
h4 {
  font-weight: 700;
  font-size:24px !important;
  text-transform: none; 
  color: #CD0003; !important}

#BodyId {
  color: #898989;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300; }

#content-primary {
  padding-bottom: 60px; }

#content-secondary {
  padding-bottom: 30px; }

#content-secondary > p > img, #content-secondary > p > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

#footer {
  background-color: #353c4b;
  color: #7784a0;
  text-align: center;
  padding-bottom: 30px; }

a {
  color: #c71533; }

a:hover {
  color: #276da0; }

