/*

    DJANGO Admin styles

*/



@import url(fonts.css);



body {

    margin: 0;

    padding: 0;

    font-size: 14px;

    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;

    color: #333;

    background: #fff;

}



/* LINKS */



a:link, a:visited {

    color: #447e9b;

    text-decoration: none;

}



a:hover {

    color: #036;

}



a img {

    border: none;

}



a.section:link, a.section:visited {

    color: #fff;

    text-decoration: none;

}



/* GLOBAL DEFAULTS */



p, ol, ul, dl {

    margin: .2em 0 .8em 0;

}



p {

    padding: 0;

    line-height: 140%;

}



h1,h2,h3,h4,h5 {

    font-weight: bold;

}



h1 {

    margin: 0 0 20px;

    font-weight: 300;

    font-size: 20px;

    color: #666;

}



h2 {

    font-size: 16px;

    margin: 1em 0 .5em 0;

}



h2.subhead {

    font-weight: normal;

    margin-top: 0;

}



h3 {

    font-size: 14px;

    margin: .8em 0 .3em 0;

    color: #666;

    font-weight: bold;

}



h4 {

    font-size: 12px;

    margin: 1em 0 .8em 0;

    padding-bottom: 3px;

}



h5 {

    font-size: 10px;

    margin: 1.5em 0 .5em 0;

    color: #666;

    text-transform: uppercase;

    letter-spacing: 1px;

}



ul li {

    list-style-type: square;

    padding: 1px 0;

}



ul.plainlist {

    margin-left: 0 !important;

}



ul.plainlist li {

    list-style-type: none;

}



li ul {

    margin-bottom: 0;

}



li, dt, dd {

    font-size: 13px;

    line-height: 20px;

}



dt {

    font-weight: bold;

    margin-top: 4px;

}



dd {

    margin-left: 0;

}



form {

    margin: 0;

    padding: 0;

}



fieldset {

    margin: 0;

    padding: 0;

    border: none;

    border-top: 1px solid #eee;

}



blockquote {

    font-size: 11px;

    color: #777;

    margin-left: 2px;

    padding-left: 10px;

    border-left: 5px solid #ddd;

}



code, pre {

    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;

    color: #666;

    font-size: 12px;

}



pre.literal-block {

    margin: 10px;

    background: #eee;

    padding: 6px 8px;

}



code strong {

    color: #930;

}



hr {

    clear: both;

    color: #eee;

    background-color: #eee;

    height: 1px;

    border: none;

    margin: 0;

    padding: 0;

    font-size: 1px;

    line-height: 1px;

}



/* TEXT STYLES & MODIFIERS */



.small {

    font-size: 11px;

}



.tiny {

    font-size: 10px;

}



p.tiny {

    margin-top: -2px;

}



.mini {

    font-size: 10px;

}



p.mini {

    margin-top: -3px;

}



.help, p.help {

    font-size: 10px !important;

    color: #999;

}



.help-tooltip {

    cursor: help;

}



p img, h1 img, h2 img, h3 img, h4 img, td img {

    vertical-align: middle;

}



.quiet, a.quiet:link, a.quiet:visited {

    color: #999 !important;

    font-weight: normal !important;

}



.quiet strong {

    font-weight: bold !important;

}



.float-right {

    float: right;

}



.float-left {

    float: left;

}



.clear {

    clear: both;

}



.align-left {

    text-align: left;

}



.align-right {

    text-align: right;

}



.example {

    margin: 10px 0;

    padding: 5px 10px;

    background: #efefef;

}



.nowrap {

    white-space: nowrap;

}



img[src*="icon-no"], img[src*="icon-yes"], img[src*="icon-unknown"] {

  width: 12px;

  height: 12px;

  vertical-align: -1px;

}



/* TABLES */



table {

    border-collapse: collapse;

    border-color: #ccc;

}



td, th {

    font-size: 13px;

    line-height: 16px;

    border-bottom: 1px solid #eee;

    vertical-align: top;

    padding: 8px;

    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;

}



th {

    font-weight: 600;

    text-align: left;

}



thead th,

tfoot td {

    color: #666;

    padding: 5px 10px;

    font-size: 11px;

    background: #fff;

    border: none;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

}



tfoot td {

    border-bottom: none;

    border-top: 1px solid #eee;

}



thead th:first-child,

tfoot td:first-child {

    border-left: none !important;

}



thead th.optional {

    font-weight: normal !important;

}



tr.row-label td {

    font-size: 9px;

    padding-top: 2px;

    padding-bottom: 0;

    border-bottom: none;

    color: #666;

    margin-top: -1px;

}



tr.alt {

    background: #f6f6f6;

}



.row1 {

    background: #fff;

}



.row2 {

    background: #f9f9f9;

}



/* SORTABLE TABLES */



thead th {

    padding: 5px 10px;

    line-height: normal;

    text-transform: uppercase;

    background: #f6f6f6;

}



thead th a:link, thead th a:visited {

    color: #666;

}



thead th.sorted {

    background: #eee;

}



thead th.sorted .text {

    padding-right: 42px;

}



table thead th .text span {

    padding: 8px 10px;

    display: block;

}



table thead th .text a {

    display: block;

    cursor: pointer;

    padding: 8px 10px;

}



table thead th.sortable:hover {

    background: #eee;

}



thead th.sorted a.sortremove {

    visibility: hidden;

}



table thead th.sorted:hover a.sortremove {

    visibility: visible;

}



table thead th.sorted .sortoptions {

    display: block;

    padding: 9px 5px 0 5px;

    float: right;

    text-align: right;

}



table thead th.sorted .sortpriority {

    font-size: .8em;

    min-width: 12px;

    text-align: center;

    vertical-align: 3px;

    margin-left: 2px;

    margin-right: 2px;

}



table thead th.sorted .sortoptions a {

    position: relative;

    width: 14px;

    height: 14px;

    display: inline-block;

    background: url(../img/svg/sorting-icons.svg) 0 0 no-repeat;

    background-size: 14px auto;

}



table thead th.sorted .sortoptions a.sortremove {

    background-position: 0 0;

}



table thead th.sorted .sortoptions a.sortremove:after {

    content: '\\';

    position: absolute;

    top: -6px;

    left: 3px;

    font-weight: 200;

    font-size: 18px;

    color: #999;

}



table thead th.sorted .sortoptions a.sortremove:hover:after {

    color: #447e9b;

}



table thead th.sorted .sortoptions a.sortremove:hover {

    background-position: 0 -14px;

}



table thead th.sorted .sortoptions a.ascending {

    background-position: 0 -28px;

}



table thead th.sorted .sortoptions a.ascending:hover {

    background-position: 0 -42px;

}



table thead th.sorted .sortoptions a.descending {

    top: 1px;

    background-position: 0 -56px;

}



table thead th.sorted .sortoptions a.descending:hover {

    background-position: 0 -70px;

}



/* ORDERABLE TABLES */



table.orderable tbody tr td:hover {

    cursor: move;

}



table.orderable tbody tr td:first-child {

    padding-left: 14px;

    background-image: url(../img/nav-bg-grabber.gif);

    background-repeat: repeat-y;

}



table.orderable-initalized .order-cell, body>tr>td.order-cell {

    display: none;

}



/* FORM DEFAULTS */



input, textarea, select, .form-row p, form .button {

    margin: 2px 0;

    padding: 2px 3px;

    vertical-align: middle;

    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;

    font-weight: normal;

    font-size: 13px;

}



textarea {

    vertical-align: top !important;

	width:20em;

	height:100px;

	

}



input[type=text], input[type=password], input[type=email], input[type=url],

input[type=number], textarea, select, .vTextField {

    border: 1px solid #ccc;

    border-radius: 4px;

    padding: 5px 6px;

    margin-top: 0;

    outline: none;

}



input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,

input[type=url]:focus, input[type=number]:focus, textarea:focus, select:focus,

.vTextField:focus {

    border-color: #999;

}



select {

    height: 30px;

}



select[multiple] {

    min-height: 150px;

}



/* FORM BUTTONS */



.button, input[type=submit], input[type=button], .submit-row input, a.button {

    background: #79aec8;

    padding: 10px 15px;

    border: none;

    outline: none;

    border-radius: 4px;

    color: #fff;

    cursor: pointer;

}



a.button {

    padding: 4px 5px;

}



.button:active, input[type=submit]:active, input[type=button]:active,

.button:hover, input[type=submit]:hover, input[type=button]:hover {

    background: #609ab6;

}



.button[disabled], input[type=submit][disabled], input[type=button][disabled] {

    opacity: 0.4;

}



.button.default, input[type=submit].default, .submit-row input.default {

    float: right;

    border: none;

    font-weight: 400;

    background: #417690;

}



.button.default:active, input[type=submit].default:active,

.button.default:hover, input[type=submit].default:hover {

    background: #205067;

}



.button[disabled].default,

input[type=submit][disabled].default,

input[type=button][disabled].default {

    opacity: 0.4;

}





/* MODULES */



.module {

    border: none;

    /*margin-bottom: 30px;*/

    background: #fff;

}



.module p, .module ul, .module h3, .module h4, .module dl, .module pre {

    padding-left: 10px;

    padding-right: 10px;

}



.module blockquote {

    margin-left: 12px;

}



.module ul, .module ol {

    margin-left: 1.5em;

}



.module h3 {

    margin-top: .6em;

}



.module h2, .module caption, .inline-group h2 {

    margin: 0;

    padding: 8px;

    font-weight: 400;

    font-size: 13px;

    text-align: center;

    background: #79aec8;

    color: #fff;

}



.module caption,

.inline-group h2 {

    font-size: 12px;

    letter-spacing: 0.5px;

    text-transform: uppercase;

}



.module table {

    border-collapse: collapse;

}



/* MESSAGES & ERRORS */



ul.messagelist {

    padding: 0;

    margin: 0;

}



ul.messagelist li {

    display: block;

    font-weight: 400;

    font-size: 13px;

    padding: 10px 10px 10px 65px;

    margin: 0 0 10px 0;

    background: #dfd url(../img/svg/icon-yes.svg) 40px 12px no-repeat;

    background-size: 16px auto;

    color: #333;

}



ul.messagelist li.warning {

    background: #ffc url(../img/svg/icon-alert.svg) 40px 14px no-repeat;

    background-size: 14px auto;

}



ul.messagelist li.error {

    background: #ffefef url(../img/svg/icon-no.svg) 40px 12px no-repeat;

    background-size: 16px auto;

}



.errornote {

    font-size: 14px !important;

    font-weight: 700;

    display: block;

    padding: 10px 12px;

    margin: 0 0 10px 0;

    color: #ba2121;

    border: 1px solid #ba2121;

    border-radius: 4px;

    background-color: #fff;

    background-position: 5px 12px;

}



ul.errorlist {

    margin: 0 0 4px 170px !important;

    padding: 0 !important;

    color: #ba2121;

    background: #fff;

}



ul.errorlist li {

    font-size: 13px !important;

    display: block;

    margin-bottom: 4px;

}



ul.errorlist li:first-child {

    margin-top: 0;

}



ul.errorlist li a {

    color: inherit;

    text-decoration: underline;

}



td ul.errorlist {

    margin: 0 !important;

    padding: 0 !important;

}



td ul.errorlist li {

    margin: 0 !important;

}



.form-row.errors {

    margin: 0;

    border: none;

    border-bottom: 1px solid #eee;

    background: none;

}



.form-row.errors ul.errorlist li {

    padding-left: 0;

}



.errors input, .errors select, .errors textarea {

    border: 1px solid #ba2121;

}



div.system-message {

    background: #ffc;

    margin: 10px;

    padding: 6px 8px;

    font-size: .8em;

}



div.system-message p.system-message-title {

    padding: 4px 5px 4px 25px;

    margin: 0;

    color: #c11;

    background: #ffefef url(../img/svg/icon-no.svg) 5px 5px no-repeat;

}



.description {

    font-size: 12px;

    padding: 5px 0 0 12px;

}



/* BREADCRUMBS */



div.breadcrumbs {

    background: #79aec8;

    padding: 10px 40px;

    border: none;

    font-size: 14px;

    color: #c4dce8;

    text-align: left;

}



div.breadcrumbs a {

    color: #fff;

}



div.breadcrumbs a:hover {

    color: #c4dce8;

}



/* ACTION ICONS */



.addlink {

    padding-left: 16px;

    background: url(../img/svg/icon-addlink.svg) 0 1px no-repeat;

}



.changelink, .inlinechangelink {

    padding-left: 16px;

    background: url(../img/svg/icon-changelink.svg) 0 1px no-repeat;

}



.deletelink {

    padding-left: 16px;

    background: url(../img/svg/icon-deletelink.svg) 0 1px no-repeat;

}



a.deletelink:link, a.deletelink:visited {

    color: #FFF;

}



a.deletelink:hover {

     color: #FFF;

}



/* OBJECT TOOLS */



.object-tools {

    font-size: 10px;

    font-weight: bold;

    padding-left: 0;

    float: right;

    position: relative;

    margin-top: -48px;

}



.form-row .object-tools {

    margin-top: 5px;

    margin-bottom: 5px;

    float: none;

    height: 2em;

    padding-left: 3.5em;

}



.object-tools li {

    display: block;

    float: left;

    margin-left: 5px;

    height: 16px;

}



.object-tools a {

    border-radius: 15px;

}



.object-tools a:link, .object-tools a:visited {

    display: block;

    float: left;

    padding: 3px 12px;

    background: #999;

    font-weight: 400;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    color: #fff;

}



.object-tools a:hover, .object-tools li:hover a {

    background-color: #417690;

}



.object-tools a.viewsitelink, .object-tools a.golink {

    background: #999 url(../img/svg/tooltag-arrowright.svg) right 8px center no-repeat;

    padding-right: 26px;

}



.object-tools a.addlink {

    background: #999 url(../img/svg/tooltag-add.svg) right 8px center no-repeat;

    padding-right: 26px;

}



/* OBJECT HISTORY */



table#change-history {

    width: 100%;

}



table#change-history tbody th {

    width: 16em;

}



/* PAGE STRUCTURE */



#container {

    position: relative;

    width: 100%;

    min-width: 980px;

    padding: 0;

}



#content {

    padding: 0px 40px;

    margin: 0;

	margin-top:15px;

}



.dashboard #content {

    width:auto;

}



/*#content-main {

    float: left;

    width: 100%;

}*/



#content-related {

    float: right;

    width: 260px;

    position: relative;

    margin-right: -300px;

}



.footer {

    background-color: #F5F5F5;

    width:100%;

    height: 120px;

}



/* COLUMN TYPES */



.colMS {

   /* margin-right: 20em !important;*/

}



.colSM {

    margin-left: 20em !important;

}



.colSM #content-related {

    float: left;

    margin-right: 0;

    margin-left: -19em;

}



.colSM #content-main {

    float: right;

}



.popup .colM {

    width: auto;

}



.subcol {

    float: left;

    width: 46%;

    margin-right: 15px;

}





/* HEADER */



#header {

    width: auto;

    /*height: 100px;*/

    padding: 0px 40px;

    #background: #417690;

	background: #F5F5F5;

    line-height: 40px;

    color: #333;

    overflow: hidden;

}



#header a:link, #header a:visited {

    color: #333;

}



#header a:hover {

    text-decoration: underline;

}



#branding {

    float: left;

}



#branding h1 {

    padding: 0;

    margin: 0 20px 0 0;

    font-weight: 300;

    font-size: 24px;

    color: #f5dd5d;

}



#branding h1, #branding h1 a:link, #branding h1 a:visited {

    color: #f5dd5d;

}



#branding h2 {

    padding: 0 10px;

    font-size: 14px;

    margin: -8px 0 8px 0;

    font-weight: normal;

    color: #ffc;

}



#branding a:hover {

    text-decoration: none;

}



#user-tools {

    float: right;

    padding: 0;

    margin: 0 0 0 20px;

    font-weight: 300;

    font-size: 11px;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    text-align: right;

}



#user-tools a {

    border-bottom: 1px solid rgba(255, 255, 255, 0.25);

}



#user-tools a:hover {

    text-decoration: none;

    border-bottom-color: #79aec8;

    color: #79aec8;

}



/* SIDEBAR */



#content-related {

    background: #f8f8f8;

}



#content-related .module {

    background: none;

}



#content-related h3 {

    font-size: 14px;

    color: #666;

    padding: 0 16px;

    margin: 0 0 16px;

}



#content-related h4 {

    font-size: 13px;

}



#content-related p {

    padding-left: 16px;

    padding-right: 16px;

}



#content-related .actionlist {

    padding: 0;

    margin: 16px;

}



#content-related .actionlist li {

    line-height: 1.2;

    margin-bottom: 10px;

    padding-left: 18px;

}



#content-related .module h2 {

    background: none;

    padding: 16px;



    margin-bottom: 16px;

    border-bottom: 1px solid #eaeaea;

    font-size: 18px;

    color: #333;

}



.delete-confirmation form input[type="submit"] {

    background: #ba2121;

    border-radius: 4px;

    padding: 10px 15px;

    color: #fff;

}



.delete-confirmation form input[type="submit"]:active,

.delete-confirmation form input[type="submit"]:hover {

    background: #a41515;

}



.delete-confirmation form .cancel-link {

    display: inline-block;

    vertical-align: middle;

    height: 15px;

    line-height: 15px;

    background: #ddd;

    border-radius: 4px;

    padding: 10px 15px;

    color: #333;

    margin: 0 0 0 10px;

}



.delete-confirmation form .cancel-link:active,

.delete-confirmation form .cancel-link:hover {

    background: #ccc;

}





/* POPUP */

.popup #content {

    padding: 20px;

}



.popup #container {

    min-width: 0;

}



.popup #header {

    padding: 10px 20px;

}



hr.sep {

    margin: 0;

    border: 0;

    height: 2px;

    background: -webkit-linear-gradient(left, rgba(33,29,112,0)0%, rgba(33,29,112,1)50%, rgba(33,29,112,0)100%);

    background: -moz-linear-gradient(left, rgba(33,29,112,0)0%, rgba(33,29,112,1)50%, rgba(33,29,112,0)100%);

    background: -ms-linear-gradient(left, rgba(33,29,112,0)0%, rgba(33,29,112,1)50%, rgba(33,29,112,0)100%);

    background: -o-linear-gradient(left, rgba(33,29,112,0)0%, rgba(33,29,112,1)50%, rgba(33,29,112,0)100%);

}

hr {

    margin-top: 20px;

    margin-bottom: 20px;

    border: 0;

    border-top: 1px solid #eee;

}

.tri_clr_line_btm {

    position: relative;

    top: 0px;

    width: 560px;

}

.tri_clr_line_btm img{

	vertical-align:middle;

}

.col-xs-offset-1 {

    margin-left: 8.33333333%;

}





.emblem {

    width: 250px;

    margin-top: 3.5% ;

    float: right;

}





.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {

    float: left;

}

.col-xs-4 {

    width: 33.33333333%;

}



.deemed {

    margin-top: 6%;

    font-size: 12px;

}

.deemed p {

    margin: 0 0 10px;

}

.developers_link {

    font-size: 12px;

}

.developers_link a{

	color:#428bca;

	text-decoration:none;

}

.developers_link a:hover{

	text-decoration:underline;

}

.col-xs-offset-3 {

    /*margin-left: 25%;*/

	float:right;

}





#changelist-filter {

    position: static !important;

    top: 0;

    right: 0;

    z-index: 1000;

    width: 240px;

    background: #f8f8f8;

    border-left: none;

    margin: 0;

	float:right !important;

}

.aligned label {

    text-align:left !important;

}

/*ul.errorlist li{

	display:none !important;

}*/

.vTextField {

    width: 13.6em !important;

}

.field-box p{

	min-width:190px;

}

.field-box{

	min-width:361px;

}

p label{

	text-align: left !important;

	display: block;

    padding: 4px 10px 0 0;

    float: left;

    width: 100px;

    word-wrap: break-word;

    line-height: 1;

}







<!--Responsive code for Widgets-->





.row {

    margin-left: -12px;

    margin-right: -12px

}

.col-lg-1,

.col-lg-10,

.col-lg-11,

.col-lg-12,

.col-lg-2,

.col-lg-3,

.col-lg-4,

.col-lg-5,

.col-lg-6,

.col-lg-7,

.col-lg-8,

.col-lg-9,

.col-md-1,

.col-md-10,

.col-md-11,

.col-md-12,

.col-md-2,

.col-md-3,

.col-md-4,

.col-md-5,

.col-md-6,

.col-md-7,

.col-md-8,

.col-md-9,

.col-sm-1,

.col-sm-10,

.col-sm-11,

.col-sm-12,

.col-sm-2,

.col-sm-3,

.col-sm-4,

.col-sm-5,

.col-sm-6,

.col-sm-7,

.col-sm-8,

.col-sm-9,

.col-xs-1,

.col-xs-10,

.col-xs-11,

.col-xs-12,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9 {

    position: relative;

    min-height: 1px;

    padding-left: 12px;

    padding-right: 12px

}

.col-xs-1,

.col-xs-10,

.col-xs-11,

.col-xs-12,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9 {

    float: left

}

.col-xs-12 {

    width: 100%

}

.col-xs-11 {

    width: 91.66666667%

}

.col-xs-10 {

    width: 83.33333333%

}

.col-xs-9 {

    width: 75%

}

.col-xs-8 {

    width: 66.66666667%

}

.col-xs-7 {

    width: 58.33333333%

}

.col-xs-6 {

    width: 50%

}

.col-xs-5 {

    width: 41.66666667%

}

.col-xs-4 {

    width: 33.33333333%

}

.col-xs-3 {

    width: 25%

}

.col-xs-2 {

    width: 16.66666667%

}

.col-xs-1 {

    width: 8.33333333%

}

.col-xs-pull-12 {

    right: 100%

}

.col-xs-pull-11 {

    right: 91.66666667%

}

.col-xs-pull-10 {

    right: 83.33333333%

}

.col-xs-pull-9 {

    right: 75%

}

.col-xs-pull-8 {

    right: 66.66666667%

}

.col-xs-pull-7 {

    right: 58.33333333%

}

.col-xs-pull-6 {

    right: 50%

}

.col-xs-pull-5 {

    right: 41.66666667%

}

.col-xs-pull-4 {

    right: 33.33333333%

}

.col-xs-pull-3 {

    right: 25%

}

.col-xs-pull-2 {

    right: 16.66666667%

}

.col-xs-pull-1 {

    right: 8.33333333%

}

.col-xs-pull-0 {

    right: auto

}

.col-xs-push-12 {

    left: 100%

}

.col-xs-push-11 {

    left: 91.66666667%

}

.col-xs-push-10 {

    left: 83.33333333%

}

.col-xs-push-9 {

    left: 75%

}

.col-xs-push-8 {

    left: 66.66666667%

}

.col-xs-push-7 {

    left: 58.33333333%

}

.col-xs-push-6 {

    left: 50%

}

.col-xs-push-5 {

    left: 41.66666667%

}

.col-xs-push-4 {

    left: 33.33333333%

}

.col-xs-push-3 {

    left: 25%

}

.col-xs-push-2 {

    left: 16.66666667%

}

.col-xs-push-1 {

    left: 8.33333333%

}

.col-xs-push-0 {

    left: auto

}

.col-xs-offset-12 {

    margin-left: 100%

}

.col-xs-offset-11 {

    margin-left: 91.66666667%

}

.col-xs-offset-10 {

    margin-left: 83.33333333%

}

.col-xs-offset-9 {

    margin-left: 75%

}

.col-xs-offset-8 {

    margin-left: 66.66666667%

}

.col-xs-offset-7 {

    margin-left: 58.33333333%

}

.col-xs-offset-6 {

    margin-left: 50%

}

.col-xs-offset-5 {

    margin-left: 41.66666667%

}

.col-xs-offset-4 {

    margin-left: 33.33333333%

}

.col-xs-offset-3 {

   /* margin-left: 25%*/

}

.col-xs-offset-2 {

    margin-left: 16.66666667%

}

.col-xs-offset-1 {

    margin-left: 8.33333333%

}

.col-xs-offset-0 {

    margin-left: 0

}

@media (min-width: 768px) {

    .col-sm-1,

    .col-sm-10,

    .col-sm-11,

    .col-sm-12,

    .col-sm-2,

    .col-sm-3,

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7,

    .col-sm-8,

    .col-sm-9 {

        float: left

    }

    .col-sm-12 {

        width: 100%

    }

    .col-sm-11 {

        width: 91.66666667%

    }

    .col-sm-10 {

        width: 83.33333333%

    }

    .col-sm-9 {

        width: 75%

    }

    .col-sm-8 {

        width: 66.66666667%

    }

    .col-sm-7 {

        width: 58.33333333%

    }

    .col-sm-6 {

        width: 50%

    }

    .col-sm-5 {

        width: 41.66666667%

    }

    .col-sm-4 {

        width: 33.33333333%

    }

    .col-sm-3 {

        width: 25%

    }

    .col-sm-2 {

        width: 16.66666667%

    }

    .col-sm-1 {

        width: 8.33333333%

    }

    .col-sm-pull-12 {

        right: 100%

    }

    .col-sm-pull-11 {

        right: 91.66666667%



    }

    .col-sm-pull-10 {

        right: 83.33333333%

    }

    .col-sm-pull-9 {

        right: 75%

    }

    .col-sm-pull-8 {

        right: 66.66666667%

    }

    .col-sm-pull-7 {

        right: 58.33333333%

    }

    .col-sm-pull-6 {

        right: 50%

    }

    .col-sm-pull-5 {

        right: 41.66666667%

    }

    .col-sm-pull-4 {

        right: 33.33333333%

    }

    .col-sm-pull-3 {

        right: 25%

    }

    .col-sm-pull-2 {

        right: 16.66666667%

    }

    .col-sm-pull-1 {

        right: 8.33333333%

    }

    .col-sm-pull-0 {

        right: auto

    }

    .col-sm-push-12 {

        left: 100%

    }

    .col-sm-push-11 {

        left: 91.66666667%

    }

    .col-sm-push-10 {

        left: 83.33333333%

    }

    .col-sm-push-9 {

        left: 75%

    }

    .col-sm-push-8 {

        left: 66.66666667%

    }

    .col-sm-push-7 {

        left: 58.33333333%

    }

    .col-sm-push-6 {

        left: 50%

    }

    .col-sm-push-5 {

        left: 41.66666667%

    }

    .col-sm-push-4 {

        left: 33.33333333%

    }

    .col-sm-push-3 {

        left: 25%

    }

    .col-sm-push-2 {

        left: 16.66666667%

    }

    .col-sm-push-1 {

        left: 8.33333333%

    }

    .col-sm-push-0 {

        left: auto

    }

    .col-sm-offset-12 {

        margin-left: 100%

    }

    .col-sm-offset-11 {

        margin-left: 91.66666667%

    }

    .col-sm-offset-10 {

        margin-left: 83.33333333%

    }

    .col-sm-offset-9 {

        margin-left: 75%

    }

    .col-sm-offset-8 {

        margin-left: 66.66666667%

    }

    .col-sm-offset-7 {

        margin-left: 58.33333333%

    }

    .col-sm-offset-6 {

        margin-left: 50%

    }

    .col-sm-offset-5 {

        margin-left: 41.66666667%

    }

    .col-sm-offset-4 {

        margin-left: 33.33333333%

    }

    .col-sm-offset-3 {

        margin-left: 25%

    }

    .col-sm-offset-2 {

        margin-left: 16.66666667%

    }

    .col-sm-offset-1 {

        margin-left: 8.33333333%

    }

    .col-sm-offset-0 {

        margin-left: 0

    }

}

@media (min-width: 992px) {

    .col-md-1,

    .col-md-10,

    .col-md-11,

    .col-md-12,

    .col-md-2,

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7,

    .col-md-8,

    .col-md-9 {

        float: left

    }

    .col-md-12 {

        width: 100%

    }

    .col-md-11 {

        width: 91.66666667%

    }

    .col-md-10 {

        width: 83.33333333%

    }

    .col-md-9 {

        width: 75%

    }

    .col-md-8 {

        width: 66.66666667%

    }

    .col-md-7 {

        width: 58.33333333%

    }

    .col-md-6 {

        width: 50%

    }

    .col-md-5 {

        width: 41.66666667%

    }

    .col-md-4 {

        width: 33.33333333%

    }

    .col-md-3 {

        width: 25%

    }

    .col-md-2 {

        width: 16.66666667%

    }

    .col-md-1 {

        width: 8.33333333%

    }

    .col-md-pull-12 {

        right: 100%

    }

    .col-md-pull-11 {

        right: 91.66666667%

    }

    .col-md-pull-10 {

        right: 83.33333333%

    }

    .col-md-pull-9 {

        right: 75%

    }

    .col-md-pull-8 {

        right: 66.66666667%

    }

    .col-md-pull-7 {

        right: 58.33333333%

    }

    .col-md-pull-6 {

        right: 50%

    }

    .col-md-pull-5 {

        right: 41.66666667%

    }

    .col-md-pull-4 {

        right: 33.33333333%

    }

    .col-md-pull-3 {

        right: 25%

    }

    .col-md-pull-2 {

        right: 16.66666667%

    }

    .col-md-pull-1 {

        right: 8.33333333%

    }

    .col-md-pull-0 {

        right: auto

    }

    .col-md-push-12 {

        left: 100%

    }

    .col-md-push-11 {

        left: 91.66666667%

    }

    .col-md-push-10 {

        left: 83.33333333%

    }

    .col-md-push-9 {

        left: 75%

    }

    .col-md-push-8 {

        left: 66.66666667%

    }

    .col-md-push-7 {

        left: 58.33333333%

    }

    .col-md-push-6 {

        left: 50%

    }

    .col-md-push-5 {

        left: 41.66666667%

    }

    .col-md-push-4 {

        left: 33.33333333%

    }

    .col-md-push-3 {

        left: 25%

    }

    .col-md-push-2 {

        left: 16.66666667%

    }

    .col-md-push-1 {

        left: 8.33333333%

    }

    .col-md-push-0 {

        left: auto

    }

    .col-md-offset-12 {

        margin-left: 100%

    }

    .col-md-offset-11 {

        margin-left: 91.66666667%

    }

    .col-md-offset-10 {

        margin-left: 83.33333333%

    }

    .col-md-offset-9 {

        margin-left: 75%

    }

    .col-md-offset-8 {

        margin-left: 66.66666667%

    }

    .col-md-offset-7 {

        margin-left: 58.33333333%

    }

    .col-md-offset-6 {

        margin-left: 50%

    }

    .col-md-offset-5 {

        margin-left: 41.66666667%

    }

    .col-md-offset-4 {

        margin-left: 33.33333333%

    }

    .col-md-offset-3 {

        margin-left: 25%

    }

    .col-md-offset-2 {

        margin-left: 16.66666667%

    }

    .col-md-offset-1 {

        margin-left: 8.33333333%

    }

    .col-md-offset-0 {

        margin-left: 0

    }

}

@media (min-width: 1200px) {

    .col-lg-1,

    .col-lg-10,

    .col-lg-11,

    .col-lg-12,

    .col-lg-2,

    .col-lg-3,

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7,

    .col-lg-8,

    .col-lg-9 {

        float: left

    }

    .col-lg-12 {

        width: 100%

    }

    .col-lg-11 {

        width: 91.66666667%

    }

    .col-lg-10 {

        width: 83.33333333%

    }

    .col-lg-9 {

        width: 75%

    }

    .col-lg-8 {

        width: 66.66666667%

    }

    .col-lg-7 {

        width: 58.33333333%

    }

    .col-lg-6 {

        width: 50%

    }

    .col-lg-5 {

        width: 41.66666667%

    }

    .col-lg-4 {

        width: 33.33333333%

    }

    .col-lg-3 {

        width: 25%

    }

    .col-lg-2 {

        width: 16.66666667%

    }

    .col-lg-1 {

        width: 8.33333333%

    }

    .col-lg-pull-12 {

        right: 100%

    }

    .col-lg-pull-11 {

        right: 91.66666667%

    }

    .col-lg-pull-10 {

        right: 83.33333333%

    }

    .col-lg-pull-9 {

        right: 75%

    }

    .col-lg-pull-8 {

        right: 66.66666667%

    }

    .col-lg-pull-7 {

        right: 58.33333333%

    }

    .col-lg-pull-6 {

        right: 50%

    }

    .col-lg-pull-5 {

        right: 41.66666667%

    }

    .col-lg-pull-4 {

        right: 33.33333333%

    }

    .col-lg-pull-3 {

        right: 25%

    }

    .col-lg-pull-2 {

        right: 16.66666667%

    }

    .col-lg-pull-1 {

        right: 8.33333333%

    }

    .col-lg-pull-0 {

        right: auto

    }

    .col-lg-push-12 {

        left: 100%

    }

    .col-lg-push-11 {

        left: 91.66666667%

    }

    .col-lg-push-10 {

        left: 83.33333333%

    }

    .col-lg-push-9 {

        left: 75%

    }

    .col-lg-push-8 {

        left: 66.66666667%

    }

    .col-lg-push-7 {

        left: 58.33333333%

    }

    .col-lg-push-6 {

        left: 50%

    }

    .col-lg-push-5 {

        left: 41.66666667%

    }

    .col-lg-push-4 {

        left: 33.33333333%

    }

    .col-lg-push-3 {

        left: 25%

    }

    .col-lg-push-2 {

        left: 16.66666667%

    }

    .col-lg-push-1 {

        left: 8.33333333%

    }

    .col-lg-push-0 {

        left: auto

    }

    .col-lg-offset-12 {

        margin-left: 100%

    }

    .col-lg-offset-11 {

        margin-left: 91.66666667%

    }

    .col-lg-offset-10 {

        margin-left: 83.33333333%

    }

    .col-lg-offset-9 {

        margin-left: 75%

    }

    .col-lg-offset-8 {

        margin-left: 66.66666667%

    }

    .col-lg-offset-7 {

        margin-left: 58.33333333%

    }

    .col-lg-offset-6 {

        margin-left: 50%

    }

    .col-lg-offset-5 {

        margin-left: 41.66666667%

    }

    .col-lg-offset-4 {

        margin-left: 33.33333333%

    }

    .col-lg-offset-3 {

        margin-left: 25%

    }

    .col-lg-offset-2 {

        margin-left: 16.66666667%

    }

    .col-lg-offset-1 {

        margin-left: 8.33333333%

    }

    .col-lg-offset-0 {

        margin-left: 0

    }

}



<!--Dashboard code-->



.main-content {

    margin-left: 0;

    padding: 0

}

.main-content:after,

.main-content:before {

    content: " ";

    display: table

}



.main-content:after {

    clear: both

}

.widget-box {

    -webkit-box-shadow: none

}

.widget-box {

    padding: 0;

    box-shadow: none;

    margin: 10px 0;

    border: 1px solid #CCC

}

.widget-header-small {

    

    padding-left: 10px

}

.widget-header>.widget-title {

    line-height: 30px;

    padding: 0;

    margin: 0;

    display: inline

}

.widget-header-flat {

    background: #F7F7F7

}

.widget-header {

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    position: relative;

    height: 30px;

    background: repeat-x #f7f7f7;

    background-image: -webkit-linear-gradient(top, #fff 0, #eee 100%);

    background-image: -o-linear-gradient(top, #fff 0, #eee 100%);

    background-image: linear-gradient(to bottom, #fff 0, #eee 100%);

    color: #669fc7;

    border-bottom: 1px solid #DDD;

    padding-left: 12px

}

.widget-header:after,

.widget-header:before {

    content: "";

    display: table;

    line-height: 0

}

.widget-header:after {

    clear: right

}

h5.widget-title a{

	color:#424242 !important;

	font-size:11px !important;

}



.widget-body {

    background-color: #FFF

}



td.field-percent_marks_cpi_cgpa input, td.field-max_marks_cpi_cgpa input, td.field-normalized_marks_cpi_cgpa input{

	width:50px;

}
td.field-qualification_discipline div select{

	width:220px !important;

}
td.field-semestermilestoneplanmaster_batch, th.column-semestermilestoneplanmaster_batch div.text{

	width:280px;

}
.field-program_code1 label, .field-program_code1 p {

    font-weight: bold ! important;

    color: #333 ! important;

    font-size: 15px ! important;

}

